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:
  • Method Details

    • 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

      void setIdentifier(CodeType value)
      Sets the value of the 'Identifier' containment reference.
      Parameters:
      value - the new value of the 'Identifier' containment reference.
      See Also:
    • 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

      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:
    • 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

      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: