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, value
Fields inherited from class net.ihe.gazelle.hl7v3.datatypes.ANY
mixed, nullFlavor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetQty()
Return qty.void
set_xmlNodePresentation
(Node _xmlNodePresentation) void
Set a value to attribute qty.static void
validateByModule
(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, validateByModule
Methods inherited from class net.ihe.gazelle.hl7v3.datatypes.SXCMPQ
getOperator, setOperator, 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
-
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_xmlNodePresentation
in classIVLPQ
-
set_xmlNodePresentation
- Overrides:
set_xmlNodePresentation
in classIVLPQ
-
validateByModule
public static void validateByModule(BXITIVLPQ bXITIVLPQ, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validation
-