Package net.opengis.wps10
Interface ExecuteType
-
- All Superinterfaces:
EObject
,Notifier
,RequestBaseType
- All Known Implementing Classes:
ExecuteTypeImpl
public interface ExecuteType extends RequestBaseType
A representation of the model object 'Execute Type'.The following features are supported:
- See Also:
Wps10Package.getExecuteType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataInputsType1
getDataInputs()
Returns the value of the 'Data Inputs' containment reference.CodeType
getIdentifier()
Returns the value of the 'Identifier' containment reference.ResponseFormType
getResponseForm()
Returns the value of the 'Response Form' containment reference.void
setDataInputs(DataInputsType1 value)
Sets the value of the 'Data Inputs
' containment reference.void
setIdentifier(CodeType value)
Sets the value of the 'Identifier
' containment reference.void
setResponseForm(ResponseFormType value)
Sets the value of the 'Response Form
' containment reference.-
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
getBaseUrl, getExtendedProperties, getLanguage, getService, getVersion, isSetService, isSetVersion, setBaseUrl, setExtendedProperties, setLanguage, setService, setVersion, unsetService, unsetVersion
-
-
-
-
Method Detail
-
getIdentifier
CodeType getIdentifier()
Returns the value of the 'Identifier' containment reference. Identifier of the Process to be executed. This Process identifier shall be as listed in the ProcessOfferings section of the WPS Capabilities document.- Returns:
- the value of the 'Identifier' containment reference.
- See Also:
setIdentifier(CodeType)
,Wps10Package.getExecuteType_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()
-
getDataInputs
DataInputsType1 getDataInputs()
Returns the value of the 'Data Inputs' containment reference. List of input (or parameter) values provided to the process, including each of the Inputs needed to execute the process. It is possible to have no inputs provided only when all the inputs are predetermined fixed resources. In all other cases, at least one input is required.- Returns:
- the value of the 'Data Inputs' containment reference.
- See Also:
setDataInputs(DataInputsType1)
,Wps10Package.getExecuteType_DataInputs()
-
setDataInputs
void setDataInputs(DataInputsType1 value)
Sets the value of the 'Data Inputs
' containment reference.- Parameters:
value
- the new value of the 'Data Inputs' containment reference.- See Also:
getDataInputs()
-
getResponseForm
ResponseFormType getResponseForm()
Returns the value of the 'Response Form' containment reference. Defines the response type of the WPS, either raw data or XML document. If absent, the response shall be a response document which includes all outputs encoded in the response.- Returns:
- the value of the 'Response Form' containment reference.
- See Also:
setResponseForm(ResponseFormType)
,Wps10Package.getExecuteType_ResponseForm()
-
setResponseForm
void setResponseForm(ResponseFormType value)
Sets the value of the 'Response Form
' containment reference.- Parameters:
value
- the new value of the 'Response Form' containment reference.- See Also:
getResponseForm()
-
-