Uses of Interface
net.opengis.ows11.ExceptionReportType
-
-
Uses of ExceptionReportType in net.opengis.ows11
Methods in net.opengis.ows11 that return ExceptionReportType Modifier and Type Method Description ExceptionReportType
Ows11Factory. 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.ows11 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.ows11.impl
Classes in net.opengis.ows11.impl that implement ExceptionReportType Modifier and Type Class Description class
ExceptionReportTypeImpl
An implementation of the model object 'Exception Report Type'.Methods in net.opengis.ows11.impl that return ExceptionReportType Modifier and Type Method Description ExceptionReportType
Ows11FactoryImpl. createExceptionReportType()
ExceptionReportType
DocumentRootImpl. getExceptionReport()
Methods in net.opengis.ows11.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.ows11.util
Methods in net.opengis.ows11.util with parameters of type ExceptionReportType Modifier and Type Method Description Object
Ows11Switch. caseExceptionReportType(ExceptionReportType object)
Returns the result of interpreting the object as an instance of 'Exception Report Type'.boolean
Ows11Validator. 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 ExceptionReportType Modifier and Type Method Description boolean
DocumentRootValidator. validateExceptionReport(ExceptionReportType value)
-
Uses of ExceptionReportType in net.opengis.wfs20
Methods in net.opengis.wfs20 that return ExceptionReportType Modifier and Type Method Description ExceptionReportType
TruncatedResponseType. getExceptionReport()
Returns the value of the 'Exception Report' containment reference.Methods in net.opengis.wfs20 with parameters of type ExceptionReportType Modifier and Type Method Description void
TruncatedResponseType. 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 ExceptionReportType Modifier and Type Field Description protected ExceptionReportType
TruncatedResponseTypeImpl. exceptionReport
The cached value of the 'Exception Report
' containment reference.Methods in net.opengis.wfs20.impl that return ExceptionReportType Modifier and Type Method Description ExceptionReportType
TruncatedResponseTypeImpl. getExceptionReport()
Methods in net.opengis.wfs20.impl with parameters of type ExceptionReportType Modifier and Type Method Description NotificationChain
TruncatedResponseTypeImpl. basicSetExceptionReport(ExceptionReportType newExceptionReport, NotificationChain msgs)
void
TruncatedResponseTypeImpl. setExceptionReport(ExceptionReportType newExceptionReport)
-
Uses of ExceptionReportType in net.opengis.wfs20.validation
Methods in net.opengis.wfs20.validation with parameters of type ExceptionReportType Modifier and Type Method Description boolean
TruncatedResponseTypeValidator. validateExceptionReport(ExceptionReportType value)
-
Uses of ExceptionReportType in net.opengis.wps10
Methods in net.opengis.wps10 that return ExceptionReportType Modifier and Type Method Description ExceptionReportType
ProcessFailedType. getExceptionReport()
Returns the value of the 'Exception Report' containment reference.Methods in net.opengis.wps10 with parameters of type ExceptionReportType Modifier and Type Method Description void
ProcessFailedType. 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 ExceptionReportType Modifier and Type Field Description protected ExceptionReportType
ProcessFailedTypeImpl. exceptionReport
The cached value of the 'Exception Report
' containment reference.Methods in net.opengis.wps10.impl that return ExceptionReportType Modifier and Type Method Description ExceptionReportType
ProcessFailedTypeImpl. getExceptionReport()
Methods in net.opengis.wps10.impl with parameters of type ExceptionReportType Modifier and Type Method Description NotificationChain
ProcessFailedTypeImpl. basicSetExceptionReport(ExceptionReportType newExceptionReport, NotificationChain msgs)
void
ProcessFailedTypeImpl. setExceptionReport(ExceptionReportType newExceptionReport)
-
Uses of ExceptionReportType in net.opengis.wps10.validation
Methods in net.opengis.wps10.validation with parameters of type ExceptionReportType Modifier and Type Method Description boolean
ProcessFailedTypeValidator. validateExceptionReport(ExceptionReportType value)
-