Uses of Interface
net.opengis.ows.x11.ExceptionReportDocument.ExceptionReport
-
Packages that use ExceptionReportDocument.ExceptionReport Package Description net.opengis.ows.x11 net.opengis.ows.x11.impl -
-
Uses of ExceptionReportDocument.ExceptionReport in net.opengis.ows.x11
Methods in net.opengis.ows.x11 that return ExceptionReportDocument.ExceptionReport Modifier and Type Method Description ExceptionReportDocument.ExceptionReportExceptionReportDocument. addNewExceptionReport()Appends and returns a new empty "ExceptionReport" elementExceptionReportDocument.ExceptionReportExceptionReportDocument. getExceptionReport()Gets the "ExceptionReport" elementstatic ExceptionReportDocument.ExceptionReportExceptionReportDocument.ExceptionReport.Factory. newInstance()static ExceptionReportDocument.ExceptionReportExceptionReportDocument.ExceptionReport.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.ows.x11 with parameters of type ExceptionReportDocument.ExceptionReport Modifier and Type Method Description voidExceptionReportDocument. setExceptionReport(ExceptionReportDocument.ExceptionReport exceptionReport)Sets the "ExceptionReport" element -
Uses of ExceptionReportDocument.ExceptionReport in net.opengis.ows.x11.impl
Classes in net.opengis.ows.x11.impl that implement ExceptionReportDocument.ExceptionReport Modifier and Type Class Description static classExceptionReportDocumentImpl.ExceptionReportImplAn XML ExceptionReport(@http://www.opengis.net/ows/1.1).Methods in net.opengis.ows.x11.impl that return ExceptionReportDocument.ExceptionReport Modifier and Type Method Description ExceptionReportDocument.ExceptionReportExceptionReportDocumentImpl. addNewExceptionReport()Appends and returns a new empty "ExceptionReport" elementExceptionReportDocument.ExceptionReportExceptionReportDocumentImpl. getExceptionReport()Gets the "ExceptionReport" elementMethods in net.opengis.ows.x11.impl with parameters of type ExceptionReportDocument.ExceptionReport Modifier and Type Method Description voidExceptionReportDocumentImpl. setExceptionReport(ExceptionReportDocument.ExceptionReport exceptionReport)Sets the "ExceptionReport" element
-