com.amazonaws.mturk.requester
Class GetHITsForQualificationTypeResponse

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

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

See Also:
Serialized Form

Constructor Summary
GetHITsForQualificationTypeResponse()
           
GetHITsForQualificationTypeResponse(OperationRequest operationRequest, GetHITsForQualificationTypeResult[] getHITsForQualificationTypeResult)
           
 
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
 GetHITsForQualificationTypeResult[] getGetHITsForQualificationTypeResult()
          Gets the getHITsForQualificationTypeResult value for this GetHITsForQualificationTypeResponse.
 GetHITsForQualificationTypeResult getGetHITsForQualificationTypeResult(int i)
           
 OperationRequest getOperationRequest()
          Gets the operationRequest value for this GetHITsForQualificationTypeResponse.
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 setGetHITsForQualificationTypeResult(GetHITsForQualificationTypeResult[] getHITsForQualificationTypeResult)
          Sets the getHITsForQualificationTypeResult value for this GetHITsForQualificationTypeResponse.
 void setGetHITsForQualificationTypeResult(int i, GetHITsForQualificationTypeResult _value)
           
 void setOperationRequest(OperationRequest operationRequest)
          Sets the operationRequest value for this GetHITsForQualificationTypeResponse.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetHITsForQualificationTypeResponse

public GetHITsForQualificationTypeResponse()

GetHITsForQualificationTypeResponse

public GetHITsForQualificationTypeResponse(OperationRequest operationRequest,
                                           GetHITsForQualificationTypeResult[] getHITsForQualificationTypeResult)
Method Detail

getOperationRequest

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

Returns:
operationRequest

setOperationRequest

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

Parameters:
operationRequest -

getGetHITsForQualificationTypeResult

public GetHITsForQualificationTypeResult[] getGetHITsForQualificationTypeResult()
Gets the getHITsForQualificationTypeResult value for this GetHITsForQualificationTypeResponse.

Returns:
getHITsForQualificationTypeResult

setGetHITsForQualificationTypeResult

public void setGetHITsForQualificationTypeResult(GetHITsForQualificationTypeResult[] getHITsForQualificationTypeResult)
Sets the getHITsForQualificationTypeResult value for this GetHITsForQualificationTypeResponse.

Parameters:
getHITsForQualificationTypeResult -

getGetHITsForQualificationTypeResult

public GetHITsForQualificationTypeResult getGetHITsForQualificationTypeResult(int i)

setGetHITsForQualificationTypeResult

public void setGetHITsForQualificationTypeResult(int i,
                                                 GetHITsForQualificationTypeResult _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