Class TGeneralEquipmentContainer

Direct Known Subclasses:
TLine, TProcess

public abstract class TGeneralEquipmentContainer extends TPowerSystemResource

Java class for tGeneralEquipmentContainer complex type.

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

 <complexType name="tGeneralEquipmentContainer">
   <complexContent>
     <extension base="{http://www.iec.ch/61850/2003/SCL}tPowerSystemResource">
       <sequence>
         <element name="GeneralEquipment" type="{http://www.iec.ch/61850/2003/SCL}tGeneralEquipment" 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

    • TGeneralEquipmentContainer

      public TGeneralEquipmentContainer()
  • Method Details

    • getGeneralEquipment

      public List<TGeneralEquipment> getGeneralEquipment()
      Gets the value of the generalEquipment 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 generalEquipment property.

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

          getGeneralEquipment().add(newItem);
       

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

    • isSetGeneralEquipment

      public boolean isSetGeneralEquipment()
    • unsetGeneralEquipment

      public void unsetGeneralEquipment()
    • 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()