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()
Operation
public void setName(String opName)
Operation
public List<InputParam> getRequiredInput()
Operation
getRequiredInput
in interface Operation
public void setRequiredInput(List<InputParam> params)
Operation
setRequiredInput
in interface Operation
params
- required input objectspublic List<InputParam> getOptionalInput()
Operation
getOptionalInput
in interface Operation
public void setOptionalInput(List<InputParam> params)
Operation
setOptionalInput
in interface Operation
params
- optional input objectspublic List<OutputParam> getOutput()
Operation
public void setOutput(List<OutputParam> params)
Operation
public List<SupportLevelDescriptor> getLevelsOfSupport()
Operation
getLevelsOfSupport
in interface Operation
public void setLevelsOfSupport(List<SupportLevelDescriptor> levelsOfSupport)
Operation
setLevelsOfSupport
in interface Operation
levelsOfSupport
- local support informationCopyright © 2024. All rights reserved.