Package net.ihe.gazelle.hl7v3.datatypes
Class ENXP
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
EnDelimiter
,EnFamily
,EnGiven
,EnPrefix
,EnSuffix
Description of the class ENXP.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionIndicates whether the name part is a given name, family name, prefix, suffix, etc. .is a set of codes each of which specifies a certain subcategory of the name part in addition to the main name part type.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 TypeMethodDescriptionReturn partType.Return qualifier.void
set_xmlNodePresentation
(Node _xmlNodePresentation) void
setPartType
(EntityNamePartType partType) Set a value to attribute partType.void
setQualifier
(String qualifier) Set a value to attribute qualifier.static void
validateByModule
(ENXP eNXP, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validationMethods 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
-
Field Details
-
partType
Indicates whether the name part is a given name, family name, prefix, suffix, etc. . -
qualifier
is a set of codes each of which specifies a certain subcategory of the name part in addition to the main name part type. For example, a given name may be flagged as a nickname, a family name may be a pseudonym or a name of public records. .
-
-
Constructor Details
-
ENXP
public ENXP()
-
-
Method Details
-
getPartType
Return partType.- Returns:
- partType : Indicates whether the name part is a given name, family name, prefix, suffix, etc.
-
setPartType
Set a value to attribute partType.- Parameters:
partType
- : Indicates whether the name part is a given name, family name, prefix, suffix, etc.
-
getQualifier
Return qualifier.- Returns:
- qualifier : is a set of codes each of which specifies a certain subcategory of the name part in addition to the main name part type. For example, a given name may be flagged as a nickname, a family name may be a pseudonym or a name of public records.
-
setQualifier
Set a value to attribute qualifier.- Parameters:
qualifier
- : is a set of codes each of which specifies a certain subcategory of the name part in addition to the main name part type. For example, a given name may be flagged as a nickname, a family name may be a pseudonym or a name of public records.
-
get_xmlNodePresentation
- Overrides:
get_xmlNodePresentation
in classST
-
set_xmlNodePresentation
- Overrides:
set_xmlNodePresentation
in classST
-
validateByModule
public static void validateByModule(ENXP eNXP, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validation
-