Class PRPAMT201301UV02ContactParty
java.lang.Object
net.ihe.gazelle.hl7v3.prpamt201301UV02.PRPAMT201301UV02ContactParty
- All Implemented Interfaces:
Serializable
Description of the class PRPAMT201301UV02ContactParty.
- See Also:
-
Field Summary
Modifier and TypeFieldDescription -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Add a addr to the addr collection.void
Add a id to the id collection.void
addRealmCode
(CS realmCode_elt) Add a realmCode to the realmCode collection.void
addTelecom
(TEL telecom_elt) Add a telecom to the telecom collection.void
addTemplateId
(II templateId_elt) Add a templateId to the templateId collection.getAddr()
Return addr.Return classCode.getCode()
Return code.Return contactOrganization.Return contactPerson.Return effectiveTime.getId()
Return id.Return negationInd.Return nullFlavor.Return realmCode.Return statusCode.Return telecom.Return templateId.Return typeId.Deprecated.void
removeAddr
(AD addr_elt) Remove a addr to the addr collection.void
Remove a id to the id collection.void
removeRealmCode
(CS realmCode_elt) Remove a realmCode to the realmCode collection.void
removeTelecom
(TEL telecom_elt) Remove a telecom to the telecom collection.void
removeTemplateId
(II templateId_elt) Remove a templateId to the templateId collection.void
set_xmlNodePresentation
(Node _xmlNodePresentation) void
Set a value to attribute addr.void
setClassCode
(RoleClassContact classCode) Set a value to attribute classCode.void
Set a value to attribute code.void
setContactOrganization
(COCTMT150007UVOrganization contactOrganization) Set a value to attribute contactOrganization.void
setContactPerson
(COCTMT030207UVPerson contactPerson) Set a value to attribute contactPerson.void
setEffectiveTime
(IVLTS effectiveTime) Set a value to attribute effectiveTime.void
Set a value to attribute id.void
setNegationInd
(Boolean negationInd) Set a value to attribute negationInd.void
setNullFlavor
(NullFlavor nullFlavor) Set a value to attribute nullFlavor.void
setRealmCode
(List<CS> realmCode) Set a value to attribute realmCode.void
setStatusCode
(CS statusCode) Set a value to attribute statusCode.void
setTelecom
(List<TEL> telecom) Set a value to attribute telecom.void
setTemplateId
(List<II> templateId) Set a value to attribute templateId.void
Set a value to attribute typeId.static void
validateByModule
(PRPAMT201301UV02ContactParty pRPAMT201301UV02ContactParty, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validation
-
Field Details
-
realmCode
-
typeId
-
templateId
-
id
-
code
-
addr
-
telecom
-
statusCode
-
effectiveTime
-
contactPerson
-
contactOrganization
-
classCode
-
negationInd
-
nullFlavor
-
-
Constructor Details
-
PRPAMT201301UV02ContactParty
public PRPAMT201301UV02ContactParty()
-
-
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
-
getStatusCode
Return statusCode.- Returns:
- statusCode
-
setStatusCode
Set a value to attribute statusCode. -
getEffectiveTime
Return effectiveTime.- Returns:
- effectiveTime
-
setEffectiveTime
Set a value to attribute effectiveTime. -
getContactPerson
Return contactPerson.- Returns:
- contactPerson
-
setContactPerson
Set a value to attribute contactPerson. -
getContactOrganization
Return contactOrganization.- Returns:
- contactOrganization
-
setContactOrganization
Set a value to attribute contactOrganization. -
getClassCode
Return classCode.- Returns:
- classCode
-
setClassCode
Set a value to attribute classCode. -
getNegationInd
Return negationInd.- Returns:
- negationInd
-
setNegationInd
Set a value to attribute negationInd. -
isNegationInd
Deprecated.Return negationInd.- Returns:
- negationInd Generated for the use on jsf pages
-
getNullFlavor
Return nullFlavor.- Returns:
- nullFlavor
-
setNullFlavor
Set a value to attribute nullFlavor. -
get_xmlNodePresentation
-
set_xmlNodePresentation
-
validateByModule
public static void validateByModule(PRPAMT201301UV02ContactParty pRPAMT201301UV02ContactParty, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validation
-