Package org.hl7.v3
Class INT
java.lang.Object
org.hl7.v3.ANY
org.hl7.v3.QTY
org.hl7.v3.INT
- Direct Known Subclasses:
IVXBINT,POCDMT000040RegionOfInterestValue,SXCMINT
Integer numbers (-1,0,1,2, 100, 3398129, etc.) are precise
numbers that are results of counting and enumerating.
Integer numbers are discrete, the set of integers is
infinite but countable. No arbitrary limit is imposed on
the range of integer numbers. Two NULL flavors are
defined for the positive and negative infinity.
Java class for INT complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="INT">
<complexContent>
<extension base="{urn:hl7-org:v3}QTY">
<attribute name="value" type="{urn:hl7-org:v3}int" />
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsFields inherited from class org.hl7.v3.ANY
nullFlavor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetValue()Gets the value of the value property.inthashCode()voidsetValue(BigInteger value) Sets the value of the value property.toString()Generates a String representation of the contents of this type.withNullFlavor(String... values) withNullFlavor(Collection<String> values) withValue(BigInteger value) Methods inherited from class org.hl7.v3.ANY
getNullFlavor
-
Field Details
-
value
-
-
Constructor Details
-
INT
public INT()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
BigInteger
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isBigInteger
-
withValue
-
withNullFlavor
- Overrides:
withNullFlavorin classQTY
-
withNullFlavor
- Overrides:
withNullFlavorin classQTY
-
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
-