public class SaveResult extends Object implements Serializable
Constructor and Description |
---|
SaveResult() |
SaveResult(Error[] errors,
String id,
boolean success) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
Error[] |
getErrors()
Gets the errors value for this SaveResult.
|
Error |
getErrors(int i) |
String |
getId()
Gets the id value for this SaveResult.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
boolean |
isSuccess()
Gets the success value for this SaveResult.
|
void |
setErrors(Error[] errors)
Sets the errors value for this SaveResult.
|
void |
setErrors(int i,
Error _value) |
void |
setId(String id)
Sets the id value for this SaveResult.
|
void |
setSuccess(boolean success)
Sets the success value for this SaveResult.
|
public Error[] getErrors()
public void setErrors(Error[] errors)
errors
- public Error getErrors(int i)
public void setErrors(int i, Error _value)
public String getId()
public void setId(String id)
id
- public boolean isSuccess()
public void setSuccess(boolean success)
success
- public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2014. All rights reserved.