|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@UML(identifier="CI_Address",
specification=ISO_19115)
public interface AddressLocation of the responsible individual or organization.
| Method Summary | |
|---|---|
InternationalString |
getAdministrativeArea()
State, province of the location. |
InternationalString |
getCity()
The city of the location. |
InternationalString |
getCountry()
Country of the physical address. |
Collection<String> |
getDeliveryPoints()
Address line for the location (as described in ISO 11180, Annex A). |
Collection<String> |
getElectronicMailAddresses()
Address of the electronic mailbox of the responsible organization or individual. |
String |
getPostalCode()
ZIP or other postal code. |
| Method Detail |
|---|
@UML(identifier="deliveryPoint",
obligation=OPTIONAL,
specification=ISO_19115)
Collection<String> getDeliveryPoints()
@UML(identifier="city",
obligation=OPTIONAL,
specification=ISO_19115)
InternationalString getCity()
null if unspecified.
@UML(identifier="administrativeArea",
obligation=OPTIONAL,
specification=ISO_19115)
InternationalString getAdministrativeArea()
null if unspecified.
@UML(identifier="postalCode",
obligation=OPTIONAL,
specification=ISO_19115)
String getPostalCode()
null if unspecified.
@UML(identifier="country",
obligation=OPTIONAL,
specification=ISO_19115)
InternationalString getCountry()
null if unspecified.
@UML(identifier="electronicMailAddress",
obligation=OPTIONAL,
specification=ISO_19115)
Collection<String> getElectronicMailAddresses()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||