Package org.projecthusky.common.hl7cdar2
Class IVXBMO
java.lang.Object
org.projecthusky.common.hl7cdar2.ANY
org.projecthusky.common.hl7cdar2.QTY
org.projecthusky.common.hl7cdar2.MO
org.projecthusky.common.hl7cdar2.IVXBMO
Java-Klasse für IVXB_MO complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="IVXB_MO">
<complexContent>
<extension base="{urn:hl7-org:v3}MO">
<attribute name="inclusive" type="{urn:hl7-org:v3}bl" default="true" />
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsFields inherited from class org.projecthusky.common.hl7cdar2.ANY
nullFlavor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanRuft den Wert der inclusive-Eigenschaft ab.voidsetInclusive(Boolean value) Legt den Wert der inclusive-Eigenschaft fest.Methods inherited from class org.projecthusky.common.hl7cdar2.MO
getCurrency, getValue, setCurrency, setValueMethods inherited from class org.projecthusky.common.hl7cdar2.ANY
getMergedXmlMixed, getNullFlavor, getNullFlavor, getXmlMixed, setXmlMixed, setXmlMixed
-
Field Details
-
inclusive
-
-
Constructor Details
-
IVXBMO
public IVXBMO()
-
-
Method Details