| Package | Description |
|---|---|
| au.gov.nehta.model.cda.common.address |
| Modifier and Type | Method and Description |
|---|---|
PostalAddressUseEnum |
PostalAddress.getUse()
The purpose for which the address is being used by the entity.
|
PostalAddressUseEnum |
PostalAddressImpl.getUse() |
static PostalAddressUseEnum |
PostalAddressUseEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PostalAddressUseEnum[] |
PostalAddressUseEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PostalAddress.setUse(PostalAddressUseEnum use)
The purpose for which the address is being used by the entity.
|
void |
PostalAddressImpl.setUse(PostalAddressUseEnum use) |
| Constructor and Description |
|---|
PostalAddressImpl(Address address,
PostalAddressUseEnum use) |
Copyright © 2021. All rights reserved.