Class COCTMT150002UV01Organization
java.lang.Object
net.ihe.gazelle.hl7v3.coctmt150002UV01.COCTMT150002UV01Organization
- All Implemented Interfaces:
 Serializable
Description of the class COCTMT150002UV01Organization.
- See Also:
 
- 
Field Summary
FieldsModifier and TypeFieldDescription - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidAdd a addr to the addr collection.voidAdd a id to the id collection.voidAdd 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.getAddr()Return addr.Return classCode.getCode()Return code.Return determinerCode.getId()Return id.getName()Return name.Return nullFlavor.Return realmCode.Return templateId.Return typeId.voidremoveAddr(AD addr_elt) Remove a addr to the addr collection.voidRemove a id to the id collection.voidremoveName(ON 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) voidSet a value to attribute addr.voidsetClassCode(EntityClassOrganization classCode) Set a value to attribute classCode.voidSet a value to attribute code.voidsetDeterminerCode(EntityDeterminer determinerCode) Set a value to attribute determinerCode.voidSet a value to attribute id.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(COCTMT150002UV01Organization cOCTMT150002UV01Organization, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validation 
- 
Field Details
- 
realmCode
 - 
typeId
 - 
templateId
 - 
id
 - 
code
 - 
name
 - 
addr
 - 
classCode
 - 
determinerCode
 - 
nullFlavor
 
 - 
 - 
Constructor Details
- 
COCTMT150002UV01Organization
public COCTMT150002UV01Organization() 
 - 
 - 
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
 - 
getId
Return id.- Returns:
 - id
 
 - 
setId
Set a value to attribute id. - 
addId
Add a id to the id collection.- Parameters:
 id_elt- Element to add.
 - 
removeId
Remove a id to the id collection.- Parameters:
 id_elt- Element to remove
 - 
getCode
Return code.- Returns:
 - code
 
 - 
setCode
Set a value to attribute code. - 
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
 - 
getAddr
Return addr.- Returns:
 - addr
 
 - 
setAddr
Set a value to attribute addr. - 
addAddr
Add a addr to the addr collection.- Parameters:
 addr_elt- Element to add.
 - 
removeAddr
Remove a addr to the addr collection.- Parameters:
 addr_elt- Element to remove
 - 
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(COCTMT150002UV01Organization cOCTMT150002UV01Organization, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validation 
 -