public class InvalidateSessionsResult extends Object implements Serializable
Constructor and Description |
---|
InvalidateSessionsResult() |
InvalidateSessionsResult(Error[] errors,
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 InvalidateSessionsResult.
|
Error |
getErrors(int i) |
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 InvalidateSessionsResult.
|
void |
setErrors(Error[] errors)
Sets the errors value for this InvalidateSessionsResult.
|
void |
setErrors(int i,
Error _value) |
void |
setSuccess(boolean success)
Sets the success value for this InvalidateSessionsResult.
|
public InvalidateSessionsResult()
public InvalidateSessionsResult(Error[] errors, boolean success)
public Error[] getErrors()
public void setErrors(Error[] errors)
errors
- public Error getErrors(int i)
public void setErrors(int i, Error _value)
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.