Package net.ihe.gazelle.hl7v3.datatypes
Class IVXBMO
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
net.ihe.gazelle.hl7v3.datatypes.IVXBMO
- All Implemented Interfaces:
Serializable
Description of the class IVXBMO.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionSpecifies whether the limit is included in the interval (interval is closed) or excluded from the interval (interval is open). .Fields inherited from class net.ihe.gazelle.hl7v3.datatypes.ANY
mixed, nullFlavor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn inclusive.Deprecated.void
set_xmlNodePresentation
(Node _xmlNodePresentation) void
setInclusive
(Boolean inclusive) Set a value to attribute inclusive.static void
validateByModule
(IVXBMO iVXBMO, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validationMethods inherited from class net.ihe.gazelle.hl7v3.datatypes.MO
getCurrency, getValue, setCurrency, setValue, validateByModule
Methods 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
-
inclusive
Specifies whether the limit is included in the interval (interval is closed) or excluded from the interval (interval is open). .
-
-
Constructor Details
-
IVXBMO
public IVXBMO()
-
-
Method Details
-
getInclusive
Return inclusive.- Returns:
- inclusive : Specifies whether the limit is included in the interval (interval is closed) or excluded from the interval (interval is open).
-
setInclusive
Set a value to attribute inclusive.- Parameters:
inclusive
- : Specifies whether the limit is included in the interval (interval is closed) or excluded from the interval (interval is open).
-
isInclusive
Deprecated.Return inclusive.- Returns:
- inclusive : Specifies whether the limit is included in the interval (interval is closed) or excluded from the interval (interval is open). Generated for the use on jsf pages
-
get_xmlNodePresentation
- Overrides:
get_xmlNodePresentation
in classMO
-
set_xmlNodePresentation
- Overrides:
set_xmlNodePresentation
in classMO
-
validateByModule
public static void validateByModule(IVXBMO iVXBMO, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validation
-