net.opengis.wms
Interface ExceptionDocument.Exception

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
ExceptionDocumentImpl.ExceptionImpl
Enclosing interface:
ExceptionDocument

public static interface ExceptionDocument.Exception
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class ExceptionDocument.Exception.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
 void addFormat(String format)
          Appends the value as the last "Format" element
 org.apache.xmlbeans.XmlString addNewFormat()
          Appends and returns a new empty value (as xml) as the last "Format" element
 String[] getFormatArray()
          Gets array of all "Format" elements
 String getFormatArray(int i)
          Gets ith "Format" element
 void insertFormat(int i, String format)
          Inserts the value as the ith "Format" element
 org.apache.xmlbeans.XmlString insertNewFormat(int i)
          Inserts and returns a new empty value (as xml) as the ith "Format" element
 void removeFormat(int i)
          Removes the ith "Format" element
 void setFormatArray(int i, String format)
          Sets ith "Format" element
 void setFormatArray(String[] formatArray)
          Sets array of all "Format" element
 int sizeOfFormatArray()
          Returns number of "Format" element
 org.apache.xmlbeans.XmlString[] xgetFormatArray()
          Gets (as xml) array of all "Format" elements
 org.apache.xmlbeans.XmlString xgetFormatArray(int i)
          Gets (as xml) ith "Format" element
 void xsetFormatArray(int i, org.apache.xmlbeans.XmlString format)
          Sets (as xml) ith "Format" element
 void xsetFormatArray(org.apache.xmlbeans.XmlString[] formatArray)
          Sets (as xml) array of all "Format" element
 
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

getFormatArray

String[] getFormatArray()
Gets array of all "Format" elements


getFormatArray

String getFormatArray(int i)
Gets ith "Format" element


xgetFormatArray

org.apache.xmlbeans.XmlString[] xgetFormatArray()
Gets (as xml) array of all "Format" elements


xgetFormatArray

org.apache.xmlbeans.XmlString xgetFormatArray(int i)
Gets (as xml) ith "Format" element


sizeOfFormatArray

int sizeOfFormatArray()
Returns number of "Format" element


setFormatArray

void setFormatArray(String[] formatArray)
Sets array of all "Format" element


setFormatArray

void setFormatArray(int i,
                    String format)
Sets ith "Format" element


xsetFormatArray

void xsetFormatArray(org.apache.xmlbeans.XmlString[] formatArray)
Sets (as xml) array of all "Format" element


xsetFormatArray

void xsetFormatArray(int i,
                     org.apache.xmlbeans.XmlString format)
Sets (as xml) ith "Format" element


insertFormat

void insertFormat(int i,
                  String format)
Inserts the value as the ith "Format" element


addFormat

void addFormat(String format)
Appends the value as the last "Format" element


insertNewFormat

org.apache.xmlbeans.XmlString insertNewFormat(int i)
Inserts and returns a new empty value (as xml) as the ith "Format" element


addNewFormat

org.apache.xmlbeans.XmlString addNewFormat()
Appends and returns a new empty value (as xml) as the last "Format" element


removeFormat

void removeFormat(int i)
Removes the ith "Format" element



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