Uses of Interface
net.opengis.ows11.ExceptionReportType
Packages that use ExceptionReportType
Package
Description
-
Uses of ExceptionReportType in net.opengis.ows11
Methods in net.opengis.ows11 that return ExceptionReportTypeModifier and TypeMethodDescriptionOws11Factory.createExceptionReportType()
Returns a new object of class 'Exception Report Type'.DocumentRoot.getExceptionReport()
Returns the value of the 'Exception Report' containment reference.Methods in net.opengis.ows11 with parameters of type ExceptionReportTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setExceptionReport
(ExceptionReportType value) Sets the value of the 'Exception Report
' containment reference. -
Uses of ExceptionReportType in net.opengis.ows11.impl
Classes in net.opengis.ows11.impl that implement ExceptionReportTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Exception Report Type'.Methods in net.opengis.ows11.impl that return ExceptionReportTypeModifier and TypeMethodDescriptionOws11FactoryImpl.createExceptionReportType()
DocumentRootImpl.getExceptionReport()
Methods in net.opengis.ows11.impl with parameters of type ExceptionReportTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetExceptionReport
(ExceptionReportType newExceptionReport, NotificationChain msgs) void
DocumentRootImpl.setExceptionReport
(ExceptionReportType newExceptionReport) -
Uses of ExceptionReportType in net.opengis.ows11.util
Methods in net.opengis.ows11.util with parameters of type ExceptionReportTypeModifier and TypeMethodDescriptionOws11Switch.caseExceptionReportType
(ExceptionReportType object) Returns the result of interpreting the object as an instance of 'Exception Report Type'.boolean
Ows11Validator.validateExceptionReportType
(ExceptionReportType exceptionReportType, DiagnosticChain diagnostics, Map context) -
Uses of ExceptionReportType in net.opengis.ows11.validation
Methods in net.opengis.ows11.validation with parameters of type ExceptionReportTypeModifier and TypeMethodDescriptionboolean
DocumentRootValidator.validateExceptionReport
(ExceptionReportType value) -
Uses of ExceptionReportType in net.opengis.wfs20
Methods in net.opengis.wfs20 that return ExceptionReportTypeModifier and TypeMethodDescriptionTruncatedResponseType.getExceptionReport()
Returns the value of the 'Exception Report' containment reference.Methods in net.opengis.wfs20 with parameters of type ExceptionReportTypeModifier and TypeMethodDescriptionvoid
TruncatedResponseType.setExceptionReport
(ExceptionReportType value) Sets the value of the 'Exception Report
' containment reference. -
Uses of ExceptionReportType in net.opengis.wfs20.impl
Fields in net.opengis.wfs20.impl declared as ExceptionReportTypeModifier and TypeFieldDescriptionprotected ExceptionReportType
TruncatedResponseTypeImpl.exceptionReport
The cached value of the 'Exception Report
' containment reference.Methods in net.opengis.wfs20.impl that return ExceptionReportTypeMethods in net.opengis.wfs20.impl with parameters of type ExceptionReportTypeModifier and TypeMethodDescriptionNotificationChain
TruncatedResponseTypeImpl.basicSetExceptionReport
(ExceptionReportType newExceptionReport, NotificationChain msgs) void
TruncatedResponseTypeImpl.setExceptionReport
(ExceptionReportType newExceptionReport) -
Uses of ExceptionReportType in net.opengis.wfs20.validation
Methods in net.opengis.wfs20.validation with parameters of type ExceptionReportTypeModifier and TypeMethodDescriptionboolean
TruncatedResponseTypeValidator.validateExceptionReport
(ExceptionReportType value) -
Uses of ExceptionReportType in net.opengis.wps10
Methods in net.opengis.wps10 that return ExceptionReportTypeModifier and TypeMethodDescriptionProcessFailedType.getExceptionReport()
Returns the value of the 'Exception Report' containment reference.Methods in net.opengis.wps10 with parameters of type ExceptionReportTypeModifier and TypeMethodDescriptionvoid
ProcessFailedType.setExceptionReport
(ExceptionReportType value) Sets the value of the 'Exception Report
' containment reference. -
Uses of ExceptionReportType in net.opengis.wps10.impl
Fields in net.opengis.wps10.impl declared as ExceptionReportTypeModifier and TypeFieldDescriptionprotected ExceptionReportType
ProcessFailedTypeImpl.exceptionReport
The cached value of the 'Exception Report
' containment reference.Methods in net.opengis.wps10.impl that return ExceptionReportTypeMethods in net.opengis.wps10.impl with parameters of type ExceptionReportTypeModifier and TypeMethodDescriptionNotificationChain
ProcessFailedTypeImpl.basicSetExceptionReport
(ExceptionReportType newExceptionReport, NotificationChain msgs) void
ProcessFailedTypeImpl.setExceptionReport
(ExceptionReportType newExceptionReport) -
Uses of ExceptionReportType in net.opengis.wps10.validation
Methods in net.opengis.wps10.validation with parameters of type ExceptionReportTypeModifier and TypeMethodDescriptionboolean
ProcessFailedTypeValidator.validateExceptionReport
(ExceptionReportType value)