Class COCTMT530000UVRelatedEntity
java.lang.Object
net.ihe.gazelle.hl7v3.coctmt530000UV.COCTMT530000UVRelatedEntity
- All Implemented Interfaces:
Serializable
Description of the class COCTMT530000UVRelatedEntity.
- 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.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.getCode()Return code.getId()Return id.Return nullFlavor.Return realmCode.Return relatedAnimal.Return relatedEntity.Return relatedPerson.Return scopingAnimal.Return scopingEntity.Return scopingPerson.Return telecom.Return templateId.Return typeId.voidremoveAddr(AD addr_elt) Remove a addr to the addr collection.voidRemove a id to the id 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(RoleClassMutualRelationship classCode) Set a value to attribute classCode.voidSet a value to attribute code.voidSet a value to attribute id.voidsetNullFlavor(NullFlavor nullFlavor) Set a value to attribute nullFlavor.voidsetRealmCode(List<CS> realmCode) Set a value to attribute realmCode.voidsetRelatedAnimal(COCTMT530000UVAnimal relatedAnimal) Set a value to attribute relatedAnimal.voidsetRelatedEntity(COCTMT530000UVEntity relatedEntity) Set a value to attribute relatedEntity.voidsetRelatedPerson(COCTMT530000UVPerson relatedPerson) Set a value to attribute relatedPerson.voidsetScopingAnimal(COCTMT530000UVAnimal scopingAnimal) Set a value to attribute scopingAnimal.voidsetScopingEntity(COCTMT530000UVEntity scopingEntity) Set a value to attribute scopingEntity.voidsetScopingPerson(COCTMT530000UVPerson scopingPerson) Set a value to attribute scopingPerson.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(COCTMT530000UVRelatedEntity cOCTMT530000UVRelatedEntity, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validation
-
Field Details
-
realmCode
-
typeId
-
templateId
-
id
-
code
-
addr
-
telecom
-
scopingPerson
-
scopingAnimal
-
scopingEntity
-
classCode
-
nullFlavor
-
-
Constructor Details
-
COCTMT530000UVRelatedEntity
public COCTMT530000UVRelatedEntity()
-
-
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. -
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
-
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
-
getRelatedPerson
Return relatedPerson.- Returns:
- relatedPerson
-
setRelatedPerson
Set a value to attribute relatedPerson. -
getRelatedAnimal
Return relatedAnimal.- Returns:
- relatedAnimal
-
setRelatedAnimal
Set a value to attribute relatedAnimal. -
getRelatedEntity
Return relatedEntity.- Returns:
- relatedEntity
-
setRelatedEntity
Set a value to attribute relatedEntity. -
getScopingPerson
Return scopingPerson.- Returns:
- scopingPerson
-
setScopingPerson
Set a value to attribute scopingPerson. -
getScopingAnimal
Return scopingAnimal.- Returns:
- scopingAnimal
-
setScopingAnimal
Set a value to attribute scopingAnimal. -
getScopingEntity
Return scopingEntity.- Returns:
- scopingEntity
-
setScopingEntity
Set a value to attribute scopingEntity. -
getClassCode
Return classCode.- Returns:
- classCode
-
setClassCode
Set a value to attribute classCode. -
getNullFlavor
Return nullFlavor.- Returns:
- nullFlavor
-
setNullFlavor
Set a value to attribute nullFlavor. -
get_xmlNodePresentation
-
set_xmlNodePresentation
-
validateByModule
public static void validateByModule(COCTMT530000UVRelatedEntity cOCTMT530000UVRelatedEntity, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validation
-