Class TSubEquipment


public class TSubEquipment extends TPowerSystemResource

Java class for tSubEquipment complex type.

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

 <complexType name="tSubEquipment">
   <complexContent>
     <extension base="{http://www.iec.ch/61850/2003/SCL}tPowerSystemResource">
       <sequence>
         <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="phase" type="{http://www.iec.ch/61850/2003/SCL}tPhaseEnum" default="none" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TSubEquipment

      public TSubEquipment()
  • Method Details

    • 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()
    • getPhase

      public TPhaseEnum getPhase()
      Gets the value of the phase property.
      Returns:
      possible object is TPhaseEnum
    • setPhase

      public void setPhase(TPhaseEnum value)
      Sets the value of the phase property.
      Parameters:
      value - allowed object is TPhaseEnum
    • isSetPhase

      public boolean isSetPhase()
    • 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()