public class TBay extends TEquipmentContainer

Java class for tBay complex type.

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

 <complexType name="tBay">
   <complexContent>
     <extension base="{http://www.iec.ch/61850/2003/SCL}tEquipmentContainer">
       <sequence>
         <element name="ConductingEquipment" type="{http://www.iec.ch/61850/2003/SCL}tConductingEquipment" maxOccurs="unbounded" minOccurs="0"/>
         <element name="ConnectivityNode" type="{http://www.iec.ch/61850/2003/SCL}tConnectivityNode" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Function" type="{http://www.iec.ch/61850/2003/SCL}tFunction" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TBay

      public TBay()
  • Method Details

    • getConductingEquipment

      public List<TConductingEquipment> getConductingEquipment()
      Gets the value of the conductingEquipment 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 conductingEquipment property.

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

          getConductingEquipment().add(newItem);
       

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

    • isSetConductingEquipment

      public boolean isSetConductingEquipment()
    • unsetConductingEquipment

      public void unsetConductingEquipment()
    • getConnectivityNode

      public List<TConnectivityNode> getConnectivityNode()
      Gets the value of the connectivityNode 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 connectivityNode property.

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

          getConnectivityNode().add(newItem);
       

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

    • isSetConnectivityNode

      public boolean isSetConnectivityNode()
    • unsetConnectivityNode

      public void unsetConnectivityNode()
    • getFunction

      public List<TFunction> getFunction()
      Gets the value of the function 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 function property.

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

          getFunction().add(newItem);
       

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

    • isSetFunction

      public boolean isSetFunction()
    • unsetFunction

      public void unsetFunction()