public interface ServiceProvider
| 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) |
List<AsEntityIdentifier> getEntityIdentifiers()
void setEntityIdentifiers(List<AsEntityIdentifier> entityIdentifiers)
List<ElectronicCommunicationDetail> getElectronicCommunicationDetails()
void setElectronicCommunicationDetails(List<ElectronicCommunicationDetail> electronicCommunicationDetails)
Organisation getOrganisation()
void setOrganisation(Organisation organisation)
PersonHealthcareProvider getHealthCareProvider()
void setHealthCareProvider(PersonHealthcareProvider person)
Class<?> getExecutingClass()
void setExecutingClass(Class<?> executingClass)
Copyright © 2021. All rights reserved.