public class TDA extends TAbstractDataAttribute

Java class for tDA complex type.

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

 <complexType name="tDA">
   <complexContent>
     <extension base="{http://www.iec.ch/61850/2003/SCL}tAbstractDataAttribute">
       <sequence>
         <element name="ProtNs" type="{http://www.iec.ch/61850/2003/SCL}tProtNs" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attGroup ref="{http://www.iec.ch/61850/2003/SCL}agDATrgOp"/>
       <attribute name="fc" use="required" type="{http://www.iec.ch/61850/2003/SCL}tFCEnum" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TDA

      public TDA()
  • Method Details

    • getProtNs

      public List<TProtNs> getProtNs()
      Gets the value of the protNs 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 protNs property.

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

          getProtNs().add(newItem);
       

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

    • isSetProtNs

      public boolean isSetProtNs()
    • unsetProtNs

      public void unsetProtNs()
    • 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()
    • isDchg

      public boolean isDchg()
      Gets the value of the dchg property.
      Returns:
      possible object is Boolean
    • setDchg

      public void setDchg(boolean value)
      Sets the value of the dchg property.
      Parameters:
      value - allowed object is Boolean
    • isSetDchg

      public boolean isSetDchg()
    • unsetDchg

      public void unsetDchg()
    • isQchg

      public boolean isQchg()
      Gets the value of the qchg property.
      Returns:
      possible object is Boolean
    • setQchg

      public void setQchg(boolean value)
      Sets the value of the qchg property.
      Parameters:
      value - allowed object is Boolean
    • isSetQchg

      public boolean isSetQchg()
    • unsetQchg

      public void unsetQchg()
    • isDupd

      public boolean isDupd()
      Gets the value of the dupd property.
      Returns:
      possible object is Boolean
    • setDupd

      public void setDupd(boolean value)
      Sets the value of the dupd property.
      Parameters:
      value - allowed object is Boolean
    • isSetDupd

      public boolean isSetDupd()
    • unsetDupd

      public void unsetDupd()