Project 4

com.amazon.soap.AWSECommerceService
Class CustomerContentSearchRequest

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

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

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  org.apache.axis.types.PositiveInteger customerPage
           
private  java.lang.String email
           
private  java.lang.String name
           
private  java.lang.String[] responseGroup
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
CustomerContentSearchRequest()
           
CustomerContentSearchRequest(org.apache.axis.types.PositiveInteger customerPage, java.lang.String email, java.lang.String name, java.lang.String[] responseGroup)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 org.apache.axis.types.PositiveInteger getCustomerPage()
          Gets the customerPage value for this CustomerContentSearchRequest.
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 getEmail()
          Gets the email value for this CustomerContentSearchRequest.
 java.lang.String getName()
          Gets the name value for this CustomerContentSearchRequest.
 java.lang.String[] getResponseGroup()
          Gets the responseGroup value for this CustomerContentSearchRequest.
 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 setCustomerPage(org.apache.axis.types.PositiveInteger customerPage)
          Sets the customerPage value for this CustomerContentSearchRequest.
 void setEmail(java.lang.String email)
          Sets the email value for this CustomerContentSearchRequest.
 void setName(java.lang.String name)
          Sets the name value for this CustomerContentSearchRequest.
 void setResponseGroup(int i, java.lang.String _value)
           
 void setResponseGroup(java.lang.String[] responseGroup)
          Sets the responseGroup value for this CustomerContentSearchRequest.
 
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

customerPage

private org.apache.axis.types.PositiveInteger customerPage

email

private java.lang.String email

name

private java.lang.String name

responseGroup

private java.lang.String[] responseGroup

typeDesc

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

CustomerContentSearchRequest

public CustomerContentSearchRequest()

CustomerContentSearchRequest

public CustomerContentSearchRequest(org.apache.axis.types.PositiveInteger customerPage,
                                    java.lang.String email,
                                    java.lang.String name,
                                    java.lang.String[] responseGroup)
Method Detail

equals

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

getCustomerPage

public org.apache.axis.types.PositiveInteger getCustomerPage()
Gets the customerPage value for this CustomerContentSearchRequest.

Returns:
customerPage

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


getEmail

public java.lang.String getEmail()
Gets the email value for this CustomerContentSearchRequest.

Returns:
email

getName

public java.lang.String getName()
Gets the name value for this CustomerContentSearchRequest.

Returns:
name

getResponseGroup

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

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

setCustomerPage

public void setCustomerPage(org.apache.axis.types.PositiveInteger customerPage)
Sets the customerPage value for this CustomerContentSearchRequest.

Parameters:
customerPage -

setEmail

public void setEmail(java.lang.String email)
Sets the email value for this CustomerContentSearchRequest.

Parameters:
email -

setName

public void setName(java.lang.String name)
Sets the name value for this CustomerContentSearchRequest.

Parameters:
name -

setResponseGroup

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

setResponseGroup

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

Parameters:
responseGroup -

Project 4