Package org.projecthusky.common.hl7cdar2
Class SXPRTS
java.lang.Object
org.projecthusky.common.hl7cdar2.ANY
org.projecthusky.common.hl7cdar2.QTY
org.projecthusky.common.hl7cdar2.TS
org.projecthusky.common.hl7cdar2.SXCMTS
org.projecthusky.common.hl7cdar2.SXPRTS
Java-Klasse für SXPR_TS complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<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>
-
Field Summary
FieldsFields inherited from class org.projecthusky.common.hl7cdar2.ANY
nullFlavor
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.projecthusky.common.hl7cdar2.SXCMTS
getOperator, setOperator
Methods inherited from class org.projecthusky.common.hl7cdar2.ANY
getMergedXmlMixed, getNullFlavor, getNullFlavor, getXmlMixed, setXmlMixed, setXmlMixed
-
Field Details
-
comp
-
-
Constructor Details
-
SXPRTS
public SXPRTS()
-
-
Method Details
-
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
-