public interface SupportLevelDescriptor
Modifier and Type | Field and Description |
---|---|
static int |
DATA_ADDRESS_POINT
Address point locations are contained in dictionaries
|
static int |
DATA_GEOGRAPHIC_AREA1_CENTROID
Future: make public when we can tell if area name 1 centroids are in data
|
static int |
DATA_GEOGRAPHIC_AREA2_CENTROID
Future: make public when we can tell if area name 2 centroids are in data
|
static int |
DATA_GEOGRAPHIC_AREA3_CENTROID
Future: make public when we can tell if area name 3 centroids are in data
|
static int |
DATA_GEOGRAPHIC_AREA4_CENTROID
Future: make public when we can tell if area name 4 centroids are in data
|
static int |
DATA_GEOGRAPHIC_CENTROID
Any level of geographic centroid information is contained in dictionaries
|
static int |
DATA_POSTAL_CENTROID
Main postal code centroid information is contained in dictionaries
|
static int |
DATA_POSTAL_EXTENSION_CENTROID
Future: make public when we can tell if postal code 2 centroids are in data
|
static int |
DATA_STREET_SEGMENT
Street segment information is contained in dictionaries
|
Modifier and Type | Method and Description |
---|---|
String |
getBaseObject()
Name of the object or operation that this describes a modification for
|
List<String> |
getCountries()
The countries for which this support level is valid.
|
int |
getSupportedDataLevel()
Not yet implemented.
|
List<InputParam> |
getUpdatedOptionalInput()
Changes to optional input of the base operation, if any
|
List<OutputParam> |
getUpdatedOptionalOutput()
Changes to output of the base operation, if any
|
List<InputParam> |
getUpdatedRequiredInput()
Changes to required input of the base operation, if any
|
void |
setBaseObject(String baseObject)
Name of the base object these modifications apply to
|
void |
setCountries(List<String> countries)
Countries this support level applies for
|
void |
setSupportedDataLevel(int level)
Not yet implemented.
|
void |
setUpdatedOptionalInput(List<InputParam> optionalInput)
Changes to optional input of the base operation, if any
|
void |
setUpdatedOptionalOutput(List<OutputParam> optionalOutput)
Changes to possible output of the base operation, if any
|
void |
setUpdatedRequiredInput(List<InputParam> requiredInput)
Changes to required input of the base operation, if any
|
static final int DATA_POSTAL_CENTROID
static final int DATA_GEOGRAPHIC_CENTROID
static final int DATA_STREET_SEGMENT
static final int DATA_ADDRESS_POINT
static final int DATA_POSTAL_EXTENSION_CENTROID
static final int DATA_GEOGRAPHIC_AREA1_CENTROID
static final int DATA_GEOGRAPHIC_AREA2_CENTROID
static final int DATA_GEOGRAPHIC_AREA3_CENTROID
static final int DATA_GEOGRAPHIC_AREA4_CENTROID
String getBaseObject()
void setBaseObject(String baseObject)
baseObject
- name of the base object or operationint getSupportedDataLevel()
void setSupportedDataLevel(int level)
level
- indicates data levelList<String> getCountries()
void setCountries(List<String> countries)
countries
- which countries support level applies forList<InputParam> getUpdatedRequiredInput()
void setUpdatedRequiredInput(List<InputParam> requiredInput)
requiredInput
- list of modified or additional input parametersList<InputParam> getUpdatedOptionalInput()
void setUpdatedOptionalInput(List<InputParam> optionalInput)
optionalInput
- list of modified or additional input parametersList<OutputParam> getUpdatedOptionalOutput()
void setUpdatedOptionalOutput(List<OutputParam> optionalOutput)
optionalOutput
- list of modified or additional output parametersCopyright © 2024. All rights reserved.