Project 4

com.amazon.soap.AWSECommerceService
Class ListLookupRequest

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

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

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  Condition condition
           
private  DeliveryMethod deliveryMethod
           
private  java.lang.String ISPUPostalCode
           
private  java.lang.String listId
           
private  ListLookupRequestListType listType
           
private  java.lang.String merchantId
           
private  java.lang.String productGroup
           
private  org.apache.axis.types.PositiveInteger productPage
           
private  java.lang.String[] responseGroup
           
private  java.lang.String reviewSort
           
private  java.lang.String sort
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
ListLookupRequest()
           
ListLookupRequest(Condition condition, DeliveryMethod deliveryMethod, java.lang.String ISPUPostalCode, java.lang.String listId, ListLookupRequestListType listType, java.lang.String merchantId, java.lang.String productGroup, org.apache.axis.types.PositiveInteger productPage, java.lang.String[] responseGroup, java.lang.String reviewSort, java.lang.String sort)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 Condition getCondition()
          Gets the condition value for this ListLookupRequest.
 DeliveryMethod getDeliveryMethod()
          Gets the deliveryMethod value for this ListLookupRequest.
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 getISPUPostalCode()
          Gets the ISPUPostalCode value for this ListLookupRequest.
 java.lang.String getListId()
          Gets the listId value for this ListLookupRequest.
 ListLookupRequestListType getListType()
          Gets the listType value for this ListLookupRequest.
 java.lang.String getMerchantId()
          Gets the merchantId value for this ListLookupRequest.
 java.lang.String getProductGroup()
          Gets the productGroup value for this ListLookupRequest.
 org.apache.axis.types.PositiveInteger getProductPage()
          Gets the productPage value for this ListLookupRequest.
 java.lang.String[] getResponseGroup()
          Gets the responseGroup value for this ListLookupRequest.
 java.lang.String getResponseGroup(int i)
           
 java.lang.String getReviewSort()
          Gets the reviewSort value for this ListLookupRequest.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getSort()
          Gets the sort value for this ListLookupRequest.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setCondition(Condition condition)
          Sets the condition value for this ListLookupRequest.
 void setDeliveryMethod(DeliveryMethod deliveryMethod)
          Sets the deliveryMethod value for this ListLookupRequest.
 void setISPUPostalCode(java.lang.String ISPUPostalCode)
          Sets the ISPUPostalCode value for this ListLookupRequest.
 void setListId(java.lang.String listId)
          Sets the listId value for this ListLookupRequest.
 void setListType(ListLookupRequestListType listType)
          Sets the listType value for this ListLookupRequest.
 void setMerchantId(java.lang.String merchantId)
          Sets the merchantId value for this ListLookupRequest.
 void setProductGroup(java.lang.String productGroup)
          Sets the productGroup value for this ListLookupRequest.
 void setProductPage(org.apache.axis.types.PositiveInteger productPage)
          Sets the productPage value for this ListLookupRequest.
 void setResponseGroup(int i, java.lang.String _value)
           
 void setResponseGroup(java.lang.String[] responseGroup)
          Sets the responseGroup value for this ListLookupRequest.
 void setReviewSort(java.lang.String reviewSort)
          Sets the reviewSort value for this ListLookupRequest.
 void setSort(java.lang.String sort)
          Sets the sort value for this ListLookupRequest.
 
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

condition

private Condition condition

deliveryMethod

private DeliveryMethod deliveryMethod

ISPUPostalCode

private java.lang.String ISPUPostalCode

listId

private java.lang.String listId

listType

private ListLookupRequestListType listType

merchantId

private java.lang.String merchantId

productGroup

private java.lang.String productGroup

productPage

private org.apache.axis.types.PositiveInteger productPage

responseGroup

private java.lang.String[] responseGroup

reviewSort

private java.lang.String reviewSort

sort

private java.lang.String sort

typeDesc

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

ListLookupRequest

public ListLookupRequest()

ListLookupRequest

public ListLookupRequest(Condition condition,
                         DeliveryMethod deliveryMethod,
                         java.lang.String ISPUPostalCode,
                         java.lang.String listId,
                         ListLookupRequestListType listType,
                         java.lang.String merchantId,
                         java.lang.String productGroup,
                         org.apache.axis.types.PositiveInteger productPage,
                         java.lang.String[] responseGroup,
                         java.lang.String reviewSort,
                         java.lang.String sort)
Method Detail

equals

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

getCondition

public Condition getCondition()
Gets the condition value for this ListLookupRequest.

Returns:
condition

getDeliveryMethod

public DeliveryMethod getDeliveryMethod()
Gets the deliveryMethod value for this ListLookupRequest.

Returns:
deliveryMethod

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


getISPUPostalCode

public java.lang.String getISPUPostalCode()
Gets the ISPUPostalCode value for this ListLookupRequest.

Returns:
ISPUPostalCode

getListId

public java.lang.String getListId()
Gets the listId value for this ListLookupRequest.

Returns:
listId

getListType

public ListLookupRequestListType getListType()
Gets the listType value for this ListLookupRequest.

Returns:
listType

getMerchantId

public java.lang.String getMerchantId()
Gets the merchantId value for this ListLookupRequest.

Returns:
merchantId

getProductGroup

public java.lang.String getProductGroup()
Gets the productGroup value for this ListLookupRequest.

Returns:
productGroup

getProductPage

public org.apache.axis.types.PositiveInteger getProductPage()
Gets the productPage value for this ListLookupRequest.

Returns:
productPage

getResponseGroup

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

Returns:
responseGroup

getResponseGroup

public java.lang.String getResponseGroup(int i)

getReviewSort

public java.lang.String getReviewSort()
Gets the reviewSort value for this ListLookupRequest.

Returns:
reviewSort

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


getSort

public java.lang.String getSort()
Gets the sort value for this ListLookupRequest.

Returns:
sort

getTypeDesc

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


hashCode

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

setCondition

public void setCondition(Condition condition)
Sets the condition value for this ListLookupRequest.

Parameters:
condition -

setDeliveryMethod

public void setDeliveryMethod(DeliveryMethod deliveryMethod)
Sets the deliveryMethod value for this ListLookupRequest.

Parameters:
deliveryMethod -

setISPUPostalCode

public void setISPUPostalCode(java.lang.String ISPUPostalCode)
Sets the ISPUPostalCode value for this ListLookupRequest.

Parameters:
ISPUPostalCode -

setListId

public void setListId(java.lang.String listId)
Sets the listId value for this ListLookupRequest.

Parameters:
listId -

setListType

public void setListType(ListLookupRequestListType listType)
Sets the listType value for this ListLookupRequest.

Parameters:
listType -

setMerchantId

public void setMerchantId(java.lang.String merchantId)
Sets the merchantId value for this ListLookupRequest.

Parameters:
merchantId -

setProductGroup

public void setProductGroup(java.lang.String productGroup)
Sets the productGroup value for this ListLookupRequest.

Parameters:
productGroup -

setProductPage

public void setProductPage(org.apache.axis.types.PositiveInteger productPage)
Sets the productPage value for this ListLookupRequest.

Parameters:
productPage -

setResponseGroup

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

setResponseGroup

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

Parameters:
responseGroup -

setReviewSort

public void setReviewSort(java.lang.String reviewSort)
Sets the reviewSort value for this ListLookupRequest.

Parameters:
reviewSort -

setSort

public void setSort(java.lang.String sort)
Sets the sort value for this ListLookupRequest.

Parameters:
sort -

Project 4