public interface Contactable
Modifier and Type | Method and Description |
---|---|
Address |
getAddress()
Physical or associated address.
|
List<Contact> |
getContactPersons()
List of associated contacts.
|
Address |
getMailingAddress()
Address used to send and receive mail.
|
void |
setAddress(Address address) |
void |
setContactPersons(List<Contact> contacts) |
void |
setMailingAddress(Address mailingAddress) |
@Nullable List<Contact> getContactPersons()
void setContactPersons(List<Contact> contacts)
@Nullable Address getMailingAddress()
void setMailingAddress(Address mailingAddress)
@Nullable Address getAddress()
void setAddress(Address address)
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.