Class TTransformerWinding


public class TTransformerWinding extends TAbstractConductingEquipment

Java class for tTransformerWinding complex type.

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

 <complexType name="tTransformerWinding">
   <complexContent>
     <extension base="{http://www.iec.ch/61850/2003/SCL}tAbstractConductingEquipment">
       <sequence>
         <element name="TapChanger" type="{http://www.iec.ch/61850/2003/SCL}tTapChanger" minOccurs="0"/>
         <element name="NeutralPoint" type="{http://www.iec.ch/61850/2003/SCL}tTerminal" 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}tTransformerWindingEnum" fixed="PTW" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TTransformerWinding

      public TTransformerWinding()
  • Method Details

    • getTapChanger

      public TTapChanger getTapChanger()
      Gets the value of the tapChanger property.
      Returns:
      possible object is TTapChanger
    • setTapChanger

      public void setTapChanger(TTapChanger value)
      Sets the value of the tapChanger property.
      Parameters:
      value - allowed object is TTapChanger
    • isSetTapChanger

      public boolean isSetTapChanger()
    • getNeutralPoint

      public TTerminal getNeutralPoint()
      Gets the value of the neutralPoint property.
      Returns:
      possible object is TTerminal
    • setNeutralPoint

      public void setNeutralPoint(TTerminal value)
      Sets the value of the neutralPoint property.
      Parameters:
      value - allowed object is TTerminal
    • isSetNeutralPoint

      public boolean isSetNeutralPoint()
    • 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 TTransformerWindingEnum getType()
      Gets the value of the type property.
      Returns:
      possible object is TTransformerWindingEnum
    • setType

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

      public boolean isSetType()