Class TGeneralEquipment


public class TGeneralEquipment extends TEquipment

Java class for tGeneralEquipment complex type.

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

 <complexType name="tGeneralEquipment">
   <complexContent>
     <extension base="{http://www.iec.ch/61850/2003/SCL}tEquipment">
       <sequence>
         <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}tGeneralEquipmentEnum" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TGeneralEquipment

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