Class TClientLN

java.lang.Object
org.lfenergy.compas.scl2007b4.model.TClientLN

public class TClientLN extends Object

Java class for tClientLN complex type.

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

 <complexType name="tClientLN">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attGroup ref="{http://www.iec.ch/61850/2003/SCL}agLNRef"/>
       <attribute name="apRef" type="{http://www.iec.ch/61850/2003/SCL}tAccessPointName" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • apRef

      protected String apRef
    • prefix

      protected String prefix
    • lnClass

      protected List<String> lnClass
    • lnInst

      protected String lnInst
    • iedName

      protected String iedName
    • ldInst

      protected String ldInst
    • desc

      protected String desc
  • Constructor Details

    • TClientLN

      public TClientLN()
  • Method Details

    • getApRef

      public String getApRef()
      Gets the value of the apRef property.
      Returns:
      possible object is String
    • setApRef

      public void setApRef(String value)
      Sets the value of the apRef property.
      Parameters:
      value - allowed object is String
    • isSetApRef

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

      public String getDesc()
      Gets the value of the desc property.
      Returns:
      possible object is String
    • setDesc

      public void setDesc(String value)
      Sets the value of the desc property.
      Parameters:
      value - allowed object is String
    • isSetDesc

      public boolean isSetDesc()