package org.hl7.v3;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.bind.annotation.XmlType;
/**
*
* 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.
*
*
* <p>Java class for QTY complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType name="QTY">
* <complexContent>
* <extension base="{urn:hl7-org:v3}ANY">
* </extension>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "QTY")
@XmlSeeAlso({
RTOPQPQ.class,
TS.class,
MO.class,
RTOMOPQ.class,
PQ.class,
REAL.class,
INT.class,
RTOQTYQTY.class
})
public abstract class QTY
extends ANY
{
/**
*
*/
private static final long serialVersionUID = 1L;
}