|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc für Elexis version 2.1.7.dev vom 01.09.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hl7.v3.ANY
org.hl7.v3.SLISTTS
public class SLISTTS
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>
Field Summary | |
---|---|
protected java.util.List<java.math.BigInteger> |
digits
|
protected TS |
origin
|
protected PQ |
scale
|
Fields inherited from class org.hl7.v3.ANY |
---|
content, nullFlavor |
Constructor Summary | |
---|---|
SLISTTS()
|
Method Summary | |
---|---|
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. |
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 |
---|
protected TS origin
protected PQ scale
protected java.util.List<java.math.BigInteger> digits
Constructor Detail |
---|
public SLISTTS()
Method Detail |
---|
public TS getOrigin()
TS
public void setOrigin(TS value)
value
- allowed object is TS
public PQ getScale()
PQ
public void setScale(PQ value)
value
- allowed object is PQ
public 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
|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc für Elexis version 2.1.7.dev vom 01.09.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |