| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_CT |
static String |
KEY_PI |
static String |
KEY_PS |
static String |
KEY_PTY |
static String |
KEY_REG |
static String |
KEY_RT |
static String |
KEY_TA |
static String |
KEY_TP |
KEY_BULK_DATA, KEY_PROTECTED, store| Constructor and Description |
|---|
RdsData() |
RdsData(Hashtable<String,Object> hash) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClockText()
Gets the clockText portion of the RdsData class
|
String |
getProgramIdentification()
Gets the programIdentification portion of the RdsData class
|
String |
getProgramService()
Gets the programService portion of the RdsData class
|
Integer |
getProgramType()
Gets the programType portion of the RdsData class
|
String |
getRadioText()
Gets the radioText portion of the RdsData class
|
String |
getRegion()
Gets the region portion of the RdsData class
|
Boolean |
getTrafficAnnouncement()
Gets the trafficAnnouncement portion of the RdsData class
|
Boolean |
getTrafficProgram()
Gets the trafficProgram portion of the RdsData class
|
RdsData |
setClockText(String clockText)
Sets the clockText portion of the RdsData class
|
RdsData |
setProgramIdentification(String programIdentification)
Sets the programIdentification portion of the RdsData class
|
RdsData |
setProgramService(String programService)
Sets the programService portion of the RdsData class
|
RdsData |
setProgramType(Integer programType)
Sets the programType portion of the RdsData class
|
RdsData |
setRadioText(String radioText)
Sets the radioText portion of the RdsData class
|
RdsData |
setRegion(String region)
Sets the region portion of the RdsData class
|
RdsData |
setTrafficAnnouncement(Boolean trafficAnnouncement)
Sets the trafficAnnouncement portion of the RdsData class
|
RdsData |
setTrafficProgram(Boolean trafficProgram)
Sets the trafficProgram portion of the RdsData 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_PS
public static final String KEY_RT
public static final String KEY_CT
public static final String KEY_PI
public static final String KEY_PTY
public static final String KEY_TP
public static final String KEY_TA
public static final String KEY_REG
public RdsData setProgramService(String programService)
programService - Program Service Name.public String getProgramService()
public RdsData setRadioText(String radioText)
radioText - Radio Text.public String getRadioText()
public RdsData setClockText(String clockText)
clockText - The clock text in UTC format as YYYY-MM-DDThh:mm:ss.sTZD.public String getClockText()
public RdsData setProgramIdentification(String programIdentification)
programIdentification - Program Identification - the call sign for the radio station.public String getProgramIdentification()
public RdsData setRegion(String region)
region - Region.public String getRegion()
public RdsData setTrafficProgram(Boolean trafficProgram)
trafficProgram - Traffic Program Identification - Identifies a station that offers traffic.public Boolean getTrafficProgram()
public RdsData setTrafficAnnouncement(Boolean trafficAnnouncement)
trafficAnnouncement - Traffic Announcement Identification - Indicates an ongoing traffic announcement.public Boolean getTrafficAnnouncement()
public RdsData setProgramType(Integer programType)
programType - The program type - The region should be used to differentiate between EU and North America program types.public Integer getProgramType()