Package org.hl7.v3
Class REAL
java.lang.Object
org.hl7.v3.ANY
org.hl7.v3.QTY
org.hl7.v3.REAL
Fractional numbers. Typically used whenever quantities
are measured, estimated, or computed from other real
numbers. The typical representation is decimal, where
the number of significant decimal digits is known as the
precision. Real numbers are needed beyond integers
whenever quantities of the real world are measured,
estimated, or computed from other real numbers. The term
"Real number" in this specification is used to mean
that fractional values are covered without necessarily
implying the full set of the mathematical real numbers.
Java class for REAL complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="REAL">
<complexContent>
<extension base="{urn:hl7-org:v3}QTY">
<attribute name="value" type="{urn:hl7-org:v3}real" />
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsFields inherited from class org.hl7.v3.ANY
nullFlavor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetValue()Gets the value of the value property.inthashCode()voidSets the value of the value property.toString()Generates a String representation of the contents of this type.withNullFlavor(String... values) withNullFlavor(Collection<String> values) Methods inherited from class org.hl7.v3.ANY
getNullFlavor
-
Field Details
-
value
-
-
Constructor Details
-
REAL
public REAL()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isString
-
withValue
-
withNullFlavor
- Overrides:
withNullFlavorin classQTY
-
withNullFlavor
- Overrides:
withNullFlavorin classQTY
-
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
-