Class TReportControl


public class TReportControl extends TControlWithTriggerOpt

Java class for tReportControl complex type.

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

 <complexType name="tReportControl">
   <complexContent>
     <extension base="{http://www.iec.ch/61850/2003/SCL}tControlWithTriggerOpt">
       <sequence>
         <element name="OptFields">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <attGroup ref="{http://www.iec.ch/61850/2003/SCL}agOptFields"/>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="RptEnabled" type="{http://www.iec.ch/61850/2003/SCL}tRptEnabled" minOccurs="0"/>
       </sequence>
       <attribute name="rptID" type="{http://www.iec.ch/61850/2003/SCL}tMessageID" />
       <attribute name="confRev" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
       <attribute name="buffered" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="bufTime" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="0" />
       <attribute name="indexed" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TReportControl

      public TReportControl()
  • Method Details

    • getOptFields

      public TReportControl.OptFields getOptFields()
      Gets the value of the optFields property.
      Returns:
      possible object is TReportControl.OptFields
    • setOptFields

      public void setOptFields(TReportControl.OptFields value)
      Sets the value of the optFields property.
      Parameters:
      value - allowed object is TReportControl.OptFields
    • isSetOptFields

      public boolean isSetOptFields()
    • getRptEnabled

      public TRptEnabled getRptEnabled()
      Gets the value of the rptEnabled property.
      Returns:
      possible object is TRptEnabled
    • setRptEnabled

      public void setRptEnabled(TRptEnabled value)
      Sets the value of the rptEnabled property.
      Parameters:
      value - allowed object is TRptEnabled
    • isSetRptEnabled

      public boolean isSetRptEnabled()
    • getRptID

      public String getRptID()
      Gets the value of the rptID property.
      Returns:
      possible object is String
    • setRptID

      public void setRptID(String value)
      Sets the value of the rptID property.
      Parameters:
      value - allowed object is String
    • isSetRptID

      public boolean isSetRptID()
    • getConfRev

      public long getConfRev()
      Gets the value of the confRev property.
    • setConfRev

      public void setConfRev(long value)
      Sets the value of the confRev property.
    • isSetConfRev

      public boolean isSetConfRev()
    • isBuffered

      public boolean isBuffered()
      Gets the value of the buffered property.
      Returns:
      possible object is Boolean
    • setBuffered

      public void setBuffered(boolean value)
      Sets the value of the buffered property.
      Parameters:
      value - allowed object is Boolean
    • isSetBuffered

      public boolean isSetBuffered()
    • unsetBuffered

      public void unsetBuffered()
    • getBufTime

      public long getBufTime()
      Gets the value of the bufTime property.
      Returns:
      possible object is Long
    • setBufTime

      public void setBufTime(long value)
      Sets the value of the bufTime property.
      Parameters:
      value - allowed object is Long
    • isSetBufTime

      public boolean isSetBufTime()
    • unsetBufTime

      public void unsetBufTime()
    • isIndexed

      public boolean isIndexed()
      Gets the value of the indexed property.
      Returns:
      possible object is Boolean
    • setIndexed

      public void setIndexed(boolean value)
      Sets the value of the indexed property.
      Parameters:
      value - allowed object is Boolean
    • isSetIndexed

      public boolean isSetIndexed()
    • unsetIndexed

      public void unsetIndexed()