Class PRPAMT201301UV02Employee
java.lang.Object
net.ihe.gazelle.hl7v3.prpamt201301UV02.PRPAMT201301UV02Employee
- All Implemented Interfaces:
Serializable
Description of the class PRPAMT201301UV02Employee.
- 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.Return effectiveTime.Return employerOrganization.getId()
Return id.Return jobClassCode.Return jobTitleName.Return negationInd.Return nullFlavor.Return occupationCode.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
(RoleClassEmployee classCode) Set a value to attribute classCode.void
setEffectiveTime
(IVLTS effectiveTime) Set a value to attribute effectiveTime.void
setEmployerOrganization
(COCTMT150007UVOrganization employerOrganization) Set a value to attribute employerOrganization.void
Set a value to attribute id.void
setJobClassCode
(CE jobClassCode) Set a value to attribute jobClassCode.void
setJobTitleName
(SC jobTitleName) Set a value to attribute jobTitleName.void
setNegationInd
(Boolean negationInd) Set a value to attribute negationInd.void
setNullFlavor
(NullFlavor nullFlavor) Set a value to attribute nullFlavor.void
setOccupationCode
(CE occupationCode) Set a value to attribute occupationCode.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
(PRPAMT201301UV02Employee pRPAMT201301UV02Employee, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validation
-
Field Details
-
realmCode
-
typeId
-
templateId
-
id
-
addr
-
telecom
-
statusCode
-
effectiveTime
-
jobTitleName
-
jobClassCode
-
occupationCode
-
employerOrganization
-
classCode
-
negationInd
-
nullFlavor
-
-
Constructor Details
-
PRPAMT201301UV02Employee
public PRPAMT201301UV02Employee()
-
-
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
-
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. -
getJobTitleName
Return jobTitleName.- Returns:
- jobTitleName
-
setJobTitleName
Set a value to attribute jobTitleName. -
getJobClassCode
Return jobClassCode.- Returns:
- jobClassCode
-
setJobClassCode
Set a value to attribute jobClassCode. -
getOccupationCode
Return occupationCode.- Returns:
- occupationCode
-
setOccupationCode
Set a value to attribute occupationCode. -
getEmployerOrganization
Return employerOrganization.- Returns:
- employerOrganization
-
setEmployerOrganization
Set a value to attribute employerOrganization. -
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(PRPAMT201301UV02Employee pRPAMT201301UV02Employee, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validation
-