Project 4

com.amazon.soap.AWSECommerceService
Class MultiOperation

java.lang.Object
  extended by com.amazon.soap.AWSECommerceService.MultiOperation
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  BrowseNodeLookup browseNodeLookup
           
private  CartAdd cartAdd
           
private  CartClear cartClear
           
private  CartCreate cartCreate
           
private  CartGet cartGet
           
private  CartModify cartModify
           
private  CustomerContentLookup customerContentLookup
           
private  CustomerContentSearch customerContentSearch
           
private  Help help
           
private  ItemLookup itemLookup
           
private  ItemSearch itemSearch
           
private  ListLookup listLookup
           
private  ListSearch listSearch
           
private  SellerListingLookup sellerListingLookup
           
private  SellerListingSearch sellerListingSearch
           
private  SellerLookup sellerLookup
           
private  SimilarityLookup similarityLookup
           
private  TransactionLookup transactionLookup
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
MultiOperation()
           
MultiOperation(Help help, ItemSearch itemSearch, ItemLookup itemLookup, ListSearch listSearch, ListLookup listLookup, CustomerContentSearch customerContentSearch, CustomerContentLookup customerContentLookup, SimilarityLookup similarityLookup, SellerLookup sellerLookup, CartGet cartGet, CartAdd cartAdd, CartCreate cartCreate, CartModify cartModify, CartClear cartClear, TransactionLookup transactionLookup, SellerListingSearch sellerListingSearch, SellerListingLookup sellerListingLookup, BrowseNodeLookup browseNodeLookup)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 BrowseNodeLookup getBrowseNodeLookup()
          Gets the browseNodeLookup value for this MultiOperation.
 CartAdd getCartAdd()
          Gets the cartAdd value for this MultiOperation.
 CartClear getCartClear()
          Gets the cartClear value for this MultiOperation.
 CartCreate getCartCreate()
          Gets the cartCreate value for this MultiOperation.
 CartGet getCartGet()
          Gets the cartGet value for this MultiOperation.
 CartModify getCartModify()
          Gets the cartModify value for this MultiOperation.
 CustomerContentLookup getCustomerContentLookup()
          Gets the customerContentLookup value for this MultiOperation.
 CustomerContentSearch getCustomerContentSearch()
          Gets the customerContentSearch value for this MultiOperation.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 Help getHelp()
          Gets the help value for this MultiOperation.
 ItemLookup getItemLookup()
          Gets the itemLookup value for this MultiOperation.
 ItemSearch getItemSearch()
          Gets the itemSearch value for this MultiOperation.
 ListLookup getListLookup()
          Gets the listLookup value for this MultiOperation.
 ListSearch getListSearch()
          Gets the listSearch value for this MultiOperation.
 SellerListingLookup getSellerListingLookup()
          Gets the sellerListingLookup value for this MultiOperation.
 SellerListingSearch getSellerListingSearch()
          Gets the sellerListingSearch value for this MultiOperation.
 SellerLookup getSellerLookup()
          Gets the sellerLookup value for this MultiOperation.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 SimilarityLookup getSimilarityLookup()
          Gets the similarityLookup value for this MultiOperation.
 TransactionLookup getTransactionLookup()
          Gets the transactionLookup value for this MultiOperation.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setBrowseNodeLookup(BrowseNodeLookup browseNodeLookup)
          Sets the browseNodeLookup value for this MultiOperation.
 void setCartAdd(CartAdd cartAdd)
          Sets the cartAdd value for this MultiOperation.
 void setCartClear(CartClear cartClear)
          Sets the cartClear value for this MultiOperation.
 void setCartCreate(CartCreate cartCreate)
          Sets the cartCreate value for this MultiOperation.
 void setCartGet(CartGet cartGet)
          Sets the cartGet value for this MultiOperation.
 void setCartModify(CartModify cartModify)
          Sets the cartModify value for this MultiOperation.
 void setCustomerContentLookup(CustomerContentLookup customerContentLookup)
          Sets the customerContentLookup value for this MultiOperation.
 void setCustomerContentSearch(CustomerContentSearch customerContentSearch)
          Sets the customerContentSearch value for this MultiOperation.
 void setHelp(Help help)
          Sets the help value for this MultiOperation.
 void setItemLookup(ItemLookup itemLookup)
          Sets the itemLookup value for this MultiOperation.
 void setItemSearch(ItemSearch itemSearch)
          Sets the itemSearch value for this MultiOperation.
 void setListLookup(ListLookup listLookup)
          Sets the listLookup value for this MultiOperation.
 void setListSearch(ListSearch listSearch)
          Sets the listSearch value for this MultiOperation.
 void setSellerListingLookup(SellerListingLookup sellerListingLookup)
          Sets the sellerListingLookup value for this MultiOperation.
 void setSellerListingSearch(SellerListingSearch sellerListingSearch)
          Sets the sellerListingSearch value for this MultiOperation.
 void setSellerLookup(SellerLookup sellerLookup)
          Sets the sellerLookup value for this MultiOperation.
 void setSimilarityLookup(SimilarityLookup similarityLookup)
          Sets the similarityLookup value for this MultiOperation.
 void setTransactionLookup(TransactionLookup transactionLookup)
          Sets the transactionLookup value for this MultiOperation.
 
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

browseNodeLookup

private BrowseNodeLookup browseNodeLookup

cartAdd

private CartAdd cartAdd

cartClear

private CartClear cartClear

cartCreate

private CartCreate cartCreate

cartGet

private CartGet cartGet

cartModify

private CartModify cartModify

customerContentLookup

private CustomerContentLookup customerContentLookup

customerContentSearch

private CustomerContentSearch customerContentSearch

help

private Help help

itemLookup

private ItemLookup itemLookup

itemSearch

private ItemSearch itemSearch

listLookup

private ListLookup listLookup

listSearch

private ListSearch listSearch

sellerListingLookup

private SellerListingLookup sellerListingLookup

sellerListingSearch

private SellerListingSearch sellerListingSearch

sellerLookup

private SellerLookup sellerLookup

similarityLookup

private SimilarityLookup similarityLookup

transactionLookup

private TransactionLookup transactionLookup

typeDesc

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

MultiOperation

public MultiOperation()

MultiOperation

public MultiOperation(Help help,
                      ItemSearch itemSearch,
                      ItemLookup itemLookup,
                      ListSearch listSearch,
                      ListLookup listLookup,
                      CustomerContentSearch customerContentSearch,
                      CustomerContentLookup customerContentLookup,
                      SimilarityLookup similarityLookup,
                      SellerLookup sellerLookup,
                      CartGet cartGet,
                      CartAdd cartAdd,
                      CartCreate cartCreate,
                      CartModify cartModify,
                      CartClear cartClear,
                      TransactionLookup transactionLookup,
                      SellerListingSearch sellerListingSearch,
                      SellerListingLookup sellerListingLookup,
                      BrowseNodeLookup browseNodeLookup)
Method Detail

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

getBrowseNodeLookup

public BrowseNodeLookup getBrowseNodeLookup()
Gets the browseNodeLookup value for this MultiOperation.

Returns:
browseNodeLookup

getCartAdd

public CartAdd getCartAdd()
Gets the cartAdd value for this MultiOperation.

Returns:
cartAdd

getCartClear

public CartClear getCartClear()
Gets the cartClear value for this MultiOperation.

Returns:
cartClear

getCartCreate

public CartCreate getCartCreate()
Gets the cartCreate value for this MultiOperation.

Returns:
cartCreate

getCartGet

public CartGet getCartGet()
Gets the cartGet value for this MultiOperation.

Returns:
cartGet

getCartModify

public CartModify getCartModify()
Gets the cartModify value for this MultiOperation.

Returns:
cartModify

getCustomerContentLookup

public CustomerContentLookup getCustomerContentLookup()
Gets the customerContentLookup value for this MultiOperation.

Returns:
customerContentLookup

getCustomerContentSearch

public CustomerContentSearch getCustomerContentSearch()
Gets the customerContentSearch value for this MultiOperation.

Returns:
customerContentSearch

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


getHelp

public Help getHelp()
Gets the help value for this MultiOperation.

Returns:
help

getItemLookup

public ItemLookup getItemLookup()
Gets the itemLookup value for this MultiOperation.

Returns:
itemLookup

getItemSearch

public ItemSearch getItemSearch()
Gets the itemSearch value for this MultiOperation.

Returns:
itemSearch

getListLookup

public ListLookup getListLookup()
Gets the listLookup value for this MultiOperation.

Returns:
listLookup

getListSearch

public ListSearch getListSearch()
Gets the listSearch value for this MultiOperation.

Returns:
listSearch

getSellerListingLookup

public SellerListingLookup getSellerListingLookup()
Gets the sellerListingLookup value for this MultiOperation.

Returns:
sellerListingLookup

getSellerListingSearch

public SellerListingSearch getSellerListingSearch()
Gets the sellerListingSearch value for this MultiOperation.

Returns:
sellerListingSearch

getSellerLookup

public SellerLookup getSellerLookup()
Gets the sellerLookup value for this MultiOperation.

Returns:
sellerLookup

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


getSimilarityLookup

public SimilarityLookup getSimilarityLookup()
Gets the similarityLookup value for this MultiOperation.

Returns:
similarityLookup

getTransactionLookup

public TransactionLookup getTransactionLookup()
Gets the transactionLookup value for this MultiOperation.

Returns:
transactionLookup

getTypeDesc

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


hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

setBrowseNodeLookup

public void setBrowseNodeLookup(BrowseNodeLookup browseNodeLookup)
Sets the browseNodeLookup value for this MultiOperation.

Parameters:
browseNodeLookup -

setCartAdd

public void setCartAdd(CartAdd cartAdd)
Sets the cartAdd value for this MultiOperation.

Parameters:
cartAdd -

setCartClear

public void setCartClear(CartClear cartClear)
Sets the cartClear value for this MultiOperation.

Parameters:
cartClear -

setCartCreate

public void setCartCreate(CartCreate cartCreate)
Sets the cartCreate value for this MultiOperation.

Parameters:
cartCreate -

setCartGet

public void setCartGet(CartGet cartGet)
Sets the cartGet value for this MultiOperation.

Parameters:
cartGet -

setCartModify

public void setCartModify(CartModify cartModify)
Sets the cartModify value for this MultiOperation.

Parameters:
cartModify -

setCustomerContentLookup

public void setCustomerContentLookup(CustomerContentLookup customerContentLookup)
Sets the customerContentLookup value for this MultiOperation.

Parameters:
customerContentLookup -

setCustomerContentSearch

public void setCustomerContentSearch(CustomerContentSearch customerContentSearch)
Sets the customerContentSearch value for this MultiOperation.

Parameters:
customerContentSearch -

setHelp

public void setHelp(Help help)
Sets the help value for this MultiOperation.

Parameters:
help -

setItemLookup

public void setItemLookup(ItemLookup itemLookup)
Sets the itemLookup value for this MultiOperation.

Parameters:
itemLookup -

setItemSearch

public void setItemSearch(ItemSearch itemSearch)
Sets the itemSearch value for this MultiOperation.

Parameters:
itemSearch -

setListLookup

public void setListLookup(ListLookup listLookup)
Sets the listLookup value for this MultiOperation.

Parameters:
listLookup -

setListSearch

public void setListSearch(ListSearch listSearch)
Sets the listSearch value for this MultiOperation.

Parameters:
listSearch -

setSellerListingLookup

public void setSellerListingLookup(SellerListingLookup sellerListingLookup)
Sets the sellerListingLookup value for this MultiOperation.

Parameters:
sellerListingLookup -

setSellerListingSearch

public void setSellerListingSearch(SellerListingSearch sellerListingSearch)
Sets the sellerListingSearch value for this MultiOperation.

Parameters:
sellerListingSearch -

setSellerLookup

public void setSellerLookup(SellerLookup sellerLookup)
Sets the sellerLookup value for this MultiOperation.

Parameters:
sellerLookup -

setSimilarityLookup

public void setSimilarityLookup(SimilarityLookup similarityLookup)
Sets the similarityLookup value for this MultiOperation.

Parameters:
similarityLookup -

setTransactionLookup

public void setTransactionLookup(TransactionLookup transactionLookup)
Sets the transactionLookup value for this MultiOperation.

Parameters:
transactionLookup -

Project 4