Package net.opengis.wps20
Interface ResultType
- 
- All Superinterfaces:
- EObject,- Notifier
 - All Known Implementing Classes:
- ResultTypeImpl
 
 public interface ResultType extends EObjectA representation of the model object 'Result Type'.The following features are supported: - See Also:
- Wps20Package.getResultType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description XMLGregorianCalendargetExpirationDate()Returns the value of the 'Expiration Date' attribute.StringgetJobID()Returns the value of the 'Job ID' attribute.EList<DataOutputType>getOutput()Returns the value of the 'Output' containment reference list.voidsetExpirationDate(XMLGregorianCalendar value)Sets the value of the 'Expiration Date' attribute.voidsetJobID(String value)Sets the value of the 'Job ID' attribute.
 
- 
- 
- 
Method Detail- 
getJobIDString 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()
 
 - 
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()
 
 - 
getExpirationDateXMLGregorianCalendar 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()
 
 - 
setExpirationDatevoid setExpirationDate(XMLGregorianCalendar value) Sets the value of the 'Expiration Date' attribute.- Parameters:
- value- the new value of the 'Expiration Date' attribute.
- See Also:
- getExpirationDate()
 
 - 
getOutputEList<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()
 
 
- 
 
-