com.amazon.soap
Class ManufacturerRequest

java.lang.Object
  extended by com.amazon.soap.ManufacturerRequest
All Implemented Interfaces:
Serializable

public class ManufacturerRequest
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ManufacturerRequest()
           
ManufacturerRequest(String manufacturer, String page, String mode, String tag, String type, String devtag, String sort, String variations, String locale)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getDevtag()
          Gets the devtag value for this ManufacturerRequest.
 String getLocale()
          Gets the locale value for this ManufacturerRequest.
 String getManufacturer()
          Gets the manufacturer value for this ManufacturerRequest.
 String getMode()
          Gets the mode value for this ManufacturerRequest.
 String getPage()
          Gets the page value for this ManufacturerRequest.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 String getSort()
          Gets the sort value for this ManufacturerRequest.
 String getTag()
          Gets the tag value for this ManufacturerRequest.
 String getType()
          Gets the type value for this ManufacturerRequest.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 String getVariations()
          Gets the variations value for this ManufacturerRequest.
 int hashCode()
           
 void setDevtag(String devtag)
          Sets the devtag value for this ManufacturerRequest.
 void setLocale(String locale)
          Sets the locale value for this ManufacturerRequest.
 void setManufacturer(String manufacturer)
          Sets the manufacturer value for this ManufacturerRequest.
 void setMode(String mode)
          Sets the mode value for this ManufacturerRequest.
 void setPage(String page)
          Sets the page value for this ManufacturerRequest.
 void setSort(String sort)
          Sets the sort value for this ManufacturerRequest.
 void setTag(String tag)
          Sets the tag value for this ManufacturerRequest.
 void setType(String type)
          Sets the type value for this ManufacturerRequest.
 void setVariations(String variations)
          Sets the variations value for this ManufacturerRequest.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManufacturerRequest

public ManufacturerRequest()

ManufacturerRequest

public ManufacturerRequest(String manufacturer,
                           String page,
                           String mode,
                           String tag,
                           String type,
                           String devtag,
                           String sort,
                           String variations,
                           String locale)
Method Detail

getManufacturer

public String getManufacturer()
Gets the manufacturer value for this ManufacturerRequest.

Returns:
manufacturer

setManufacturer

public void setManufacturer(String manufacturer)
Sets the manufacturer value for this ManufacturerRequest.

Parameters:
manufacturer -

getPage

public String getPage()
Gets the page value for this ManufacturerRequest.

Returns:
page

setPage

public void setPage(String page)
Sets the page value for this ManufacturerRequest.

Parameters:
page -

getMode

public String getMode()
Gets the mode value for this ManufacturerRequest.

Returns:
mode

setMode

public void setMode(String mode)
Sets the mode value for this ManufacturerRequest.

Parameters:
mode -

getTag

public String getTag()
Gets the tag value for this ManufacturerRequest.

Returns:
tag

setTag

public void setTag(String tag)
Sets the tag value for this ManufacturerRequest.

Parameters:
tag -

getType

public String getType()
Gets the type value for this ManufacturerRequest.

Returns:
type

setType

public void setType(String type)
Sets the type value for this ManufacturerRequest.

Parameters:
type -

getDevtag

public String getDevtag()
Gets the devtag value for this ManufacturerRequest.

Returns:
devtag

setDevtag

public void setDevtag(String devtag)
Sets the devtag value for this ManufacturerRequest.

Parameters:
devtag -

getSort

public String getSort()
Gets the sort value for this ManufacturerRequest.

Returns:
sort

setSort

public void setSort(String sort)
Sets the sort value for this ManufacturerRequest.

Parameters:
sort -

getVariations

public String getVariations()
Gets the variations value for this ManufacturerRequest.

Returns:
variations

setVariations

public void setVariations(String variations)
Sets the variations value for this ManufacturerRequest.

Parameters:
variations -

getLocale

public String getLocale()
Gets the locale value for this ManufacturerRequest.

Returns:
locale

setLocale

public void setLocale(String locale)
Sets the locale value for this ManufacturerRequest.

Parameters:
locale -

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

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


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer