public class INT extends QTY
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>
| Constructor and Description |
|---|
INT() |
| Modifier and Type | Method and Description |
|---|---|
java.math.BigInteger |
getValue()
Gets the value of the value property.
|
void |
setValue(java.math.BigInteger value)
Sets the value of the value property.
|
getContent, getNullFlavor, setContent