Class TControlWithIEDName

Direct Known Subclasses:
TGSEControl, TSampledValueControl

public class TControlWithIEDName extends TControl

Java class for tControlWithIEDName complex type.

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

 <complexType name="tControlWithIEDName">
   <complexContent>
     <extension base="{http://www.iec.ch/61850/2003/SCL}tControl">
       <sequence>
         <element name="IEDName" maxOccurs="unbounded" minOccurs="0">
           <complexType>
             <simpleContent>
               <extension base="<http://www.iec.ch/61850/2003/SCL>tIEDName">
                 <attribute name="apRef" type="{http://www.iec.ch/61850/2003/SCL}tAccessPointName" />
                 <attribute name="ldInst" type="{http://www.iec.ch/61850/2003/SCL}tLDInst" />
                 <attribute name="prefix" type="{http://www.iec.ch/61850/2003/SCL}tPrefix" />
                 <attribute name="lnClass" type="{http://www.iec.ch/61850/2003/SCL}tLNClassEnum" />
                 <attribute name="lnInst" type="{http://www.iec.ch/61850/2003/SCL}tLNInst" />
               </extension>
             </simpleContent>
           </complexType>
         </element>
       </sequence>
       <attribute name="confRev" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TControlWithIEDName

      public TControlWithIEDName()
  • Method Details

    • getIEDName

      public List<TControlWithIEDName.IEDName> getIEDName()
      Gets the value of the iedName 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 iedName property.

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

          getIEDName().add(newItem);
       

      Objects of the following type(s) are allowed in the list TControlWithIEDName.IEDName

    • isSetIEDName

      public boolean isSetIEDName()
    • unsetIEDName

      public void unsetIEDName()
    • getConfRev

      public long getConfRev()
      Gets the value of the confRev property.
      Returns:
      possible object is Long
    • setConfRev

      public void setConfRev(long value)
      Sets the value of the confRev property.
      Parameters:
      value - allowed object is Long
    • isSetConfRev

      public boolean isSetConfRev()
    • unsetConfRev

      public void unsetConfRev()