Package net.opengis.wps10
Interface ProcessFailedType
- 
- All Superinterfaces:
- EObject,- Notifier
 - All Known Implementing Classes:
- ProcessFailedTypeImpl
 
 public interface ProcessFailedType extends EObjectA representation of the model object 'Process Failed Type'. Indicator that the process has failed to execute successfully. The reason for failure is given in the exception report.The following features are supported: - See Also:
- Wps10Package.getProcessFailedType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ExceptionReportTypegetExceptionReport()Returns the value of the 'Exception Report' containment reference.voidsetExceptionReport(ExceptionReportType value)Sets the value of the 'Exception Report' containment reference.
 
- 
- 
- 
Method Detail- 
getExceptionReportExceptionReportType getExceptionReport() Returns the value of the 'Exception Report' containment reference. Report message returned to the client that requested any OWS operation when the server detects an error while processing that operation request.- Returns:
- the value of the 'Exception Report' containment reference.
- See Also:
- setExceptionReport(ExceptionReportType),- Wps10Package.getProcessFailedType_ExceptionReport()
 
 - 
setExceptionReportvoid setExceptionReport(ExceptionReportType value) Sets the value of the 'Exception Report' containment reference.- Parameters:
- value- the new value of the 'Exception Report' containment reference.
- See Also:
- getExceptionReport()
 
 
- 
 
-