Class TLNode


public class TLNode extends TUnNaming

Java class for tLNode complex type.

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

 <complexType name="tLNode">
   <complexContent>
     <extension base="{http://www.iec.ch/61850/2003/SCL}tUnNaming">
       <attribute name="iedName" type="{http://www.iec.ch/61850/2003/SCL}tIEDNameOrNone" default="None" />
       <attribute name="ldInst" type="{http://www.iec.ch/61850/2003/SCL}tLDInstOrEmpty" default="" />
       <attribute name="prefix" type="{http://www.iec.ch/61850/2003/SCL}tPrefix" default="" />
       <attribute name="lnClass" use="required" type="{http://www.iec.ch/61850/2003/SCL}tLNClassEnum" />
       <attribute name="lnInst" type="{http://www.iec.ch/61850/2003/SCL}tLNInstOrEmpty" default="" />
       <attribute name="lnType" type="{http://www.iec.ch/61850/2003/SCL}tName" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • iedName

      protected String iedName
    • ldInst

      protected String ldInst
    • prefix

      protected String prefix
    • lnClass

      protected List<String> lnClass
    • lnInst

      protected String lnInst
    • lnType

      protected String lnType
  • Constructor Details

    • TLNode

      public TLNode()
  • Method Details

    • getIedName

      public String getIedName()
      Gets the value of the iedName property.
      Returns:
      possible object is String
    • setIedName

      public void setIedName(String value)
      Sets the value of the iedName property.
      Parameters:
      value - allowed object is String
    • isSetIedName

      public boolean isSetIedName()
    • getLdInst

      public String getLdInst()
      Gets the value of the ldInst property.
      Returns:
      possible object is String
    • setLdInst

      public void setLdInst(String value)
      Sets the value of the ldInst property.
      Parameters:
      value - allowed object is String
    • isSetLdInst

      public boolean isSetLdInst()
    • getPrefix

      public String getPrefix()
      Gets the value of the prefix property.
      Returns:
      possible object is String
    • setPrefix

      public void setPrefix(String value)
      Sets the value of the prefix property.
      Parameters:
      value - allowed object is String
    • isSetPrefix

      public boolean isSetPrefix()
    • getLnClass

      public List<String> getLnClass()
      Gets the value of the lnClass 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 lnClass property.

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

          getLnClass().add(newItem);
       

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

    • isSetLnClass

      public boolean isSetLnClass()
    • unsetLnClass

      public void unsetLnClass()
    • getLnInst

      public String getLnInst()
      Gets the value of the lnInst property.
      Returns:
      possible object is String
    • setLnInst

      public void setLnInst(String value)
      Sets the value of the lnInst property.
      Parameters:
      value - allowed object is String
    • isSetLnInst

      public boolean isSetLnInst()
    • getLnType

      public String getLnType()
      Gets the value of the lnType property.
      Returns:
      possible object is String
    • setLnType

      public void setLnType(String value)
      Sets the value of the lnType property.
      Parameters:
      value - allowed object is String
    • isSetLnType

      public boolean isSetLnType()