Project 4

com.amazon.soap.AWSECommerceService
Class ListSearchRequest

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

public class ListSearchRequest
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 city
           
private  java.lang.String email
           
private  java.lang.String firstName
           
private  java.lang.String lastName
           
private  org.apache.axis.types.PositiveInteger listPage
           
private  ListSearchRequestListType listType
           
private  java.lang.String name
           
private  java.lang.String[] responseGroup
           
private  java.lang.String state
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
ListSearchRequest()
           
ListSearchRequest(java.lang.String city, java.lang.String email, java.lang.String firstName, java.lang.String lastName, org.apache.axis.types.PositiveInteger listPage, ListSearchRequestListType listType, java.lang.String name, java.lang.String[] responseGroup, java.lang.String state)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCity()
          Gets the city value for this ListSearchRequest.
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 getEmail()
          Gets the email value for this ListSearchRequest.
 java.lang.String getFirstName()
          Gets the firstName value for this ListSearchRequest.
 java.lang.String getLastName()
          Gets the lastName value for this ListSearchRequest.
 org.apache.axis.types.PositiveInteger getListPage()
          Gets the listPage value for this ListSearchRequest.
 ListSearchRequestListType getListType()
          Gets the listType value for this ListSearchRequest.
 java.lang.String getName()
          Gets the name value for this ListSearchRequest.
 java.lang.String[] getResponseGroup()
          Gets the responseGroup value for this ListSearchRequest.
 java.lang.String getResponseGroup(int i)
           
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 getState()
          Gets the state value for this ListSearchRequest.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setCity(java.lang.String city)
          Sets the city value for this ListSearchRequest.
 void setEmail(java.lang.String email)
          Sets the email value for this ListSearchRequest.
 void setFirstName(java.lang.String firstName)
          Sets the firstName value for this ListSearchRequest.
 void setLastName(java.lang.String lastName)
          Sets the lastName value for this ListSearchRequest.
 void setListPage(org.apache.axis.types.PositiveInteger listPage)
          Sets the listPage value for this ListSearchRequest.
 void setListType(ListSearchRequestListType listType)
          Sets the listType value for this ListSearchRequest.
 void setName(java.lang.String name)
          Sets the name value for this ListSearchRequest.
 void setResponseGroup(int i, java.lang.String _value)
           
 void setResponseGroup(java.lang.String[] responseGroup)
          Sets the responseGroup value for this ListSearchRequest.
 void setState(java.lang.String state)
          Sets the state value for this ListSearchRequest.
 
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

city

private java.lang.String city

email

private java.lang.String email

firstName

private java.lang.String firstName

lastName

private java.lang.String lastName

listPage

private org.apache.axis.types.PositiveInteger listPage

listType

private ListSearchRequestListType listType

name

private java.lang.String name

responseGroup

private java.lang.String[] responseGroup

state

private java.lang.String state

typeDesc

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

ListSearchRequest

public ListSearchRequest()

ListSearchRequest

public ListSearchRequest(java.lang.String city,
                         java.lang.String email,
                         java.lang.String firstName,
                         java.lang.String lastName,
                         org.apache.axis.types.PositiveInteger listPage,
                         ListSearchRequestListType listType,
                         java.lang.String name,
                         java.lang.String[] responseGroup,
                         java.lang.String state)
Method Detail

equals

public boolean equals(java.lang.Object obj)

getCity

public java.lang.String getCity()
Gets the city value for this ListSearchRequest.

Returns:
city

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


getEmail

public java.lang.String getEmail()
Gets the email value for this ListSearchRequest.

Returns:
email

getFirstName

public java.lang.String getFirstName()
Gets the firstName value for this ListSearchRequest.

Returns:
firstName

getLastName

public java.lang.String getLastName()
Gets the lastName value for this ListSearchRequest.

Returns:
lastName

getListPage

public org.apache.axis.types.PositiveInteger getListPage()
Gets the listPage value for this ListSearchRequest.

Returns:
listPage

getListType

public ListSearchRequestListType getListType()
Gets the listType value for this ListSearchRequest.

Returns:
listType

getName

public java.lang.String getName()
Gets the name value for this ListSearchRequest.

Returns:
name

getResponseGroup

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

Returns:
responseGroup

getResponseGroup

public java.lang.String getResponseGroup(int i)

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


getState

public java.lang.String getState()
Gets the state value for this ListSearchRequest.

Returns:
state

getTypeDesc

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


hashCode

public int hashCode()

setCity

public void setCity(java.lang.String city)
Sets the city value for this ListSearchRequest.

Parameters:
city -

setEmail

public void setEmail(java.lang.String email)
Sets the email value for this ListSearchRequest.

Parameters:
email -

setFirstName

public void setFirstName(java.lang.String firstName)
Sets the firstName value for this ListSearchRequest.

Parameters:
firstName -

setLastName

public void setLastName(java.lang.String lastName)
Sets the lastName value for this ListSearchRequest.

Parameters:
lastName -

setListPage

public void setListPage(org.apache.axis.types.PositiveInteger listPage)
Sets the listPage value for this ListSearchRequest.

Parameters:
listPage -

setListType

public void setListType(ListSearchRequestListType listType)
Sets the listType value for this ListSearchRequest.

Parameters:
listType -

setName

public void setName(java.lang.String name)
Sets the name value for this ListSearchRequest.

Parameters:
name -

setResponseGroup

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

setResponseGroup

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

Parameters:
responseGroup -

setState

public void setState(java.lang.String state)
Sets the state value for this ListSearchRequest.

Parameters:
state -

Project 4