public class REGION_CONFIG_DATA
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
COMMUNICATION_STANDARDS |
commStnds |
COUNTRY_CODE |
countryCode |
java.lang.String |
isoRegionCode |
NGE_REGULATORY_CODE |
ngeRegulatoryCode |
REGION_CODE |
regionCode |
java.lang.String |
regionName |
RFID_SKU |
supportedSKU |
| Constructor and Description |
|---|
REGION_CONFIG_DATA() |
REGION_CONFIG_DATA(REGION_CODE regionCode,
COUNTRY_CODE countryCode,
COMMUNICATION_STANDARDS commStnds,
java.lang.String isoRegionCode,
java.lang.String regionName,
NGE_REGULATORY_CODE ngeRegulatoryCode,
RFID_SKU supportedSKU) |
public REGION_CODE regionCode
public COUNTRY_CODE countryCode
public COMMUNICATION_STANDARDS commStnds
public java.lang.String isoRegionCode
public java.lang.String regionName
public NGE_REGULATORY_CODE ngeRegulatoryCode
public RFID_SKU supportedSKU
public REGION_CONFIG_DATA()
public REGION_CONFIG_DATA(REGION_CODE regionCode, COUNTRY_CODE countryCode, COMMUNICATION_STANDARDS commStnds, java.lang.String isoRegionCode, java.lang.String regionName, NGE_REGULATORY_CODE ngeRegulatoryCode, RFID_SKU supportedSKU)