net.opengis.ogc
Interface ServiceExceptionReportDocument.ServiceExceptionReport

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
ServiceExceptionReportDocumentImpl.ServiceExceptionReportImpl
Enclosing interface:
ServiceExceptionReportDocument

public static interface ServiceExceptionReportDocument.ServiceExceptionReport
extends org.apache.xmlbeans.XmlObject

An XML ServiceExceptionReport(@http://www.opengis.net/ogc). This is a complex type.


Nested Class Summary
static class ServiceExceptionReportDocument.ServiceExceptionReport.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 ServiceExceptionType addNewServiceException()
          Appends and returns a new empty value (as xml) as the last "ServiceException" element
 ServiceExceptionType[] getServiceExceptionArray()
          Gets array of all "ServiceException" elements
 ServiceExceptionType getServiceExceptionArray(int i)
          Gets ith "ServiceException" element
 String getVersion()
          Gets the "version" attribute
 ServiceExceptionType insertNewServiceException(int i)
          Inserts and returns a new empty value (as xml) as the ith "ServiceException" element
 boolean isSetVersion()
          True if has "version" attribute
 void removeServiceException(int i)
          Removes the ith "ServiceException" element
 void setServiceExceptionArray(int i, ServiceExceptionType serviceException)
          Sets ith "ServiceException" element
 void setServiceExceptionArray(ServiceExceptionType[] serviceExceptionArray)
          Sets array of all "ServiceException" element
 void setVersion(String version)
          Sets the "version" attribute
 int sizeOfServiceExceptionArray()
          Returns number of "ServiceException" element
 void unsetVersion()
          Unsets the "version" attribute
 org.apache.xmlbeans.XmlString xgetVersion()
          Gets (as xml) the "version" attribute
 void xsetVersion(org.apache.xmlbeans.XmlString version)
          Sets (as xml) the "version" attribute
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getServiceExceptionArray

ServiceExceptionType[] getServiceExceptionArray()
Gets array of all "ServiceException" elements


getServiceExceptionArray

ServiceExceptionType getServiceExceptionArray(int i)
Gets ith "ServiceException" element


sizeOfServiceExceptionArray

int sizeOfServiceExceptionArray()
Returns number of "ServiceException" element


setServiceExceptionArray

void setServiceExceptionArray(ServiceExceptionType[] serviceExceptionArray)
Sets array of all "ServiceException" element


setServiceExceptionArray

void setServiceExceptionArray(int i,
                              ServiceExceptionType serviceException)
Sets ith "ServiceException" element


insertNewServiceException

ServiceExceptionType insertNewServiceException(int i)
Inserts and returns a new empty value (as xml) as the ith "ServiceException" element


addNewServiceException

ServiceExceptionType addNewServiceException()
Appends and returns a new empty value (as xml) as the last "ServiceException" element


removeServiceException

void removeServiceException(int i)
Removes the ith "ServiceException" element


getVersion

String getVersion()
Gets the "version" attribute


xgetVersion

org.apache.xmlbeans.XmlString xgetVersion()
Gets (as xml) the "version" attribute


isSetVersion

boolean isSetVersion()
True if has "version" attribute


setVersion

void setVersion(String version)
Sets the "version" attribute


xsetVersion

void xsetVersion(org.apache.xmlbeans.XmlString version)
Sets (as xml) the "version" attribute


unsetVersion

void unsetVersion()
Unsets the "version" attribute



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