Package net.ihe.gazelle.hl7v3.datatypes
Class IVXBINT
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.INT
net.ihe.gazelle.hl7v3.datatypes.IVXBINT
- All Implemented Interfaces:
Serializable
Description of the class IVXBINT.
- 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.voidset_xmlNodePresentation(Node _xmlNodePresentation) voidsetInclusive(Boolean inclusive) Set a value to attribute inclusive.static voidvalidateByModule(IVXBINT iVXBINT, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validationMethods inherited from class net.ihe.gazelle.hl7v3.datatypes.INT
getValue, 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
-
IVXBINT
public IVXBINT()
-
-
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 classINT
-
set_xmlNodePresentation
- Overrides:
set_xmlNodePresentationin classINT
-
validateByModule
public static void validateByModule(IVXBINT iVXBINT, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validation
-