Uses of Interface
net.opengis.ogc.ServiceExceptionType

Packages that use ServiceExceptionType
net.opengis.ogc   
net.opengis.ogc.impl   
 

Uses of ServiceExceptionType in net.opengis.ogc
 

Methods in net.opengis.ogc that return ServiceExceptionType
 ServiceExceptionType ServiceExceptionReportDocument.ServiceExceptionReport.addNewServiceException()
          Appends and returns a new empty value (as xml) as the last "ServiceException" element
 ServiceExceptionType[] ServiceExceptionReportDocument.ServiceExceptionReport.getServiceExceptionArray()
          Gets array of all "ServiceException" elements
 ServiceExceptionType ServiceExceptionReportDocument.ServiceExceptionReport.getServiceExceptionArray(int i)
          Gets ith "ServiceException" element
 ServiceExceptionType ServiceExceptionReportDocument.ServiceExceptionReport.insertNewServiceException(int i)
          Inserts and returns a new empty value (as xml) as the ith "ServiceException" element
static ServiceExceptionType ServiceExceptionType.Factory.newInstance()
           
static ServiceExceptionType ServiceExceptionType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static ServiceExceptionType ServiceExceptionType.Factory.parse(File file)
           
static ServiceExceptionType ServiceExceptionType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static ServiceExceptionType ServiceExceptionType.Factory.parse(InputStream is)
           
static ServiceExceptionType ServiceExceptionType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static ServiceExceptionType ServiceExceptionType.Factory.parse(Node node)
           
static ServiceExceptionType ServiceExceptionType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static ServiceExceptionType ServiceExceptionType.Factory.parse(Reader r)
           
static ServiceExceptionType ServiceExceptionType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static ServiceExceptionType ServiceExceptionType.Factory.parse(String xmlAsString)
           
static ServiceExceptionType ServiceExceptionType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static ServiceExceptionType ServiceExceptionType.Factory.parse(URL u)
           
static ServiceExceptionType ServiceExceptionType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static ServiceExceptionType ServiceExceptionType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static ServiceExceptionType ServiceExceptionType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static ServiceExceptionType ServiceExceptionType.Factory.parse(XMLStreamReader sr)
           
static ServiceExceptionType ServiceExceptionType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in net.opengis.ogc with parameters of type ServiceExceptionType
 void ServiceExceptionReportDocument.ServiceExceptionReport.setServiceExceptionArray(int i, ServiceExceptionType serviceException)
          Sets ith "ServiceException" element
 void ServiceExceptionReportDocument.ServiceExceptionReport.setServiceExceptionArray(ServiceExceptionType[] serviceExceptionArray)
          Sets array of all "ServiceException" element
 

Uses of ServiceExceptionType in net.opengis.ogc.impl
 

Classes in net.opengis.ogc.impl that implement ServiceExceptionType
 class ServiceExceptionTypeImpl
          An XML ServiceExceptionType(@http://www.opengis.net/ogc).
 

Methods in net.opengis.ogc.impl that return ServiceExceptionType
 ServiceExceptionType ServiceExceptionReportDocumentImpl.ServiceExceptionReportImpl.addNewServiceException()
          Appends and returns a new empty value (as xml) as the last "ServiceException" element
 ServiceExceptionType[] ServiceExceptionReportDocumentImpl.ServiceExceptionReportImpl.getServiceExceptionArray()
          Gets array of all "ServiceException" elements
 ServiceExceptionType ServiceExceptionReportDocumentImpl.ServiceExceptionReportImpl.getServiceExceptionArray(int i)
          Gets ith "ServiceException" element
 ServiceExceptionType ServiceExceptionReportDocumentImpl.ServiceExceptionReportImpl.insertNewServiceException(int i)
          Inserts and returns a new empty value (as xml) as the ith "ServiceException" element
 

Methods in net.opengis.ogc.impl with parameters of type ServiceExceptionType
 void ServiceExceptionReportDocumentImpl.ServiceExceptionReportImpl.setServiceExceptionArray(int i, ServiceExceptionType serviceException)
          Sets ith "ServiceException" element
 void ServiceExceptionReportDocumentImpl.ServiceExceptionReportImpl.setServiceExceptionArray(ServiceExceptionType[] serviceExceptionArray)
          Sets array of all "ServiceException" element
 



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