Class TAssociation

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

public class TAssociation extends Object

Java class for tAssociation complex type.

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

 <complexType name="tAssociation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attGroup ref="{http://www.iec.ch/61850/2003/SCL}agLNRef"/>
       <attribute name="kind" use="required" type="{http://www.iec.ch/61850/2003/SCL}tAssociationKindEnum" />
       <attribute name="associationID" type="{http://www.iec.ch/61850/2003/SCL}tAssociationID" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TAssociation

      public TAssociation()
  • Method Details

    • getKind

      public TAssociationKindEnum getKind()
      Gets the value of the kind property.
      Returns:
      possible object is TAssociationKindEnum
    • setKind

      public void setKind(TAssociationKindEnum value)
      Sets the value of the kind property.
      Parameters:
      value - allowed object is TAssociationKindEnum
    • isSetKind

      public boolean isSetKind()
    • getAssociationID

      public String getAssociationID()
      Gets the value of the associationID property.
      Returns:
      possible object is String
    • setAssociationID

      public void setAssociationID(String value)
      Sets the value of the associationID property.
      Parameters:
      value - allowed object is String
    • isSetAssociationID

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