public class IVLPPDPQ extends SXCMPPDPQ
Java class for IVL_PPD_PQ complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
| Constructor and Description |
|---|
IVLPPDPQ() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<javax.xml.bind.JAXBElement<? extends PPDPQ>> |
getRest()
Gets the rest of the content model.
|
getOperator, setOperatorgetDistributionType, getStandardDeviation, setDistributionType, setStandardDeviationgetTranslation, getUnit, getValue, setUnit, setValuegetContent, getNullFlavor, setContentpublic java.util.List<javax.xml.bind.JAXBElement<? extends PPDPQ>> getRest()
You are getting this "catch-all" property because of the following reason: The field name "High" is used by two different parts of a schema. See:
To get rid of this property, apply a property customization to one of both of the following declarations to change their names: 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<IVXBPPDPQ>
JAXBElement<PPDPQ>
JAXBElement<IVXBPPDPQ>