Class TControlWithTriggerOpt

Direct Known Subclasses:
TLogControl, TReportControl

public abstract class TControlWithTriggerOpt extends TControl

Java class for tControlWithTriggerOpt complex type.

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

 <complexType name="tControlWithTriggerOpt">
   <complexContent>
     <extension base="{http://www.iec.ch/61850/2003/SCL}tControl">
       <sequence>
         <element name="TrgOps" type="{http://www.iec.ch/61850/2003/SCL}tTrgOps" minOccurs="0"/>
       </sequence>
       <attribute name="intgPd" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="0" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • trgOps

      protected TTrgOps trgOps
    • intgPd

      protected Long intgPd
  • Constructor Details

    • TControlWithTriggerOpt

      public TControlWithTriggerOpt()
  • Method Details

    • getTrgOps

      public TTrgOps getTrgOps()
      Gets the value of the trgOps property.
      Returns:
      possible object is TTrgOps
    • setTrgOps

      public void setTrgOps(TTrgOps value)
      Sets the value of the trgOps property.
      Parameters:
      value - allowed object is TTrgOps
    • isSetTrgOps

      public boolean isSetTrgOps()
    • getIntgPd

      public long getIntgPd()
      Gets the value of the intgPd property.
      Returns:
      possible object is Long
    • setIntgPd

      public void setIntgPd(long value)
      Sets the value of the intgPd property.
      Parameters:
      value - allowed object is Long
    • isSetIntgPd

      public boolean isSetIntgPd()
    • unsetIntgPd

      public void unsetIntgPd()