public class TLine extends TGeneralEquipmentContainer

Java class for tLine complex type.

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

 <complexType name="tLine">
   <complexContent>
     <extension base="{http://www.iec.ch/61850/2003/SCL}tGeneralEquipmentContainer">
       <sequence>
         <element name="Voltage" type="{http://www.iec.ch/61850/2003/SCL}tVoltage" minOccurs="0"/>
         <element name="ConductingEquipment" type="{http://www.iec.ch/61850/2003/SCL}tConductingEquipment" maxOccurs="unbounded"/>
         <element name="ConnectivityNode" type="{http://www.iec.ch/61850/2003/SCL}tConnectivityNode" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="type" type="{http://www.iec.ch/61850/2003/SCL}tLineType" />
       <attribute name="nomFreq">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
             <minInclusive value="0"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="numPhases">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}unsignedByte">
             <minExclusive value="0"/>
           </restriction>
         </simpleType>
       </attribute>
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TLine

      public TLine()
  • Method Details

    • getVoltage

      public TVoltage getVoltage()
      Gets the value of the voltage property.
      Returns:
      possible object is TVoltage
    • setVoltage

      public void setVoltage(TVoltage value)
      Sets the value of the voltage property.
      Parameters:
      value - allowed object is TVoltage
    • isSetVoltage

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

      public List<TConnectivityNode> getConnectivityNode()
      Gets the value of the connectivityNode 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 connectivityNode property.

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

          getConnectivityNode().add(newItem);
       

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

    • isSetConnectivityNode

      public boolean isSetConnectivityNode()
    • unsetConnectivityNode

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

      public BigDecimal getNomFreq()
      Gets the value of the nomFreq property.
      Returns:
      possible object is BigDecimal
    • setNomFreq

      public void setNomFreq(BigDecimal value)
      Sets the value of the nomFreq property.
      Parameters:
      value - allowed object is BigDecimal
    • isSetNomFreq

      public boolean isSetNomFreq()
    • getNumPhases

      public short getNumPhases()
      Gets the value of the numPhases property.
      Returns:
      possible object is Short
    • setNumPhases

      public void setNumPhases(short value)
      Sets the value of the numPhases property.
      Parameters:
      value - allowed object is Short
    • isSetNumPhases

      public boolean isSetNumPhases()
    • unsetNumPhases

      public void unsetNumPhases()