net.opengis.ows.x11
Interface ExceptionType

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
ExceptionTypeImpl

public interface ExceptionType
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class ExceptionType.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 addExceptionText(String exceptionText)
          Appends the value as the last "ExceptionText" element
 org.apache.xmlbeans.XmlString addNewExceptionText()
          Appends and returns a new empty value (as xml) as the last "ExceptionText" element
 String getExceptionCode()
          Gets the "exceptionCode" attribute
 String[] getExceptionTextArray()
          Gets array of all "ExceptionText" elements
 String getExceptionTextArray(int i)
          Gets ith "ExceptionText" element
 String getLocator()
          Gets the "locator" attribute
 void insertExceptionText(int i, String exceptionText)
          Inserts the value as the ith "ExceptionText" element
 org.apache.xmlbeans.XmlString insertNewExceptionText(int i)
          Inserts and returns a new empty value (as xml) as the ith "ExceptionText" element
 boolean isSetLocator()
          True if has "locator" attribute
 void removeExceptionText(int i)
          Removes the ith "ExceptionText" element
 void setExceptionCode(String exceptionCode)
          Sets the "exceptionCode" attribute
 void setExceptionTextArray(int i, String exceptionText)
          Sets ith "ExceptionText" element
 void setExceptionTextArray(String[] exceptionTextArray)
          Sets array of all "ExceptionText" element
 void setLocator(String locator)
          Sets the "locator" attribute
 int sizeOfExceptionTextArray()
          Returns number of "ExceptionText" element
 void unsetLocator()
          Unsets the "locator" attribute
 org.apache.xmlbeans.XmlString xgetExceptionCode()
          Gets (as xml) the "exceptionCode" attribute
 org.apache.xmlbeans.XmlString[] xgetExceptionTextArray()
          Gets (as xml) array of all "ExceptionText" elements
 org.apache.xmlbeans.XmlString xgetExceptionTextArray(int i)
          Gets (as xml) ith "ExceptionText" element
 org.apache.xmlbeans.XmlString xgetLocator()
          Gets (as xml) the "locator" attribute
 void xsetExceptionCode(org.apache.xmlbeans.XmlString exceptionCode)
          Sets (as xml) the "exceptionCode" attribute
 void xsetExceptionTextArray(int i, org.apache.xmlbeans.XmlString exceptionText)
          Sets (as xml) ith "ExceptionText" element
 void xsetExceptionTextArray(org.apache.xmlbeans.XmlString[] exceptionTextArray)
          Sets (as xml) array of all "ExceptionText" element
 void xsetLocator(org.apache.xmlbeans.XmlString locator)
          Sets (as xml) the "locator" 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

getExceptionTextArray

String[] getExceptionTextArray()
Gets array of all "ExceptionText" elements


getExceptionTextArray

String getExceptionTextArray(int i)
Gets ith "ExceptionText" element


xgetExceptionTextArray

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


xgetExceptionTextArray

org.apache.xmlbeans.XmlString xgetExceptionTextArray(int i)
Gets (as xml) ith "ExceptionText" element


sizeOfExceptionTextArray

int sizeOfExceptionTextArray()
Returns number of "ExceptionText" element


setExceptionTextArray

void setExceptionTextArray(String[] exceptionTextArray)
Sets array of all "ExceptionText" element


setExceptionTextArray

void setExceptionTextArray(int i,
                           String exceptionText)
Sets ith "ExceptionText" element


xsetExceptionTextArray

void xsetExceptionTextArray(org.apache.xmlbeans.XmlString[] exceptionTextArray)
Sets (as xml) array of all "ExceptionText" element


xsetExceptionTextArray

void xsetExceptionTextArray(int i,
                            org.apache.xmlbeans.XmlString exceptionText)
Sets (as xml) ith "ExceptionText" element


insertExceptionText

void insertExceptionText(int i,
                         String exceptionText)
Inserts the value as the ith "ExceptionText" element


addExceptionText

void addExceptionText(String exceptionText)
Appends the value as the last "ExceptionText" element


insertNewExceptionText

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


addNewExceptionText

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


removeExceptionText

void removeExceptionText(int i)
Removes the ith "ExceptionText" element


getExceptionCode

String getExceptionCode()
Gets the "exceptionCode" attribute


xgetExceptionCode

org.apache.xmlbeans.XmlString xgetExceptionCode()
Gets (as xml) the "exceptionCode" attribute


setExceptionCode

void setExceptionCode(String exceptionCode)
Sets the "exceptionCode" attribute


xsetExceptionCode

void xsetExceptionCode(org.apache.xmlbeans.XmlString exceptionCode)
Sets (as xml) the "exceptionCode" attribute


getLocator

String getLocator()
Gets the "locator" attribute


xgetLocator

org.apache.xmlbeans.XmlString xgetLocator()
Gets (as xml) the "locator" attribute


isSetLocator

boolean isSetLocator()
True if has "locator" attribute


setLocator

void setLocator(String locator)
Sets the "locator" attribute


xsetLocator

void xsetLocator(org.apache.xmlbeans.XmlString locator)
Sets (as xml) the "locator" attribute


unsetLocator

void unsetLocator()
Unsets the "locator" attribute



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