com.amazonaws.mturk.requester
Class GetAssignmentsForHITRequest

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

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

See Also:
Serialized Form

Constructor Summary
GetAssignmentsForHITRequest()
           
GetAssignmentsForHITRequest(java.lang.String HITId, SortDirection sortDirection, GetAssignmentsForHITSortProperty sortProperty, java.lang.Integer pageNumber, java.lang.Integer pageSize, AssignmentStatus[] assignmentStatus, java.lang.String[] responseGroup)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 AssignmentStatus[] getAssignmentStatus()
          Gets the assignmentStatus value for this GetAssignmentsForHITRequest.
 AssignmentStatus getAssignmentStatus(int i)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getHITId()
          Gets the HITId value for this GetAssignmentsForHITRequest.
 java.lang.Integer getPageNumber()
          Gets the pageNumber value for this GetAssignmentsForHITRequest.
 java.lang.Integer getPageSize()
          Gets the pageSize value for this GetAssignmentsForHITRequest.
 java.lang.String[] getResponseGroup()
          Gets the responseGroup value for this GetAssignmentsForHITRequest.
 java.lang.String getResponseGroup(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
 SortDirection getSortDirection()
          Gets the sortDirection value for this GetAssignmentsForHITRequest.
 GetAssignmentsForHITSortProperty getSortProperty()
          Gets the sortProperty value for this GetAssignmentsForHITRequest.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setAssignmentStatus(AssignmentStatus[] assignmentStatus)
          Sets the assignmentStatus value for this GetAssignmentsForHITRequest.
 void setAssignmentStatus(int i, AssignmentStatus _value)
           
 void setHITId(java.lang.String HITId)
          Sets the HITId value for this GetAssignmentsForHITRequest.
 void setPageNumber(java.lang.Integer pageNumber)
          Sets the pageNumber value for this GetAssignmentsForHITRequest.
 void setPageSize(java.lang.Integer pageSize)
          Sets the pageSize value for this GetAssignmentsForHITRequest.
 void setResponseGroup(int i, java.lang.String _value)
           
 void setResponseGroup(java.lang.String[] responseGroup)
          Sets the responseGroup value for this GetAssignmentsForHITRequest.
 void setSortDirection(SortDirection sortDirection)
          Sets the sortDirection value for this GetAssignmentsForHITRequest.
 void setSortProperty(GetAssignmentsForHITSortProperty sortProperty)
          Sets the sortProperty value for this GetAssignmentsForHITRequest.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetAssignmentsForHITRequest

public GetAssignmentsForHITRequest()

GetAssignmentsForHITRequest

public GetAssignmentsForHITRequest(java.lang.String HITId,
                                   SortDirection sortDirection,
                                   GetAssignmentsForHITSortProperty sortProperty,
                                   java.lang.Integer pageNumber,
                                   java.lang.Integer pageSize,
                                   AssignmentStatus[] assignmentStatus,
                                   java.lang.String[] responseGroup)
Method Detail

getHITId

public java.lang.String getHITId()
Gets the HITId value for this GetAssignmentsForHITRequest.

Returns:
HITId

setHITId

public void setHITId(java.lang.String HITId)
Sets the HITId value for this GetAssignmentsForHITRequest.

Parameters:
HITId -

getSortDirection

public SortDirection getSortDirection()
Gets the sortDirection value for this GetAssignmentsForHITRequest.

Returns:
sortDirection

setSortDirection

public void setSortDirection(SortDirection sortDirection)
Sets the sortDirection value for this GetAssignmentsForHITRequest.

Parameters:
sortDirection -

getSortProperty

public GetAssignmentsForHITSortProperty getSortProperty()
Gets the sortProperty value for this GetAssignmentsForHITRequest.

Returns:
sortProperty

setSortProperty

public void setSortProperty(GetAssignmentsForHITSortProperty sortProperty)
Sets the sortProperty value for this GetAssignmentsForHITRequest.

Parameters:
sortProperty -

getPageNumber

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

Returns:
pageNumber

setPageNumber

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

Parameters:
pageNumber -

getPageSize

public java.lang.Integer getPageSize()
Gets the pageSize value for this GetAssignmentsForHITRequest.

Returns:
pageSize

setPageSize

public void setPageSize(java.lang.Integer pageSize)
Sets the pageSize value for this GetAssignmentsForHITRequest.

Parameters:
pageSize -

getAssignmentStatus

public AssignmentStatus[] getAssignmentStatus()
Gets the assignmentStatus value for this GetAssignmentsForHITRequest.

Returns:
assignmentStatus

setAssignmentStatus

public void setAssignmentStatus(AssignmentStatus[] assignmentStatus)
Sets the assignmentStatus value for this GetAssignmentsForHITRequest.

Parameters:
assignmentStatus -

getAssignmentStatus

public AssignmentStatus getAssignmentStatus(int i)

setAssignmentStatus

public void setAssignmentStatus(int i,
                                AssignmentStatus _value)

getResponseGroup

public java.lang.String[] getResponseGroup()
Gets the responseGroup value for this GetAssignmentsForHITRequest.

Returns:
responseGroup

setResponseGroup

public void setResponseGroup(java.lang.String[] responseGroup)
Sets the responseGroup value for this GetAssignmentsForHITRequest.

Parameters:
responseGroup -

getResponseGroup

public java.lang.String getResponseGroup(int i)

setResponseGroup

public void setResponseGroup(int i,
                             java.lang.String _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