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:
Wps20Package.getResultType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XMLGregorianCalendar
getExpirationDate()
Returns the value of the 'Expiration Date' attribute.String
getJobID()
Returns the value of the 'Job ID' attribute.EList<DataOutputType>
getOutput()
Returns the value of the 'Output' containment reference list.void
setExpirationDate(XMLGregorianCalendar value)
Sets the value of the 'Expiration Date
' attribute.void
setJobID(String value)
Sets the value of the 'Job ID
' attribute.
-
-
-
Method Detail
-
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(String)
,Wps20Package.getResultType_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()
-
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(XMLGregorianCalendar)
,Wps20Package.getResultType_ExpirationDate()
-
setExpirationDate
void setExpirationDate(XMLGregorianCalendar value)
Sets the value of the 'Expiration Date
' attribute.- Parameters:
value
- the new value of the 'Expiration Date' attribute.- See Also:
getExpirationDate()
-
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:
Wps20Package.getResultType_Output()
-
-