java.lang.Object
com.smartdevicelink.proxy.RPCStruct
public static final java.lang.String KEY_COUNTRY_NAME
public static final java.lang.String KEY_COUNTRY_CODE
public static final java.lang.String KEY_POSTAL_CODE
public static final java.lang.String KEY_ADMINISTRATIVE_AREA
public static final java.lang.String KEY_SUB_ADMINISTRATIVE_AREA
public static final java.lang.String KEY_LOCALITY
public static final java.lang.String KEY_SUB_LOCALITY
public static final java.lang.String KEY_THOROUGH_FARE
public static final java.lang.String KEY_SUB_THOROUGH_FARE
From Class | Fields |
---|---|
com.smartdevicelink.proxy.RPCStruct | KEY_BULK_DATA, KEY_PROTECTED, store |
OASIS Address - A standard based address class that has been established by The Organization for the Advancement of Structured Information Standards (OASIS). Oasis is a global nonprofit consortium that works on the development, convergence, and adoption of standards for security, Internet of Things, energy, content technologies, emergency management, and other areas.
public OasisAddress()
public OasisAddress(java.util.Hashtable<java.lang.String, java.lang.Object> hash)
Gets the localized Name of the country associated with the OasisAddress class.
public java.lang.String getCountryName()
Sets the localized Name of the country associated with the OasisAddress class.
public com.smartdevicelink.proxy.rpc.OasisAddress setCountryName(String countryName)
Gets the country code in ISO 3166-2 format associated with the OasisAddress class.
public java.lang.String getCountryCode()
Sets the country code in ISO 3166-2 format associated with the OasisAddress class.
public com.smartdevicelink.proxy.rpc.OasisAddress setCountryCode(String countryCode)
Gets the Postal Code associated with the OasisAddress class.
public java.lang.String getPostalCode()
Sets the Postal Code associated with the OasisAddress class.
public com.smartdevicelink.proxy.rpc.OasisAddress setPostalCode(String postalCode)
Gets the Administrative Area associated with the OasisAddress class. A portion of the country - Administrative Area's can include details of the top-level area division in the country, such as state, district, province, island, region, etc.
public java.lang.String getAdministrativeArea()
Sets the Administrative Area associated with the OasisAddress class. A portion of the country - Administrative Area can include details of the top-level area division in the country, such as state, district, province, island, region, etc.
public com.smartdevicelink.proxy.rpc.OasisAddress setAdministrativeArea(String administrativeArea)
Gets the SubAdministrative Area associated with the OasisAddress class. A portion of the administrativeArea - The next level down division of the area. E.g. state / county, province / reservation.
public java.lang.String getSubAdministrativeArea()
Sets the SubAdministrative Area associated with the OasisAddress class. A portion of the administrativeArea - The next level down division of the area. E.g. state / county, province / reservation.
public com.smartdevicelink.proxy.rpc.OasisAddress setSubAdministrativeArea(String subAdministrativeArea)
Gets the Locality associated with the OasisAddress class. - A hypernym for city/village
public java.lang.String getLocality()
Sets the Locality associated with the OasisAddress class. - A hypernym for city/village.
public com.smartdevicelink.proxy.rpc.OasisAddress setLocality(String locality)
Gets the Sub-Locality associated with the OasisAddress class. - Hypernym for district.
public java.lang.String getSubLocality()
Sets the Sub-Locality associated with the OasisAddress class. A hypernym for district.
public com.smartdevicelink.proxy.rpc.OasisAddress setSubLocality(String subLocality)
Gets the Thoroughfare associated with the OasisAddress class. - A hypernym for street, road etc.
public java.lang.String getThoroughfare()
Sets the Thoroughfare associated with the OasisAddress class. A hypernym for street, road etc.
public com.smartdevicelink.proxy.rpc.OasisAddress setThoroughfare(String thoroughFare)
Gets the Sub-Thoroughfare associated with the OasisAddress class. - A Portion of thoroughfare (e.g. house number).
public java.lang.String getSubThoroughfare()
Sets the Sub-Thoroughfare associated with the OasisAddress class. - A Portion of thoroughfare (e.g. house number).
public com.smartdevicelink.proxy.rpc.OasisAddress setSubThoroughfare(String subThoroughfare)
From Class | Methods |
---|---|
com.smartdevicelink.proxy.RPCStruct | getStoreValue, getStore, deserializeJSON, serializeJSON, serializeJSON, format, getBulkData, setBulkData, setPayloadProtected, isPayloadProtected, getMessageTypeName, hasKey, setValue, getValue, getObject, formatObject, getValueForString, getString, getInteger, getDouble, getFloat, getBoolean, getLong, clone, equals, hashCode |
java.lang.Object | getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize |