Class TReportSettings

java.lang.Object
org.lfenergy.compas.scl2007b4.model.TServiceSettings
org.lfenergy.compas.scl2007b4.model.TReportSettings

public class TReportSettings extends TServiceSettings

Java class for tReportSettings complex type.

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

 <complexType name="tReportSettings">
   <complexContent>
     <extension base="{http://www.iec.ch/61850/2003/SCL}tServiceSettings">
       <attribute name="rptID" type="{http://www.iec.ch/61850/2003/SCL}tServiceSettingsEnum" default="Fix" />
       <attribute name="optFields" type="{http://www.iec.ch/61850/2003/SCL}tServiceSettingsEnum" default="Fix" />
       <attribute name="bufTime" type="{http://www.iec.ch/61850/2003/SCL}tServiceSettingsEnum" default="Fix" />
       <attribute name="trgOps" type="{http://www.iec.ch/61850/2003/SCL}tServiceSettingsEnum" default="Fix" />
       <attribute name="intgPd" type="{http://www.iec.ch/61850/2003/SCL}tServiceSettingsEnum" default="Fix" />
       <attribute name="resvTms" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="owner" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TReportSettings

      public TReportSettings()
  • Method Details

    • getRptID

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

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

      public boolean isSetRptID()
    • getOptFields

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

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

      public boolean isSetOptFields()
    • getBufTime

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

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

      public boolean isSetBufTime()
    • getTrgOps

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

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

      public boolean isSetTrgOps()
    • getIntgPd

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

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

      public boolean isSetIntgPd()
    • isResvTms

      public boolean isResvTms()
      Gets the value of the resvTms property.
      Returns:
      possible object is Boolean
    • setResvTms

      public void setResvTms(boolean value)
      Sets the value of the resvTms property.
      Parameters:
      value - allowed object is Boolean
    • isSetResvTms

      public boolean isSetResvTms()
    • unsetResvTms

      public void unsetResvTms()
    • isOwner

      public boolean isOwner()
      Gets the value of the owner property.
      Returns:
      possible object is Boolean
    • setOwner

      public void setOwner(boolean value)
      Sets the value of the owner property.
      Parameters:
      value - allowed object is Boolean
    • isSetOwner

      public boolean isSetOwner()
    • unsetOwner

      public void unsetOwner()