|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface ServiceExceptionReportDocument.ServiceExceptionReport
An XML ServiceExceptionReport(@http://www.opengis.net/ogc). This is a complex type.
Nested Class Summary | |
---|---|
static class |
ServiceExceptionReportDocument.ServiceExceptionReport.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 | |
---|---|
ServiceExceptionType |
addNewServiceException()
Appends and returns a new empty value (as xml) as the last "ServiceException" element |
ServiceExceptionType[] |
getServiceExceptionArray()
Gets array of all "ServiceException" elements |
ServiceExceptionType |
getServiceExceptionArray(int i)
Gets ith "ServiceException" element |
String |
getVersion()
Gets the "version" attribute |
ServiceExceptionType |
insertNewServiceException(int i)
Inserts and returns a new empty value (as xml) as the ith "ServiceException" element |
boolean |
isSetVersion()
True if has "version" attribute |
void |
removeServiceException(int i)
Removes the ith "ServiceException" element |
void |
setServiceExceptionArray(int i,
ServiceExceptionType serviceException)
Sets ith "ServiceException" element |
void |
setServiceExceptionArray(ServiceExceptionType[] serviceExceptionArray)
Sets array of all "ServiceException" element |
void |
setVersion(String version)
Sets the "version" attribute |
int |
sizeOfServiceExceptionArray()
Returns number of "ServiceException" element |
void |
unsetVersion()
Unsets the "version" attribute |
org.apache.xmlbeans.XmlString |
xgetVersion()
Gets (as xml) the "version" attribute |
void |
xsetVersion(org.apache.xmlbeans.XmlString 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 |
Field Detail |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
ServiceExceptionType[] getServiceExceptionArray()
ServiceExceptionType getServiceExceptionArray(int i)
int sizeOfServiceExceptionArray()
void setServiceExceptionArray(ServiceExceptionType[] serviceExceptionArray)
void setServiceExceptionArray(int i, ServiceExceptionType serviceException)
ServiceExceptionType insertNewServiceException(int i)
ServiceExceptionType addNewServiceException()
void removeServiceException(int i)
String getVersion()
org.apache.xmlbeans.XmlString xgetVersion()
boolean isSetVersion()
void setVersion(String version)
void xsetVersion(org.apache.xmlbeans.XmlString version)
void unsetVersion()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |