com.uc4.ara.rm
Class Result

java.lang.Object
  extended by com.uc4.ara.rm.Result
All Implemented Interfaces:
java.io.Serializable

public class Result
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

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

Result

public Result()

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

getStatus

public long getStatus()
Gets the status value for this Result.

Returns:
status

setStatus

public void setStatus(long status)
Sets the status value for this Result.

Parameters:
status -

getRecentRequestedDate

public java.util.Calendar getRecentRequestedDate()
Gets the recentRequestedDate value for this Result.

Returns:
recentRequestedDate

setRecentRequestedDate

public void setRecentRequestedDate(java.util.Calendar recentRequestedDate)
Sets the recentRequestedDate value for this Result.

Parameters:
recentRequestedDate -

getToken

public java.lang.String getToken()
Gets the token value for this Result.

Returns:
token

setToken

public void setToken(java.lang.String token)
Sets the token value for this Result.

Parameters:
token -

getFormat

public java.lang.String getFormat()
Gets the format value for this Result.

Returns:
format

setFormat

public void setFormat(java.lang.String format)
Sets the format value for this Result.

Parameters:
format -

getData

public java.lang.String getData()
Gets the data value for this Result.

Returns:
data

setData

public void setData(java.lang.String data)
Sets the data value for this Result.

Parameters:
data -

getDescription

public java.lang.String getDescription()
Gets the description value for this Result.

Returns:
description

setDescription

public void setDescription(java.lang.String description)
Sets the description value for this Result.

Parameters:
description -

getErrors

public Error[] getErrors()
Gets the errors value for this Result.

Returns:
errors

setErrors

public void setErrors(Error[] errors)
Sets the errors value for this Result.

Parameters:
errors -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer



Copyright © 2004-2013. All Rights Reserved.