Package net.ihe.gazelle.hl7v3.datatypes
Class SLISTPQ
java.lang.Object
net.ihe.gazelle.gen.common.CommonOperations
net.ihe.gazelle.hl7v3.datatypes.ANY
net.ihe.gazelle.hl7v3.datatypes.SLISTPQ
- All Implemented Interfaces:
Serializable
Description of the class SLISTPQ.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionA sequence of raw digits for the sample values.The origin of the list item value scale, i.e., the physical quantity that a zero-digit in the sequence would represent. .A ratio-scale quantity that is factored out of the digit sequence. .Fields inherited from class net.ihe.gazelle.hl7v3.datatypes.ANY
mixed, nullFlavor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn digits.Return origin.getScale()
Return scale.void
set_xmlNodePresentation
(Node _xmlNodePresentation) void
Set a value to attribute digits.void
Set a value to attribute origin.void
Set a value to attribute scale.static void
validateByModule
(SLISTPQ sLISTPQ, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validationMethods 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
-
origin
The origin of the list item value scale, i.e., the physical quantity that a zero-digit in the sequence would represent. . -
scale
A ratio-scale quantity that is factored out of the digit sequence. . -
digits
A sequence of raw digits for the sample values. This is typically the raw output of an A/D converter. .
-
-
Constructor Details
-
SLISTPQ
public SLISTPQ()
-
-
Method Details
-
getOrigin
Return origin.- Returns:
- origin : The origin of the list item value scale, i.e., the physical quantity that a zero-digit in the sequence would represent.
-
setOrigin
Set a value to attribute origin.- Parameters:
origin
- : The origin of the list item value scale, i.e., the physical quantity that a zero-digit in the sequence would represent.
-
getScale
Return scale.- Returns:
- scale : A ratio-scale quantity that is factored out of the digit sequence.
-
setScale
Set a value to attribute scale.- Parameters:
scale
- : A ratio-scale quantity that is factored out of the digit sequence.
-
getDigits
Return digits.- Returns:
- digits : A sequence of raw digits for the sample values. This is typically the raw output of an A/D converter.
-
setDigits
Set a value to attribute digits.- Parameters:
digits
- : A sequence of raw digits for the sample values. This is typically the raw output of an A/D converter.
-
get_xmlNodePresentation
- Overrides:
get_xmlNodePresentation
in classANY
-
set_xmlNodePresentation
- Overrides:
set_xmlNodePresentation
in classANY
-
validateByModule
public static void validateByModule(SLISTPQ sLISTPQ, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validation
-