Class TTerminal


public class TTerminal extends TUnNaming

Java class for tTerminal complex type.

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

 <complexType name="tTerminal">
   <complexContent>
     <extension base="{http://www.iec.ch/61850/2003/SCL}tUnNaming">
       <attribute name="name" type="{http://www.iec.ch/61850/2003/SCL}tAnyName" default="" />
       <attribute name="connectivityNode" use="required" type="{http://www.iec.ch/61850/2003/SCL}tConnectivityNodeReference" />
       <attribute name="processName" type="{http://www.iec.ch/61850/2003/SCL}tProcessName" />
       <attribute name="substationName" type="{http://www.iec.ch/61850/2003/SCL}tName" />
       <attribute name="voltageLevelName" type="{http://www.iec.ch/61850/2003/SCL}tName" />
       <attribute name="bayName" type="{http://www.iec.ch/61850/2003/SCL}tName" />
       <attribute name="cNodeName" use="required" type="{http://www.iec.ch/61850/2003/SCL}tName" />
       <attribute name="lineName" type="{http://www.iec.ch/61850/2003/SCL}tName" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • name

      protected String name
    • connectivityNode

      protected String connectivityNode
    • processName

      protected String processName
    • substationName

      protected String substationName
    • voltageLevelName

      protected String voltageLevelName
    • bayName

      protected String bayName
    • cNodeName

      protected String cNodeName
    • lineName

      protected String lineName
  • Constructor Details

    • TTerminal

      public TTerminal()
  • Method Details

    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • isSetName

      public boolean isSetName()
    • getConnectivityNode

      public String getConnectivityNode()
      Gets the value of the connectivityNode property.
      Returns:
      possible object is String
    • setConnectivityNode

      public void setConnectivityNode(String value)
      Sets the value of the connectivityNode property.
      Parameters:
      value - allowed object is String
    • isSetConnectivityNode

      public boolean isSetConnectivityNode()
    • getProcessName

      public String getProcessName()
      Gets the value of the processName property.
      Returns:
      possible object is String
    • setProcessName

      public void setProcessName(String value)
      Sets the value of the processName property.
      Parameters:
      value - allowed object is String
    • isSetProcessName

      public boolean isSetProcessName()
    • getSubstationName

      public String getSubstationName()
      Gets the value of the substationName property.
      Returns:
      possible object is String
    • setSubstationName

      public void setSubstationName(String value)
      Sets the value of the substationName property.
      Parameters:
      value - allowed object is String
    • isSetSubstationName

      public boolean isSetSubstationName()
    • getVoltageLevelName

      public String getVoltageLevelName()
      Gets the value of the voltageLevelName property.
      Returns:
      possible object is String
    • setVoltageLevelName

      public void setVoltageLevelName(String value)
      Sets the value of the voltageLevelName property.
      Parameters:
      value - allowed object is String
    • isSetVoltageLevelName

      public boolean isSetVoltageLevelName()
    • getBayName

      public String getBayName()
      Gets the value of the bayName property.
      Returns:
      possible object is String
    • setBayName

      public void setBayName(String value)
      Sets the value of the bayName property.
      Parameters:
      value - allowed object is String
    • isSetBayName

      public boolean isSetBayName()
    • getCNodeName

      public String getCNodeName()
      Gets the value of the cNodeName property.
      Returns:
      possible object is String
    • setCNodeName

      public void setCNodeName(String value)
      Sets the value of the cNodeName property.
      Parameters:
      value - allowed object is String
    • isSetCNodeName

      public boolean isSetCNodeName()
    • getLineName

      public String getLineName()
      Gets the value of the lineName property.
      Returns:
      possible object is String
    • setLineName

      public void setLineName(String value)
      Sets the value of the lineName property.
      Parameters:
      value - allowed object is String
    • isSetLineName

      public boolean isSetLineName()