public class RTOMOPQ extends QTY
Java class for RTO_MO_PQ complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RTO_MO_PQ">
<complexContent>
<extension base="{urn:hl7-org:v3}QTY">
<sequence>
<element name="numerator" type="{urn:hl7-org:v3}MO"/>
<element name="denominator" type="{urn:hl7-org:v3}PQ"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
RTOMOPQ() |
| Modifier and Type | Method and Description |
|---|---|
PQ |
getDenominator()
Gets the value of the denominator property.
|
MO |
getNumerator()
Gets the value of the numerator property.
|
void |
setDenominator(PQ value)
Sets the value of the denominator property.
|
void |
setNumerator(MO value)
Sets the value of the numerator property.
|
getContent, getNullFlavor, setContentpublic MO getNumerator()
MOpublic void setNumerator(MO value)
value - allowed object is
MOpublic PQ getDenominator()
PQ