Project 4

com.amazon.soap.AWSECommerceService
Class SellerListingSearchRequest

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

public class SellerListingSearchRequest
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 browseNode
           
private  java.lang.String country
           
private  java.lang.String keywords
           
private  org.apache.axis.types.PositiveInteger listingPage
           
private  SellerListingSearchRequestOfferStatus offerStatus
           
private  java.lang.String postalCode
           
private  java.lang.String[] responseGroup
           
private  java.lang.String searchIndex
           
private  java.lang.String sellerId
           
private  SellerListingSearchRequestShipOption shipOption
           
private  java.lang.String sort
           
private  java.lang.String title
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
SellerListingSearchRequest()
           
SellerListingSearchRequest(java.lang.String browseNode, java.lang.String country, java.lang.String keywords, org.apache.axis.types.PositiveInteger listingPage, SellerListingSearchRequestOfferStatus offerStatus, java.lang.String postalCode, java.lang.String[] responseGroup, java.lang.String searchIndex, java.lang.String sellerId, SellerListingSearchRequestShipOption shipOption, java.lang.String sort, java.lang.String title)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getBrowseNode()
          Gets the browseNode value for this SellerListingSearchRequest.
 java.lang.String getCountry()
          Gets the country value for this SellerListingSearchRequest.
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 getKeywords()
          Gets the keywords value for this SellerListingSearchRequest.
 org.apache.axis.types.PositiveInteger getListingPage()
          Gets the listingPage value for this SellerListingSearchRequest.
 SellerListingSearchRequestOfferStatus getOfferStatus()
          Gets the offerStatus value for this SellerListingSearchRequest.
 java.lang.String getPostalCode()
          Gets the postalCode value for this SellerListingSearchRequest.
 java.lang.String[] getResponseGroup()
          Gets the responseGroup value for this SellerListingSearchRequest.
 java.lang.String getResponseGroup(int i)
           
 java.lang.String getSearchIndex()
          Gets the searchIndex value for this SellerListingSearchRequest.
 java.lang.String getSellerId()
          Gets the sellerId value for this SellerListingSearchRequest.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 SellerListingSearchRequestShipOption getShipOption()
          Gets the shipOption value for this SellerListingSearchRequest.
 java.lang.String getSort()
          Gets the sort value for this SellerListingSearchRequest.
 java.lang.String getTitle()
          Gets the title value for this SellerListingSearchRequest.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setBrowseNode(java.lang.String browseNode)
          Sets the browseNode value for this SellerListingSearchRequest.
 void setCountry(java.lang.String country)
          Sets the country value for this SellerListingSearchRequest.
 void setKeywords(java.lang.String keywords)
          Sets the keywords value for this SellerListingSearchRequest.
 void setListingPage(org.apache.axis.types.PositiveInteger listingPage)
          Sets the listingPage value for this SellerListingSearchRequest.
 void setOfferStatus(SellerListingSearchRequestOfferStatus offerStatus)
          Sets the offerStatus value for this SellerListingSearchRequest.
 void setPostalCode(java.lang.String postalCode)
          Sets the postalCode value for this SellerListingSearchRequest.
 void setResponseGroup(int i, java.lang.String _value)
           
 void setResponseGroup(java.lang.String[] responseGroup)
          Sets the responseGroup value for this SellerListingSearchRequest.
 void setSearchIndex(java.lang.String searchIndex)
          Sets the searchIndex value for this SellerListingSearchRequest.
 void setSellerId(java.lang.String sellerId)
          Sets the sellerId value for this SellerListingSearchRequest.
 void setShipOption(SellerListingSearchRequestShipOption shipOption)
          Sets the shipOption value for this SellerListingSearchRequest.
 void setSort(java.lang.String sort)
          Sets the sort value for this SellerListingSearchRequest.
 void setTitle(java.lang.String title)
          Sets the title value for this SellerListingSearchRequest.
 
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

browseNode

private java.lang.String browseNode

country

private java.lang.String country

keywords

private java.lang.String keywords

listingPage

private org.apache.axis.types.PositiveInteger listingPage

offerStatus

private SellerListingSearchRequestOfferStatus offerStatus

postalCode

private java.lang.String postalCode

responseGroup

private java.lang.String[] responseGroup

searchIndex

private java.lang.String searchIndex

sellerId

private java.lang.String sellerId

shipOption

private SellerListingSearchRequestShipOption shipOption

sort

private java.lang.String sort

title

private java.lang.String title

typeDesc

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

SellerListingSearchRequest

public SellerListingSearchRequest()

SellerListingSearchRequest

public SellerListingSearchRequest(java.lang.String browseNode,
                                  java.lang.String country,
                                  java.lang.String keywords,
                                  org.apache.axis.types.PositiveInteger listingPage,
                                  SellerListingSearchRequestOfferStatus offerStatus,
                                  java.lang.String postalCode,
                                  java.lang.String[] responseGroup,
                                  java.lang.String searchIndex,
                                  java.lang.String sellerId,
                                  SellerListingSearchRequestShipOption shipOption,
                                  java.lang.String sort,
                                  java.lang.String title)
Method Detail

equals

public boolean equals(java.lang.Object obj)

getBrowseNode

public java.lang.String getBrowseNode()
Gets the browseNode value for this SellerListingSearchRequest.

Returns:
browseNode

getCountry

public java.lang.String getCountry()
Gets the country value for this SellerListingSearchRequest.

Returns:
country

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


getKeywords

public java.lang.String getKeywords()
Gets the keywords value for this SellerListingSearchRequest.

Returns:
keywords

getListingPage

public org.apache.axis.types.PositiveInteger getListingPage()
Gets the listingPage value for this SellerListingSearchRequest.

Returns:
listingPage

getOfferStatus

public SellerListingSearchRequestOfferStatus getOfferStatus()
Gets the offerStatus value for this SellerListingSearchRequest.

Returns:
offerStatus

getPostalCode

public java.lang.String getPostalCode()
Gets the postalCode value for this SellerListingSearchRequest.

Returns:
postalCode

getResponseGroup

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

Returns:
responseGroup

getResponseGroup

public java.lang.String getResponseGroup(int i)

getSearchIndex

public java.lang.String getSearchIndex()
Gets the searchIndex value for this SellerListingSearchRequest.

Returns:
searchIndex

getSellerId

public java.lang.String getSellerId()
Gets the sellerId value for this SellerListingSearchRequest.

Returns:
sellerId

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


getShipOption

public SellerListingSearchRequestShipOption getShipOption()
Gets the shipOption value for this SellerListingSearchRequest.

Returns:
shipOption

getSort

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

Returns:
sort

getTitle

public java.lang.String getTitle()
Gets the title value for this SellerListingSearchRequest.

Returns:
title

getTypeDesc

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


hashCode

public int hashCode()

setBrowseNode

public void setBrowseNode(java.lang.String browseNode)
Sets the browseNode value for this SellerListingSearchRequest.

Parameters:
browseNode -

setCountry

public void setCountry(java.lang.String country)
Sets the country value for this SellerListingSearchRequest.

Parameters:
country -

setKeywords

public void setKeywords(java.lang.String keywords)
Sets the keywords value for this SellerListingSearchRequest.

Parameters:
keywords -

setListingPage

public void setListingPage(org.apache.axis.types.PositiveInteger listingPage)
Sets the listingPage value for this SellerListingSearchRequest.

Parameters:
listingPage -

setOfferStatus

public void setOfferStatus(SellerListingSearchRequestOfferStatus offerStatus)
Sets the offerStatus value for this SellerListingSearchRequest.

Parameters:
offerStatus -

setPostalCode

public void setPostalCode(java.lang.String postalCode)
Sets the postalCode value for this SellerListingSearchRequest.

Parameters:
postalCode -

setResponseGroup

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

setResponseGroup

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

Parameters:
responseGroup -

setSearchIndex

public void setSearchIndex(java.lang.String searchIndex)
Sets the searchIndex value for this SellerListingSearchRequest.

Parameters:
searchIndex -

setSellerId

public void setSellerId(java.lang.String sellerId)
Sets the sellerId value for this SellerListingSearchRequest.

Parameters:
sellerId -

setShipOption

public void setShipOption(SellerListingSearchRequestShipOption shipOption)
Sets the shipOption value for this SellerListingSearchRequest.

Parameters:
shipOption -

setSort

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

Parameters:
sort -

setTitle

public void setTitle(java.lang.String title)
Sets the title value for this SellerListingSearchRequest.

Parameters:
title -

Project 4