com.amazonaws.mturk.requester
Class ErrorsError

java.lang.Object
  extended by com.amazonaws.mturk.requester.ErrorsError
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
ErrorsError()
           
ErrorsError(java.lang.String code, java.lang.String message, KeyValuePair[] data)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCode()
          Gets the code value for this ErrorsError.
 KeyValuePair[] getData()
          Gets the data value for this ErrorsError.
 KeyValuePair getData(int i)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getMessage()
          Gets the message value for this ErrorsError.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setCode(java.lang.String code)
          Sets the code value for this ErrorsError.
 void setData(int i, KeyValuePair _value)
           
 void setData(KeyValuePair[] data)
          Sets the data value for this ErrorsError.
 void setMessage(java.lang.String message)
          Sets the message value for this ErrorsError.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorsError

public ErrorsError()

ErrorsError

public ErrorsError(java.lang.String code,
                   java.lang.String message,
                   KeyValuePair[] data)
Method Detail

getCode

public java.lang.String getCode()
Gets the code value for this ErrorsError.

Returns:
code

setCode

public void setCode(java.lang.String code)
Sets the code value for this ErrorsError.

Parameters:
code -

getMessage

public java.lang.String getMessage()
Gets the message value for this ErrorsError.

Returns:
message

setMessage

public void setMessage(java.lang.String message)
Sets the message value for this ErrorsError.

Parameters:
message -

getData

public KeyValuePair[] getData()
Gets the data value for this ErrorsError.

Returns:
data

setData

public void setData(KeyValuePair[] data)
Sets the data value for this ErrorsError.

Parameters:
data -

getData

public KeyValuePair getData(int i)

setData

public void setData(int i,
                    KeyValuePair _value)

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