Expand Minimize Picture-in-picture Power Device Status Voice Recognition Skip Back Skip Forward Minus Plus Play Search
Internet Explorer alert
This browser is not recommended for use with smartdevicelink.com, and may not function properly. Upgrade to a different browser to guarantee support of all features.
close alert
To Top Created with Sketch. To Top
To Bottom Created with Sketch. To Bottom
Android Documentation
OasisAddress

Class OasisAddress

Hierarchy

java.lang.Object
     com.smartdevicelink.proxy.RPCStruct

Package
com.smartdevicelink.proxy.rpc

Fields

KEY_COUNTRY_NAME

public static final java.lang.String KEY_COUNTRY_NAME
Constant Value
"countryName"

KEY_COUNTRY_CODE

public static final java.lang.String KEY_COUNTRY_CODE
Constant Value
"countryCode"

KEY_POSTAL_CODE

public static final java.lang.String KEY_POSTAL_CODE
Constant Value
"postalCode"

KEY_ADMINISTRATIVE_AREA

public static final java.lang.String KEY_ADMINISTRATIVE_AREA
Constant Value
"administrativeArea"

KEY_SUB_ADMINISTRATIVE_AREA

public static final java.lang.String KEY_SUB_ADMINISTRATIVE_AREA
Constant Value
"subAdministrativeArea"

KEY_LOCALITY

public static final java.lang.String KEY_LOCALITY
Constant Value
"locality"

KEY_SUB_LOCALITY

public static final java.lang.String KEY_SUB_LOCALITY
Constant Value
"subLocality"

KEY_THOROUGH_FARE

public static final java.lang.String KEY_THOROUGH_FARE
Constant Value
"thoroughfare"

KEY_SUB_THOROUGH_FARE

public static final java.lang.String KEY_SUB_THOROUGH_FARE
Constant Value
"subThoroughfare"

Inherited Fields

From Class Fields
com.smartdevicelink.proxy.RPCStruct KEY_BULK_DATA, KEY_PROTECTED, store

Constructors

OasisAddress()

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()

OasisAddress( java.util.Hashtable<java.lang.String, java.lang.Object> hash )

public OasisAddress(java.util.Hashtable<java.lang.String, java.lang.Object> hash)

Constructor Parameters

hash

Methods

getCountryName()

Gets the localized Name of the country associated with the OasisAddress class.

public java.lang.String getCountryName()

setCountryName( String countryName )

Sets the localized Name of the country associated with the OasisAddress class.

public com.smartdevicelink.proxy.rpc.OasisAddress setCountryName(String countryName)

Method Parameters

countryName
The localized Name of the country associated with the OasisAddress class.

getCountryCode()

Gets the country code in ISO 3166-2 format associated with the OasisAddress class.

public java.lang.String getCountryCode()

setCountryCode( String countryCode )

Sets the country code in ISO 3166-2 format associated with the OasisAddress class.

public com.smartdevicelink.proxy.rpc.OasisAddress setCountryCode(String countryCode)

Method Parameters

countryCode
The country code in ISO 3166-2 format associated with the OasisAddress class.

getPostalCode()

Gets the Postal Code associated with the OasisAddress class.

public java.lang.String getPostalCode()

setPostalCode( String postalCode )

Sets the Postal Code associated with the OasisAddress class.

public com.smartdevicelink.proxy.rpc.OasisAddress setPostalCode(String postalCode)

Method Parameters

postalCode
The Postal Code associated with the OasisAddress class.

getAdministrativeArea()

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()

setAdministrativeArea( String administrativeArea )

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)

Method Parameters

administrativeArea
The Administrative Area associated with the OasisAddress class.

getSubAdministrativeArea()

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()

setSubAdministrativeArea( String subAdministrativeArea )

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)

Method Parameters

subAdministrativeArea
The SubAdministrative Area associated with the OasisAddress class.

getLocality()

Gets the Locality associated with the OasisAddress class. - A hypernym for city/village

public java.lang.String getLocality()

setLocality( String locality )

Sets the Locality associated with the OasisAddress class. - A hypernym for city/village.

public com.smartdevicelink.proxy.rpc.OasisAddress setLocality(String locality)

Method Parameters

locality
The Locality associated with the OasisAddress class.

getSubLocality()

Gets the Sub-Locality associated with the OasisAddress class. - Hypernym for district.

public java.lang.String getSubLocality()

setSubLocality( String subLocality )

Sets the Sub-Locality associated with the OasisAddress class. A hypernym for district.

public com.smartdevicelink.proxy.rpc.OasisAddress setSubLocality(String subLocality)

Method Parameters

subLocality
The Sub-Locality associated with the OasisAddress class.

getThoroughfare()

Gets the Thoroughfare associated with the OasisAddress class. - A hypernym for street, road etc.

public java.lang.String getThoroughfare()

setThoroughfare( String thoroughFare )

Sets the Thoroughfare associated with the OasisAddress class. A hypernym for street, road etc.

public com.smartdevicelink.proxy.rpc.OasisAddress setThoroughfare(String thoroughFare)

Method Parameters

thoroughFare
The Thoroughfare associated with the OasisAddress class.

getSubThoroughfare()

Gets the Sub-Thoroughfare associated with the OasisAddress class. - A Portion of thoroughfare (e.g. house number).

public java.lang.String getSubThoroughfare()

setSubThoroughfare( String subThoroughfare )

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)

Method Parameters

subThoroughfare
The Sub-Thoroughfare associated with the OasisAddress class.

Inherited Methods

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
View on GitHub.com
Previous Section Next Section