net.opengis.wps10
Interface ExecuteType

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.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
 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 net.opengis.wps10.RequestBaseType
getBaseUrl, getLanguage, getService, getVersion, isSetService, isSetVersion, setBaseUrl, setLanguage, setService, setVersion, unsetService, unsetVersion
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

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()


Copyright © 1996-2010 Geotools. All Rights Reserved.