Package net.opengis.wps20
Interface ExecuteRequestType
- All Superinterfaces:
EObject
,Notifier
,RequestBaseType
- All Known Implementing Classes:
ExecuteRequestTypeImpl
A representation of the model object 'Execute Request Type'.
Schema for a WPS Execute operation request, to execute
one identified process with the given data and provide the requested
output data.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Identifier' containment reference.EList<DataInputType>
getInput()
Returns the value of the 'Input' containment reference list.getMode()
Returns the value of the 'Mode' attribute.EList<OutputDefinitionType>
Returns the value of the 'Output' containment reference list.Returns the value of the 'Response' attribute.boolean
Returns whether the value of the 'Mode
' attribute is set.boolean
Returns whether the value of the 'Response
' attribute is set.void
setIdentifier
(CodeType value) Sets the value of the 'Identifier
' containment reference.void
Sets the value of the 'Mode
' attribute.void
setResponse
(ResponseType value) Sets the value of the 'Response
' attribute.void
Unsets the value of the 'Mode
' attribute.void
Unsets the value of the 'Response
' attribute.Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
Methods inherited from interface RequestBaseType
getExtension, getService, getVersion, isSetService, isSetVersion, setService, setVersion, unsetService, unsetVersion
-
Method Details
-
getIdentifier
CodeType getIdentifier()Returns the value of the 'Identifier' containment reference. Identifier of the process to be executed. All valid process identifiers are listed in the wps:Contents section of the Capabilities document.- Returns:
- the value of the 'Identifier' containment reference.
- See Also:
-
setIdentifier
Sets the value of the 'Identifier
' containment reference.- Parameters:
value
- the new value of the 'Identifier' containment reference.- See Also:
-
getInput
EList<DataInputType> getInput()Returns the value of the 'Input' containment reference list. The list contents are of typeDataInputType
. One or more input items to be used for process execution, including referenced or inline data.- Returns:
- the value of the 'Input' containment reference list.
- See Also:
-
getOutput
EList<OutputDefinitionType> getOutput()Returns the value of the 'Output' containment reference list. The list contents are of typeOutputDefinitionType
. Defines one or more output items to be delivered by the process execution.- Returns:
- the value of the 'Output' containment reference list.
- See Also:
-
getMode
ModeType getMode()Returns the value of the 'Mode' attribute. The literals are from the enumerationModeType
. Desired execution mode.- Returns:
- the value of the 'Mode' attribute.
- See Also:
-
setMode
Sets the value of the 'Mode
' attribute.- Parameters:
value
- the new value of the 'Mode' attribute.- See Also:
-
unsetMode
void unsetMode()Unsets the value of the 'Mode
' attribute.- See Also:
-
isSetMode
boolean isSetMode()Returns whether the value of the 'Mode
' attribute is set.- Returns:
- whether the value of the 'Mode' attribute is set.
- See Also:
-
getResponse
ResponseType getResponse()Returns the value of the 'Response' attribute. The literals are from the enumerationResponseType
.- Returns:
- the value of the 'Response' attribute.
- See Also:
-
setResponse
Sets the value of the 'Response
' attribute.- Parameters:
value
- the new value of the 'Response' attribute.- See Also:
-
unsetResponse
void unsetResponse()Unsets the value of the 'Response
' attribute. -
isSetResponse
boolean isSetResponse()Returns whether the value of the 'Response
' attribute is set.- Returns:
- whether the value of the 'Response' attribute is set.
- See Also:
-