Package org.gbif.api.model.registry
Interface Address
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
Contact
,Network
,Node
,Organization
A package visible providing the commonality for addresses, including the constraint validations.
-
Method Summary
Modifier and TypeMethodDescriptiondeliveryPoint in EML@Size(min=1) String
getCity()
city in EMLcountry in EMLgetEmail()
electronicMailAddress in EMLList of homepage websites.@Size(min=2) String
Institution name as part of the addressgetPhone()
phone in EML@Size(min=1) String
postalCode in EML@Size(min=1) String
administrativeArea in EMLvoid
setAddress
(List<String> address) void
void
setCountry
(Country country) void
void
setHomepage
(List<URI> homepage) void
setOrganization
(String organization) void
void
setPostalCode
(String postalCode) void
setProvince
(String province)
-
Method Details
-
getEmail
electronicMailAddress in EML -
setEmail
-
getPhone
phone in EML -
setPhone
-
getAddress
List<String> getAddress()deliveryPoint in EML -
setAddress
-
getCity
city in EML -
setCity
-
getProvince
administrativeArea in EML -
setProvince
-
getCountry
country in EML -
setCountry
-
getPostalCode
postalCode in EML -
setPostalCode
-
getOrganization
Institution name as part of the address -
setOrganization
-
getHomepage
List<URI> getHomepage()List of homepage websites. -
setHomepage
-