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 SXPRTS

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.SXCMTS
                  extended by org.hl7.v3.SXPRTS
All Implemented Interfaces:
java.io.Serializable

public class SXPRTS
extends SXCMTS

Java class for SXPR_TS complex type.

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

 <complexType name="SXPR_TS">
   <complexContent>
     <extension base="{urn:hl7-org:v3}SXCM_TS">
       <sequence>
         <element name="comp" type="{urn:hl7-org:v3}SXCM_TS" maxOccurs="unbounded" minOccurs="2"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  java.util.List<SXCMTS> comp
           
 
Fields inherited from class org.hl7.v3.SXCMTS
operator
 
Fields inherited from class org.hl7.v3.TS
value
 
Fields inherited from class org.hl7.v3.ANY
content, nullFlavor
 
Constructor Summary
SXPRTS()
           
 
Method Summary
 java.util.List<SXCMTS> getComp()
          Gets the value of the comp property.
 
Methods inherited from class org.hl7.v3.SXCMTS
getOperator, setOperator
 
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

comp

protected java.util.List<SXCMTS> comp
Constructor Detail

SXPRTS

public SXPRTS()
Method Detail

getComp

public java.util.List<SXCMTS> getComp()
Gets the value of the comp 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 comp property.

For example, to add a new item, do as follows:

 getComp().add(newItem);
 

Objects of the following type(s) are allowed in the list SXCMTS


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