Project 4

com.amazon.soap.AWSECommerceService
Class CustomerContentLookupRequest

java.lang.Object
  extended bycom.amazon.soap.AWSECommerceService.CustomerContentLookupRequest
All Implemented Interfaces:
java.io.Serializable

public class CustomerContentLookupRequest
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 customerId
           
private  java.lang.String[] responseGroup
           
private  org.apache.axis.types.PositiveInteger reviewPage
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
CustomerContentLookupRequest()
           
CustomerContentLookupRequest(java.lang.String customerId, java.lang.String[] responseGroup, org.apache.axis.types.PositiveInteger reviewPage)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCustomerId()
          Gets the customerId value for this CustomerContentLookupRequest.
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[] getResponseGroup()
          Gets the responseGroup value for this CustomerContentLookupRequest.
 java.lang.String getResponseGroup(int i)
           
 org.apache.axis.types.PositiveInteger getReviewPage()
          Gets the reviewPage value for this CustomerContentLookupRequest.
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 setCustomerId(java.lang.String customerId)
          Sets the customerId value for this CustomerContentLookupRequest.
 void setResponseGroup(int i, java.lang.String _value)
           
 void setResponseGroup(java.lang.String[] responseGroup)
          Sets the responseGroup value for this CustomerContentLookupRequest.
 void setReviewPage(org.apache.axis.types.PositiveInteger reviewPage)
          Sets the reviewPage value for this CustomerContentLookupRequest.
 
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

customerId

private java.lang.String customerId

responseGroup

private java.lang.String[] responseGroup

reviewPage

private org.apache.axis.types.PositiveInteger reviewPage

typeDesc

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

CustomerContentLookupRequest

public CustomerContentLookupRequest()

CustomerContentLookupRequest

public CustomerContentLookupRequest(java.lang.String customerId,
                                    java.lang.String[] responseGroup,
                                    org.apache.axis.types.PositiveInteger reviewPage)
Method Detail

equals

public boolean equals(java.lang.Object obj)

getCustomerId

public java.lang.String getCustomerId()
Gets the customerId value for this CustomerContentLookupRequest.

Returns:
customerId

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


getResponseGroup

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

Returns:
responseGroup

getResponseGroup

public java.lang.String getResponseGroup(int i)

getReviewPage

public org.apache.axis.types.PositiveInteger getReviewPage()
Gets the reviewPage value for this CustomerContentLookupRequest.

Returns:
reviewPage

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()

setCustomerId

public void setCustomerId(java.lang.String customerId)
Sets the customerId value for this CustomerContentLookupRequest.

Parameters:
customerId -

setResponseGroup

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

setResponseGroup

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

Parameters:
responseGroup -

setReviewPage

public void setReviewPage(org.apache.axis.types.PositiveInteger reviewPage)
Sets the reviewPage value for this CustomerContentLookupRequest.

Parameters:
reviewPage -

Project 4