public interface IntendedRecipient
| Modifier and Type | Method and Description |
|---|---|
List<PostalAddress> |
getAddress() |
Person |
getAssignedPerson() |
Coded |
getCode() |
String |
getId() |
Organization |
getRepresentedOrganization() |
List<Telecom> |
getTelecom() |
void |
setAddress(List<PostalAddress> address) |
void |
setCode(Coded code) |
void |
setRepresentedOrganization(Organization representedOrganization) |
void |
setTelecom(List<Telecom> telecom) |
String getId()
Coded getCode()
List<PostalAddress> getAddress()
Person getAssignedPerson()
Organization getRepresentedOrganization()
void setCode(Coded code)
void setAddress(List<PostalAddress> address)
void setRepresentedOrganization(Organization representedOrganization)
Copyright © 2021. All rights reserved.