public class TDAI extends TUnNaming

Java class for tDAI complex type.

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

 <complexType name="tDAI">
   <complexContent>
     <extension base="{http://www.iec.ch/61850/2003/SCL}tUnNaming">
       <sequence>
         <element name="Val" type="{http://www.iec.ch/61850/2003/SCL}tVal" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="name" use="required" type="{http://www.iec.ch/61850/2003/SCL}tAttributeNameEnum" />
       <attribute name="sAddr" type="{http://www.w3.org/2001/XMLSchema}normalizedString" />
       <attribute name="valKind" type="{http://www.iec.ch/61850/2003/SCL}tValKindEnum" />
       <attribute name="ix" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
       <attribute name="valImport" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TDAI

      public TDAI()
  • Method Details

    • getVal

      public List<TVal> getVal()
      Gets the value of the val 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 val property.

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

          getVal().add(newItem);
       

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

    • isSetVal

      public boolean isSetVal()
    • unsetVal

      public void unsetVal()
    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • isSetName

      public boolean isSetName()
    • getSAddr

      public String getSAddr()
      Gets the value of the sAddr property.
      Returns:
      possible object is String
    • setSAddr

      public void setSAddr(String value)
      Sets the value of the sAddr property.
      Parameters:
      value - allowed object is String
    • isSetSAddr

      public boolean isSetSAddr()
    • getValKind

      public TValKindEnum getValKind()
      Gets the value of the valKind property.
      Returns:
      possible object is TValKindEnum
    • setValKind

      public void setValKind(TValKindEnum value)
      Sets the value of the valKind property.
      Parameters:
      value - allowed object is TValKindEnum
    • isSetValKind

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

      public boolean isValImport()
      Gets the value of the valImport property.
      Returns:
      possible object is Boolean
    • setValImport

      public void setValImport(boolean value)
      Sets the value of the valImport property.
      Parameters:
      value - allowed object is Boolean
    • isSetValImport

      public boolean isSetValImport()
    • unsetValImport

      public void unsetValImport()