📄 _multioperation.java
字号:
/**
* _MultiOperation.java
*
* This file was auto-generated from WSDL
* by the Apache Axis WSDL2Java emitter.
*/
package com.amazon.xml.AWSECommerceService;
public class _MultiOperation implements java.io.Serializable {
private com.amazon.xml.AWSECommerceService._Help help;
private com.amazon.xml.AWSECommerceService._ItemSearch itemSearch;
private com.amazon.xml.AWSECommerceService._ItemLookup itemLookup;
private com.amazon.xml.AWSECommerceService._ListSearch listSearch;
private com.amazon.xml.AWSECommerceService._ListLookup listLookup;
private com.amazon.xml.AWSECommerceService._CustomerContentSearch customerContentSearch;
private com.amazon.xml.AWSECommerceService._CustomerContentLookup customerContentLookup;
private com.amazon.xml.AWSECommerceService._SimilarityLookup similarityLookup;
private com.amazon.xml.AWSECommerceService._SellerLookup sellerLookup;
private com.amazon.xml.AWSECommerceService._CartGet cartGet;
private com.amazon.xml.AWSECommerceService._CartAdd cartAdd;
private com.amazon.xml.AWSECommerceService._CartCreate cartCreate;
private com.amazon.xml.AWSECommerceService._CartModify cartModify;
private com.amazon.xml.AWSECommerceService._CartClear cartClear;
private com.amazon.xml.AWSECommerceService._TransactionLookup transactionLookup;
private com.amazon.xml.AWSECommerceService._SellerListingSearch sellerListingSearch;
private com.amazon.xml.AWSECommerceService._SellerListingLookup sellerListingLookup;
public _MultiOperation() {
}
public com.amazon.xml.AWSECommerceService._Help getHelp() {
return help;
}
public void setHelp(com.amazon.xml.AWSECommerceService._Help help) {
this.help = help;
}
public com.amazon.xml.AWSECommerceService._ItemSearch getItemSearch() {
return itemSearch;
}
public void setItemSearch(com.amazon.xml.AWSECommerceService._ItemSearch itemSearch) {
this.itemSearch = itemSearch;
}
public com.amazon.xml.AWSECommerceService._ItemLookup getItemLookup() {
return itemLookup;
}
public void setItemLookup(com.amazon.xml.AWSECommerceService._ItemLookup itemLookup) {
this.itemLookup = itemLookup;
}
public com.amazon.xml.AWSECommerceService._ListSearch getListSearch() {
return listSearch;
}
public void setListSearch(com.amazon.xml.AWSECommerceService._ListSearch listSearch) {
this.listSearch = listSearch;
}
public com.amazon.xml.AWSECommerceService._ListLookup getListLookup() {
return listLookup;
}
public void setListLookup(com.amazon.xml.AWSECommerceService._ListLookup listLookup) {
this.listLookup = listLookup;
}
public com.amazon.xml.AWSECommerceService._CustomerContentSearch getCustomerContentSearch() {
return customerContentSearch;
}
public void setCustomerContentSearch(com.amazon.xml.AWSECommerceService._CustomerContentSearch customerContentSearch) {
this.customerContentSearch = customerContentSearch;
}
public com.amazon.xml.AWSECommerceService._CustomerContentLookup getCustomerContentLookup() {
return customerContentLookup;
}
public void setCustomerContentLookup(com.amazon.xml.AWSECommerceService._CustomerContentLookup customerContentLookup) {
this.customerContentLookup = customerContentLookup;
}
public com.amazon.xml.AWSECommerceService._SimilarityLookup getSimilarityLookup() {
return similarityLookup;
}
public void setSimilarityLookup(com.amazon.xml.AWSECommerceService._SimilarityLookup similarityLookup) {
this.similarityLookup = similarityLookup;
}
public com.amazon.xml.AWSECommerceService._SellerLookup getSellerLookup() {
return sellerLookup;
}
public void setSellerLookup(com.amazon.xml.AWSECommerceService._SellerLookup sellerLookup) {
this.sellerLookup = sellerLookup;
}
public com.amazon.xml.AWSECommerceService._CartGet getCartGet() {
return cartGet;
}
public void setCartGet(com.amazon.xml.AWSECommerceService._CartGet cartGet) {
this.cartGet = cartGet;
}
public com.amazon.xml.AWSECommerceService._CartAdd getCartAdd() {
return cartAdd;
}
public void setCartAdd(com.amazon.xml.AWSECommerceService._CartAdd cartAdd) {
this.cartAdd = cartAdd;
}
public com.amazon.xml.AWSECommerceService._CartCreate getCartCreate() {
return cartCreate;
}
public void setCartCreate(com.amazon.xml.AWSECommerceService._CartCreate cartCreate) {
this.cartCreate = cartCreate;
}
public com.amazon.xml.AWSECommerceService._CartModify getCartModify() {
return cartModify;
}
public void setCartModify(com.amazon.xml.AWSECommerceService._CartModify cartModify) {
this.cartModify = cartModify;
}
public com.amazon.xml.AWSECommerceService._CartClear getCartClear() {
return cartClear;
}
public void setCartClear(com.amazon.xml.AWSECommerceService._CartClear cartClear) {
this.cartClear = cartClear;
}
public com.amazon.xml.AWSECommerceService._TransactionLookup getTransactionLookup() {
return transactionLookup;
}
public void setTransactionLookup(com.amazon.xml.AWSECommerceService._TransactionLookup transactionLookup) {
this.transactionLookup = transactionLookup;
}
public com.amazon.xml.AWSECommerceService._SellerListingSearch getSellerListingSearch() {
return sellerListingSearch;
}
public void setSellerListingSearch(com.amazon.xml.AWSECommerceService._SellerListingSearch sellerListingSearch) {
this.sellerListingSearch = sellerListingSearch;
}
public com.amazon.xml.AWSECommerceService._SellerListingLookup getSellerListingLookup() {
return sellerListingLookup;
}
public void setSellerListingLookup(com.amazon.xml.AWSECommerceService._SellerListingLookup sellerListingLookup) {
this.sellerListingLookup = sellerListingLookup;
}
private java.lang.Object __equalsCalc = null;
public synchronized boolean equals(java.lang.Object obj) {
if (!(obj instanceof _MultiOperation)) return false;
_MultiOperation other = (_MultiOperation) obj;
if (obj == null) return false;
if (this == obj) return true;
if (__equalsCalc != null) {
return (__equalsCalc == obj);
}
__equalsCalc = obj;
boolean _equals;
_equals = true &&
((this.help==null && other.getHelp()==null) ||
(this.help!=null &&
this.help.equals(other.getHelp()))) &&
((this.itemSearch==null && other.getItemSearch()==null) ||
(this.itemSearch!=null &&
this.itemSearch.equals(other.getItemSearch()))) &&
((this.itemLookup==null && other.getItemLookup()==null) ||
(this.itemLookup!=null &&
this.itemLookup.equals(other.getItemLookup()))) &&
((this.listSearch==null && other.getListSearch()==null) ||
(this.listSearch!=null &&
this.listSearch.equals(other.getListSearch()))) &&
((this.listLookup==null && other.getListLookup()==null) ||
(this.listLookup!=null &&
this.listLookup.equals(other.getListLookup()))) &&
((this.customerContentSearch==null && other.getCustomerContentSearch()==null) ||
(this.customerContentSearch!=null &&
this.customerContentSearch.equals(other.getCustomerContentSearch()))) &&
((this.customerContentLookup==null && other.getCustomerContentLookup()==null) ||
(this.customerContentLookup!=null &&
this.customerContentLookup.equals(other.getCustomerContentLookup()))) &&
((this.similarityLookup==null && other.getSimilarityLookup()==null) ||
(this.similarityLookup!=null &&
this.similarityLookup.equals(other.getSimilarityLookup()))) &&
((this.sellerLookup==null && other.getSellerLookup()==null) ||
(this.sellerLookup!=null &&
this.sellerLookup.equals(other.getSellerLookup()))) &&
((this.cartGet==null && other.getCartGet()==null) ||
(this.cartGet!=null &&
this.cartGet.equals(other.getCartGet()))) &&
((this.cartAdd==null && other.getCartAdd()==null) ||
(this.cartAdd!=null &&
this.cartAdd.equals(other.getCartAdd()))) &&
((this.cartCreate==null && other.getCartCreate()==null) ||
(this.cartCreate!=null &&
this.cartCreate.equals(other.getCartCreate()))) &&
((this.cartModify==null && other.getCartModify()==null) ||
(this.cartModify!=null &&
this.cartModify.equals(other.getCartModify()))) &&
((this.cartClear==null && other.getCartClear()==null) ||
(this.cartClear!=null &&
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -