Package net.opengis.wps20
Interface GetResultType
- 
- All Superinterfaces:
- EObject,- Notifier,- RequestBaseType
 - All Known Implementing Classes:
- GetResultTypeImpl
 
 public interface GetResultType extends RequestBaseType A representation of the model object 'Get Result Type'.The following features are supported: - See Also:
- Wps20Package.getGetResultType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetJobID()Returns the value of the 'Job ID' attribute.voidsetJobID(String value)Sets the value of the 'Job ID' attribute.- 
Methods inherited from interface EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 - 
Methods inherited from interface RequestBaseTypegetExtension, getService, getVersion, isSetService, isSetVersion, setService, setVersion, unsetService, unsetVersion
 
- 
 
- 
- 
- 
Method Detail- 
getJobIDString 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.getGetResultType_JobID()
 
 - 
setJobIDvoid setJobID(String value) Sets the value of the 'Job ID' attribute.- Parameters:
- value- the new value of the 'Job ID' attribute.
- See Also:
- getJobID()
 
 
- 
 
-