net.opengis.ows.x11
Interface ExceptionReportDocument.ExceptionReport

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
ExceptionReportDocumentImpl.ExceptionReportImpl
Enclosing interface:
ExceptionReportDocument

public static interface ExceptionReportDocument.ExceptionReport
extends org.apache.xmlbeans.XmlObject

An XML ExceptionReport(@http://www.opengis.net/ows/1.1). This is a complex type.


Nested Class Summary
static class ExceptionReportDocument.ExceptionReport.Factory
          A factory class with static methods for creating instances of this type.
static interface ExceptionReportDocument.ExceptionReport.Version
          An XML version(@).
 
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
 ExceptionType addNewException()
          Appends and returns a new empty value (as xml) as the last "Exception" element
 ExceptionType[] getExceptionArray()
          Gets array of all "Exception" elements
 ExceptionType getExceptionArray(int i)
          Gets ith "Exception" element
 String getLang()
          Gets the "lang" attribute
 String getVersion()
          Gets the "version" attribute
 ExceptionType insertNewException(int i)
          Inserts and returns a new empty value (as xml) as the ith "Exception" element
 boolean isSetLang()
          True if has "lang" attribute
 void removeException(int i)
          Removes the ith "Exception" element
 void setExceptionArray(ExceptionType[] exceptionArray)
          Sets array of all "Exception" element
 void setExceptionArray(int i, ExceptionType exception)
          Sets ith "Exception" element
 void setLang(String lang)
          Sets the "lang" attribute
 void setVersion(String version)
          Sets the "version" attribute
 int sizeOfExceptionArray()
          Returns number of "Exception" element
 void unsetLang()
          Unsets the "lang" attribute
 org.apache.xmlbeans.XmlLanguage xgetLang()
          Gets (as xml) the "lang" attribute
 ExceptionReportDocument.ExceptionReport.Version xgetVersion()
          Gets (as xml) the "version" attribute
 void xsetLang(org.apache.xmlbeans.XmlLanguage lang)
          Sets (as xml) the "lang" attribute
 void xsetVersion(ExceptionReportDocument.ExceptionReport.Version version)
          Sets (as xml) the "version" attribute
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, 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

getExceptionArray

ExceptionType[] getExceptionArray()
Gets array of all "Exception" elements


getExceptionArray

ExceptionType getExceptionArray(int i)
Gets ith "Exception" element


sizeOfExceptionArray

int sizeOfExceptionArray()
Returns number of "Exception" element


setExceptionArray

void setExceptionArray(ExceptionType[] exceptionArray)
Sets array of all "Exception" element


setExceptionArray

void setExceptionArray(int i,
                       ExceptionType exception)
Sets ith "Exception" element


insertNewException

ExceptionType insertNewException(int i)
Inserts and returns a new empty value (as xml) as the ith "Exception" element


addNewException

ExceptionType addNewException()
Appends and returns a new empty value (as xml) as the last "Exception" element


removeException

void removeException(int i)
Removes the ith "Exception" element


getVersion

String getVersion()
Gets the "version" attribute


xgetVersion

ExceptionReportDocument.ExceptionReport.Version xgetVersion()
Gets (as xml) the "version" attribute


setVersion

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


xsetVersion

void xsetVersion(ExceptionReportDocument.ExceptionReport.Version version)
Sets (as xml) the "version" attribute


getLang

String getLang()
Gets the "lang" attribute


xgetLang

org.apache.xmlbeans.XmlLanguage xgetLang()
Gets (as xml) the "lang" attribute


isSetLang

boolean isSetLang()
True if has "lang" attribute


setLang

void setLang(String lang)
Sets the "lang" attribute


xsetLang

void xsetLang(org.apache.xmlbeans.XmlLanguage lang)
Sets (as xml) the "lang" attribute


unsetLang

void unsetLang()
Unsets the "lang" attribute



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