Package org.hl7.v3
Class RTOMOPQ
java.lang.Object
org.hl7.v3.ANY
org.hl7.v3.QTY
org.hl7.v3.RTOMOPQ
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>
-
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(MO 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(MO value) Methods inherited from class org.hl7.v3.ANY
getNullFlavor
-
Field Details
-
numerator
-
denominator
-
-
Constructor Details
-
RTOMOPQ
public RTOMOPQ()
-
-
Method Details
-
getNumerator
Gets the value of the numerator property.- Returns:
- possible object is
MO
-
setNumerator
Sets the value of the numerator property.- Parameters:
value- allowed object isMO
-
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
-