Class TTrgOps

java.lang.Object
org.lfenergy.compas.scl2007b4.model.TTrgOps

public class TTrgOps extends Object

Java class for tTrgOps complex type.

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

 <complexType name="tTrgOps">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="dchg" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="qchg" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="dupd" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="period" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="gi" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TTrgOps

      public TTrgOps()
  • Method Details

    • isDchg

      public boolean isDchg()
      Gets the value of the dchg property.
      Returns:
      possible object is Boolean
    • setDchg

      public void setDchg(boolean value)
      Sets the value of the dchg property.
      Parameters:
      value - allowed object is Boolean
    • isSetDchg

      public boolean isSetDchg()
    • unsetDchg

      public void unsetDchg()
    • isQchg

      public boolean isQchg()
      Gets the value of the qchg property.
      Returns:
      possible object is Boolean
    • setQchg

      public void setQchg(boolean value)
      Sets the value of the qchg property.
      Parameters:
      value - allowed object is Boolean
    • isSetQchg

      public boolean isSetQchg()
    • unsetQchg

      public void unsetQchg()
    • isDupd

      public boolean isDupd()
      Gets the value of the dupd property.
      Returns:
      possible object is Boolean
    • setDupd

      public void setDupd(boolean value)
      Sets the value of the dupd property.
      Parameters:
      value - allowed object is Boolean
    • isSetDupd

      public boolean isSetDupd()
    • unsetDupd

      public void unsetDupd()
    • isPeriod

      public boolean isPeriod()
      Gets the value of the period property.
      Returns:
      possible object is Boolean
    • setPeriod

      public void setPeriod(boolean value)
      Sets the value of the period property.
      Parameters:
      value - allowed object is Boolean
    • isSetPeriod

      public boolean isSetPeriod()
    • unsetPeriod

      public void unsetPeriod()
    • isGi

      public boolean isGi()
      Gets the value of the gi property.
      Returns:
      possible object is Boolean
    • setGi

      public void setGi(boolean value)
      Sets the value of the gi property.
      Parameters:
      value - allowed object is Boolean
    • isSetGi

      public boolean isSetGi()
    • unsetGi

      public void unsetGi()