|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServiceExceptionType
An XML ServiceExceptionType(@http://www.opengis.net/ogc). This is an atomic type that is a restriction of net.opengis.ogc.ServiceExceptionType.
Nested Class Summary | |
---|---|
static class |
ServiceExceptionType.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 | |
---|---|
String |
getCode()
Gets the "code" attribute |
String |
getLocator()
Gets the "locator" attribute |
boolean |
isSetCode()
True if has "code" attribute |
boolean |
isSetLocator()
True if has "locator" attribute |
void |
setCode(String code)
Sets the "code" attribute |
void |
setLocator(String locator)
Sets the "locator" attribute |
void |
unsetCode()
Unsets the "code" attribute |
void |
unsetLocator()
Unsets the "locator" attribute |
org.apache.xmlbeans.XmlString |
xgetCode()
Gets (as xml) the "code" attribute |
org.apache.xmlbeans.XmlString |
xgetLocator()
Gets (as xml) the "locator" attribute |
void |
xsetCode(org.apache.xmlbeans.XmlString code)
Sets (as xml) the "code" attribute |
void |
xsetLocator(org.apache.xmlbeans.XmlString locator)
Sets (as xml) the "locator" attribute |
Methods inherited from interface org.apache.xmlbeans.XmlAnySimpleType |
---|
getStringValue, set, setStringValue, stringValue |
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 getCode()
org.apache.xmlbeans.XmlString xgetCode()
boolean isSetCode()
void setCode(String code)
void xsetCode(org.apache.xmlbeans.XmlString code)
void unsetCode()
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 |