Class COCTMT150007UVPerson
java.lang.Object
net.ihe.gazelle.hl7v3.coctmt150007UV.COCTMT150007UVPerson
- All Implemented Interfaces:
- Serializable
Description of the class COCTMT150007UVPerson.
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescription
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidAdd a name to the name collection.voidaddRealmCode(CS realmCode_elt) Add a realmCode to the realmCode collection.voidaddTemplateId(II templateId_elt) Add a templateId to the templateId collection.Return classCode.Return determinerCode.getName()Return name.Return nullFlavor.Return realmCode.Return templateId.Return typeId.voidremoveName(PN name_elt) Remove a name to the name collection.voidremoveRealmCode(CS realmCode_elt) Remove a realmCode to the realmCode collection.voidremoveTemplateId(II templateId_elt) Remove a templateId to the templateId collection.voidset_xmlNodePresentation(Node _xmlNodePresentation) voidsetClassCode(EntityClass classCode) Set a value to attribute classCode.voidsetDeterminerCode(EntityDeterminer determinerCode) Set a value to attribute determinerCode.voidSet a value to attribute name.voidsetNullFlavor(NullFlavor nullFlavor) Set a value to attribute nullFlavor.voidsetRealmCode(List<CS> realmCode) Set a value to attribute realmCode.voidsetTemplateId(List<II> templateId) Set a value to attribute templateId.voidSet a value to attribute typeId.static voidvalidateByModule(COCTMT150007UVPerson cOCTMT150007UVPerson, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validation
- 
Field Details- 
realmCode
- 
typeId
- 
templateId
- 
name
- 
classCode
- 
determinerCode
- 
nullFlavor
 
- 
- 
Constructor Details- 
COCTMT150007UVPersonpublic COCTMT150007UVPerson()
 
- 
- 
Method Details- 
getRealmCodeReturn realmCode.- Returns:
- realmCode
 
- 
setRealmCodeSet a value to attribute realmCode.
- 
addRealmCodeAdd a realmCode to the realmCode collection.- Parameters:
- realmCode_elt- Element to add.
 
- 
removeRealmCodeRemove a realmCode to the realmCode collection.- Parameters:
- realmCode_elt- Element to remove
 
- 
getTypeIdReturn typeId.- Returns:
- typeId
 
- 
setTypeIdSet a value to attribute typeId.
- 
getTemplateIdReturn templateId.- Returns:
- templateId
 
- 
setTemplateIdSet a value to attribute templateId.
- 
addTemplateIdAdd a templateId to the templateId collection.- Parameters:
- templateId_elt- Element to add.
 
- 
removeTemplateIdRemove a templateId to the templateId collection.- Parameters:
- templateId_elt- Element to remove
 
- 
getNameReturn name.- Returns:
- name
 
- 
setNameSet a value to attribute name.
- 
addNameAdd a name to the name collection.- Parameters:
- name_elt- Element to add.
 
- 
removeNameRemove a name to the name collection.- Parameters:
- name_elt- Element to remove
 
- 
getClassCodeReturn classCode.- Returns:
- classCode
 
- 
setClassCodeSet a value to attribute classCode.
- 
getDeterminerCodeReturn determinerCode.- Returns:
- determinerCode
 
- 
setDeterminerCodeSet a value to attribute determinerCode.
- 
getNullFlavorReturn nullFlavor.- Returns:
- nullFlavor
 
- 
setNullFlavorSet a value to attribute nullFlavor.
- 
get_xmlNodePresentation
- 
set_xmlNodePresentation
- 
validateByModulepublic static void validateByModule(COCTMT150007UVPerson cOCTMT150007UVPerson, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validation
 
-