Package org.hl7.v3
Class SLISTPQ
java.lang.Object
org.hl7.v3.ANY
org.hl7.v3.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
FieldsFields inherited from class org.hl7.v3.ANY
nullFlavor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the digits property.Gets the value of the origin property.getScale()Gets the value of the scale property.inthashCode()voidSets the value of the origin property.voidSets the value of the scale property.toString()Generates a String representation of the contents of this type.withDigits(BigInteger... values) withDigits(Collection<BigInteger> values) withNullFlavor(String... values) withNullFlavor(Collection<String> values) withOrigin(PQ value) Methods inherited from class org.hl7.v3.ANY
getNullFlavor
-
Field Details
-
origin
-
scale
-
digits
-
-
Constructor Details
-
SLISTPQ
public SLISTPQ()
-
-
Method Details
-
getOrigin
Gets the value of the origin property.- Returns:
- possible object is
PQ
-
setOrigin
Sets the value of the origin property.- Parameters:
value- allowed object isPQ
-
getScale
Gets the value of the scale property.- Returns:
- possible object is
PQ
-
setScale
Sets the value of the scale property.- Parameters:
value- allowed object isPQ
-
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 Jakarta XML Binding object. This is why there is not a
setmethod 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 -
withOrigin
-
withScale
-
withDigits
-
withDigits
-
withNullFlavor
- Overrides:
withNullFlavorin classANY
-
withNullFlavor
- Overrides:
withNullFlavorin classANY
-
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
-