public class TLN extends TAnyLN

Java class for tLN complex type.

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

 <complexType name="tLN">
   <complexContent>
     <extension base="{http://www.iec.ch/61850/2003/SCL}tAnyLN">
       <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="inst" use="required" type="{http://www.iec.ch/61850/2003/SCL}tLNInst" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TLN

      public TLN()
  • Method Details

    • 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()
    • getInst

      public String getInst()
      Gets the value of the inst property.
      Returns:
      possible object is String
    • setInst

      public void setInst(String value)
      Sets the value of the inst property.
      Parameters:
      value - allowed object is String
    • isSetInst

      public boolean isSetInst()