Interface ProcessBriefType

    • Method Detail

      • setProfile

        void setProfile​(String value)
        Sets the value of the 'Profile' attribute.
        Parameters:
        value - the new value of the 'Profile' attribute.
        See Also:
        getProfile()
      • setWSDL

        void setWSDL​(WSDLType value)
        Sets the value of the 'WSDL' containment reference.
        Parameters:
        value - the new value of the 'WSDL' containment reference.
        See Also:
        getWSDL()
      • getProcessVersion

        String getProcessVersion()
        Returns the value of the 'Process Version' attribute. Release version of this Process, included when a process version needs to be included for clarification about the process to be used. It is possible that a WPS supports a process with different versions due to reasons such as modifications of process algorithms. Notice that this is the version identifier for the process, not the version of the WPS interface. The processVersion is informative only. Version negotiation for processVersion is not available. Requests to Execute a process do not include a processVersion identifier.
        Returns:
        the value of the 'Process Version' attribute.
        See Also:
        setProcessVersion(String), Wps10Package.getProcessBriefType_ProcessVersion()
      • setProcessVersion

        void setProcessVersion​(String value)
        Sets the value of the 'Process Version' attribute.
        Parameters:
        value - the new value of the 'Process Version' attribute.
        See Also:
        getProcessVersion()