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) StringgetCity()city in EMLcountry in EMLgetEmail()electronicMailAddress in EMLList of homepage websites.@Size(min=2) StringInstitution name as part of the addressgetPhone()phone in EML@Size(min=1) StringpostalCode in EML@Size(min=1) StringadministrativeArea in EMLvoidsetAddress(List<String> address) voidvoidsetCountry(Country country) voidvoidsetHomepage(List<URI> homepage) voidsetOrganization(String organization) voidvoidsetPostalCode(String postalCode) voidsetProvince(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
-