Project 4

com.amazon.soap.AWSECommerceService
Class Request

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

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

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  BrowseNodeLookupRequest browseNodeLookupRequest
           
private  CartAddRequest cartAddRequest
           
private  CartClearRequest cartClearRequest
           
private  CartCreateRequest cartCreateRequest
           
private  CartGetRequest cartGetRequest
           
private  CartModifyRequest cartModifyRequest
           
private  CustomerContentLookupRequest customerContentLookupRequest
           
private  CustomerContentSearchRequest customerContentSearchRequest
           
private  ErrorsError[] errors
           
private  HelpRequest helpRequest
           
private  java.lang.String isValid
           
private  ItemLookupRequest itemLookupRequest
           
private  ItemSearchRequest itemSearchRequest
           
private  ListLookupRequest listLookupRequest
           
private  ListSearchRequest listSearchRequest
           
private  SellerListingLookupRequest sellerListingLookupRequest
           
private  SellerListingSearchRequest sellerListingSearchRequest
           
private  SellerLookupRequest sellerLookupRequest
           
private  SimilarityLookupRequest similarityLookupRequest
           
private  TransactionLookupRequest transactionLookupRequest
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
Request()
           
Request(java.lang.String isValid, HelpRequest helpRequest, BrowseNodeLookupRequest browseNodeLookupRequest, ItemSearchRequest itemSearchRequest, ItemLookupRequest itemLookupRequest, ListSearchRequest listSearchRequest, ListLookupRequest listLookupRequest, CustomerContentSearchRequest customerContentSearchRequest, CustomerContentLookupRequest customerContentLookupRequest, SimilarityLookupRequest similarityLookupRequest, CartGetRequest cartGetRequest, CartAddRequest cartAddRequest, CartCreateRequest cartCreateRequest, CartModifyRequest cartModifyRequest, CartClearRequest cartClearRequest, TransactionLookupRequest transactionLookupRequest, SellerListingSearchRequest sellerListingSearchRequest, SellerListingLookupRequest sellerListingLookupRequest, SellerLookupRequest sellerLookupRequest, ErrorsError[] errors)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 BrowseNodeLookupRequest getBrowseNodeLookupRequest()
          Gets the browseNodeLookupRequest value for this Request.
 CartAddRequest getCartAddRequest()
          Gets the cartAddRequest value for this Request.
 CartClearRequest getCartClearRequest()
          Gets the cartClearRequest value for this Request.
 CartCreateRequest getCartCreateRequest()
          Gets the cartCreateRequest value for this Request.
 CartGetRequest getCartGetRequest()
          Gets the cartGetRequest value for this Request.
 CartModifyRequest getCartModifyRequest()
          Gets the cartModifyRequest value for this Request.
 CustomerContentLookupRequest getCustomerContentLookupRequest()
          Gets the customerContentLookupRequest value for this Request.
 CustomerContentSearchRequest getCustomerContentSearchRequest()
          Gets the customerContentSearchRequest value for this Request.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 ErrorsError[] getErrors()
          Gets the errors value for this Request.
 HelpRequest getHelpRequest()
          Gets the helpRequest value for this Request.
 java.lang.String getIsValid()
          Gets the isValid value for this Request.
 ItemLookupRequest getItemLookupRequest()
          Gets the itemLookupRequest value for this Request.
 ItemSearchRequest getItemSearchRequest()
          Gets the itemSearchRequest value for this Request.
 ListLookupRequest getListLookupRequest()
          Gets the listLookupRequest value for this Request.
 ListSearchRequest getListSearchRequest()
          Gets the listSearchRequest value for this Request.
 SellerListingLookupRequest getSellerListingLookupRequest()
          Gets the sellerListingLookupRequest value for this Request.
 SellerListingSearchRequest getSellerListingSearchRequest()
          Gets the sellerListingSearchRequest value for this Request.
 SellerLookupRequest getSellerLookupRequest()
          Gets the sellerLookupRequest value for this Request.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 SimilarityLookupRequest getSimilarityLookupRequest()
          Gets the similarityLookupRequest value for this Request.
 TransactionLookupRequest getTransactionLookupRequest()
          Gets the transactionLookupRequest value for this Request.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setBrowseNodeLookupRequest(BrowseNodeLookupRequest browseNodeLookupRequest)
          Sets the browseNodeLookupRequest value for this Request.
 void setCartAddRequest(CartAddRequest cartAddRequest)
          Sets the cartAddRequest value for this Request.
 void setCartClearRequest(CartClearRequest cartClearRequest)
          Sets the cartClearRequest value for this Request.
 void setCartCreateRequest(CartCreateRequest cartCreateRequest)
          Sets the cartCreateRequest value for this Request.
 void setCartGetRequest(CartGetRequest cartGetRequest)
          Sets the cartGetRequest value for this Request.
 void setCartModifyRequest(CartModifyRequest cartModifyRequest)
          Sets the cartModifyRequest value for this Request.
 void setCustomerContentLookupRequest(CustomerContentLookupRequest customerContentLookupRequest)
          Sets the customerContentLookupRequest value for this Request.
 void setCustomerContentSearchRequest(CustomerContentSearchRequest customerContentSearchRequest)
          Sets the customerContentSearchRequest value for this Request.
 void setErrors(ErrorsError[] errors)
          Sets the errors value for this Request.
 void setHelpRequest(HelpRequest helpRequest)
          Sets the helpRequest value for this Request.
 void setIsValid(java.lang.String isValid)
          Sets the isValid value for this Request.
 void setItemLookupRequest(ItemLookupRequest itemLookupRequest)
          Sets the itemLookupRequest value for this Request.
 void setItemSearchRequest(ItemSearchRequest itemSearchRequest)
          Sets the itemSearchRequest value for this Request.
 void setListLookupRequest(ListLookupRequest listLookupRequest)
          Sets the listLookupRequest value for this Request.
 void setListSearchRequest(ListSearchRequest listSearchRequest)
          Sets the listSearchRequest value for this Request.
 void setSellerListingLookupRequest(SellerListingLookupRequest sellerListingLookupRequest)
          Sets the sellerListingLookupRequest value for this Request.
 void setSellerListingSearchRequest(SellerListingSearchRequest sellerListingSearchRequest)
          Sets the sellerListingSearchRequest value for this Request.
 void setSellerLookupRequest(SellerLookupRequest sellerLookupRequest)
          Sets the sellerLookupRequest value for this Request.
 void setSimilarityLookupRequest(SimilarityLookupRequest similarityLookupRequest)
          Sets the similarityLookupRequest value for this Request.
 void setTransactionLookupRequest(TransactionLookupRequest transactionLookupRequest)
          Sets the transactionLookupRequest value for this Request.
 
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

browseNodeLookupRequest

private BrowseNodeLookupRequest browseNodeLookupRequest

cartAddRequest

private CartAddRequest cartAddRequest

cartClearRequest

private CartClearRequest cartClearRequest

cartCreateRequest

private CartCreateRequest cartCreateRequest

cartGetRequest

private CartGetRequest cartGetRequest

cartModifyRequest

private CartModifyRequest cartModifyRequest

customerContentLookupRequest

private CustomerContentLookupRequest customerContentLookupRequest

customerContentSearchRequest

private CustomerContentSearchRequest customerContentSearchRequest

errors

private ErrorsError[] errors

helpRequest

private HelpRequest helpRequest

isValid

private java.lang.String isValid

itemLookupRequest

private ItemLookupRequest itemLookupRequest

itemSearchRequest

private ItemSearchRequest itemSearchRequest

listLookupRequest

private ListLookupRequest listLookupRequest

listSearchRequest

private ListSearchRequest listSearchRequest

sellerListingLookupRequest

private SellerListingLookupRequest sellerListingLookupRequest

sellerListingSearchRequest

private SellerListingSearchRequest sellerListingSearchRequest

sellerLookupRequest

private SellerLookupRequest sellerLookupRequest

similarityLookupRequest

private SimilarityLookupRequest similarityLookupRequest

transactionLookupRequest

private TransactionLookupRequest transactionLookupRequest

typeDesc

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

Request

public Request()

Request

public Request(java.lang.String isValid,
               HelpRequest helpRequest,
               BrowseNodeLookupRequest browseNodeLookupRequest,
               ItemSearchRequest itemSearchRequest,
               ItemLookupRequest itemLookupRequest,
               ListSearchRequest listSearchRequest,
               ListLookupRequest listLookupRequest,
               CustomerContentSearchRequest customerContentSearchRequest,
               CustomerContentLookupRequest customerContentLookupRequest,
               SimilarityLookupRequest similarityLookupRequest,
               CartGetRequest cartGetRequest,
               CartAddRequest cartAddRequest,
               CartCreateRequest cartCreateRequest,
               CartModifyRequest cartModifyRequest,
               CartClearRequest cartClearRequest,
               TransactionLookupRequest transactionLookupRequest,
               SellerListingSearchRequest sellerListingSearchRequest,
               SellerListingLookupRequest sellerListingLookupRequest,
               SellerLookupRequest sellerLookupRequest,
               ErrorsError[] errors)
Method Detail

equals

public boolean equals(java.lang.Object obj)

getBrowseNodeLookupRequest

public BrowseNodeLookupRequest getBrowseNodeLookupRequest()
Gets the browseNodeLookupRequest value for this Request.

Returns:
browseNodeLookupRequest

getCartAddRequest

public CartAddRequest getCartAddRequest()
Gets the cartAddRequest value for this Request.

Returns:
cartAddRequest

getCartClearRequest

public CartClearRequest getCartClearRequest()
Gets the cartClearRequest value for this Request.

Returns:
cartClearRequest

getCartCreateRequest

public CartCreateRequest getCartCreateRequest()
Gets the cartCreateRequest value for this Request.

Returns:
cartCreateRequest

getCartGetRequest

public CartGetRequest getCartGetRequest()
Gets the cartGetRequest value for this Request.

Returns:
cartGetRequest

getCartModifyRequest

public CartModifyRequest getCartModifyRequest()
Gets the cartModifyRequest value for this Request.

Returns:
cartModifyRequest

getCustomerContentLookupRequest

public CustomerContentLookupRequest getCustomerContentLookupRequest()
Gets the customerContentLookupRequest value for this Request.

Returns:
customerContentLookupRequest

getCustomerContentSearchRequest

public CustomerContentSearchRequest getCustomerContentSearchRequest()
Gets the customerContentSearchRequest value for this Request.

Returns:
customerContentSearchRequest

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


getErrors

public ErrorsError[] getErrors()
Gets the errors value for this Request.

Returns:
errors

getHelpRequest

public HelpRequest getHelpRequest()
Gets the helpRequest value for this Request.

Returns:
helpRequest

getIsValid

public java.lang.String getIsValid()
Gets the isValid value for this Request.

Returns:
isValid

getItemLookupRequest

public ItemLookupRequest getItemLookupRequest()
Gets the itemLookupRequest value for this Request.

Returns:
itemLookupRequest

getItemSearchRequest

public ItemSearchRequest getItemSearchRequest()
Gets the itemSearchRequest value for this Request.

Returns:
itemSearchRequest

getListLookupRequest

public ListLookupRequest getListLookupRequest()
Gets the listLookupRequest value for this Request.

Returns:
listLookupRequest

getListSearchRequest

public ListSearchRequest getListSearchRequest()
Gets the listSearchRequest value for this Request.

Returns:
listSearchRequest

getSellerListingLookupRequest

public SellerListingLookupRequest getSellerListingLookupRequest()
Gets the sellerListingLookupRequest value for this Request.

Returns:
sellerListingLookupRequest

getSellerListingSearchRequest

public SellerListingSearchRequest getSellerListingSearchRequest()
Gets the sellerListingSearchRequest value for this Request.

Returns:
sellerListingSearchRequest

getSellerLookupRequest

public SellerLookupRequest getSellerLookupRequest()
Gets the sellerLookupRequest value for this Request.

Returns:
sellerLookupRequest

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


getSimilarityLookupRequest

public SimilarityLookupRequest getSimilarityLookupRequest()
Gets the similarityLookupRequest value for this Request.

Returns:
similarityLookupRequest

getTransactionLookupRequest

public TransactionLookupRequest getTransactionLookupRequest()
Gets the transactionLookupRequest value for this Request.

Returns:
transactionLookupRequest

getTypeDesc

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


hashCode

public int hashCode()

setBrowseNodeLookupRequest

public void setBrowseNodeLookupRequest(BrowseNodeLookupRequest browseNodeLookupRequest)
Sets the browseNodeLookupRequest value for this Request.

Parameters:
browseNodeLookupRequest -

setCartAddRequest

public void setCartAddRequest(CartAddRequest cartAddRequest)
Sets the cartAddRequest value for this Request.

Parameters:
cartAddRequest -

setCartClearRequest

public void setCartClearRequest(CartClearRequest cartClearRequest)
Sets the cartClearRequest value for this Request.

Parameters:
cartClearRequest -

setCartCreateRequest

public void setCartCreateRequest(CartCreateRequest cartCreateRequest)
Sets the cartCreateRequest value for this Request.

Parameters:
cartCreateRequest -

setCartGetRequest

public void setCartGetRequest(CartGetRequest cartGetRequest)
Sets the cartGetRequest value for this Request.

Parameters:
cartGetRequest -

setCartModifyRequest

public void setCartModifyRequest(CartModifyRequest cartModifyRequest)
Sets the cartModifyRequest value for this Request.

Parameters:
cartModifyRequest -

setCustomerContentLookupRequest

public void setCustomerContentLookupRequest(CustomerContentLookupRequest customerContentLookupRequest)
Sets the customerContentLookupRequest value for this Request.

Parameters:
customerContentLookupRequest -

setCustomerContentSearchRequest

public void setCustomerContentSearchRequest(CustomerContentSearchRequest customerContentSearchRequest)
Sets the customerContentSearchRequest value for this Request.

Parameters:
customerContentSearchRequest -

setErrors

public void setErrors(ErrorsError[] errors)
Sets the errors value for this Request.

Parameters:
errors -

setHelpRequest

public void setHelpRequest(HelpRequest helpRequest)
Sets the helpRequest value for this Request.

Parameters:
helpRequest -

setIsValid

public void setIsValid(java.lang.String isValid)
Sets the isValid value for this Request.

Parameters:
isValid -

setItemLookupRequest

public void setItemLookupRequest(ItemLookupRequest itemLookupRequest)
Sets the itemLookupRequest value for this Request.

Parameters:
itemLookupRequest -

setItemSearchRequest

public void setItemSearchRequest(ItemSearchRequest itemSearchRequest)
Sets the itemSearchRequest value for this Request.

Parameters:
itemSearchRequest -

setListLookupRequest

public void setListLookupRequest(ListLookupRequest listLookupRequest)
Sets the listLookupRequest value for this Request.

Parameters:
listLookupRequest -

setListSearchRequest

public void setListSearchRequest(ListSearchRequest listSearchRequest)
Sets the listSearchRequest value for this Request.

Parameters:
listSearchRequest -

setSellerListingLookupRequest

public void setSellerListingLookupRequest(SellerListingLookupRequest sellerListingLookupRequest)
Sets the sellerListingLookupRequest value for this Request.

Parameters:
sellerListingLookupRequest -

setSellerListingSearchRequest

public void setSellerListingSearchRequest(SellerListingSearchRequest sellerListingSearchRequest)
Sets the sellerListingSearchRequest value for this Request.

Parameters:
sellerListingSearchRequest -

setSellerLookupRequest

public void setSellerLookupRequest(SellerLookupRequest sellerLookupRequest)
Sets the sellerLookupRequest value for this Request.

Parameters:
sellerLookupRequest -

setSimilarityLookupRequest

public void setSimilarityLookupRequest(SimilarityLookupRequest similarityLookupRequest)
Sets the similarityLookupRequest value for this Request.

Parameters:
similarityLookupRequest -

setTransactionLookupRequest

public void setTransactionLookupRequest(TransactionLookupRequest transactionLookupRequest)
Sets the transactionLookupRequest value for this Request.

Parameters:
transactionLookupRequest -

Project 4