public class RTOQTYQTY extends QTY
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>
| Constructor and Description |
|---|
RTOQTYQTY() |
| Modifier and Type | Method and Description |
|---|---|
QTY |
getDenominator()
Gets the value of the denominator property.
|
QTY |
getNumerator()
Gets the value of the numerator property.
|
void |
setDenominator(QTY value)
Sets the value of the denominator property.
|
void |
setNumerator(QTY value)
Sets the value of the numerator property.
|
getContent, getNullFlavor, setContentpublic QTY getNumerator()
QTYpublic void setNumerator(QTY value)
value - allowed object is
QTYpublic QTY getDenominator()
QTY