public interface ServiceExceptionType
extends org.apache.xmlbeans.XmlString
| Modifier and Type | Interface and Description |
|---|---|
static class |
ServiceExceptionType.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
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
|
getStringValue, set, setStringValue, stringValuechangeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextString 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()
Copyright © 2015 52north.org. All rights reserved.