Package net.ihe.gazelle.hl7v3.datatypes
Class SXPRTS
- All Implemented Interfaces:
Serializable
Description of the class SXPRTS.
- See Also:
-
Field Summary
FieldsFields inherited from class net.ihe.gazelle.hl7v3.datatypes.ANY
mixed, nullFlavor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidAdd a comp to the comp collection.getComp()Return comp.voidremoveComp(SXCMTS comp_elt) Remove a comp to the comp collection.voidset_xmlNodePresentation(Node _xmlNodePresentation) voidSet a value to attribute comp.static voidvalidateByModule(SXPRTS sXPRTS, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validationMethods inherited from class net.ihe.gazelle.hl7v3.datatypes.SXCMTS
getOperator, setOperator, validateByModuleMethods inherited from class net.ihe.gazelle.hl7v3.datatypes.TS
getValue, 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
-
comp
-
-
Constructor Details
-
SXPRTS
public SXPRTS()
-
-
Method Details
-
getComp
Return comp.- Returns:
- comp
-
setComp
Set a value to attribute comp. -
addComp
Add a comp to the comp collection.- Parameters:
comp_elt- Element to add.
-
removeComp
Remove a comp to the comp collection.- Parameters:
comp_elt- Element to remove
-
get_xmlNodePresentation
- Overrides:
get_xmlNodePresentationin classSXCMTS
-
set_xmlNodePresentation
- Overrides:
set_xmlNodePresentationin classSXCMTS
-
validateByModule
public static void validateByModule(SXPRTS sXPRTS, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validation
-