Class COCTMT510000UV06Organization
java.lang.Object
net.ihe.gazelle.hl7v3.coctmt510000UV06.COCTMT510000UV06Organization
- All Implemented Interfaces:
Serializable
Description of the class COCTMT510000UV06Organization.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidAdd a name to the name collection.voidaddRealmCode(CS realmCode_elt) Add a realmCode to the realmCode collection.voidaddTelecom(TEL telecom_elt) Add a telecom to the telecom collection.voidaddTemplateId(II templateId_elt) Add a templateId to the templateId collection.getAddr()Return addr.Return classCode.Return determinerCode.getName()Return name.Return nullFlavor.Return realmCode.Return telecom.Return templateId.Return typeId.voidremoveName(ON name_elt) Remove a name to the name collection.voidremoveRealmCode(CS realmCode_elt) Remove a realmCode to the realmCode collection.voidremoveTelecom(TEL telecom_elt) Remove a telecom to the telecom collection.voidremoveTemplateId(II templateId_elt) Remove a templateId to the templateId collection.voidset_xmlNodePresentation(Node _xmlNodePresentation) voidSet a value to attribute addr.voidsetClassCode(EntityClassOrganization 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.voidsetTelecom(List<TEL> telecom) Set a value to attribute telecom.voidsetTemplateId(List<II> templateId) Set a value to attribute templateId.voidSet a value to attribute typeId.static voidvalidateByModule(COCTMT510000UV06Organization cOCTMT510000UV06Organization, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validation
-
Field Details
-
realmCode
-
typeId
-
templateId
-
name
-
telecom
-
addr
-
classCode
-
determinerCode
-
nullFlavor
-
-
Constructor Details
-
COCTMT510000UV06Organization
public COCTMT510000UV06Organization()
-
-
Method Details
-
getRealmCode
Return realmCode.- Returns:
- realmCode
-
setRealmCode
Set a value to attribute realmCode. -
addRealmCode
Add a realmCode to the realmCode collection.- Parameters:
realmCode_elt- Element to add.
-
removeRealmCode
Remove a realmCode to the realmCode collection.- Parameters:
realmCode_elt- Element to remove
-
getTypeId
Return typeId.- Returns:
- typeId
-
setTypeId
Set a value to attribute typeId. -
getTemplateId
Return templateId.- Returns:
- templateId
-
setTemplateId
Set a value to attribute templateId. -
addTemplateId
Add a templateId to the templateId collection.- Parameters:
templateId_elt- Element to add.
-
removeTemplateId
Remove a templateId to the templateId collection.- Parameters:
templateId_elt- Element to remove
-
getName
Return name.- Returns:
- name
-
setName
Set a value to attribute name. -
addName
Add a name to the name collection.- Parameters:
name_elt- Element to add.
-
removeName
Remove a name to the name collection.- Parameters:
name_elt- Element to remove
-
getTelecom
Return telecom.- Returns:
- telecom
-
setTelecom
Set a value to attribute telecom. -
addTelecom
Add a telecom to the telecom collection.- Parameters:
telecom_elt- Element to add.
-
removeTelecom
Remove a telecom to the telecom collection.- Parameters:
telecom_elt- Element to remove
-
getAddr
Return addr.- Returns:
- addr
-
setAddr
Set a value to attribute addr. -
getClassCode
Return classCode.- Returns:
- classCode
-
setClassCode
Set a value to attribute classCode. -
getDeterminerCode
Return determinerCode.- Returns:
- determinerCode
-
setDeterminerCode
Set a value to attribute determinerCode. -
getNullFlavor
Return nullFlavor.- Returns:
- nullFlavor
-
setNullFlavor
Set a value to attribute nullFlavor. -
get_xmlNodePresentation
-
set_xmlNodePresentation
-
validateByModule
public static void validateByModule(COCTMT510000UV06Organization cOCTMT510000UV06Organization, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validation
-