Uses of Interface
net.opengis.ows.x11.ExceptionType

Packages that use ExceptionType
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
 ExceptionType ExceptionReportDocument.ExceptionReport.addNewException()
          Appends and returns a new empty value (as xml) as the last "Exception" element
 ExceptionType ExceptionDocument.addNewException()
          Appends and returns a new empty "Exception" element
 ExceptionType ExceptionDocument.getException()
          Gets the "Exception" element
 ExceptionType[] ExceptionReportDocument.ExceptionReport.getExceptionArray()
          Gets array of all "Exception" elements
 ExceptionType ExceptionReportDocument.ExceptionReport.getExceptionArray(int i)
          Gets ith "Exception" element
 ExceptionType ExceptionReportDocument.ExceptionReport.insertNewException(int i)
          Inserts and returns a new empty value (as xml) as the ith "Exception" element
static ExceptionType ExceptionType.Factory.newInstance()
           
static ExceptionType ExceptionType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static ExceptionType ExceptionType.Factory.parse(File file)
           
static ExceptionType ExceptionType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static ExceptionType ExceptionType.Factory.parse(InputStream is)
           
static ExceptionType ExceptionType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static ExceptionType ExceptionType.Factory.parse(Node node)
           
static ExceptionType ExceptionType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static ExceptionType ExceptionType.Factory.parse(Reader r)
           
static ExceptionType ExceptionType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static ExceptionType ExceptionType.Factory.parse(String xmlAsString)
           
static ExceptionType ExceptionType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static ExceptionType ExceptionType.Factory.parse(URL u)
           
static ExceptionType ExceptionType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static ExceptionType ExceptionType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static ExceptionType ExceptionType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static ExceptionType ExceptionType.Factory.parse(XMLStreamReader sr)
           
static ExceptionType ExceptionType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in net.opengis.ows.x11 with parameters of type ExceptionType
 void ExceptionDocument.setException(ExceptionType exception)
          Sets the "Exception" element
 void ExceptionReportDocument.ExceptionReport.setExceptionArray(ExceptionType[] exceptionArray)
          Sets array of all "Exception" element
 void ExceptionReportDocument.ExceptionReport.setExceptionArray(int i, ExceptionType exception)
          Sets ith "Exception" element
 

Uses of ExceptionType in net.opengis.ows.x11.impl
 

Classes in net.opengis.ows.x11.impl that implement ExceptionType
 class ExceptionTypeImpl
          An XML ExceptionType(@http://www.opengis.net/ows/1.1).
 

Methods in net.opengis.ows.x11.impl that return ExceptionType
 ExceptionType ExceptionReportDocumentImpl.ExceptionReportImpl.addNewException()
          Appends and returns a new empty value (as xml) as the last "Exception" element
 ExceptionType ExceptionDocumentImpl.addNewException()
          Appends and returns a new empty "Exception" element
 ExceptionType ExceptionDocumentImpl.getException()
          Gets the "Exception" element
 ExceptionType[] ExceptionReportDocumentImpl.ExceptionReportImpl.getExceptionArray()
          Gets array of all "Exception" elements
 ExceptionType ExceptionReportDocumentImpl.ExceptionReportImpl.getExceptionArray(int i)
          Gets ith "Exception" element
 ExceptionType ExceptionReportDocumentImpl.ExceptionReportImpl.insertNewException(int i)
          Inserts and returns a new empty value (as xml) as the ith "Exception" element
 

Methods in net.opengis.ows.x11.impl with parameters of type ExceptionType
 void ExceptionDocumentImpl.setException(ExceptionType exception)
          Sets the "Exception" element
 void ExceptionReportDocumentImpl.ExceptionReportImpl.setExceptionArray(ExceptionType[] exceptionArray)
          Sets array of all "Exception" element
 void ExceptionReportDocumentImpl.ExceptionReportImpl.setExceptionArray(int i, ExceptionType exception)
          Sets ith "Exception" element
 



Copyright © 2004-2012 52north.org. All Rights Reserved.