public class GLISTTS extends ANY
Java class for GLIST_TS complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GLIST_TS">
<complexContent>
<extension base="{urn:hl7-org:v3}ANY">
<sequence>
<element name="head" type="{urn:hl7-org:v3}TS"/>
<element name="increment" type="{urn:hl7-org:v3}PQ"/>
</sequence>
<attribute name="period" type="{urn:hl7-org:v3}int" />
<attribute name="denominator" type="{urn:hl7-org:v3}int" />
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
GLISTTS() |
| Modifier and Type | Method and Description |
|---|---|
java.math.BigInteger |
getDenominator()
Gets the value of the denominator property.
|
TS |
getHead()
Gets the value of the head property.
|
PQ |
getIncrement()
Gets the value of the increment property.
|
java.math.BigInteger |
getPeriod()
Gets the value of the period property.
|
void |
setDenominator(java.math.BigInteger value)
Sets the value of the denominator property.
|
void |
setHead(TS value)
Sets the value of the head property.
|
void |
setIncrement(PQ value)
Sets the value of the increment property.
|
void |
setPeriod(java.math.BigInteger value)
Sets the value of the period property.
|
getContent, getNullFlavor, setContentpublic void setHead(TS value)
value - allowed object is
TSpublic PQ getIncrement()
PQpublic void setIncrement(PQ value)
value - allowed object is
PQpublic java.math.BigInteger getPeriod()
BigIntegerpublic void setPeriod(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getDenominator()
BigIntegerpublic void setDenominator(java.math.BigInteger value)
value - allowed object is
BigInteger