Class TInputs


public class TInputs extends TUnNaming

Java class for tInputs complex type.

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

 <complexType name="tInputs">
   <complexContent>
     <extension base="{http://www.iec.ch/61850/2003/SCL}tUnNaming">
       <sequence>
         <element name="ExtRef" type="{http://www.iec.ch/61850/2003/SCL}tExtRef" maxOccurs="unbounded"/>
       </sequence>
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TInputs

      public TInputs()
  • Method Details

    • getExtRef

      public List<TExtRef> getExtRef()
      Gets the value of the extRef 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 extRef property.

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

          getExtRef().add(newItem);
       

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

    • isSetExtRef

      public boolean isSetExtRef()
    • unsetExtRef

      public void unsetExtRef()