Class TProcess


public class TProcess extends TGeneralEquipmentContainer

Java class for tProcess complex type.

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

 <complexType name="tProcess">
   <complexContent>
     <extension base="{http://www.iec.ch/61850/2003/SCL}tGeneralEquipmentContainer">
       <sequence>
         <element name="ConductingEquipment" type="{http://www.iec.ch/61850/2003/SCL}tConductingEquipment" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Substation" type="{http://www.iec.ch/61850/2003/SCL}tSubstation" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Line" type="{http://www.iec.ch/61850/2003/SCL}tLine" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Process" type="{http://www.iec.ch/61850/2003/SCL}tProcess" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="type" type="{http://www.iec.ch/61850/2003/SCL}tProcessType" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TProcess

      public TProcess()
  • Method Details

    • getConductingEquipment

      public List<TConductingEquipment> getConductingEquipment()
      Gets the value of the conductingEquipment 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 conductingEquipment property.

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

          getConductingEquipment().add(newItem);
       

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

    • isSetConductingEquipment

      public boolean isSetConductingEquipment()
    • unsetConductingEquipment

      public void unsetConductingEquipment()
    • getSubstation

      public List<TSubstation> getSubstation()
      Gets the value of the substation 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 substation property.

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

          getSubstation().add(newItem);
       

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

    • isSetSubstation

      public boolean isSetSubstation()
    • unsetSubstation

      public void unsetSubstation()
    • getLine

      public List<TLine> getLine()
      Gets the value of the line 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 line property.

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

          getLine().add(newItem);
       

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

    • isSetLine

      public boolean isSetLine()
    • unsetLine

      public void unsetLine()
    • getProcess

      public List<TProcess> getProcess()
      Gets the value of the process 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 process property.

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

          getProcess().add(newItem);
       

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

    • isSetProcess

      public boolean isSetProcess()
    • unsetProcess

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