| Constructor and Description |
|---|
Result() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getCreated() |
Error[] |
getErrors() |
String |
getId() |
boolean |
getSuccess() |
boolean |
isCreated() |
boolean |
isSuccess() |
void |
load(XmlInputStream __in,
TypeMapper __typeMapper)
load the fileds/children from the specified xml stream
|
protected void |
loadFields(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setCreated(boolean created) |
void |
setErrors(Error[] errors) |
void |
setId(String id) |
void |
setSuccess(boolean success) |
String |
toString() |
void |
write(QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper)
write this instace as xml.
|
protected void |
writeFields(XmlOutputStream __out,
TypeMapper __typeMapper) |
public Error[] getErrors()
public void setErrors(Error[] errors)
public String getId()
public void setId(String id)
public boolean getSuccess()
public boolean isSuccess()
public void setSuccess(boolean success)
public boolean getCreated()
public boolean isCreated()
public void setCreated(boolean created)
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
XMLizablewrite in interface XMLizable__element - xml element name__out - xml output stream__typeMapper - type mapper to be usedIOException - failed to write xmlprotected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
IOExceptionpublic void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
XMLizableload in interface XMLizable__in - xml input stream from which the data is read__typeMapper - type mapper to be usedIOException - failed to read xmlConnectionException - failed to read/parser/bind xmlprotected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
IOExceptionConnectionExceptionCopyright © 2015. All Rights Reserved.