| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_COUNTRY_CODE |
static String |
KEY_FCC_FACILITY_ID |
KEY_BULK_DATA, KEY_PROTECTED, store| Constructor and Description |
|---|
StationIDNumber() |
StationIDNumber(Hashtable<String,Object> hash) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCountryCode()
Gets the countryCode portion of the StationIDNumber class
|
Integer |
getFccFacilityId()
Gets the fccFacilityId portion of the StationIDNumber class
|
StationIDNumber |
setCountryCode(Integer countryCode)
Sets the countryCode portion of the StationIDNumber class
|
StationIDNumber |
setFccFacilityId(Integer fccFacilityId)
Sets the fccFacilityId portion of the StationIDNumber 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_COUNTRY_CODE
public static final String KEY_FCC_FACILITY_ID
public StationIDNumber setCountryCode(Integer countryCode)
countryCode - Binary Representation of ITU Country Code. USA Code is 001.public Integer getCountryCode()
public StationIDNumber setFccFacilityId(Integer fccFacilityId)
fccFacilityId - Binary representation of unique facility ID assigned by the FCC; FCC controlled for U.S. territory.public Integer getFccFacilityId()