Class TControlWithIEDName.IEDName

java.lang.Object
org.lfenergy.compas.scl2007b4.model.TControlWithIEDName.IEDName
Enclosing class:
TControlWithIEDName

public static class TControlWithIEDName.IEDName extends Object

Java class for anonymous complex type.

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

 <complexType>
   <simpleContent>
     <extension base="<http://www.iec.ch/61850/2003/SCL>tIEDName">
       <attribute name="apRef" type="{http://www.iec.ch/61850/2003/SCL}tAccessPointName" />
       <attribute name="ldInst" type="{http://www.iec.ch/61850/2003/SCL}tLDInst" />
       <attribute name="prefix" type="{http://www.iec.ch/61850/2003/SCL}tPrefix" />
       <attribute name="lnClass" type="{http://www.iec.ch/61850/2003/SCL}tLNClassEnum" />
       <attribute name="lnInst" type="{http://www.iec.ch/61850/2003/SCL}tLNInst" />
     </extension>
   </simpleContent>
 </complexType>
 
  • Field Details

    • value

      protected String value
    • apRef

      protected String apRef
    • ldInst

      protected String ldInst
    • prefix

      protected String prefix
    • lnClass

      protected List<String> lnClass
    • lnInst

      protected String lnInst
  • Constructor Details

    • IEDName

      public IEDName()
  • Method Details

    • getValue

      public String getValue()
      Gets the value of the value property.
      Returns:
      possible object is String
    • setValue

      public void setValue(String value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is String
    • isSetValue

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