Interface DocumentRoot

    • Method Detail

      • getMixed

        FeatureMap getMixed()
        Returns the value of the 'Mixed' attribute list. The list contents are of type FeatureMap.Entry.

        If the meaning of the 'Mixed' attribute list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Mixed' attribute list.
        See Also:
        Wps10Package.getDocumentRoot_Mixed()
      • getXMLNSPrefixMap

        EMap getXMLNSPrefixMap()
        Returns the value of the 'XMLNS Prefix Map' map. The key is of type String, and the value is of type String,

        If the meaning of the 'XMLNS Prefix Map' map isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'XMLNS Prefix Map' map.
        See Also:
        Wps10Package.getDocumentRoot_XMLNSPrefixMap()
      • getXSISchemaLocation

        EMap getXSISchemaLocation()
        Returns the value of the 'XSI Schema Location' map. The key is of type String, and the value is of type String,

        If the meaning of the 'XSI Schema Location' map isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'XSI Schema Location' map.
        See Also:
        Wps10Package.getDocumentRoot_XSISchemaLocation()
      • getCapabilities

        WPSCapabilitiesType getCapabilities()
        Returns the value of the 'Capabilities' containment reference. WPS GetCapabilities operation response. This document provides clients with service metadata about a specific service instance, including metadata about the processes that can be executed. Since the server does not implement the updateSequence and Sections parameters, the server shall always return the complete Capabilities document, without the updateSequence parameter.
        Returns:
        the value of the 'Capabilities' containment reference.
        See Also:
        setCapabilities(WPSCapabilitiesType), Wps10Package.getDocumentRoot_Capabilities()
      • getExecute

        ExecuteType getExecute()
        Returns the value of the 'Execute' containment reference. WPS Execute operation request, to execute one identified Process. If a process is to be run multiple times, each run shall be submitted as a separate Execute request.
        Returns:
        the value of the 'Execute' containment reference.
        See Also:
        setExecute(ExecuteType), Wps10Package.getDocumentRoot_Execute()
      • setExecute

        void setExecute​(ExecuteType value)
        Sets the value of the 'Execute' containment reference.
        Parameters:
        value - the new value of the 'Execute' containment reference.
        See Also:
        getExecute()
      • getExecuteResponse

        ExecuteResponseType getExecuteResponse()
        Returns the value of the 'Execute Response' containment reference. WPS Execute operation response. By default, this XML document is delivered to the client in response to an Execute request. If "status" is "false" in the Execute operation request, this document is normally returned when process execution has been completed. If "status" in the Execute request is "true", this response shall be returned as soon as the Execute request has been accepted for processing. In this case, the same XML document is also made available as a web-accessible resource from the URL identified in the statusLocation, and the WPS server shall repopulate it once the process has completed. It may repopulate it on an ongoing basis while the process is executing. However, the response to an Execute request will not include this element in the special case where the output is a single complex value result and the Execute request indicates that "store" is "false". Instead, the server shall return the complex result (e.g., GIF image or GML) directly, without encoding it in the ExecuteResponse. If processing fails in this special case, the normal ExecuteResponse shall be sent, with the error condition indicated. This option is provided to simplify the programming required for simple clients and for service chaining.
        Returns:
        the value of the 'Execute Response' containment reference.
        See Also:
        setExecuteResponse(ExecuteResponseType), Wps10Package.getDocumentRoot_ExecuteResponse()
      • setLanguages

        void setLanguages​(LanguagesType1 value)
        Sets the value of the 'Languages' containment reference.
        Parameters:
        value - the new value of the 'Languages' containment reference.
        See Also:
        getLanguages()
      • 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.getDocumentRoot_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()