com.amazonaws.mturk.requester
Class HelpRequest

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

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

See Also:
Serialized Form

Constructor Summary
HelpRequest()
           
HelpRequest(java.lang.String[] about, HelpRequestHelpType helpType, java.lang.String[] responseGroup)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String[] getAbout()
          Gets the about value for this HelpRequest.
 java.lang.String getAbout(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
 HelpRequestHelpType getHelpType()
          Gets the helpType value for this HelpRequest.
 java.lang.String[] getResponseGroup()
          Gets the responseGroup value for this HelpRequest.
 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
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setAbout(int i, java.lang.String _value)
           
 void setAbout(java.lang.String[] about)
          Sets the about value for this HelpRequest.
 void setHelpType(HelpRequestHelpType helpType)
          Sets the helpType value for this HelpRequest.
 void setResponseGroup(int i, java.lang.String _value)
           
 void setResponseGroup(java.lang.String[] responseGroup)
          Sets the responseGroup value for this HelpRequest.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelpRequest

public HelpRequest()

HelpRequest

public HelpRequest(java.lang.String[] about,
                   HelpRequestHelpType helpType,
                   java.lang.String[] responseGroup)
Method Detail

getAbout

public java.lang.String[] getAbout()
Gets the about value for this HelpRequest.

Returns:
about

setAbout

public void setAbout(java.lang.String[] about)
Sets the about value for this HelpRequest.

Parameters:
about -

getAbout

public java.lang.String getAbout(int i)

setAbout

public void setAbout(int i,
                     java.lang.String _value)

getHelpType

public HelpRequestHelpType getHelpType()
Gets the helpType value for this HelpRequest.

Returns:
helpType

setHelpType

public void setHelpType(HelpRequestHelpType helpType)
Sets the helpType value for this HelpRequest.

Parameters:
helpType -

getResponseGroup

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

Returns:
responseGroup

setResponseGroup

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

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