Uses of Interface
net.opengis.ows20.ExceptionReportType
Packages that use ExceptionReportType
Package
Description
-
Uses of ExceptionReportType in net.opengis.ows20
Methods in net.opengis.ows20 that return ExceptionReportTypeModifier and TypeMethodDescriptionOws20Factory.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.ows20 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.ows20.impl
Classes in net.opengis.ows20.impl that implement ExceptionReportTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Exception Report Type'.Methods in net.opengis.ows20.impl that return ExceptionReportTypeModifier and TypeMethodDescriptionOws20FactoryImpl.createExceptionReportType()DocumentRootImpl.getExceptionReport()Methods in net.opengis.ows20.impl with parameters of type ExceptionReportTypeModifier and TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetExceptionReport(ExceptionReportType newExceptionReport, NotificationChain msgs) voidDocumentRootImpl.setExceptionReport(ExceptionReportType newExceptionReport) -
Uses of ExceptionReportType in net.opengis.ows20.util
Methods in net.opengis.ows20.util with parameters of type ExceptionReportTypeModifier and TypeMethodDescriptionOws20Switch.caseExceptionReportType(ExceptionReportType object) Returns the result of interpreting the object as an instance of 'Exception Report Type'.booleanOws20Validator.validateExceptionReportType(ExceptionReportType exceptionReportType, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of ExceptionReportType in net.opengis.ows20.validation
Methods in net.opengis.ows20.validation with parameters of type ExceptionReportTypeModifier and TypeMethodDescriptionbooleanDocumentRootValidator.validateExceptionReport(ExceptionReportType value)