public interface Response
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
Response.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 |
|---|---|
java.lang.String |
getErrorDescription()
Gets the "error_description" element
|
long |
getId()
Gets the "id" element
|
boolean |
getIsError()
Gets the "is_error" element
|
void |
setErrorDescription(java.lang.String errorDescription)
Sets the "error_description" element
|
void |
setId(long id)
Sets the "id" element
|
void |
setIsError(boolean isError)
Sets the "is_error" element
|
org.apache.xmlbeans.XmlString |
xgetErrorDescription()
Gets (as xml) the "error_description" element
|
org.apache.xmlbeans.XmlLong |
xgetId()
Gets (as xml) the "id" element
|
org.apache.xmlbeans.XmlBoolean |
xgetIsError()
Gets (as xml) the "is_error" element
|
void |
xsetErrorDescription(org.apache.xmlbeans.XmlString errorDescription)
Sets (as xml) the "error_description" element
|
void |
xsetId(org.apache.xmlbeans.XmlLong id)
Sets (as xml) the "id" element
|
void |
xsetIsError(org.apache.xmlbeans.XmlBoolean isError)
Sets (as xml) the "is_error" element
|
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, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextlong getId()
org.apache.xmlbeans.XmlLong xgetId()
void setId(long id)
void xsetId(org.apache.xmlbeans.XmlLong id)
boolean getIsError()
org.apache.xmlbeans.XmlBoolean xgetIsError()
void setIsError(boolean isError)
void xsetIsError(org.apache.xmlbeans.XmlBoolean isError)
java.lang.String getErrorDescription()
org.apache.xmlbeans.XmlString xgetErrorDescription()
void setErrorDescription(java.lang.String errorDescription)
void xsetErrorDescription(org.apache.xmlbeans.XmlString errorDescription)