Direct Known Subclasses:
LN0

public class TLN0 extends TAnyLN

Java class for tLN0 complex type.

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

 <complexType name="tLN0">
   <complexContent>
     <extension base="{http://www.iec.ch/61850/2003/SCL}tAnyLN">
       <sequence>
         <element name="GSEControl" type="{http://www.iec.ch/61850/2003/SCL}tGSEControl" maxOccurs="unbounded" minOccurs="0"/>
         <element name="SampledValueControl" type="{http://www.iec.ch/61850/2003/SCL}tSampledValueControl" maxOccurs="unbounded" minOccurs="0"/>
         <element name="SettingControl" type="{http://www.iec.ch/61850/2003/SCL}tSettingControl" minOccurs="0"/>
       </sequence>
       <attribute name="lnClass" use="required" type="{http://www.iec.ch/61850/2003/SCL}tLNClassEnum" fixed="LLN0" />
       <attribute name="inst" use="required" type="{http://www.w3.org/2001/XMLSchema}normalizedString" fixed="" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TLN0

      public TLN0()
  • Method Details

    • getGSEControl

      public List<TGSEControl> getGSEControl()
      Gets the value of the gseControl 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 gseControl property.

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

          getGSEControl().add(newItem);
       

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

    • isSetGSEControl

      public boolean isSetGSEControl()
    • unsetGSEControl

      public void unsetGSEControl()
    • getSampledValueControl

      public List<TSampledValueControl> getSampledValueControl()
      Gets the value of the sampledValueControl 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 sampledValueControl property.

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

          getSampledValueControl().add(newItem);
       

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

    • isSetSampledValueControl

      public boolean isSetSampledValueControl()
    • unsetSampledValueControl

      public void unsetSampledValueControl()
    • getSettingControl

      public TSettingControl getSettingControl()
      Gets the value of the settingControl property.
      Returns:
      possible object is TSettingControl
    • setSettingControl

      public void setSettingControl(TSettingControl value)
      Sets the value of the settingControl property.
      Parameters:
      value - allowed object is TSettingControl
    • isSetSettingControl

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