Class TAbstractEqFuncSubFunc

Direct Known Subclasses:
TEqFunction, TEqSubFunction

public abstract class TAbstractEqFuncSubFunc extends TPowerSystemResource

Java class for tAbstractEqFuncSubFunc complex type.

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

 <complexType name="tAbstractEqFuncSubFunc">
   <complexContent>
     <extension base="{http://www.iec.ch/61850/2003/SCL}tPowerSystemResource">
       <sequence>
         <element name="GeneralEquipment" type="{http://www.iec.ch/61850/2003/SCL}tGeneralEquipment" maxOccurs="unbounded" minOccurs="0"/>
         <element name="EqSubFunction" type="{http://www.iec.ch/61850/2003/SCL}tEqSubFunction" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}normalizedString" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TAbstractEqFuncSubFunc

      public TAbstractEqFuncSubFunc()
  • Method Details

    • getGeneralEquipment

      public List<TGeneralEquipment> getGeneralEquipment()
      Gets the value of the generalEquipment 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 generalEquipment property.

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

          getGeneralEquipment().add(newItem);
       

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

    • isSetGeneralEquipment

      public boolean isSetGeneralEquipment()
    • unsetGeneralEquipment

      public void unsetGeneralEquipment()
    • getEqSubFunction

      public List<TEqSubFunction> getEqSubFunction()
      Gets the value of the eqSubFunction 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 eqSubFunction property.

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

          getEqSubFunction().add(newItem);
       

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

    • isSetEqSubFunction

      public boolean isSetEqSubFunction()
    • unsetEqSubFunction

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