Package net.opengis.wps20
Interface ExecuteRequestType
-
- All Superinterfaces:
EObject
,Notifier
,RequestBaseType
- All Known Implementing Classes:
ExecuteRequestTypeImpl
public interface ExecuteRequestType extends RequestBaseType
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:
Wps20Package.getExecuteRequestType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CodeType
getIdentifier()
Returns the value of the 'Identifier' containment reference.EList<DataInputType>
getInput()
Returns the value of the 'Input' containment reference list.ModeType
getMode()
Returns the value of the 'Mode' attribute.EList<OutputDefinitionType>
getOutput()
Returns the value of the 'Output' containment reference list.ResponseType
getResponse()
Returns the value of the 'Response' attribute.boolean
isSetMode()
Returns whether the value of the 'Mode
' attribute is set.boolean
isSetResponse()
Returns whether the value of the 'Response
' attribute is set.void
setIdentifier(CodeType value)
Sets the value of the 'Identifier
' containment reference.void
setMode(ModeType value)
Sets the value of the 'Mode
' attribute.void
setResponse(ResponseType value)
Sets the value of the 'Response
' attribute.void
unsetMode()
Unsets the value of the 'Mode
' attribute.void
unsetResponse()
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 RequestBaseType
getExtension, getService, getVersion, isSetService, isSetVersion, setService, setVersion, unsetService, unsetVersion
-
-
-
-
Method Detail
-
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(CodeType)
,Wps20Package.getExecuteRequestType_Identifier()
-
setIdentifier
void setIdentifier(CodeType value)
Sets the value of the 'Identifier
' containment reference.- Parameters:
value
- the new value of the 'Identifier' containment reference.- See Also:
getIdentifier()
-
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:
Wps20Package.getExecuteRequestType_Input()
-
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:
Wps20Package.getExecuteRequestType_Output()
-
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:
ModeType
,isSetMode()
,unsetMode()
,setMode(ModeType)
,Wps20Package.getExecuteRequestType_Mode()
-
setMode
void setMode(ModeType value)
Sets the value of the 'Mode
' attribute.- Parameters:
value
- the new value of the 'Mode' attribute.- See Also:
ModeType
,isSetMode()
,unsetMode()
,getMode()
-
unsetMode
void unsetMode()
Unsets the value of the 'Mode
' attribute.- See Also:
isSetMode()
,getMode()
,setMode(ModeType)
-
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:
unsetMode()
,getMode()
,setMode(ModeType)
-
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:
ResponseType
,isSetResponse()
,unsetResponse()
,setResponse(ResponseType)
,Wps20Package.getExecuteRequestType_Response()
-
setResponse
void setResponse(ResponseType value)
Sets the value of the 'Response
' attribute.- Parameters:
value
- the new value of the 'Response' attribute.- See Also:
ResponseType
,isSetResponse()
,unsetResponse()
,getResponse()
-
unsetResponse
void unsetResponse()
Unsets the value of the 'Response
' attribute.- See Also:
isSetResponse()
,getResponse()
,setResponse(ResponseType)
-
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:
unsetResponse()
,getResponse()
,setResponse(ResponseType)
-
-