Package org.hl7.v3
Class RTOPQPQ
java.lang.Object
org.hl7.v3.ANY
org.hl7.v3.QTY
org.hl7.v3.RTOPQPQ
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>
-
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(PQ value) Sets the value of the denominator property.voidsetNumerator(PQ value) Sets the value of the numerator property.toString()Generates a String representation of the contents of this type.withDenominator(PQ value) withNullFlavor(String... values) withNullFlavor(Collection<String> values) withNumerator(PQ value) Methods inherited from class org.hl7.v3.ANY
getNullFlavor
-
Field Details
-
numerator
-
denominator
-
-
Constructor Details
-
RTOPQPQ
public RTOPQPQ()
-
-
Method Details
-
getNumerator
Gets the value of the numerator property.- Returns:
- possible object is
PQ
-
setNumerator
Sets the value of the numerator property.- Parameters:
value- allowed object isPQ
-
getDenominator
Gets the value of the denominator property.- Returns:
- possible object is
PQ
-
setDenominator
Sets the value of the denominator property.- Parameters:
value- allowed object isPQ
-
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
-