Location of the responsible individual or organization.
- Since:
- 1.0
-
Method Summary
Modifier and TypeMethodDescriptionState, province of the location.getCity()The city of the location.Country of the physical address.Address line for the location (as described in ISO 11180, Annex A).Address of the electronic mailbox of the responsible organization or individual.ZIP or other postal code.
-
Method Details
-
getDeliveryPoints
@UML(identifier="deliveryPoint", obligation=OPTIONAL, specification=ISO_19115) Collection<String> getDeliveryPoints()Address line for the location (as described in ISO 11180, Annex A). Returns an empty collection if none.- Returns:
- Address line for the location.
-
getCity
The city of the location. Returnsnullif unspecified.- Returns:
- The city of the location, or
null.
-
getAdministrativeArea
@UML(identifier="administrativeArea", obligation=OPTIONAL, specification=ISO_19115) InternationalString getAdministrativeArea()State, province of the location. Returnsnullif unspecified.- Returns:
- State, province of the location, or
null.
-
getPostalCode
ZIP or other postal code. Returnsnullif unspecified.- Returns:
- ZIP or other postal code, or
null.
-
getCountry
@UML(identifier="country", obligation=OPTIONAL, specification=ISO_19115) InternationalString getCountry()Country of the physical address. Returnsnullif unspecified.- Returns:
- Country of the physical address, or
null.
-
getElectronicMailAddresses
@UML(identifier="electronicMailAddress", obligation=OPTIONAL, specification=ISO_19115) Collection<String> getElectronicMailAddresses()Address of the electronic mailbox of the responsible organization or individual. Returns an empty collection if none.- Returns:
- Address of the electronic mailbox of the responsible organization or individual.
-