Package net.ihe.gazelle.hl7v3.datatypes
Class GLISTPQ
java.lang.Object
net.ihe.gazelle.gen.common.CommonOperations
net.ihe.gazelle.hl7v3.datatypes.ANY
net.ihe.gazelle.hl7v3.datatypes.GLISTPQ
- All Implemented Interfaces:
Serializable
Description of the class GLISTPQ.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe integer by which the index for the sequence is divided, effectively the number of times the sequence generates the same sequence item value before incrementing to the next sequence item value.This is the start-value of the generated list. .The difference between one value and its previous different value.If non-NULL, specifies that the sequence alternates, i.e., after this many increments, the sequence item values roll over to start from the initial sequence item value.Fields inherited from class net.ihe.gazelle.hl7v3.datatypes.ANY
mixed, nullFlavor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn denominator.getHead()
Return head.Return increment.Return period.void
set_xmlNodePresentation
(Node _xmlNodePresentation) void
setDenominator
(Integer denominator) Set a value to attribute denominator.void
Set a value to attribute head.void
setIncrement
(PQ increment) Set a value to attribute increment.void
Set a value to attribute period.static void
validateByModule
(GLISTPQ gLISTPQ, 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
-
head
This is the start-value of the generated list. . -
increment
The difference between one value and its previous different value. For example, to generate the sequence (1; 4; 7; 10; 13; ...) the increment is 3; likewise to generate the sequence (1; 1; 4; 4; 7; 7; 10; 10; 13; 13; ...) the increment is also 3. . -
denominator
The integer by which the index for the sequence is divided, effectively the number of times the sequence generates the same sequence item value before incrementing to the next sequence item value. For example, to generate the sequence (1; 1; 1; 2; 2; 2; 3; 3; 3; ...) the denominator is 3. . -
period
If non-NULL, specifies that the sequence alternates, i.e., after this many increments, the sequence item values roll over to start from the initial sequence item value. For example, the sequence (1; 2; 3; 1; 2; 3; 1; 2; 3; ...) has period 3; also the sequence (1; 1; 2; 2; 3; 3; 1; 1; 2; 2; 3; 3; ...) has period 3 too. .
-
-
Constructor Details
-
GLISTPQ
public GLISTPQ()
-
-
Method Details
-
getHead
Return head.- Returns:
- head : This is the start-value of the generated list.
-
setHead
Set a value to attribute head.- Parameters:
head
- : This is the start-value of the generated list.
-
getIncrement
Return increment.- Returns:
- increment : The difference between one value and its previous different value. For example, to generate the sequence (1; 4; 7; 10; 13; ...) the increment is 3; likewise to generate the sequence (1; 1; 4; 4; 7; 7; 10; 10; 13; 13; ...) the increment is also 3.
-
setIncrement
Set a value to attribute increment.- Parameters:
increment
- : The difference between one value and its previous different value. For example, to generate the sequence (1; 4; 7; 10; 13; ...) the increment is 3; likewise to generate the sequence (1; 1; 4; 4; 7; 7; 10; 10; 13; 13; ...) the increment is also 3.
-
getDenominator
Return denominator.- Returns:
- denominator : The integer by which the index for the sequence is divided, effectively the number of times the sequence generates the same sequence item value before incrementing to the next sequence item value. For example, to generate the sequence (1; 1; 1; 2; 2; 2; 3; 3; 3; ...) the denominator is 3.
-
setDenominator
Set a value to attribute denominator.- Parameters:
denominator
- : The integer by which the index for the sequence is divided, effectively the number of times the sequence generates the same sequence item value before incrementing to the next sequence item value. For example, to generate the sequence (1; 1; 1; 2; 2; 2; 3; 3; 3; ...) the denominator is 3.
-
getPeriod
Return period.- Returns:
- period : If non-NULL, specifies that the sequence alternates, i.e., after this many increments, the sequence item values roll over to start from the initial sequence item value. For example, the sequence (1; 2; 3; 1; 2; 3; 1; 2; 3; ...) has period 3; also the sequence (1; 1; 2; 2; 3; 3; 1; 1; 2; 2; 3; 3; ...) has period 3 too.
-
setPeriod
Set a value to attribute period.- Parameters:
period
- : If non-NULL, specifies that the sequence alternates, i.e., after this many increments, the sequence item values roll over to start from the initial sequence item value. For example, the sequence (1; 2; 3; 1; 2; 3; 1; 2; 3; ...) has period 3; also the sequence (1; 1; 2; 2; 3; 3; 1; 1; 2; 2; 3; 3; ...) has period 3 too.
-
get_xmlNodePresentation
- Overrides:
get_xmlNodePresentation
in classANY
-
set_xmlNodePresentation
- Overrides:
set_xmlNodePresentation
in classANY
-
validateByModule
public static void validateByModule(GLISTPQ gLISTPQ, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validation
-