Package net.ihe.gazelle.hl7v3.datatypes
Class BXITIVLPQ
- All Implemented Interfaces:
Serializable
Description of the class BXITIVLPQ.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe quantity in which the bag item occurs in its containing bag. .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 TypeMethodDescriptiongetQty()Return qty.voidset_xmlNodePresentation(Node _xmlNodePresentation) voidSet a value to attribute qty.static voidvalidateByModule(BXITIVLPQ bXITIVLPQ, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validationMethods inherited from class net.ihe.gazelle.hl7v3.datatypes.IVLPQ
getCenter, getHigh, getLow, getWidth, setCenter, setHigh, setLow, setWidth, validateByModuleMethods inherited from class net.ihe.gazelle.hl7v3.datatypes.SXCMPQ
getOperator, setOperator, validateByModuleMethods 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
-
qty
The quantity in which the bag item occurs in its containing bag. .
-
-
Constructor Details
-
BXITIVLPQ
public BXITIVLPQ()
-
-
Method Details
-
getQty
Return qty.- Returns:
- qty : The quantity in which the bag item occurs in its containing bag.
-
setQty
Set a value to attribute qty.- Parameters:
qty- : The quantity in which the bag item occurs in its containing bag.
-
get_xmlNodePresentation
- Overrides:
get_xmlNodePresentationin classIVLPQ
-
set_xmlNodePresentation
- Overrides:
set_xmlNodePresentationin classIVLPQ
-
validateByModule
public static void validateByModule(BXITIVLPQ bXITIVLPQ, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validation
-