Class TConnectedAP


public class TConnectedAP extends TUnNaming

Java class for tConnectedAP complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="tConnectedAP">
   <complexContent>
     <extension base="{http://www.iec.ch/61850/2003/SCL}tUnNaming">
       <sequence>
         <element name="Address" type="{http://www.iec.ch/61850/2003/SCL}tAddress" minOccurs="0"/>
         <element name="GSE" type="{http://www.iec.ch/61850/2003/SCL}tGSE" maxOccurs="unbounded" minOccurs="0"/>
         <element name="SMV" type="{http://www.iec.ch/61850/2003/SCL}tSMV" maxOccurs="unbounded" minOccurs="0"/>
         <element name="PhysConn" type="{http://www.iec.ch/61850/2003/SCL}tPhysConn" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="iedName" use="required" type="{http://www.iec.ch/61850/2003/SCL}tIEDName" />
       <attribute name="apName" use="required" type="{http://www.iec.ch/61850/2003/SCL}tAccessPointName" />
       <attribute name="redProt" type="{http://www.iec.ch/61850/2003/SCL}tRedProtEnum" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TConnectedAP

      public TConnectedAP()
  • Method Details

    • getAddress

      public TAddress getAddress()
      Gets the value of the address property.
      Returns:
      possible object is TAddress
    • setAddress

      public void setAddress(TAddress value)
      Sets the value of the address property.
      Parameters:
      value - allowed object is TAddress
    • isSetAddress

      public boolean isSetAddress()
    • getGSE

      public List<TGSE> getGSE()
      Gets the value of the gse property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the gse property.

      For example, to add a new item, do as follows:

          getGSE().add(newItem);
       

      Objects of the following type(s) are allowed in the list TGSE

    • isSetGSE

      public boolean isSetGSE()
    • unsetGSE

      public void unsetGSE()
    • getSMV

      public List<TSMV> getSMV()
      Gets the value of the smv property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the smv property.

      For example, to add a new item, do as follows:

          getSMV().add(newItem);
       

      Objects of the following type(s) are allowed in the list TSMV

    • isSetSMV

      public boolean isSetSMV()
    • unsetSMV

      public void unsetSMV()
    • getPhysConn

      public List<TPhysConn> getPhysConn()
      Gets the value of the physConn property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the physConn property.

      For example, to add a new item, do as follows:

          getPhysConn().add(newItem);
       

      Objects of the following type(s) are allowed in the list TPhysConn

    • isSetPhysConn

      public boolean isSetPhysConn()
    • unsetPhysConn

      public void unsetPhysConn()
    • getIedName

      public String getIedName()
      Gets the value of the iedName property.
      Returns:
      possible object is String
    • setIedName

      public void setIedName(String value)
      Sets the value of the iedName property.
      Parameters:
      value - allowed object is String
    • isSetIedName

      public boolean isSetIedName()
    • getApName

      public String getApName()
      Gets the value of the apName property.
      Returns:
      possible object is String
    • setApName

      public void setApName(String value)
      Sets the value of the apName property.
      Parameters:
      value - allowed object is String
    • isSetApName

      public boolean isSetApName()
    • getRedProt

      public TRedProtEnum getRedProt()
      Gets the value of the redProt property.
      Returns:
      possible object is TRedProtEnum
    • setRedProt

      public void setRedProt(TRedProtEnum value)
      Sets the value of the redProt property.
      Parameters:
      value - allowed object is TRedProtEnum
    • isSetRedProt

      public boolean isSetRedProt()