Package net.opengis.ows.x11
Interface ExceptionReportDocument.ExceptionReport
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
ExceptionReportDocumentImpl.ExceptionReportImpl
- Enclosing interface:
- ExceptionReportDocument
public static interface ExceptionReportDocument.ExceptionReport extends org.apache.xmlbeans.XmlObjectAn XML ExceptionReport(@http://www.opengis.net/ows/1.1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classExceptionReportDocument.ExceptionReport.FactoryA factory class with static methods for creating instances of this type.static interfaceExceptionReportDocument.ExceptionReport.VersionAn XML version(@).
-
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 ExceptionTypeaddNewException()Appends and returns a new empty value (as xml) as the last "Exception" elementExceptionType[]getExceptionArray()Gets array of all "Exception" elementsExceptionTypegetExceptionArray(int i)Gets ith "Exception" elementStringgetLang()Gets the "lang" attributeStringgetVersion()Gets the "version" attributeExceptionTypeinsertNewException(int i)Inserts and returns a new empty value (as xml) as the ith "Exception" elementbooleanisSetLang()True if has "lang" attributevoidremoveException(int i)Removes the ith "Exception" elementvoidsetExceptionArray(int i, ExceptionType exception)Sets ith "Exception" elementvoidsetExceptionArray(ExceptionType[] exceptionArray)Sets array of all "Exception" elementvoidsetLang(String lang)Sets the "lang" attributevoidsetVersion(String version)Sets the "version" attributeintsizeOfExceptionArray()Returns number of "Exception" elementvoidunsetLang()Unsets the "lang" attributeorg.apache.xmlbeans.XmlLanguagexgetLang()Gets (as xml) the "lang" attributeExceptionReportDocument.ExceptionReport.VersionxgetVersion()Gets (as xml) the "version" attributevoidxsetLang(org.apache.xmlbeans.XmlLanguage lang)Sets (as xml) the "lang" attributevoidxsetVersion(ExceptionReportDocument.ExceptionReport.Version version)Sets (as xml) the "version" 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
-
getExceptionArray
ExceptionType[] getExceptionArray()
Gets array of all "Exception" elements
-
getExceptionArray
ExceptionType getExceptionArray(int i)
Gets ith "Exception" element
-
sizeOfExceptionArray
int sizeOfExceptionArray()
Returns number of "Exception" element
-
setExceptionArray
void setExceptionArray(ExceptionType[] exceptionArray)
Sets array of all "Exception" element
-
setExceptionArray
void setExceptionArray(int i, ExceptionType exception)Sets ith "Exception" element
-
insertNewException
ExceptionType insertNewException(int i)
Inserts and returns a new empty value (as xml) as the ith "Exception" element
-
addNewException
ExceptionType addNewException()
Appends and returns a new empty value (as xml) as the last "Exception" element
-
removeException
void removeException(int i)
Removes the ith "Exception" element
-
getVersion
String getVersion()
Gets the "version" attribute
-
xgetVersion
ExceptionReportDocument.ExceptionReport.Version xgetVersion()
Gets (as xml) the "version" attribute
-
setVersion
void setVersion(String version)
Sets the "version" attribute
-
xsetVersion
void xsetVersion(ExceptionReportDocument.ExceptionReport.Version version)
Sets (as xml) the "version" attribute
-
getLang
String getLang()
Gets the "lang" attribute
-
xgetLang
org.apache.xmlbeans.XmlLanguage xgetLang()
Gets (as xml) the "lang" attribute
-
isSetLang
boolean isSetLang()
True if has "lang" attribute
-
setLang
void setLang(String lang)
Sets the "lang" attribute
-
xsetLang
void xsetLang(org.apache.xmlbeans.XmlLanguage lang)
Sets (as xml) the "lang" attribute
-
unsetLang
void unsetLang()
Unsets the "lang" attribute
-
-