org.projecthusky.common.hl7cdar2.QTY Maven / Gradle / Ivy
/*
* This code is made available under the terms of the Eclipse Public License v1.0
* in the github project https://github.com/project-husky/husky there you also
* find a list of the contributors and the license information.
*
* This project has been developed further and modified by the joined working group Husky
* on the basis of the eHealth Connector opensource project from June 28, 2021,
* whereas medshare GmbH is the initial and main contributor/author of the eHealth Connector.
*
*/
// Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 generiert
// Siehe http://java.sun.com/xml/jaxb
// Änderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren.
// Generiert: 2020.07.09 um 01:07:39 PM CEST
//
package org.projecthusky.common.hl7cdar2;
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.
*
*
*
* Java-Klasse für QTY complex type.
*
*
* Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
*
* <complexType name="QTY">
* <complexContent>
* <extension base="{urn:hl7-org:v3}ANY">
* </extension>
* </complexContent>
* </complexType>
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "QTY")
@XmlSeeAlso({RTOMOPQ.class, RTOPQPQ.class, RTOQTYQTY.class, REAL.class, PQ.class, MO.class,
TS.class, INT.class})
public abstract class QTY extends ANY {
}