Class TPowerTransformer


public class TPowerTransformer extends TEquipment

Java class for tPowerTransformer complex type.

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

 <complexType name="tPowerTransformer">
   <complexContent>
     <extension base="{http://www.iec.ch/61850/2003/SCL}tEquipment">
       <sequence>
         <element name="TransformerWinding" type="{http://www.iec.ch/61850/2003/SCL}tTransformerWinding" maxOccurs="unbounded"/>
         <element name="SubEquipment" type="{http://www.iec.ch/61850/2003/SCL}tSubEquipment" maxOccurs="unbounded" minOccurs="0"/>
         <element name="EqFunction" type="{http://www.iec.ch/61850/2003/SCL}tEqFunction" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="type" use="required" type="{http://www.iec.ch/61850/2003/SCL}tPowerTransformerEnum" fixed="PTR" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TPowerTransformer

      public TPowerTransformer()
  • Method Details

    • getTransformerWinding

      public List<TTransformerWinding> getTransformerWinding()
      Gets the value of the transformerWinding 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 transformerWinding property.

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

          getTransformerWinding().add(newItem);
       

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

    • isSetTransformerWinding

      public boolean isSetTransformerWinding()
    • unsetTransformerWinding

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

      public List<TEqFunction> getEqFunction()
      Gets the value of the eqFunction 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 eqFunction property.

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

          getEqFunction().add(newItem);
       

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

    • isSetEqFunction

      public boolean isSetEqFunction()
    • unsetEqFunction

      public void unsetEqFunction()
    • getType

      public TPowerTransformerEnum getType()
      Gets the value of the type property.
      Returns:
      possible object is TPowerTransformerEnum
    • setType

      public void setType(TPowerTransformerEnum value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is TPowerTransformerEnum
    • isSetType

      public boolean isSetType()