Package net.ihe.gazelle.hl7v3.datatypes
Class EN
java.lang.Object
net.ihe.gazelle.hl7v3.datatypes.EN
- All Implemented Interfaces:
Serializable
Description of the class EN.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionAn exceptional value expressing missing information and possibly the reason why the information is missing.A set of codes advising a system or user which name in a set of like names to select for a given purpose. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addDelimiter
(EnDelimiter obj) void
void
void
addMixed
(Serializable mixed_elt) Add a mixed to the mixed collection.void
void
void
addValidTime
(IVLTS obj) Return delimiter.Return family.getGiven()
Return given.getMixed()
Return mixed.Return prefix.Return suffix.getUse()
Return use.Return validTime.void
removeMixed
(Serializable mixed_elt) Remove a mixed to the mixed collection.void
set_xmlNodePresentation
(Node _xmlNodePresentation) void
setMixed
(List<Serializable> mixed) Set a value to attribute mixed.void
setNullFlavor
(NullFlavor nullFlavor) void
Set a value to attribute use.static void
validateByModule
(EN eN, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validation
-
Field Details
-
nullFlavor
An exceptional value expressing missing information and possibly the reason why the information is missing. Comes from ANY (cannot be extended due to a bug in Jaxb) -
mixed
-
use
A set of codes advising a system or user which name in a set of like names to select for a given purpose. A name without specific use code might be a default name useful for any purpose, but a name with a specific use code would be preferred for that respective purpose. .
-
-
Constructor Details
-
EN
public EN()
-
-
Method Details
-
getNullFlavor
-
setNullFlavor
-
getMixed
Return mixed.- Returns:
- mixed
-
setMixed
Set a value to attribute mixed. -
addMixed
Add a mixed to the mixed collection.- Parameters:
mixed_elt
- Element to add.
-
removeMixed
Remove a mixed to the mixed collection.- Parameters:
mixed_elt
- Element to remove
-
getDelimiter
Return delimiter.- Returns:
- delimiter
-
addDelimiter
-
getFamily
Return family.- Returns:
- family
-
addFamily
-
getGiven
Return given.- Returns:
- given
-
addGiven
-
getPrefix
Return prefix.- Returns:
- prefix
-
addPrefix
-
getSuffix
Return suffix.- Returns:
- suffix
-
addSuffix
-
getValidTime
Return validTime.- Returns:
- validTime
-
addValidTime
-
getUse
Return use.- Returns:
- use : A set of codes advising a system or user which name in a set of like names to select for a given purpose. A name without specific use code might be a default name useful for any purpose, but a name with a specific use code would be preferred for that respective purpose.
-
setUse
Set a value to attribute use. A set of codes advising a system or user which name in a set of like names to select for a given purpose. A name without specific use code might be a default name useful for any purpose, but a name with a specific use code would be preferred for that respective purpose. . -
get_xmlNodePresentation
-
set_xmlNodePresentation
-
getListStringValues
-
validateByModule
public static void validateByModule(EN eN, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validation
-