Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc für Elexis version 2.1.7.dev vom 01.09.2013

org.hl7.v3
Class IVLPPDTS

java.lang.Object
  extended by org.hl7.v3.ANY
      extended by org.hl7.v3.QTY
          extended by org.hl7.v3.TS
              extended by org.hl7.v3.PPDTS
                  extended by org.hl7.v3.SXCMPPDTS
                      extended by org.hl7.v3.IVLPPDTS
All Implemented Interfaces:
java.io.Serializable

public class IVLPPDTS
extends SXCMPPDTS

Java class for IVL_PPD_TS complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="IVL_PPD_TS">
   <complexContent>
     <extension base="{urn:hl7-org:v3}SXCM_PPD_TS">
       <choice minOccurs="0">
         <sequence>
           <element name="low" type="{urn:hl7-org:v3}IVXB_PPD_TS"/>
           <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_TS" minOccurs="0"/>
           </choice>
         </sequence>
         <element name="high" type="{urn:hl7-org:v3}IVXB_PPD_TS"/>
         <sequence>
           <element name="width" type="{urn:hl7-org:v3}PPD_PQ"/>
           <element name="high" type="{urn:hl7-org:v3}IVXB_PPD_TS" minOccurs="0"/>
         </sequence>
         <sequence>
           <element name="center" type="{urn:hl7-org:v3}PPD_TS"/>
           <element name="width" type="{urn:hl7-org:v3}PPD_PQ" minOccurs="0"/>
         </sequence>
       </choice>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  java.util.List<javax.xml.bind.JAXBElement<? extends QTY>> rest
           
 
Fields inherited from class org.hl7.v3.SXCMPPDTS
operator
 
Fields inherited from class org.hl7.v3.PPDTS
distributionType, standardDeviation
 
Fields inherited from class org.hl7.v3.TS
value
 
Fields inherited from class org.hl7.v3.ANY
content, nullFlavor
 
Constructor Summary
IVLPPDTS()
           
 
Method Summary
 java.util.List<javax.xml.bind.JAXBElement<? extends QTY>> getRest()
          Gets the rest of the content model.
 
Methods inherited from class org.hl7.v3.SXCMPPDTS
getOperator, setOperator
 
Methods inherited from class org.hl7.v3.PPDTS
getDistributionType, getStandardDeviation, setDistributionType, setStandardDeviation
 
Methods inherited from class org.hl7.v3.TS
getValue, setValue
 
Methods inherited from class org.hl7.v3.ANY
content, getNullFlavor, setContent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rest

protected java.util.List<javax.xml.bind.JAXBElement<? extends QTY>> rest
Constructor Detail

IVLPPDTS

public IVLPPDTS()
Method Detail

getRest

public java.util.List<javax.xml.bind.JAXBElement<? extends QTY>> getRest()
Gets the rest of the content model.

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: line 2320 of file:/Users/andrzejburyan/Documents/workspace/cdasample2/wsdl/CDA.xsd line 2311 of file:/Users/andrzejburyan/Documents/workspace/cdasample2/wsdl/CDA.xsd

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< IVXBPPDTS> JAXBElement<PPDPQ> JAXBElement<PPDTS> JAXBElement< IVXBPPDTS>


Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc für Elexis version 2.1.7.dev vom 01.09.2013