Package net.ihe.gazelle.hl7v3.datatypes
Class IVXBPPDPQ
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.PPDPQ
net.ihe.gazelle.hl7v3.datatypes.IVXBPPDPQ
- All Implemented Interfaces:
Serializable
Description of the class IVXBPPDPQ.
- 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.PPDPQ
distributionType, standardDeviation
Fields inherited from class net.ihe.gazelle.hl7v3.datatypes.PQ
translation, unit, value
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
(IVXBPPDPQ iVXBPPDPQ, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validationMethods inherited from class net.ihe.gazelle.hl7v3.datatypes.PPDPQ
getDistributionType, getStandardDeviation, setDistributionType, setStandardDeviation, validateByModule
Methods inherited from class net.ihe.gazelle.hl7v3.datatypes.PQ
addTranslation, getTranslation, getUnit, getValue, removeTranslation, setTranslation, setUnit, 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
-
IVXBPPDPQ
public IVXBPPDPQ()
-
-
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 classPPDPQ
-
set_xmlNodePresentation
- Overrides:
set_xmlNodePresentation
in classPPDPQ
-
validateByModule
public static void validateByModule(IVXBPPDPQ iVXBPPDPQ, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validation
-