public interface PostalAddress
| Modifier and Type | Method and Description |
|---|---|
Address |
getAddress()
The description of a location where an entity is located or can be
otherwise reached or found and a description of the purpose for which
that address is primarily used by that entity.
|
PostalAddressUseEnum |
getUse()
The purpose for which the address is being used by the entity.
|
void |
setAddress(Address address)
The description of a location where an entity is located or can be
otherwise reached or found and a description of the purpose for which
that address is primarily used by that entity.
|
void |
setUse(PostalAddressUseEnum use)
The purpose for which the address is being used by the entity.
|
Address getAddress()
void setAddress(Address address)
PostalAddressUseEnum getUse()
void setUse(PostalAddressUseEnum use)
Copyright © 2021. All rights reserved.