|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExceptionType
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 |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
String[] getExceptionTextArray()
String getExceptionTextArray(int i)
org.apache.xmlbeans.XmlString[] xgetExceptionTextArray()
org.apache.xmlbeans.XmlString xgetExceptionTextArray(int i)
int sizeOfExceptionTextArray()
void setExceptionTextArray(String[] exceptionTextArray)
void setExceptionTextArray(int i,
String exceptionText)
void xsetExceptionTextArray(org.apache.xmlbeans.XmlString[] exceptionTextArray)
void xsetExceptionTextArray(int i,
org.apache.xmlbeans.XmlString exceptionText)
void insertExceptionText(int i,
String exceptionText)
void addExceptionText(String exceptionText)
org.apache.xmlbeans.XmlString insertNewExceptionText(int i)
org.apache.xmlbeans.XmlString addNewExceptionText()
void removeExceptionText(int i)
String getExceptionCode()
org.apache.xmlbeans.XmlString xgetExceptionCode()
void setExceptionCode(String exceptionCode)
void xsetExceptionCode(org.apache.xmlbeans.XmlString exceptionCode)
String getLocator()
org.apache.xmlbeans.XmlString xgetLocator()
boolean isSetLocator()
void setLocator(String locator)
void xsetLocator(org.apache.xmlbeans.XmlString locator)
void unsetLocator()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||