com.amazonaws.mturk.requester
Class GetHITsForQualificationTypeResult

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

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

See Also:
Serialized Form

Constructor Summary
GetHITsForQualificationTypeResult()
           
GetHITsForQualificationTypeResult(Request request, java.lang.Integer pageNumber, java.lang.Integer numResults, java.lang.Integer totalNumResults, 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 GetHITsForQualificationTypeResult.
 HIT getHIT(int i)
           
 java.lang.Integer getNumResults()
          Gets the numResults value for this GetHITsForQualificationTypeResult.
 java.lang.Integer getPageNumber()
          Gets the pageNumber value for this GetHITsForQualificationTypeResult.
 Request getRequest()
          Gets the request value for this GetHITsForQualificationTypeResult.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.Integer getTotalNumResults()
          Gets the totalNumResults value for this GetHITsForQualificationTypeResult.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setHIT(HIT[] HIT)
          Sets the HIT value for this GetHITsForQualificationTypeResult.
 void setHIT(int i, HIT _value)
           
 void setNumResults(java.lang.Integer numResults)
          Sets the numResults value for this GetHITsForQualificationTypeResult.
 void setPageNumber(java.lang.Integer pageNumber)
          Sets the pageNumber value for this GetHITsForQualificationTypeResult.
 void setRequest(Request request)
          Sets the request value for this GetHITsForQualificationTypeResult.
 void setTotalNumResults(java.lang.Integer totalNumResults)
          Sets the totalNumResults value for this GetHITsForQualificationTypeResult.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetHITsForQualificationTypeResult

public GetHITsForQualificationTypeResult()

GetHITsForQualificationTypeResult

public GetHITsForQualificationTypeResult(Request request,
                                         java.lang.Integer pageNumber,
                                         java.lang.Integer numResults,
                                         java.lang.Integer totalNumResults,
                                         HIT[] HIT)
Method Detail

getRequest

public Request getRequest()
Gets the request value for this GetHITsForQualificationTypeResult.

Returns:
request

setRequest

public void setRequest(Request request)
Sets the request value for this GetHITsForQualificationTypeResult.

Parameters:
request -

getPageNumber

public java.lang.Integer getPageNumber()
Gets the pageNumber value for this GetHITsForQualificationTypeResult.

Returns:
pageNumber

setPageNumber

public void setPageNumber(java.lang.Integer pageNumber)
Sets the pageNumber value for this GetHITsForQualificationTypeResult.

Parameters:
pageNumber -

getNumResults

public java.lang.Integer getNumResults()
Gets the numResults value for this GetHITsForQualificationTypeResult.

Returns:
numResults

setNumResults

public void setNumResults(java.lang.Integer numResults)
Sets the numResults value for this GetHITsForQualificationTypeResult.

Parameters:
numResults -

getTotalNumResults

public java.lang.Integer getTotalNumResults()
Gets the totalNumResults value for this GetHITsForQualificationTypeResult.

Returns:
totalNumResults

setTotalNumResults

public void setTotalNumResults(java.lang.Integer totalNumResults)
Sets the totalNumResults value for this GetHITsForQualificationTypeResult.

Parameters:
totalNumResults -

getHIT

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

Returns:
HIT

setHIT

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

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