Package net.opengis.wps20
Interface ResultType
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
ResultTypeImpl
public interface ResultType
extends EObject
A representation of the model object 'Result Type'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Expiration Date' attribute.getJobID()
Returns the value of the 'Job ID' attribute.EList<DataOutputType>
Returns the value of the 'Output' containment reference list.void
Sets the value of the 'Expiration Date
' attribute.void
Sets the value of the 'Job ID
' attribute.Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getJobID
String getJobID()Returns the value of the 'Job ID' attribute. Include if required. A JobId is usually required for a) asynchronous execution b) the Dismiss operation extension, where the client is allowed to actively free server-side resources- Returns:
- the value of the 'Job ID' attribute.
- See Also:
-
setJobID
Sets the value of the 'Job ID
' attribute.- Parameters:
value
- the new value of the 'Job ID' attribute.- See Also:
-
getExpirationDate
XMLGregorianCalendar getExpirationDate()Returns the value of the 'Expiration Date' attribute. Identifier of the Process that was executed. This Process identifier shall be as listed in the ProcessOfferings section of the WPS Capabilities document.- Returns:
- the value of the 'Expiration Date' attribute.
- See Also:
-
setExpirationDate
Sets the value of the 'Expiration Date
' attribute.- Parameters:
value
- the new value of the 'Expiration Date' attribute.- See Also:
-
getOutput
EList<DataOutputType> getOutput()Returns the value of the 'Output' containment reference list. The list contents are of typeDataOutputType
.- Returns:
- the value of the 'Output' containment reference list.
- See Also:
-