Interface StatusType

    • Method Detail

      • getProcessAccepted

        String getProcessAccepted()
        Returns the value of the 'Process Accepted' attribute. Indicates that this process has been accepted by the server, but is in a queue and has not yet started to execute. The contents of this human-readable text string is left open to definition by each server implementation, but is expected to include any messages the server may wish to let the clients know. Such information could include how long the queue is, or any warning conditions that may have been encountered. The client may display this text to a human user.
        Returns:
        the value of the 'Process Accepted' attribute.
        See Also:
        setProcessAccepted(String), Wps10Package.getStatusType_ProcessAccepted()
      • setProcessAccepted

        void setProcessAccepted​(String value)
        Sets the value of the 'Process Accepted' attribute.
        Parameters:
        value - the new value of the 'Process Accepted' attribute.
        See Also:
        getProcessAccepted()
      • getProcessSucceeded

        String getProcessSucceeded()
        Returns the value of the 'Process Succeeded' attribute. Indicates that this process has successfully completed execution. The contents of this human-readable text string is left open to definition by each server, but is expected to include any messages the server may wish to let the clients know, such as how long the process took to execute, or any warning conditions that may have been encountered. The client may display this text string to a human user. The client should make use of the presence of this element to trigger automated or manual access to the results of the process. If manual access is intended, the client should use the presence of this element to present the results as downloadable links to the user.
        Returns:
        the value of the 'Process Succeeded' attribute.
        See Also:
        setProcessSucceeded(String), Wps10Package.getStatusType_ProcessSucceeded()
      • setProcessSucceeded

        void setProcessSucceeded​(String value)
        Sets the value of the 'Process Succeeded' attribute.
        Parameters:
        value - the new value of the 'Process Succeeded' attribute.
        See Also:
        getProcessSucceeded()
      • getCreationTime

        Object getCreationTime()
        Returns the value of the 'Creation Time' attribute. The time (UTC) that the process finished. If the process is still executing or awaiting execution, this element shall contain the creation time of this document.
        Returns:
        the value of the 'Creation Time' attribute.
        See Also:
        setCreationTime(Object), Wps10Package.getStatusType_CreationTime()
      • setCreationTime

        void setCreationTime​(Object value)
        Sets the value of the 'Creation Time' attribute.
        Parameters:
        value - the new value of the 'Creation Time' attribute.
        See Also:
        getCreationTime()