com.amazonaws.mturk.requester
Class GetHITResponse

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

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

See Also:
Serialized Form

Constructor Summary
GetHITResponse()
           
GetHITResponse(OperationRequest operationRequest, HIT[] HIT)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 HIT[] getHIT()
          Gets the HIT value for this GetHITResponse.
 HIT getHIT(int i)
           
 OperationRequest getOperationRequest()
          Gets the operationRequest value for this GetHITResponse.
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 setHIT(HIT[] HIT)
          Sets the HIT value for this GetHITResponse.
 void setHIT(int i, HIT _value)
           
 void setOperationRequest(OperationRequest operationRequest)
          Sets the operationRequest value for this GetHITResponse.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetHITResponse

public GetHITResponse()

GetHITResponse

public GetHITResponse(OperationRequest operationRequest,
                      HIT[] HIT)
Method Detail

getOperationRequest

public OperationRequest getOperationRequest()
Gets the operationRequest value for this GetHITResponse.

Returns:
operationRequest

setOperationRequest

public void setOperationRequest(OperationRequest operationRequest)
Sets the operationRequest value for this GetHITResponse.

Parameters:
operationRequest -

getHIT

public HIT[] getHIT()
Gets the HIT value for this GetHITResponse.

Returns:
HIT

setHIT

public void setHIT(HIT[] HIT)
Sets the HIT value for this GetHITResponse.

Parameters:
HIT -

getHIT

public HIT getHIT(int i)

setHIT

public void setHIT(int i,
                   HIT _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