Package net.ihe.gazelle.hl7v3.datatypes
Class SXCMPPDPQ
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.SXCMPPDPQ
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
IVLPPDPQ
Description of the class SXCMPPDPQ.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionA code specifying whether the set component is included (union) or excluded (set-difference) from the set, or other set operations with the current set component and the set as constructed from the representation stream up to the current point. .Fields inherited from class net.ihe.gazelle.hl7v3.datatypes.PPDPQ
distributionType, standardDeviationFields 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 TypeMethodDescriptionReturn operator.voidset_xmlNodePresentation(Node _xmlNodePresentation) voidsetOperator(SetOperator operator) Set a value to attribute operator.static voidvalidateByModule(SXCMPPDPQ sXCMPPDPQ, 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, 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
-
operator
A code specifying whether the set component is included (union) or excluded (set-difference) from the set, or other set operations with the current set component and the set as constructed from the representation stream up to the current point. .
-
-
Constructor Details
-
SXCMPPDPQ
public SXCMPPDPQ()
-
-
Method Details
-
getOperator
Return operator.- Returns:
- operator : A code specifying whether the set component is included (union) or excluded (set-difference) from the set, or other set operations with the current set component and the set as constructed from the representation stream up to the current point.
-
setOperator
Set a value to attribute operator.- Parameters:
operator- : A code specifying whether the set component is included (union) or excluded (set-difference) from the set, or other set operations with the current set component and the set as constructed from the representation stream up to the current point.
-
get_xmlNodePresentation
- Overrides:
get_xmlNodePresentationin classPPDPQ
-
set_xmlNodePresentation
- Overrides:
set_xmlNodePresentationin classPPDPQ
-
validateByModule
public static void validateByModule(SXCMPPDPQ sXCMPPDPQ, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validation
-