| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_STATION_ID_NUMBER |
static String |
KEY_STATION_LOCATION |
static String |
KEY_STATION_LONG_NAME |
static String |
KEY_STATION_MESSAGE |
static String |
KEY_STATION_SHORT_NAME |
KEY_BULK_DATA, KEY_PROTECTED, store| Constructor and Description |
|---|
SisData()
Constructs a new SisData object
|
SisData(Hashtable<String,Object> hash)
Constructs a new SisData object indicated by the Hashtable parameter
|
| Modifier and Type | Method and Description |
|---|---|
StationIDNumber |
getStationIDNumber()
Gets the stationIDNumber which is used for network Application.
|
GPSData |
getStationLocation()
Gets the stationLocation portion of the SisData class
|
String |
getStationLongName()
Gets the stationLongName portion of the SisData class
|
String |
getStationMessage()
Gets the stationMessage portion of the SisData class
|
String |
getStationShortName()
Gets the stationShortName portion of the SisData class
|
SisData |
setStationIDNumber(StationIDNumber stationIDNumber)
Sets the stationIDNumber which is used for network Application.
|
SisData |
setStationLocation(GPSData stationLocation)
Sets the stationLocation portion of the SisData class
|
SisData |
setStationLongName(String stationLongName)
Sets the stationLongName portion of the SisData class
|
SisData |
setStationMessage(String stationMessage)
Sets the stationMessage portion of the SisData class
|
SisData |
setStationShortName(String stationShortName)
Sets the stationShortName portion of the SisData 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_STATION_SHORT_NAME
public static final String KEY_STATION_ID_NUMBER
public static final String KEY_STATION_LONG_NAME
public static final String KEY_STATION_LOCATION
public static final String KEY_STATION_MESSAGE
public SisData setStationShortName(String stationShortName)
stationShortName - Identifies the 4-alpha-character station call sign plus an optional (-FM) extension.public String getStationShortName()
public SisData setStationIDNumber(StationIDNumber stationIDNumber)
stationIDNumber - Consists of Country Code and FCC Facility IDpublic StationIDNumber getStationIDNumber()
public SisData setStationLongName(String stationLongName)
stationLongName - Identifies the station call sign or other identifying information in the long format.public String getStationLongName()
public SisData setStationLocation(GPSData stationLocation)
stationLocation - Provides the 3-dimensional geographic station location.public GPSData getStationLocation()
public SisData setStationMessage(String stationMessage)
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.public String getStationMessage()