Method Summary |
|
public InternationalString | getAdministrativeArea() Return the state, province of the location. |
public InternationalString | getCity() Returns the city of the location
Returns
null if unspecified. |
public InternationalString | getCountry() Returns the country of the physical address. |
public synchronized Collection | getDeliveryPoints() Returns the address line for the location (as described in ISO 11180, Annex A). |
public synchronized Collection | getElectronicMailAddresses() Returns the address of the electronic mailbox of the responsible organization or individual. |
public String | getPostalCode() Returns ZIP or other postal code. |
public synchronized void | setAdministrativeArea(InternationalString newValue) Set the state, province of the location. |
public synchronized void | setCity(InternationalString newValue) |
public synchronized void | setCountry(InternationalString newValue) set the country of the physical address. |
public synchronized void | setDeliveryPoints(Collection newValues) Set the address line for the location (as described in ISO 11180, Annex A). |
public synchronized void | setElectronicMailAddresses(Collection newValues) Set the address of the electronic mailbox of the responsible organization or individual. |
public synchronized void | setPostalCode(String newValue) Set ZIP or other postal code. |