Package | Description |
---|---|
org.gbif.api.model.collections |
Modifier and Type | Method and Description |
---|---|
@Valid Address |
Institution.getAddress() |
Address |
Contactable.getAddress()
Physical or associated address.
|
@Valid Address |
Collection.getAddress()
Address where this collection is situated.
|
@Valid Address |
Institution.getMailingAddress() |
Address |
Contactable.getMailingAddress()
Address used to send and receive mail.
|
@Valid Address |
Collection.getMailingAddress()
Address used to send/receive physical mail.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Address.lenientEquals(Address other) |
void |
Institution.setAddress(Address address) |
void |
Contactable.setAddress(Address address) |
void |
Collection.setAddress(Address address) |
void |
Institution.setMailingAddress(Address mailingAddress) |
void |
Contactable.setMailingAddress(Address mailingAddress) |
void |
Collection.setMailingAddress(Address mailingAddress) |
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.