|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.uc4.ara.rm.Result
public class Result
Constructor Summary | |
---|---|
Result()
|
|
Result(long status,
java.util.Calendar recentRequestedDate,
java.lang.String token,
java.lang.String format,
java.lang.String data,
java.lang.String description,
Error[] errors)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getData()
Gets the data value for this Result. |
java.lang.String |
getDescription()
Gets the description value for this Result. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
Error[] |
getErrors()
Gets the errors value for this Result. |
java.lang.String |
getFormat()
Gets the format value for this Result. |
java.util.Calendar |
getRecentRequestedDate()
Gets the recentRequestedDate value for this Result. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
long |
getStatus()
Gets the status value for this Result. |
java.lang.String |
getToken()
Gets the token value for this Result. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setData(java.lang.String data)
Sets the data value for this Result. |
void |
setDescription(java.lang.String description)
Sets the description value for this Result. |
void |
setErrors(Error[] errors)
Sets the errors value for this Result. |
void |
setFormat(java.lang.String format)
Sets the format value for this Result. |
void |
setRecentRequestedDate(java.util.Calendar recentRequestedDate)
Sets the recentRequestedDate value for this Result. |
void |
setStatus(long status)
Sets the status value for this Result. |
void |
setToken(java.lang.String token)
Sets the token value for this Result. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Result()
public Result(long status, java.util.Calendar recentRequestedDate, java.lang.String token, java.lang.String format, java.lang.String data, java.lang.String description, Error[] errors)
Method Detail |
---|
public long getStatus()
public void setStatus(long status)
status
- public java.util.Calendar getRecentRequestedDate()
public void setRecentRequestedDate(java.util.Calendar recentRequestedDate)
recentRequestedDate
- public java.lang.String getToken()
public void setToken(java.lang.String token)
token
- public java.lang.String getFormat()
public void setFormat(java.lang.String format)
format
- public java.lang.String getData()
public void setData(java.lang.String data)
data
- public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- public Error[] getErrors()
public void setErrors(Error[] errors)
errors
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |