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