Class TAbstractConductingEquipment

Direct Known Subclasses:
TConductingEquipment, TTransformerWinding

public abstract class TAbstractConductingEquipment extends TEquipment

Java class for tAbstractConductingEquipment complex type.

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

 <complexType name="tAbstractConductingEquipment">
   <complexContent>
     <extension base="{http://www.iec.ch/61850/2003/SCL}tEquipment">
       <sequence>
         <element name="Terminal" type="{http://www.iec.ch/61850/2003/SCL}tTerminal" maxOccurs="2" minOccurs="0"/>
         <element name="SubEquipment" type="{http://www.iec.ch/61850/2003/SCL}tSubEquipment" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TAbstractConductingEquipment

      public TAbstractConductingEquipment()
  • Method Details

    • getTerminal

      public List<TTerminal> getTerminal()
      Gets the value of the terminal 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 terminal property.

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

          getTerminal().add(newItem);
       

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

    • isSetTerminal

      public boolean isSetTerminal()
    • unsetTerminal

      public void unsetTerminal()
    • getSubEquipment

      public List<TSubEquipment> getSubEquipment()
      Gets the value of the subEquipment 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 subEquipment property.

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

          getSubEquipment().add(newItem);
       

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

    • isSetSubEquipment

      public boolean isSetSubEquipment()
    • unsetSubEquipment

      public void unsetSubEquipment()