Package org.hl7.v3
Class SXPRTS
java.lang.Object
org.hl7.v3.ANY
org.hl7.v3.QTY
org.hl7.v3.TS
org.hl7.v3.SXCMTS
org.hl7.v3.SXPRTS
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>
-
Field Summary
FieldsFields inherited from class org.hl7.v3.ANY
nullFlavor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetComp()Gets the value of the comp property.inthashCode()toString()Generates a String representation of the contents of this type.withComp(Collection<SXCMTS> values) withNullFlavor(String... values) withNullFlavor(Collection<String> values) withOperator(SetOperator value) Methods inherited from class org.hl7.v3.SXCMTS
getOperator, setOperatorMethods inherited from class org.hl7.v3.ANY
getNullFlavor
-
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 Jakarta XML Binding object. This is why there is not a
setmethod 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 -
withComp
-
withComp
-
withOperator
- Overrides:
withOperatorin classSXCMTS
-
withValue
-
withNullFlavor
- Overrides:
withNullFlavorin classSXCMTS
-
withNullFlavor
- Overrides:
withNullFlavorin classSXCMTS
-
equals
-
hashCode
public int hashCode() -
toString
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
-