Uses of Interface
net.opengis.ows11.ExceptionReportType
- 
- 
Uses of ExceptionReportType in net.opengis.ows11Methods in net.opengis.ows11 that return ExceptionReportType Modifier and Type Method Description ExceptionReportTypeOws11Factory. 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.ows11 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.ows11.implClasses in net.opengis.ows11.impl that implement ExceptionReportType Modifier and Type Class Description classExceptionReportTypeImplAn implementation of the model object 'Exception Report Type'.Methods in net.opengis.ows11.impl that return ExceptionReportType Modifier and Type Method Description ExceptionReportTypeOws11FactoryImpl. createExceptionReportType()ExceptionReportTypeDocumentRootImpl. getExceptionReport()Methods in net.opengis.ows11.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.ows11.utilMethods in net.opengis.ows11.util with parameters of type ExceptionReportType Modifier and Type Method Description ObjectOws11Switch. caseExceptionReportType(ExceptionReportType object)Returns the result of interpreting the object as an instance of 'Exception Report Type'.booleanOws11Validator. validateExceptionReportType(ExceptionReportType exceptionReportType, DiagnosticChain diagnostics, Map context)
- 
Uses of ExceptionReportType in net.opengis.ows11.validationMethods in net.opengis.ows11.validation with parameters of type ExceptionReportType Modifier and Type Method Description booleanDocumentRootValidator. validateExceptionReport(ExceptionReportType value)
- 
Uses of ExceptionReportType in net.opengis.wfs20Methods in net.opengis.wfs20 that return ExceptionReportType Modifier and Type Method Description ExceptionReportTypeTruncatedResponseType. 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 voidTruncatedResponseType. setExceptionReport(ExceptionReportType value)Sets the value of the 'Exception Report' containment reference.
- 
Uses of ExceptionReportType in net.opengis.wfs20.implFields in net.opengis.wfs20.impl declared as ExceptionReportType Modifier and Type Field Description protected ExceptionReportTypeTruncatedResponseTypeImpl. exceptionReportThe cached value of the 'Exception Report' containment reference.Methods in net.opengis.wfs20.impl that return ExceptionReportType Modifier and Type Method Description ExceptionReportTypeTruncatedResponseTypeImpl. getExceptionReport()Methods in net.opengis.wfs20.impl with parameters of type ExceptionReportType Modifier and Type Method Description NotificationChainTruncatedResponseTypeImpl. basicSetExceptionReport(ExceptionReportType newExceptionReport, NotificationChain msgs)voidTruncatedResponseTypeImpl. setExceptionReport(ExceptionReportType newExceptionReport)
- 
Uses of ExceptionReportType in net.opengis.wfs20.validationMethods in net.opengis.wfs20.validation with parameters of type ExceptionReportType Modifier and Type Method Description booleanTruncatedResponseTypeValidator. validateExceptionReport(ExceptionReportType value)
- 
Uses of ExceptionReportType in net.opengis.wps10Methods in net.opengis.wps10 that return ExceptionReportType Modifier and Type Method Description ExceptionReportTypeProcessFailedType. 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 voidProcessFailedType. setExceptionReport(ExceptionReportType value)Sets the value of the 'Exception Report' containment reference.
- 
Uses of ExceptionReportType in net.opengis.wps10.implFields in net.opengis.wps10.impl declared as ExceptionReportType Modifier and Type Field Description protected ExceptionReportTypeProcessFailedTypeImpl. exceptionReportThe cached value of the 'Exception Report' containment reference.Methods in net.opengis.wps10.impl that return ExceptionReportType Modifier and Type Method Description ExceptionReportTypeProcessFailedTypeImpl. getExceptionReport()Methods in net.opengis.wps10.impl with parameters of type ExceptionReportType Modifier and Type Method Description NotificationChainProcessFailedTypeImpl. basicSetExceptionReport(ExceptionReportType newExceptionReport, NotificationChain msgs)voidProcessFailedTypeImpl. setExceptionReport(ExceptionReportType newExceptionReport)
- 
Uses of ExceptionReportType in net.opengis.wps10.validationMethods in net.opengis.wps10.validation with parameters of type ExceptionReportType Modifier and Type Method Description booleanProcessFailedTypeValidator. validateExceptionReport(ExceptionReportType value)
 
-