Class TDataSet


public class TDataSet extends TUnNaming

Java class for tDataSet complex type.

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

 <complexType name="tDataSet">
   <complexContent>
     <extension base="{http://www.iec.ch/61850/2003/SCL}tUnNaming">
       <choice maxOccurs="unbounded">
         <element name="FCDA" type="{http://www.iec.ch/61850/2003/SCL}tFCDA"/>
       </choice>
       <attribute name="name" use="required" type="{http://www.iec.ch/61850/2003/SCL}tDataSetName" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TDataSet

      public TDataSet()
  • Method Details

    • getFCDA

      public List<TFCDA> getFCDA()
      Gets the value of the fcda 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 fcda property.

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

          getFCDA().add(newItem);
       

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

    • isSetFCDA

      public boolean isSetFCDA()
    • unsetFCDA

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