com.amazonaws.mturk.requester
Class CreateHITResponse

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

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

See Also:
Serialized Form

Constructor Summary
CreateHITResponse()
           
CreateHITResponse(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 CreateHITResponse.
 HIT getHIT(int i)
           
 OperationRequest getOperationRequest()
          Gets the operationRequest value for this CreateHITResponse.
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 CreateHITResponse.
 void setHIT(int i, HIT _value)
           
 void setOperationRequest(OperationRequest operationRequest)
          Sets the operationRequest value for this CreateHITResponse.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateHITResponse

public CreateHITResponse()

CreateHITResponse

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

getOperationRequest

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

Returns:
operationRequest

setOperationRequest

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

Parameters:
operationRequest -

getHIT

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

Returns:
HIT

setHIT

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

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