public class ExtendedEmploymentOrganisationImpl extends EmploymentOrganisationImpl implements ExtendedEmploymentOrganisation
| Modifier and Type | Field and Description |
|---|---|
List<? extends Telecom> |
electronicCommunicationDetails |
identifiers, jobClassCode, jobCode, nameUsage, positionInOrganisation| Constructor and Description |
|---|
ExtendedEmploymentOrganisationImpl(List<? extends AsEntityIdentifier> identifiers,
List<? extends AddressContext> addresses,
List<? extends Telecom> electronicCommunicationDetails,
String organisationName) |
| Modifier and Type | Method and Description |
|---|---|
List<? extends AddressContext> |
getAddresses() |
List<? extends Telecom> |
getElectronicCommunicationDetails() |
void |
setAddresses(List<? extends AddressContext> addresses) |
void |
setElectronicCommunicationDetails(List<? extends Telecom> electronicCommunicationDetails)
The electronic communication details of entities
|
getEmployementType, getOccupation, getOrganisationIdentifiers, getPositionInOrganisation, setEmploymentType, setOccupation, setOrganisationNameUsage, setPositionInOrganisationgetDepartmentUnit, getId, getOrganisationName, getOrganisationNameUsage, setDepartmentUnit, setIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEmployementType, getOccupation, getOrganisationIdentifiers, getPositionInOrganisationgetDepartmentUnit, getId, getOrganisationName, getOrganisationNameUsage, setDepartmentUnit, setId, setOrganisationNameUsagepublic ExtendedEmploymentOrganisationImpl(List<? extends AsEntityIdentifier> identifiers, List<? extends AddressContext> addresses, List<? extends Telecom> electronicCommunicationDetails, String organisationName)
identifiers - A number or code issued for the purpose of identifying a
participant within a healthcare context at least 1 should be a
HPIOorganisationName - The name by which an organisation is known or called.addresses - A list of addresses for this organisationelectronicCommunicationDetails - A list of Telecoms for this organisationpublic void setElectronicCommunicationDetails(List<? extends Telecom> electronicCommunicationDetails)
public List<? extends Telecom> getElectronicCommunicationDetails()
getElectronicCommunicationDetails in interface ExtendedEmploymentOrganisationpublic List<? extends AddressContext> getAddresses()
getAddresses in interface ExtendedEmploymentOrganisationpublic void setAddresses(List<? extends AddressContext> addresses)
Copyright © 2021. All rights reserved.