Class TLDevice


public class TLDevice extends TUnNaming

Java class for tLDevice complex type.

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

 <complexType name="tLDevice">
   <complexContent>
     <extension base="{http://www.iec.ch/61850/2003/SCL}tUnNaming">
       <sequence>
         <element ref="{http://www.iec.ch/61850/2003/SCL}LN0"/>
         <element ref="{http://www.iec.ch/61850/2003/SCL}LN" maxOccurs="unbounded" minOccurs="0"/>
         <element name="AccessControl" type="{http://www.iec.ch/61850/2003/SCL}tAccessControl" minOccurs="0"/>
       </sequence>
       <attribute name="inst" use="required" type="{http://www.iec.ch/61850/2003/SCL}tLDInst" />
       <attribute name="ldName" type="{http://www.iec.ch/61850/2003/SCL}tLDName" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TLDevice

      public TLDevice()
  • Method Details

    • getLN0

      public LN0 getLN0()
      Gets the value of the ln0 property.
      Returns:
      possible object is LN0
    • setLN0

      public void setLN0(LN0 value)
      Sets the value of the ln0 property.
      Parameters:
      value - allowed object is LN0
    • isSetLN0

      public boolean isSetLN0()
    • getLN

      public List<TLN> getLN()
      Gets the value of the ln 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 ln property.

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

          getLN().add(newItem);
       

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

    • isSetLN

      public boolean isSetLN()
    • unsetLN

      public void unsetLN()
    • getAccessControl

      public TAccessControl getAccessControl()
      Gets the value of the accessControl property.
      Returns:
      possible object is TAccessControl
    • setAccessControl

      public void setAccessControl(TAccessControl value)
      Sets the value of the accessControl property.
      Parameters:
      value - allowed object is TAccessControl
    • isSetAccessControl

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

      public String getLdName()
      Gets the value of the ldName property.
      Returns:
      possible object is String
    • setLdName

      public void setLdName(String value)
      Sets the value of the ldName property.
      Parameters:
      value - allowed object is String
    • isSetLdName

      public boolean isSetLdName()