Uses of Interface
net.opengis.ows10.ExceptionReportType
Packages that use ExceptionReportType
-
Uses of ExceptionReportType in net.opengis.ows10
Methods in net.opengis.ows10 that return ExceptionReportTypeModifier and TypeMethodDescriptionOws10Factory.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.ows10 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.ows10.impl
Classes in net.opengis.ows10.impl that implement ExceptionReportTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Exception Report Type'.Methods in net.opengis.ows10.impl that return ExceptionReportTypeModifier and TypeMethodDescriptionOws10FactoryImpl.createExceptionReportType()
DocumentRootImpl.getExceptionReport()
Methods in net.opengis.ows10.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.ows10.validation
Methods in net.opengis.ows10.validation with parameters of type ExceptionReportTypeModifier and TypeMethodDescriptionboolean
DocumentRootValidator.validateExceptionReport
(ExceptionReportType value)