com.amazonaws.mturk.requester
Class Qualification

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

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

See Also:
Serialized Form

Constructor Summary
Qualification()
           
Qualification(Request request, java.lang.String qualificationTypeId, java.lang.String subjectId, java.util.Calendar grantTime, java.lang.Integer integerValue, Locale localeValue, QualificationStatus status)
           
 
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
 java.util.Calendar getGrantTime()
          Gets the grantTime value for this Qualification.
 java.lang.Integer getIntegerValue()
          Gets the integerValue value for this Qualification.
 Locale getLocaleValue()
          Gets the localeValue value for this Qualification.
 java.lang.String getQualificationTypeId()
          Gets the qualificationTypeId value for this Qualification.
 Request getRequest()
          Gets the request value for this Qualification.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 QualificationStatus getStatus()
          Gets the status value for this Qualification.
 java.lang.String getSubjectId()
          Gets the subjectId value for this Qualification.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setGrantTime(java.util.Calendar grantTime)
          Sets the grantTime value for this Qualification.
 void setIntegerValue(java.lang.Integer integerValue)
          Sets the integerValue value for this Qualification.
 void setLocaleValue(Locale localeValue)
          Sets the localeValue value for this Qualification.
 void setQualificationTypeId(java.lang.String qualificationTypeId)
          Sets the qualificationTypeId value for this Qualification.
 void setRequest(Request request)
          Sets the request value for this Qualification.
 void setStatus(QualificationStatus status)
          Sets the status value for this Qualification.
 void setSubjectId(java.lang.String subjectId)
          Sets the subjectId value for this Qualification.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Qualification

public Qualification()

Qualification

public Qualification(Request request,
                     java.lang.String qualificationTypeId,
                     java.lang.String subjectId,
                     java.util.Calendar grantTime,
                     java.lang.Integer integerValue,
                     Locale localeValue,
                     QualificationStatus status)
Method Detail

getRequest

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

Returns:
request

setRequest

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

Parameters:
request -

getQualificationTypeId

public java.lang.String getQualificationTypeId()
Gets the qualificationTypeId value for this Qualification.

Returns:
qualificationTypeId

setQualificationTypeId

public void setQualificationTypeId(java.lang.String qualificationTypeId)
Sets the qualificationTypeId value for this Qualification.

Parameters:
qualificationTypeId -

getSubjectId

public java.lang.String getSubjectId()
Gets the subjectId value for this Qualification.

Returns:
subjectId

setSubjectId

public void setSubjectId(java.lang.String subjectId)
Sets the subjectId value for this Qualification.

Parameters:
subjectId -

getGrantTime

public java.util.Calendar getGrantTime()
Gets the grantTime value for this Qualification.

Returns:
grantTime

setGrantTime

public void setGrantTime(java.util.Calendar grantTime)
Sets the grantTime value for this Qualification.

Parameters:
grantTime -

getIntegerValue

public java.lang.Integer getIntegerValue()
Gets the integerValue value for this Qualification.

Returns:
integerValue

setIntegerValue

public void setIntegerValue(java.lang.Integer integerValue)
Sets the integerValue value for this Qualification.

Parameters:
integerValue -

getLocaleValue

public Locale getLocaleValue()
Gets the localeValue value for this Qualification.

Returns:
localeValue

setLocaleValue

public void setLocaleValue(Locale localeValue)
Sets the localeValue value for this Qualification.

Parameters:
localeValue -

getStatus

public QualificationStatus getStatus()
Gets the status value for this Qualification.

Returns:
status

setStatus

public void setStatus(QualificationStatus status)
Sets the status value for this Qualification.

Parameters:
status -

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