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
SisData

Class SisData

Hierarchy

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

Package
com.smartdevicelink.proxy.rpc

Fields

KEY_STATION_SHORT_NAME

public static final java.lang.String KEY_STATION_SHORT_NAME
Constant Value
"stationShortName"

KEY_STATION_ID_NUMBER

public static final java.lang.String KEY_STATION_ID_NUMBER
Constant Value
"stationIDNumber"

KEY_STATION_LONG_NAME

public static final java.lang.String KEY_STATION_LONG_NAME
Constant Value
"stationLongName"

KEY_STATION_LOCATION

public static final java.lang.String KEY_STATION_LOCATION
Constant Value
"stationLocation"

KEY_STATION_MESSAGE

public static final java.lang.String KEY_STATION_MESSAGE
Constant Value
"stationMessage"

Inherited Fields

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

Constructors

SisData()

Constructs a new SisData object

public SisData()

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

Constructs a new SisData object indicated by the Hashtable parameter

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

Constructor Parameters

hash
The Hashtable to use

Methods

setStationShortName( String stationShortName )

Sets the stationShortName portion of the SisData class

public com.smartdevicelink.proxy.rpc.SisData setStationShortName(String stationShortName)

Method Parameters

stationShortName
Identifies the 4-alpha-character station call sign plus an optional (-FM) extension.

getStationShortName()

Gets the stationShortName portion of the SisData class

public java.lang.String getStationShortName()

setStationIDNumber( StationIDNumber stationIDNumber )

Sets the stationIDNumber which is used for network Application. Consists of Country Code and FCC Facility ID

public com.smartdevicelink.proxy.rpc.SisData setStationIDNumber(StationIDNumber stationIDNumber)

Method Parameters

stationIDNumber
Consists of Country Code and FCC Facility ID

getStationIDNumber()

Gets the stationIDNumber which is used for network Application. Consists of Country Code and FCC Facility ID

public com.smartdevicelink.proxy.rpc.StationIDNumber getStationIDNumber()

setStationLongName( String stationLongName )

Sets the stationLongName portion of the SisData class

public com.smartdevicelink.proxy.rpc.SisData setStationLongName(String stationLongName)

Method Parameters

stationLongName
Identifies the station call sign or other identifying information in the long format.

getStationLongName()

Gets the stationLongName portion of the SisData class

public java.lang.String getStationLongName()

setStationLocation( GPSData stationLocation )

Sets the stationLocation portion of the SisData class

public com.smartdevicelink.proxy.rpc.SisData setStationLocation(GPSData stationLocation)

Method Parameters

stationLocation
Provides the 3-dimensional geographic station location.

getStationLocation()

Gets the stationLocation portion of the SisData class

public com.smartdevicelink.proxy.rpc.GPSData getStationLocation()

setStationMessage( String stationMessage )

Sets the stationMessage portion of the SisData class

public com.smartdevicelink.proxy.rpc.SisData setStationMessage(String stationMessage)

Method Parameters

stationMessage
May be used to convey textual information of general interest to the consumer such as weather forecasts or public service announcements. Includes a high priority delivery feature to convey emergencies that may be in the listening area.

getStationMessage()

Gets the stationMessage portion of the SisData class

public java.lang.String getStationMessage()

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