| Constructor and Description |
|---|
SaveResult()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Error[] |
getErrors() |
String |
getFullName() |
boolean |
getSuccess() |
boolean |
isSuccess() |
void |
load(XmlInputStream __in,
TypeMapper __typeMapper) |
protected void |
loadFields(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setErrors(Error[] errors) |
protected void |
setErrors(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setFullName(String fullName) |
protected void |
setFullName(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setSuccess(boolean success) |
protected void |
setSuccess(XmlInputStream __in,
TypeMapper __typeMapper) |
String |
toString() |
void |
write(QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper) |
protected void |
writeFields(XmlOutputStream __out,
TypeMapper __typeMapper) |
public Error[] getErrors()
public void setErrors(Error[] errors)
protected void setErrors(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
IOExceptionConnectionExceptionpublic String getFullName()
public void setFullName(String fullName)
protected void setFullName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
IOExceptionConnectionExceptionpublic boolean getSuccess()
public boolean isSuccess()
public void setSuccess(boolean success)
protected void setSuccess(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
IOExceptionConnectionExceptionpublic void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
write in interface XMLizableIOExceptionprotected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
IOExceptionpublic void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
load in interface XMLizableIOExceptionConnectionExceptionprotected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
IOExceptionConnectionExceptionCopyright © 2017. All Rights Reserved.