Package org.hl7.v3
Class QTY
java.lang.Object
org.hl7.v3.ANY
org.hl7.v3.QTY
is an abstract generalization
for all data types (1) whose value set has an order
relation (less-or-equal) and (2) where difference is
defined in all of the data type's totally ordered value
subsets. The quantity type abstraction is needed in
defining certain other types, such as the interval and
the probability distribution.
Java class for QTY complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QTY">
<complexContent>
<extension base="{urn:hl7-org:v3}ANY">
</extension>
</complexContent>
</complexType>
-
Field Summary
Fields inherited from class org.hl7.v3.ANY
nullFlavor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()toString()Generates a String representation of the contents of this type.withNullFlavor(String... values) withNullFlavor(Collection<String> values) Methods inherited from class org.hl7.v3.ANY
getNullFlavor
-
Constructor Details
-
QTY
public QTY()
-
-
Method Details
-
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
-