|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface ExceptionDocument.Exception
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 |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
String[] getFormatArray()
String getFormatArray(int i)
org.apache.xmlbeans.XmlString[] xgetFormatArray()
org.apache.xmlbeans.XmlString xgetFormatArray(int i)
int sizeOfFormatArray()
void setFormatArray(String[] formatArray)
void setFormatArray(int i, String format)
void xsetFormatArray(org.apache.xmlbeans.XmlString[] formatArray)
void xsetFormatArray(int i, org.apache.xmlbeans.XmlString format)
void insertFormat(int i, String format)
void addFormat(String format)
org.apache.xmlbeans.XmlString insertNewFormat(int i)
org.apache.xmlbeans.XmlString addNewFormat()
void removeFormat(int i)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |