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 TypeMethodDescriptionvoidDocumentRoot.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 TypeClassDescriptionclassAn 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 TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetExceptionReport(ExceptionReportType newExceptionReport, NotificationChain msgs) voidDocumentRootImpl.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'.booleanOws11Validator.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 TypeMethodDescriptionbooleanDocumentRootValidator.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 TypeMethodDescriptionvoidTruncatedResponseType.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 ExceptionReportTypeTruncatedResponseTypeImpl.exceptionReportThe 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 TypeMethodDescriptionNotificationChainTruncatedResponseTypeImpl.basicSetExceptionReport(ExceptionReportType newExceptionReport, NotificationChain msgs) voidTruncatedResponseTypeImpl.setExceptionReport(ExceptionReportType newExceptionReport) -
Uses of ExceptionReportType in net.opengis.wfs20.validation
Methods in net.opengis.wfs20.validation with parameters of type ExceptionReportTypeModifier and TypeMethodDescriptionbooleanTruncatedResponseTypeValidator.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 TypeMethodDescriptionvoidProcessFailedType.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 ExceptionReportTypeProcessFailedTypeImpl.exceptionReportThe 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 TypeMethodDescriptionNotificationChainProcessFailedTypeImpl.basicSetExceptionReport(ExceptionReportType newExceptionReport, NotificationChain msgs) voidProcessFailedTypeImpl.setExceptionReport(ExceptionReportType newExceptionReport) -
Uses of ExceptionReportType in net.opengis.wps10.validation
Methods in net.opengis.wps10.validation with parameters of type ExceptionReportTypeModifier and TypeMethodDescriptionbooleanProcessFailedTypeValidator.validateExceptionReport(ExceptionReportType value)