com.amazon.soap
Class BrowseNodeRequest

java.lang.Object
  extended by com.amazon.soap.BrowseNodeRequest
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AmazonBrowseRequest

public class BrowseNodeRequest
extends Object
implements Serializable

See Also:
Serialized Form

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

Constructor Detail

BrowseNodeRequest

public BrowseNodeRequest()

BrowseNodeRequest

public BrowseNodeRequest(String browse_node,
                         String page,
                         String mode,
                         String tag,
                         String type,
                         String devtag,
                         String sort,
                         String locale)
Method Detail

getBrowse_node

public String getBrowse_node()
Gets the browse_node value for this BrowseNodeRequest.

Returns:
browse_node

setBrowse_node

public void setBrowse_node(String browse_node)
Sets the browse_node value for this BrowseNodeRequest.

Parameters:
browse_node -

getPage

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

Returns:
page

setPage

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

Parameters:
page -

getMode

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

Returns:
mode

setMode

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

Parameters:
mode -

getTag

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

Returns:
tag

setTag

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

Parameters:
tag -

getType

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

Returns:
type

setType

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

Parameters:
type -

getDevtag

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

Returns:
devtag

setDevtag

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

Parameters:
devtag -

getSort

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

Returns:
sort

setSort

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

Parameters:
sort -

getLocale

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

Returns:
locale

setLocale

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

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