Package org.hl7.v3
Class GLISTTS
java.lang.Object
org.hl7.v3.ANY
org.hl7.v3.GLISTTS
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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BigIntegerprotected TSprotected PQprotected BigIntegerFields inherited from class org.hl7.v3.ANY
nullFlavor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the denominator property.getHead()Gets the value of the head property.Gets the value of the increment property.Gets the value of the period property.inthashCode()voidsetDenominator(BigInteger value) Sets the value of the denominator property.voidSets the value of the head property.voidsetIncrement(PQ value) Sets the value of the increment property.voidsetPeriod(BigInteger value) Sets the value of the period property.toString()Generates a String representation of the contents of this type.withDenominator(BigInteger value) withIncrement(PQ value) withNullFlavor(String... values) withNullFlavor(Collection<String> values) withPeriod(BigInteger value) Methods inherited from class org.hl7.v3.ANY
getNullFlavor
-
Field Details
-
head
-
increment
-
period
-
denominator
-
-
Constructor Details
-
GLISTTS
public GLISTTS()
-
-
Method Details
-
getHead
Gets the value of the head property.- Returns:
- possible object is
TS
-
setHead
Sets the value of the head property.- Parameters:
value- allowed object isTS
-
getIncrement
Gets the value of the increment property.- Returns:
- possible object is
PQ
-
setIncrement
Sets the value of the increment property.- Parameters:
value- allowed object isPQ
-
getPeriod
Gets the value of the period property.- Returns:
- possible object is
BigInteger
-
setPeriod
Sets the value of the period property.- Parameters:
value- allowed object isBigInteger
-
getDenominator
Gets the value of the denominator property.- Returns:
- possible object is
BigInteger
-
setDenominator
Sets the value of the denominator property.- Parameters:
value- allowed object isBigInteger
-
withHead
-
withIncrement
-
withPeriod
-
withDenominator
-
withNullFlavor
- Overrides:
withNullFlavorin classANY
-
withNullFlavor
- Overrides:
withNullFlavorin classANY
-
equals
-
hashCode
public int hashCode() -
toString
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
-