Package net.ihe.gazelle.hl7v3.datatypes
Class IVXBPQ
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.PQ
net.ihe.gazelle.hl7v3.datatypes.IVXBPQ
- All Implemented Interfaces:
Serializable
Description of the class IVXBPQ.
- 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.PQ
translation, unit, valueFields inherited from class net.ihe.gazelle.hl7v3.datatypes.ANY
mixed, nullFlavor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn inclusive.Deprecated.voidset_xmlNodePresentation(Node _xmlNodePresentation) voidsetInclusive(Boolean inclusive) Set a value to attribute inclusive.static voidvalidateByModule(IVXBPQ iVXBPQ, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validationMethods inherited from class net.ihe.gazelle.hl7v3.datatypes.PQ
addTranslation, getTranslation, getUnit, getValue, removeTranslation, setTranslation, setUnit, setValue, validateByModuleMethods inherited from class net.ihe.gazelle.hl7v3.datatypes.QTY
validateByModuleMethods inherited from class net.ihe.gazelle.hl7v3.datatypes.ANY
getNullFlavor, setNullFlavor, validateByModuleMethods 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
-
IVXBPQ
public IVXBPQ()
-
-
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_xmlNodePresentationin classPQ
-
set_xmlNodePresentation
- Overrides:
set_xmlNodePresentationin classPQ
-
validateByModule
public static void validateByModule(IVXBPQ iVXBPQ, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validation
-