Package org.hl7.v3
Class RTOQTYQTY
java.lang.Object
org.hl7.v3.ANY
org.hl7.v3.QTY
org.hl7.v3.RTOQTYQTY
- Direct Known Subclasses:
RTO
Java class for RTO_QTY_QTY complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RTO_QTY_QTY">
<complexContent>
<extension base="{urn:hl7-org:v3}QTY">
<sequence>
<element name="numerator" type="{urn:hl7-org:v3}QTY"/>
<element name="denominator" type="{urn:hl7-org:v3}QTY"/>
</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 denominator property.Gets the value of the numerator property.inthashCode()voidsetDenominator(QTY value) Sets the value of the denominator property.voidsetNumerator(QTY value) Sets the value of the numerator property.toString()Generates a String representation of the contents of this type.withDenominator(QTY value) withNullFlavor(String... values) withNullFlavor(Collection<String> values) withNumerator(QTY value) Methods inherited from class org.hl7.v3.ANY
getNullFlavor
-
Field Details
-
numerator
-
denominator
-
-
Constructor Details
-
RTOQTYQTY
public RTOQTYQTY()
-
-
Method Details
-
getNumerator
Gets the value of the numerator property.- Returns:
- possible object is
QTY
-
setNumerator
Sets the value of the numerator property.- Parameters:
value- allowed object isQTY
-
getDenominator
Gets the value of the denominator property.- Returns:
- possible object is
QTY
-
setDenominator
Sets the value of the denominator property.- Parameters:
value- allowed object isQTY
-
withNumerator
-
withDenominator
-
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
-