public class ServiceProviderImpl extends Object implements ServiceProvider
| Constructor and Description |
|---|
ServiceProviderImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<Address> |
getAddresses() |
List<ElectronicCommunicationDetail> |
getElectronicCommunicationDetails() |
List<AsEntityIdentifier> |
getEntityIdentifiers() |
Class<?> |
getExecutingClass() |
PersonHealthcareProvider |
getHealthCareProvider() |
Organisation |
getOrganisation() |
void |
setAddresses(List<Address> addresses) |
void |
setElectronicCommunicationDetails(List<ElectronicCommunicationDetail> electronicCommunicationDetails) |
void |
setEntityIdentifiers(List<AsEntityIdentifier> entityIdentifiers) |
void |
setExecutingClass(Class<?> executingClass) |
void |
setHealthCareProvider(PersonHealthcareProvider person) |
void |
setOrganisation(Organisation organisation) |
public List<AsEntityIdentifier> getEntityIdentifiers()
getEntityIdentifiers in interface ServiceProviderpublic void setEntityIdentifiers(List<AsEntityIdentifier> entityIdentifiers)
setEntityIdentifiers in interface ServiceProviderpublic List<Address> getAddresses()
getAddresses in interface ServiceProviderpublic void setAddresses(List<Address> addresses)
setAddresses in interface ServiceProviderpublic List<ElectronicCommunicationDetail> getElectronicCommunicationDetails()
getElectronicCommunicationDetails in interface ServiceProviderpublic void setElectronicCommunicationDetails(List<ElectronicCommunicationDetail> electronicCommunicationDetails)
setElectronicCommunicationDetails in interface ServiceProviderpublic Organisation getOrganisation()
getOrganisation in interface ServiceProviderpublic void setOrganisation(Organisation organisation)
setOrganisation in interface ServiceProviderpublic PersonHealthcareProvider getHealthCareProvider()
getHealthCareProvider in interface ServiceProviderpublic void setHealthCareProvider(PersonHealthcareProvider person)
setHealthCareProvider in interface ServiceProviderpublic void setExecutingClass(Class<?> executingClass)
setExecutingClass in interface ServiceProviderpublic Class<?> getExecutingClass()
getExecutingClass in interface ServiceProviderCopyright © 2021. All rights reserved.