Class TTrgOps
java.lang.Object
org.lfenergy.compas.scl2007b4.model.TTrgOps
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisDchg()Gets the value of the dchg property.booleanisDupd()Gets the value of the dupd property.booleanisGi()Gets the value of the gi property.booleanisPeriod()Gets the value of the period property.booleanisQchg()Gets the value of the qchg property.booleanbooleanbooleanisSetGi()booleanbooleanvoidsetDchg(boolean value) Sets the value of the dchg property.voidsetDupd(boolean value) Sets the value of the dupd property.voidsetGi(boolean value) Sets the value of the gi property.voidsetPeriod(boolean value) Sets the value of the period property.voidsetQchg(boolean value) Sets the value of the qchg property.voidvoidvoidunsetGi()voidvoid
-
Field Details
-
dchg
-
qchg
-
dupd
-
period
-
gi
-
-
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 isBoolean
-
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 isBoolean
-
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 isBoolean
-
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 isBoolean
-
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 isBoolean
-
isSetGi
public boolean isSetGi() -
unsetGi
public void unsetGi()
-