Project 4

com.amazon.soap.AWSECommerceService
Class HelpRequest

java.lang.Object
  extended by com.amazon.soap.AWSECommerceService.HelpRequest
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  java.lang.String about
           
private  HelpRequestHelpType helpType
           
private  java.lang.String[] responseGroup
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
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.
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(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
 

Field Detail

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

about

private java.lang.String about

helpType

private HelpRequestHelpType helpType

responseGroup

private java.lang.String[] responseGroup

typeDesc

private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail

HelpRequest

public HelpRequest()

HelpRequest

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

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

getAbout

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

Returns:
about

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


getHelpType

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

Returns:
helpType

getResponseGroup

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

Returns:
responseGroup

getResponseGroup

public java.lang.String getResponseGroup(int i)

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


getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

setAbout

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

Parameters:
about -

setHelpType

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

Parameters:
helpType -

setResponseGroup

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

setResponseGroup

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

Parameters:
responseGroup -

Project 4