Uses of Interface
net.opengis.ows20.ExceptionReportType
-
Packages that use ExceptionReportType Package Description net.opengis.ows20 net.opengis.ows20.impl net.opengis.ows20.util net.opengis.ows20.validation -
-
Uses of ExceptionReportType in net.opengis.ows20
Methods in net.opengis.ows20 that return ExceptionReportType Modifier and Type Method Description ExceptionReportType
Ows20Factory. createExceptionReportType()
Returns a new object of class 'Exception Report Type'.ExceptionReportType
DocumentRoot. getExceptionReport()
Returns the value of the 'Exception Report' containment reference.Methods in net.opengis.ows20 with parameters of type ExceptionReportType Modifier and Type Method Description void
DocumentRoot. 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 ExceptionReportType Modifier and Type Class Description class
ExceptionReportTypeImpl
An implementation of the model object 'Exception Report Type'.Methods in net.opengis.ows20.impl that return ExceptionReportType Modifier and Type Method Description ExceptionReportType
Ows20FactoryImpl. createExceptionReportType()
ExceptionReportType
DocumentRootImpl. getExceptionReport()
Methods in net.opengis.ows20.impl with parameters of type ExceptionReportType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetExceptionReport(ExceptionReportType newExceptionReport, NotificationChain msgs)
void
DocumentRootImpl. setExceptionReport(ExceptionReportType newExceptionReport)
-
Uses of ExceptionReportType in net.opengis.ows20.util
Methods in net.opengis.ows20.util with parameters of type ExceptionReportType Modifier and Type Method Description T
Ows20Switch. caseExceptionReportType(ExceptionReportType object)
Returns the result of interpreting the object as an instance of 'Exception Report Type'.boolean
Ows20Validator. 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 ExceptionReportType Modifier and Type Method Description boolean
DocumentRootValidator. validateExceptionReport(ExceptionReportType value)
-