net.opengis.wps10
Interface ProcessFailedType

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
ProcessFailedTypeImpl

public interface ProcessFailedType
extends org.eclipse.emf.ecore.EObject

A 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 Summary
 ExceptionReportType getExceptionReport()
          Returns the value of the 'Exception Report' containment reference.
 void setExceptionReport(ExceptionReportType value)
          Sets the value of the 'Exception Report' containment reference.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getExceptionReport

ExceptionReportType 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()

setExceptionReport

void 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()


Copyright © 1996-2010 Geotools. All Rights Reserved.