Package net.ihe.gazelle.hl7v3.datatypes
Class ANY
java.lang.Object
net.ihe.gazelle.gen.common.CommonOperations
net.ihe.gazelle.hl7v3.datatypes.ANY
- Direct Known Subclasses:
ANYNonNull
,BIN
,BL
,CD
,CR
,GLISTPQ
,GLISTTS
,II
,QTY
,SLISTPQ
,SLISTTS
,URL
Description of the class ANY.
-
Field Summary
FieldsModifier and TypeFieldDescriptionAn exceptional value expressing missing information and possibly the reason why the information is missing. . -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn nullFlavor.void
set_xmlNodePresentation
(Node _xmlNodePresentation) void
setNullFlavor
(NullFlavor nullFlavor) Set a value to attribute nullFlavor.static void
validateByModule
(ANY aNY, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validationMethods 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
-
mixed
-
nullFlavor
An exceptional value expressing missing information and possibly the reason why the information is missing. .
-
-
Constructor Details
-
ANY
public ANY()
-
-
Method Details
-
getNullFlavor
Return nullFlavor.- Returns:
- nullFlavor : An exceptional value expressing missing information and possibly the reason why the information is missing.
-
setNullFlavor
Set a value to attribute nullFlavor.- Parameters:
nullFlavor
- : An exceptional value expressing missing information and possibly the reason why the information is missing.
-
get_xmlNodePresentation
-
set_xmlNodePresentation
-
validateByModule
public static void validateByModule(ANY aNY, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validation
-