|
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.SLISTPQ
public class SLISTPQ
Java class for SLIST_PQ complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SLIST_PQ">
<complexContent>
<extension base="{urn:hl7-org:v3}ANY">
<sequence>
<element name="origin" type="{urn:hl7-org:v3}PQ"/>
<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 PQ |
origin
|
protected PQ |
scale
|
| Fields inherited from class org.hl7.v3.ANY |
|---|
content, nullFlavor |
| Constructor Summary | |
|---|---|
SLISTPQ()
|
|
| Method Summary | |
|---|---|
java.util.List<java.math.BigInteger> |
getDigits()
Gets the value of the digits property. |
PQ |
getOrigin()
Gets the value of the origin property. |
PQ |
getScale()
Gets the value of the scale property. |
void |
setOrigin(PQ 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 PQ origin
protected PQ scale
protected java.util.List<java.math.BigInteger> digits
| Constructor Detail |
|---|
public SLISTPQ()
| Method Detail |
|---|
public PQ getOrigin()
PQpublic void setOrigin(PQ value)
value - allowed object is PQpublic PQ getScale()
PQpublic 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
|
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 | ||||||||