Uses of Interface
net.opengis.ows.x11.ExceptionType
-
Packages that use ExceptionType Package Description net.opengis.ows.x11 net.opengis.ows.x11.impl -
-
Uses of ExceptionType in net.opengis.ows.x11
Methods in net.opengis.ows.x11 that return ExceptionType Modifier and Type Method Description ExceptionTypeExceptionDocument. addNewException()Appends and returns a new empty "Exception" elementExceptionTypeExceptionReportDocument.ExceptionReport. addNewException()Appends and returns a new empty value (as xml) as the last "Exception" elementExceptionTypeExceptionDocument. getException()Gets the "Exception" elementExceptionType[]ExceptionReportDocument.ExceptionReport. getExceptionArray()Gets array of all "Exception" elementsExceptionTypeExceptionReportDocument.ExceptionReport. getExceptionArray(int i)Gets ith "Exception" elementExceptionTypeExceptionReportDocument.ExceptionReport. insertNewException(int i)Inserts and returns a new empty value (as xml) as the ith "Exception" elementstatic ExceptionTypeExceptionType.Factory. newInstance()static ExceptionTypeExceptionType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static ExceptionTypeExceptionType.Factory. parse(File file)static ExceptionTypeExceptionType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static ExceptionTypeExceptionType.Factory. parse(InputStream is)static ExceptionTypeExceptionType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static ExceptionTypeExceptionType.Factory. parse(Reader r)static ExceptionTypeExceptionType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static ExceptionTypeExceptionType.Factory. parse(String xmlAsString)static ExceptionTypeExceptionType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static ExceptionTypeExceptionType.Factory. parse(URL u)static ExceptionTypeExceptionType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static ExceptionTypeExceptionType.Factory. parse(XMLStreamReader sr)static ExceptionTypeExceptionType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static ExceptionTypeExceptionType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ExceptionTypeExceptionType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic ExceptionTypeExceptionType.Factory. parse(Node node)static ExceptionTypeExceptionType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.ows.x11 with parameters of type ExceptionType Modifier and Type Method Description voidExceptionDocument. setException(ExceptionType exception)Sets the "Exception" elementvoidExceptionReportDocument.ExceptionReport. setExceptionArray(int i, ExceptionType exception)Sets ith "Exception" elementvoidExceptionReportDocument.ExceptionReport. setExceptionArray(ExceptionType[] exceptionArray)Sets array of all "Exception" element -
Uses of ExceptionType in net.opengis.ows.x11.impl
Classes in net.opengis.ows.x11.impl that implement ExceptionType Modifier and Type Class Description classExceptionTypeImplAn XML ExceptionType(@http://www.opengis.net/ows/1.1).Methods in net.opengis.ows.x11.impl that return ExceptionType Modifier and Type Method Description ExceptionTypeExceptionDocumentImpl. addNewException()Appends and returns a new empty "Exception" elementExceptionTypeExceptionReportDocumentImpl.ExceptionReportImpl. addNewException()Appends and returns a new empty value (as xml) as the last "Exception" elementExceptionTypeExceptionDocumentImpl. getException()Gets the "Exception" elementExceptionType[]ExceptionReportDocumentImpl.ExceptionReportImpl. getExceptionArray()Gets array of all "Exception" elementsExceptionTypeExceptionReportDocumentImpl.ExceptionReportImpl. getExceptionArray(int i)Gets ith "Exception" elementExceptionTypeExceptionReportDocumentImpl.ExceptionReportImpl. insertNewException(int i)Inserts and returns a new empty value (as xml) as the ith "Exception" elementMethods in net.opengis.ows.x11.impl with parameters of type ExceptionType Modifier and Type Method Description voidExceptionDocumentImpl. setException(ExceptionType exception)Sets the "Exception" elementvoidExceptionReportDocumentImpl.ExceptionReportImpl. setExceptionArray(int i, ExceptionType exception)Sets ith "Exception" elementvoidExceptionReportDocumentImpl.ExceptionReportImpl. setExceptionArray(ExceptionType[] exceptionArray)Sets array of all "Exception" element
-