Package net.ihe.gazelle.hl7v3.datatypes
Class IVXBPPDTS
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.TS
net.ihe.gazelle.hl7v3.datatypes.PPDTS
net.ihe.gazelle.hl7v3.datatypes.IVXBPPDTS
- All Implemented Interfaces:
Serializable
Description of the class IVXBPPDTS.
- 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.PPDTS
distributionType, standardDeviationFields 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(IVXBPPDTS iVXBPPDTS, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validationMethods inherited from class net.ihe.gazelle.hl7v3.datatypes.PPDTS
getDistributionType, getStandardDeviation, setDistributionType, setStandardDeviation, validateByModuleMethods inherited from class net.ihe.gazelle.hl7v3.datatypes.TS
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
-
IVXBPPDTS
public IVXBPPDTS()
-
-
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 classPPDTS
-
set_xmlNodePresentation
- Overrides:
set_xmlNodePresentationin classPPDTS
-
validateByModule
public static void validateByModule(IVXBPPDTS iVXBPPDTS, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validation
-