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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isDchg()
Gets the value of the dchg property.boolean
isDupd()
Gets the value of the dupd property.boolean
isGi()
Gets the value of the gi property.boolean
isPeriod()
Gets the value of the period property.boolean
isQchg()
Gets the value of the qchg property.boolean
boolean
boolean
isSetGi()
boolean
boolean
void
setDchg
(boolean value) Sets the value of the dchg property.void
setDupd
(boolean value) Sets the value of the dupd property.void
setGi
(boolean value) Sets the value of the gi property.void
setPeriod
(boolean value) Sets the value of the period property.void
setQchg
(boolean value) Sets the value of the qchg property.void
void
void
unsetGi()
void
void
-
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()
-