org.hl7.v3
Class QTY
java.lang.Object
org.hl7.v3.ANY
org.hl7.v3.QTY
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- INT, MO, PQ, REAL, RTOMOPQ, RTOPQPQ, RTOQTYQTY, TS
public abstract class QTY
- extends ANY
The quantity data type 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>
- See Also:
- Serialized Form
Constructor Summary |
QTY()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QTY
public QTY()