Class IVLPPDPQ
Java-Klasse für IVL_PPD_PQ complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="IVL_PPD_PQ"> <complexContent> <extension base="{urn:hl7-org:v3}SXCM_PPD_PQ"> <choice minOccurs="0"> <sequence> <element name="low" type="{urn:hl7-org:v3}IVXB_PPD_PQ"/> <choice minOccurs="0"> <element name="width" type="{urn:hl7-org:v3}PPD_PQ" minOccurs="0"/> <element name="high" type="{urn:hl7-org:v3}IVXB_PPD_PQ" minOccurs="0"/> </choice> </sequence> <element name="high" type="{urn:hl7-org:v3}IVXB_PPD_PQ"/> <sequence> <element name="width" type="{urn:hl7-org:v3}PPD_PQ"/> <element name="high" type="{urn:hl7-org:v3}IVXB_PPD_PQ" minOccurs="0"/> </sequence> <sequence> <element name="center" type="{urn:hl7-org:v3}PPD_PQ"/> <element name="width" type="{urn:hl7-org:v3}PPD_PQ" minOccurs="0"/> </sequence> </choice> </extension> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionFields 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
Methods inherited from class org.projecthusky.common.hl7cdar2.SXCMPPDPQ
getOperator, setOperator
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
-
rest
-
-
Constructor Details
-
IVLPPDPQ
public IVLPPDPQ()
-
-
Method Details
-
getRest
Ruft das restliche Contentmodell ab.Sie rufen diese "catch-all"-Eigenschaft aus folgendem Grund ab: Der Feldname "High" wird von zwei verschiedenen Teilen eines Schemas verwendet. Siehe: Zeile 612 von file:/C:/src/git/ehc-trunk/common/ehealth_connector-common-gen/src/main/resources/schemas/hl7cdar2/coreschemas/datatypes.xsd Zeile 603 von file:/C:/src/git/ehc-trunk/common/ehealth_connector-common-gen/src/main/resources/schemas/hl7cdar2/coreschemas/datatypes.xsd
Um diese Eigenschaft zu entfernen, wenden Sie eine Eigenschaftenanpassung für eine der beiden folgenden Deklarationen an, um deren Namen zu ändern: Gets the value of the rest property.
This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the rest property.For example, to add a new item, do as follows:
getRest().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement
<
PPDPQ
>
JAXBElement
<
PPDPQ
>
JAXBElement
<
IVXBPPDPQ
>
JAXBElement
<
IVXBPPDPQ
>
-