Package net.ihe.gazelle.hl7v3.datatypes
Class EnSuffix
- All Implemented Interfaces:
Serializable
Description of the class EnSuffix.
- See Also:
-
Field Summary
Fields inherited from class net.ihe.gazelle.hl7v3.datatypes.ED
compression, integrityCheck, integrityCheckAlgorithm, language, mediaType
Fields inherited from class net.ihe.gazelle.hl7v3.datatypes.BIN
representation
Fields inherited from class net.ihe.gazelle.hl7v3.datatypes.ANY
mixed, nullFlavor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
set_xmlNodePresentation
(Node _xmlNodePresentation) static void
validateByModule
(EnSuffix enSuffix, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validationMethods inherited from class net.ihe.gazelle.hl7v3.datatypes.ENXP
getPartType, getQualifier, setPartType, setQualifier, validateByModule
Methods inherited from class net.ihe.gazelle.hl7v3.datatypes.ST
validateByModule
Methods inherited from class net.ihe.gazelle.hl7v3.datatypes.ED
getCompression, getIntegrityCheck, getIntegrityCheckAlgorithm, getLanguage, getMediaType, getReference, getThumbnail, setCompression, setIntegrityCheck, setIntegrityCheckAlgorithm, setLanguage, setMediaType, validateByModule
Methods inherited from class net.ihe.gazelle.hl7v3.datatypes.BIN
addMixed, getListStringValues, getMixed, getRepresentation, removeMixed, setMixed, setRepresentation, validateByModule
Methods 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
-
Constructor Details
-
EnSuffix
public EnSuffix()
-
-
Method Details
-
get_xmlNodePresentation
- Overrides:
get_xmlNodePresentation
in classENXP
-
set_xmlNodePresentation
- Overrides:
set_xmlNodePresentation
in classENXP
-
validateByModule
public static void validateByModule(EnSuffix enSuffix, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validation
-