public class SLISTTS extends ANY
Java class for SLIST_TS complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SLIST_TS">
<complexContent>
<extension base="{urn:hl7-org:v3}ANY">
<sequence>
<element name="origin" type="{urn:hl7-org:v3}TS"/>
<element name="scale" type="{urn:hl7-org:v3}PQ"/>
<element name="digits" type="{urn:hl7-org:v3}list_int"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SLISTTS() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.math.BigInteger> |
getDigits()
Gets the value of the digits property.
|
TS |
getOrigin()
Gets the value of the origin property.
|
PQ |
getScale()
Gets the value of the scale property.
|
void |
setOrigin(TS value)
Sets the value of the origin property.
|
void |
setScale(PQ value)
Sets the value of the scale property.
|
getContent, getNullFlavor, setContentpublic TS getOrigin()
TSpublic void setOrigin(TS value)
value - allowed object is
TSpublic void setScale(PQ value)
value - allowed object is
PQpublic java.util.List<java.math.BigInteger> getDigits()
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 digits property.
For example, to add a new item, do as follows:
getDigits().add(newItem);
Objects of the following type(s) are allowed in the list
BigInteger