Package net.ihe.gazelle.hl7v3.datatypes
Class MO
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.MO
- All Implemented Interfaces:
Serializable
Description of the class MO.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe currency unit as defined in ISO 4217. .The magnitude of the monetary amount in terms of the currency unit. .Fields inherited from class net.ihe.gazelle.hl7v3.datatypes.ANY
mixed, nullFlavor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn currency.getValue()
Return value.void
set_xmlNodePresentation
(Node _xmlNodePresentation) void
setCurrency
(String currency) Set a value to attribute currency.void
Set a value to attribute value.static void
validateByModule
(MO mO, 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
-
currency
The currency unit as defined in ISO 4217. . -
value
The magnitude of the monetary amount in terms of the currency unit. .
-
-
Constructor Details
-
MO
public MO()
-
-
Method Details
-
getCurrency
Return currency.- Returns:
- currency : The currency unit as defined in ISO 4217.
-
setCurrency
Set a value to attribute currency.- Parameters:
currency
- : The currency unit as defined in ISO 4217.
-
getValue
Return value.- Returns:
- value : The magnitude of the monetary amount in terms of the currency unit.
-
setValue
Set a value to attribute value.- Parameters:
value
- : The magnitude of the monetary amount in terms of the currency unit.
-
get_xmlNodePresentation
- Overrides:
get_xmlNodePresentation
in classQTY
-
set_xmlNodePresentation
- Overrides:
set_xmlNodePresentation
in classQTY
-
validateByModule
public static void validateByModule(MO mO, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validation
-