com.amazonaws.mturk.requester
Class GetHITsForQualificationType

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

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

See Also:
Serialized Form

Constructor Summary
GetHITsForQualificationType()
           
GetHITsForQualificationType(java.lang.String AWSAccessKeyId, java.util.Calendar timestamp, java.lang.String signature, java.lang.String validate, java.lang.String credential, GetHITsForQualificationTypeRequest[] request)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAWSAccessKeyId()
          Gets the AWSAccessKeyId value for this GetHITsForQualificationType.
 java.lang.String getCredential()
          Gets the credential value for this GetHITsForQualificationType.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 GetHITsForQualificationTypeRequest[] getRequest()
          Gets the request value for this GetHITsForQualificationType.
 GetHITsForQualificationTypeRequest getRequest(int i)
           
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.String getSignature()
          Gets the signature value for this GetHITsForQualificationType.
 java.util.Calendar getTimestamp()
          Gets the timestamp value for this GetHITsForQualificationType.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getValidate()
          Gets the validate value for this GetHITsForQualificationType.
 int hashCode()
           
 void setAWSAccessKeyId(java.lang.String AWSAccessKeyId)
          Sets the AWSAccessKeyId value for this GetHITsForQualificationType.
 void setCredential(java.lang.String credential)
          Sets the credential value for this GetHITsForQualificationType.
 void setRequest(GetHITsForQualificationTypeRequest[] request)
          Sets the request value for this GetHITsForQualificationType.
 void setRequest(int i, GetHITsForQualificationTypeRequest _value)
           
 void setSignature(java.lang.String signature)
          Sets the signature value for this GetHITsForQualificationType.
 void setTimestamp(java.util.Calendar timestamp)
          Sets the timestamp value for this GetHITsForQualificationType.
 void setValidate(java.lang.String validate)
          Sets the validate value for this GetHITsForQualificationType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetHITsForQualificationType

public GetHITsForQualificationType()

GetHITsForQualificationType

public GetHITsForQualificationType(java.lang.String AWSAccessKeyId,
                                   java.util.Calendar timestamp,
                                   java.lang.String signature,
                                   java.lang.String validate,
                                   java.lang.String credential,
                                   GetHITsForQualificationTypeRequest[] request)
Method Detail

getAWSAccessKeyId

public java.lang.String getAWSAccessKeyId()
Gets the AWSAccessKeyId value for this GetHITsForQualificationType.

Returns:
AWSAccessKeyId

setAWSAccessKeyId

public void setAWSAccessKeyId(java.lang.String AWSAccessKeyId)
Sets the AWSAccessKeyId value for this GetHITsForQualificationType.

Parameters:
AWSAccessKeyId -

getTimestamp

public java.util.Calendar getTimestamp()
Gets the timestamp value for this GetHITsForQualificationType.

Returns:
timestamp

setTimestamp

public void setTimestamp(java.util.Calendar timestamp)
Sets the timestamp value for this GetHITsForQualificationType.

Parameters:
timestamp -

getSignature

public java.lang.String getSignature()
Gets the signature value for this GetHITsForQualificationType.

Returns:
signature

setSignature

public void setSignature(java.lang.String signature)
Sets the signature value for this GetHITsForQualificationType.

Parameters:
signature -

getValidate

public java.lang.String getValidate()
Gets the validate value for this GetHITsForQualificationType.

Returns:
validate

setValidate

public void setValidate(java.lang.String validate)
Sets the validate value for this GetHITsForQualificationType.

Parameters:
validate -

getCredential

public java.lang.String getCredential()
Gets the credential value for this GetHITsForQualificationType.

Returns:
credential

setCredential

public void setCredential(java.lang.String credential)
Sets the credential value for this GetHITsForQualificationType.

Parameters:
credential -

getRequest

public GetHITsForQualificationTypeRequest[] getRequest()
Gets the request value for this GetHITsForQualificationType.

Returns:
request

setRequest

public void setRequest(GetHITsForQualificationTypeRequest[] request)
Sets the request value for this GetHITsForQualificationType.

Parameters:
request -

getRequest

public GetHITsForQualificationTypeRequest getRequest(int i)

setRequest

public void setRequest(int i,
                       GetHITsForQualificationTypeRequest _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