| Constructor and Description |
|---|
Result() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getCreated() |
Error[] |
getErrors() |
java.lang.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(java.lang.String id) |
void |
setSuccess(boolean success) |
java.lang.String |
toString() |
void |
write(javax.xml.namespace.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 java.lang.String getId()
public void setId(java.lang.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(javax.xml.namespace.QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper)
throws java.io.IOException
XMLizableprotected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws java.io.IOException
java.io.IOExceptionpublic void load(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
XMLizableload in interface XMLizable__in - xml input stream from which the data is read__typeMapper - type mapper to be usedjava.io.IOException - failed to read xmlConnectionException - failed to read/parser/bind xmlprotected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2019. All Rights Reserved.