| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_ADMINISTRATIVE_AREA |
static String |
KEY_COUNTRY_CODE |
static String |
KEY_COUNTRY_NAME |
static String |
KEY_LOCALITY |
static String |
KEY_POSTAL_CODE |
static String |
KEY_SUB_ADMINISTRATIVE_AREA |
static String |
KEY_SUB_LOCALITY |
static String |
KEY_SUB_THOROUGH_FARE |
static String |
KEY_THOROUGH_FARE |
KEY_BULK_DATA, KEY_PROTECTED, store| Constructor and Description |
|---|
OasisAddress()
OASIS Address - A standard based address class that has been established by The Organization for the Advancement of Structured Information Standards (OASIS).
|
OasisAddress(Hashtable<String,Object> hash) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAdministrativeArea()
Gets the Administrative Area associated with the OasisAddress class.
|
String |
getCountryCode()
Gets the country code in ISO 3166-2 format associated with the OasisAddress class.
|
String |
getCountryName()
Gets the localized Name of the country associated with the OasisAddress class.
|
String |
getLocality()
Gets the Locality associated with the OasisAddress class.
|
String |
getPostalCode()
Gets the Postal Code associated with the OasisAddress class.
|
String |
getSubAdministrativeArea()
Gets the SubAdministrative Area associated with the OasisAddress class.
|
String |
getSubLocality()
Gets the Sub-Locality associated with the OasisAddress class.
|
String |
getSubThoroughfare()
Gets the Sub-Thoroughfare associated with the OasisAddress class.
|
String |
getThoroughfare()
Gets the Thoroughfare associated with the OasisAddress class.
|
OasisAddress |
setAdministrativeArea(String administrativeArea)
Sets the Administrative Area associated with the OasisAddress class.
|
OasisAddress |
setCountryCode(String countryCode)
Sets the country code in ISO 3166-2 format associated with the OasisAddress class.
|
OasisAddress |
setCountryName(String countryName)
Sets the localized Name of the country associated with the OasisAddress class.
|
OasisAddress |
setLocality(String locality)
Sets the Locality associated with the OasisAddress class.
|
OasisAddress |
setPostalCode(String postalCode)
Sets the Postal Code associated with the OasisAddress class.
|
OasisAddress |
setSubAdministrativeArea(String subAdministrativeArea)
Sets the SubAdministrative Area associated with the OasisAddress class.
|
OasisAddress |
setSubLocality(String subLocality)
Sets the Sub-Locality associated with the OasisAddress class.
|
OasisAddress |
setSubThoroughfare(String subThoroughfare)
Sets the Sub-Thoroughfare associated with the OasisAddress class.
|
OasisAddress |
setThoroughfare(String thoroughFare)
Sets the Thoroughfare associated with the OasisAddress class.
|
clone, deserializeJSON, equals, format, formatObject, getBoolean, getBulkData, getDouble, getFloat, getInteger, getLong, getMessageTypeName, getObject, getStore, getStoreValue, getString, getValue, getValueForString, hashCode, hasKey, isPayloadProtected, serializeJSON, serializeJSON, setBulkData, setPayloadProtected, setValuepublic static final String KEY_COUNTRY_NAME
public static final String KEY_COUNTRY_CODE
public static final String KEY_POSTAL_CODE
public static final String KEY_ADMINISTRATIVE_AREA
public static final String KEY_SUB_ADMINISTRATIVE_AREA
public static final String KEY_LOCALITY
public static final String KEY_SUB_LOCALITY
public static final String KEY_THOROUGH_FARE
public static final String KEY_SUB_THOROUGH_FARE
public OasisAddress()
public String getCountryName()
public OasisAddress setCountryName(String countryName)
countryName - The localized Name of the country associated with the OasisAddress class.public String getCountryCode()
public OasisAddress setCountryCode(String countryCode)
countryCode - The country code in ISO 3166-2 format associated with the OasisAddress class.public String getPostalCode()
public OasisAddress setPostalCode(String postalCode)
postalCode - The Postal Code associated with the OasisAddress class.public String getAdministrativeArea()
public OasisAddress setAdministrativeArea(String administrativeArea)
administrativeArea - The Administrative Area associated with the OasisAddress class.public String getSubAdministrativeArea()
public OasisAddress setSubAdministrativeArea(String subAdministrativeArea)
subAdministrativeArea - The SubAdministrative Area associated with the OasisAddress class.public String getLocality()
public OasisAddress setLocality(String locality)
locality - The Locality associated with the OasisAddress class.public String getSubLocality()
public OasisAddress setSubLocality(String subLocality)
subLocality - The Sub-Locality associated with the OasisAddress class.public String getThoroughfare()
public OasisAddress setThoroughfare(String thoroughFare)
thoroughFare - The Thoroughfare associated with the OasisAddress class.public String getSubThoroughfare()
public OasisAddress setSubThoroughfare(String subThoroughfare)
subThoroughfare - The Sub-Thoroughfare associated with the OasisAddress class.