Uses of Interface
net.opengis.ows10.ExceptionReportType
-
Packages that use ExceptionReportType Package Description net.opengis.ows10 net.opengis.ows10.impl net.opengis.ows10.validation -
-
Uses of ExceptionReportType in net.opengis.ows10
Methods in net.opengis.ows10 that return ExceptionReportType Modifier and Type Method Description ExceptionReportTypeOws10Factory. createExceptionReportType()Returns a new object of class 'Exception Report Type'.ExceptionReportTypeDocumentRoot. getExceptionReport()Returns the value of the 'Exception Report' containment reference.Methods in net.opengis.ows10 with parameters of type ExceptionReportType Modifier and Type Method Description voidDocumentRoot. 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 ExceptionReportType Modifier and Type Class Description classExceptionReportTypeImplAn implementation of the model object 'Exception Report Type'.Methods in net.opengis.ows10.impl that return ExceptionReportType Modifier and Type Method Description ExceptionReportTypeOws10FactoryImpl. createExceptionReportType()ExceptionReportTypeDocumentRootImpl. getExceptionReport()Methods in net.opengis.ows10.impl with parameters of type ExceptionReportType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetExceptionReport(ExceptionReportType newExceptionReport, NotificationChain msgs)voidDocumentRootImpl. setExceptionReport(ExceptionReportType newExceptionReport) -
Uses of ExceptionReportType in net.opengis.ows10.validation
Methods in net.opengis.ows10.validation with parameters of type ExceptionReportType Modifier and Type Method Description booleanDocumentRootValidator. validateExceptionReport(ExceptionReportType value)
-