|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CivicLocationInfo
The CivicLocationInfo component models the civic location for a person or a device. The CivicLocationInfo and ImsGeographicalLocationInfo interfaces together form an implementation of the GEOPRIV Location Object Format specified in [RFC4119].
| Field Summary | |
|---|---|
static String |
ADDITIONAL_LOCATION_INFO
|
static String |
CITY
|
static String |
CITY_DIVISION
|
static String |
COUNTRY_CODE
|
static String |
COUNTY
|
static String |
FLOOR
|
static String |
HOUSE_NUMBER
|
static String |
HOUSE_NUMBER_SUFFIX
|
static String |
LANDMARK
|
static String |
LEADING_STREET_DIRECTION
|
static String |
NATIONAL_SUBDIVISION
|
static String |
NEIGHBORHOOD
|
static String |
POSTAL_CODE
|
static String |
RESIDENCE
|
static String |
STREET
|
static String |
STREET_SUFFIX
|
static String |
TRAILING_STREET_SUFFIX
|
| Method Summary | |
|---|---|
void |
addCivicAddress(String identifier,
String value)
Adds a civic address element. |
String |
getCivicAddress(String identifier)
Returns the value of the civic address identifier. |
void |
removeCivicAddress(String identifier)
Removes the civic address element with the given identifier. |
| Field Detail |
|---|
static final String COUNTRY_CODE
static final String NATIONAL_SUBDIVISION
static final String COUNTY
static final String CITY
static final String CITY_DIVISION
static final String NEIGHBORHOOD
static final String STREET
static final String LEADING_STREET_DIRECTION
static final String TRAILING_STREET_SUFFIX
static final String STREET_SUFFIX
static final String HOUSE_NUMBER
static final String HOUSE_NUMBER_SUFFIX
static final String LANDMARK
static final String ADDITIONAL_LOCATION_INFO
static final String FLOOR
static final String RESIDENCE
static final String POSTAL_CODE
| Method Detail |
|---|
String getCivicAddress(String identifier)
identifier -
void addCivicAddress(String identifier,
String value)
identifier - value - void removeCivicAddress(String identifier)
identifier -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||