Class TTapChanger


public class TTapChanger extends TPowerSystemResource

Java class for tTapChanger complex type.

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

 <complexType name="tTapChanger">
   <complexContent>
     <extension base="{http://www.iec.ch/61850/2003/SCL}tPowerSystemResource">
       <sequence>
         <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>
       <attGroup ref="{http://www.iec.ch/61850/2003/SCL}agVirtual"/>
       <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}Name" fixed="LTC" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TTapChanger

      public TTapChanger()
  • Method Details

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

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

      public boolean isSetType()
    • isVirtual

      public boolean isVirtual()
      Gets the value of the virtual property.
      Returns:
      possible object is Boolean
    • setVirtual

      public void setVirtual(boolean value)
      Sets the value of the virtual property.
      Parameters:
      value - allowed object is Boolean
    • isSetVirtual

      public boolean isSetVirtual()
    • unsetVirtual

      public void unsetVirtual()