| Constructor and Description |
|---|
GeocodeOperation() |
| Modifier and Type | Method and Description |
|---|---|
List<SupportLevelDescriptor> |
getLevelsOfSupport()
Returns a structure which describes what countries support the operation, along with any custom
modifications for that country
|
String |
getName()
The name of the operation
|
List<InputParam> |
getOptionalInput()
List of any optional input objects for the operation
|
List<OutputParam> |
getOutput()
List of the output objects for the operation
|
List<InputParam> |
getRequiredInput()
List of any required input objects for the operation
|
void |
setLevelsOfSupport(List<SupportLevelDescriptor> levelsOfSupport)
Local support information
|
void |
setName(String opName)
Name of the operation
|
void |
setOptionalInput(List<InputParam> params)
The optional input
|
void |
setOutput(List<OutputParam> params)
The output objects
|
void |
setRequiredInput(List<InputParam> params)
The required input
|
String |
toString() |
public String getName()
Operationpublic void setName(String opName)
Operationpublic List<InputParam> getRequiredInput()
OperationgetRequiredInput in interface Operationpublic void setRequiredInput(List<InputParam> params)
OperationsetRequiredInput in interface Operationparams - required input objectspublic List<InputParam> getOptionalInput()
OperationgetOptionalInput in interface Operationpublic void setOptionalInput(List<InputParam> params)
OperationsetOptionalInput in interface Operationparams - optional input objectspublic List<OutputParam> getOutput()
Operationpublic void setOutput(List<OutputParam> params)
Operationpublic List<SupportLevelDescriptor> getLevelsOfSupport()
OperationgetLevelsOfSupport in interface Operationpublic void setLevelsOfSupport(List<SupportLevelDescriptor> levelsOfSupport)
OperationsetLevelsOfSupport in interface OperationlevelsOfSupport - local support informationCopyright © 2024. All rights reserved.