Package net.opengis.wfs20
Interface TruncatedResponseType
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
TruncatedResponseTypeImpl
public interface TruncatedResponseType
extends EObject
A representation of the model object 'Truncated Response Type'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Exception Report' containment reference.void
Sets the value of the 'Exception Report
' containment reference.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
-
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
Sets the value of the 'Exception Report
' containment reference.- Parameters:
value
- the new value of the 'Exception Report' containment reference.- See Also:
-