Package org.projecthusky.common.hl7cdar2
Class IVXBPPDPQ
java.lang.Object
org.projecthusky.common.hl7cdar2.ANY
org.projecthusky.common.hl7cdar2.QTY
org.projecthusky.common.hl7cdar2.PQ
org.projecthusky.common.hl7cdar2.PPDPQ
org.projecthusky.common.hl7cdar2.IVXBPPDPQ
Java-Klasse für IVXB_PPD_PQ complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="IVXB_PPD_PQ"> <complexContent> <extension base="{urn:hl7-org:v3}PPD_PQ"> <attribute name="inclusive" type="{urn:hl7-org:v3}bl" default="true" /> </extension> </complexContent> </complexType>
-
Field Summary
FieldsFields inherited from class org.projecthusky.common.hl7cdar2.PPDPQ
distributionType, standardDeviation
Fields inherited from class org.projecthusky.common.hl7cdar2.PQ
translation, unit, value
Fields inherited from class org.projecthusky.common.hl7cdar2.ANY
nullFlavor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Ruft den Wert der inclusive-Eigenschaft ab.void
setInclusive
(Boolean value) Legt den Wert der inclusive-Eigenschaft fest.Methods inherited from class org.projecthusky.common.hl7cdar2.PPDPQ
getDistributionType, getStandardDeviation, setDistributionType, setStandardDeviation
Methods inherited from class org.projecthusky.common.hl7cdar2.PQ
getTranslation, getUnit, getValue, setUnit, setValue
Methods inherited from class org.projecthusky.common.hl7cdar2.ANY
getMergedXmlMixed, getNullFlavor, getNullFlavor, getXmlMixed, setXmlMixed, setXmlMixed
-
Field Details
-
inclusive
-
-
Constructor Details
-
IVXBPPDPQ
public IVXBPPDPQ()
-
-
Method Details