Package net.ihe.gazelle.hl7v3.datatypes
Class RTOMOPQ
java.lang.Object
net.ihe.gazelle.gen.common.CommonOperations
net.ihe.gazelle.hl7v3.datatypes.ANY
net.ihe.gazelle.hl7v3.datatypes.QTY
net.ihe.gazelle.hl7v3.datatypes.RTOMOPQ
- All Implemented Interfaces:
Serializable
Description of the class RTOMOPQ.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe quantity that devides the numerator in the ratio.The quantity that is being divided in the ratio.Fields inherited from class net.ihe.gazelle.hl7v3.datatypes.ANY
mixed, nullFlavor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn denominator.Return numerator.void
set_xmlNodePresentation
(Node _xmlNodePresentation) void
setDenominator
(PQ denominator) Set a value to attribute denominator.void
setNumerator
(MO numerator) Set a value to attribute numerator.static void
validateByModule
(RTOMOPQ rTOMOPQ, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validationMethods inherited from class net.ihe.gazelle.hl7v3.datatypes.QTY
validateByModule
Methods inherited from class net.ihe.gazelle.hl7v3.datatypes.ANY
getNullFlavor, setNullFlavor, validateByModule
Methods inherited from class net.ihe.gazelle.gen.common.CommonOperations
getValuesetChecker, isBIN, isCSType, isDTM, isOID, isRUID, isSTType, isTSType, isUID, isUUID, isXCN, isXON, isXPN, matches, matches, matches, matches, matchesCodeToValueSet, matchesValueSet, matchesValueSetWithDisplayName, setValuesetChecker, setValueSetProvider
-
Field Details
-
numerator
The quantity that is being divided in the ratio. The default is the integer number 1 (one). -
denominator
The quantity that devides the numerator in the ratio. The default is the integer number 1 (one). The denominator must not be zero.
-
-
Constructor Details
-
RTOMOPQ
public RTOMOPQ()
-
-
Method Details
-
getNumerator
Return numerator.- Returns:
- numerator : The quantity that is being divided in the ratio. The default is the integer number 1 (one).
-
setNumerator
Set a value to attribute numerator.- Parameters:
numerator
- : The quantity that is being divided in the ratio. The default is the integer number 1 (one).
-
getDenominator
Return denominator.- Returns:
- denominator : The quantity that devides the numerator in the ratio. The default is the integer number 1 (one). The denominator must not be zero.
-
setDenominator
Set a value to attribute denominator.- Parameters:
denominator
- : The quantity that devides the numerator in the ratio. The default is the integer number 1 (one). The denominator must not be zero.
-
get_xmlNodePresentation
- Overrides:
get_xmlNodePresentation
in classQTY
-
set_xmlNodePresentation
- Overrides:
set_xmlNodePresentation
in classQTY
-
validateByModule
public static void validateByModule(RTOMOPQ rTOMOPQ, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validation
-