Package 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.XmlObjectAn XML ExceptionType(@http://www.opengis.net/ows/1.1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classExceptionType.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddExceptionText(String exceptionText)Appends the value as the last "ExceptionText" elementorg.apache.xmlbeans.XmlStringaddNewExceptionText()Appends and returns a new empty value (as xml) as the last "ExceptionText" elementStringgetExceptionCode()Gets the "exceptionCode" attributeString[]getExceptionTextArray()Gets array of all "ExceptionText" elementsStringgetExceptionTextArray(int i)Gets ith "ExceptionText" elementStringgetLocator()Gets the "locator" attributevoidinsertExceptionText(int i, String exceptionText)Inserts the value as the ith "ExceptionText" elementorg.apache.xmlbeans.XmlStringinsertNewExceptionText(int i)Inserts and returns a new empty value (as xml) as the ith "ExceptionText" elementbooleanisSetLocator()True if has "locator" attributevoidremoveExceptionText(int i)Removes the ith "ExceptionText" elementvoidsetExceptionCode(String exceptionCode)Sets the "exceptionCode" attributevoidsetExceptionTextArray(int i, String exceptionText)Sets ith "ExceptionText" elementvoidsetExceptionTextArray(String[] exceptionTextArray)Sets array of all "ExceptionText" elementvoidsetLocator(String locator)Sets the "locator" attributeintsizeOfExceptionTextArray()Returns number of "ExceptionText" elementvoidunsetLocator()Unsets the "locator" attributeorg.apache.xmlbeans.XmlStringxgetExceptionCode()Gets (as xml) the "exceptionCode" attributeorg.apache.xmlbeans.XmlString[]xgetExceptionTextArray()Gets (as xml) array of all "ExceptionText" elementsorg.apache.xmlbeans.XmlStringxgetExceptionTextArray(int i)Gets (as xml) ith "ExceptionText" elementorg.apache.xmlbeans.XmlStringxgetLocator()Gets (as xml) the "locator" attributevoidxsetExceptionCode(org.apache.xmlbeans.XmlString exceptionCode)Sets (as xml) the "exceptionCode" attributevoidxsetExceptionTextArray(int i, org.apache.xmlbeans.XmlString exceptionText)Sets (as xml) ith "ExceptionText" elementvoidxsetExceptionTextArray(org.apache.xmlbeans.XmlString[] exceptionTextArray)Sets (as xml) array of all "ExceptionText" elementvoidxsetLocator(org.apache.xmlbeans.XmlString locator)Sets (as xml) the "locator" attribute-
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
-
-
-
-
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
-
-