Interface GetStatusType

    • Method Detail

      • getJobID

        String getJobID()
        Returns the value of the 'Job ID' attribute. A JobID is a unique identifier for a process execution, i.e. a process instance. Particularly suitable JobIDs are UUIDs or monotonic identifiers such as unique timestamps. If the privacy of a Processing Job is imperative, the JobID should be non-guessable.
        Returns:
        the value of the 'Job ID' attribute.
        See Also:
        setJobID(String), Wps20Package.getGetStatusType_JobID()
      • setJobID

        void setJobID​(String value)
        Sets the value of the 'Job ID' attribute.
        Parameters:
        value - the new value of the 'Job ID' attribute.
        See Also:
        getJobID()