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

public class TFCDA extends Object

Java class for tFCDA complex type.

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

 <complexType name="tFCDA">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="ldInst" type="{http://www.iec.ch/61850/2003/SCL}tLDInst" />
       <attribute name="prefix" type="{http://www.iec.ch/61850/2003/SCL}tPrefix" default="" />
       <attribute name="lnClass" type="{http://www.iec.ch/61850/2003/SCL}tLNClassEnum" />
       <attribute name="lnInst" type="{http://www.iec.ch/61850/2003/SCL}tLNInst" />
       <attribute name="doName" type="{http://www.iec.ch/61850/2003/SCL}tFullDOName" />
       <attribute name="daName" type="{http://www.iec.ch/61850/2003/SCL}tFullAttributeName" />
       <attribute name="fc" use="required" type="{http://www.iec.ch/61850/2003/SCL}tFCEnum" />
       <attribute name="ix" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • ldInst

      protected String ldInst
    • prefix

      protected String prefix
    • lnClass

      protected List<String> lnClass
    • lnInst

      protected String lnInst
    • doName

      protected String doName
    • daName

      protected String daName
    • fc

      protected TFCEnum fc
    • ix

      protected Long ix
  • Constructor Details

    • TFCDA

      public TFCDA()
  • Method Details

    • 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()
    • getDoName

      public String getDoName()
      Gets the value of the doName property.
      Returns:
      possible object is String
    • setDoName

      public void setDoName(String value)
      Sets the value of the doName property.
      Parameters:
      value - allowed object is String
    • isSetDoName

      public boolean isSetDoName()
    • getDaName

      public String getDaName()
      Gets the value of the daName property.
      Returns:
      possible object is String
    • setDaName

      public void setDaName(String value)
      Sets the value of the daName property.
      Parameters:
      value - allowed object is String
    • isSetDaName

      public boolean isSetDaName()
    • getFc

      public TFCEnum getFc()
      Gets the value of the fc property.
      Returns:
      possible object is TFCEnum
    • setFc

      public void setFc(TFCEnum value)
      Sets the value of the fc property.
      Parameters:
      value - allowed object is TFCEnum
    • isSetFc

      public boolean isSetFc()
    • getIx

      public long getIx()
      Gets the value of the ix property.
      Returns:
      possible object is Long
    • setIx

      public void setIx(long value)
      Sets the value of the ix property.
      Parameters:
      value - allowed object is Long
    • isSetIx

      public boolean isSetIx()
    • unsetIx

      public void unsetIx()