Interface ExecuteType

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