Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc für Elexis version 2.1.7.dev vom 01.09.2013

org.hl7.v3
Class SLISTPQ

java.lang.Object
  extended by org.hl7.v3.ANY
      extended by org.hl7.v3.SLISTPQ
All Implemented Interfaces:
java.io.Serializable

public class SLISTPQ
extends ANY

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>
 

See Also:
Serialized Form

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

origin

protected PQ origin

scale

protected PQ scale

digits

protected java.util.List<java.math.BigInteger> digits
Constructor Detail

SLISTPQ

public SLISTPQ()
Method Detail

getOrigin

public PQ getOrigin()
Gets the value of the origin property.

Returns:
possible object is PQ

setOrigin

public void setOrigin(PQ value)
Sets the value of the origin property.

Parameters:
value - allowed object is PQ

getScale

public PQ getScale()
Gets the value of the scale property.

Returns:
possible object is PQ

setScale

public void setScale(PQ value)
Sets the value of the scale property.

Parameters:
value - allowed object is PQ

getDigits

public java.util.List<java.math.BigInteger> getDigits()
Gets the value of the digits 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 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