| Package | Description |
|---|---|
| net.opengis.ogc | |
| net.opengis.ogc.impl |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceExceptionReportDocument.ServiceExceptionReport.setServiceExceptionArray(int i,
ServiceExceptionType serviceException)
Sets ith "ServiceException" element
|
void |
ServiceExceptionReportDocument.ServiceExceptionReport.setServiceExceptionArray(ServiceExceptionType[] serviceExceptionArray)
Sets array of all "ServiceException" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
ServiceExceptionTypeImpl
An XML ServiceExceptionType(@http://www.opengis.net/ogc).
|
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
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 © 2015 52north.org. All rights reserved.