⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 _multioperationresponse.java

📁 amazon web开发的例子
💻 JAVA
📖 第 1 页 / 共 2 页
字号:
/**
 * _MultiOperationResponse.java
 *
 * This file was auto-generated from WSDL
 * by the Apache Axis WSDL2Java emitter.
 */

package com.amazon.xml.AWSECommerceService;

public class _MultiOperationResponse  implements java.io.Serializable {
    private com.amazon.xml.AWSECommerceService._OperationRequest operationRequest;
    private com.amazon.xml.AWSECommerceService._HelpResponse helpResponse;
    private com.amazon.xml.AWSECommerceService._ItemSearchResponse itemSearchResponse;
    private com.amazon.xml.AWSECommerceService._ItemLookupResponse itemLookupResponse;
    private com.amazon.xml.AWSECommerceService._ListSearchResponse listSearchResponse;
    private com.amazon.xml.AWSECommerceService._ListLookupResponse listLookupResponse;
    private com.amazon.xml.AWSECommerceService._CustomerContentSearchResponse customerContentSearchResponse;
    private com.amazon.xml.AWSECommerceService._CustomerContentLookupResponse customerContentLookupResponse;
    private com.amazon.xml.AWSECommerceService._SimilarityLookupResponse similarityLookupResponse;
    private com.amazon.xml.AWSECommerceService._SellerLookupResponse sellerLookupResponse;
    private com.amazon.xml.AWSECommerceService._CartGetResponse cartGetResponse;
    private com.amazon.xml.AWSECommerceService._CartAddResponse cartAddResponse;
    private com.amazon.xml.AWSECommerceService._CartCreateResponse cartCreateResponse;
    private com.amazon.xml.AWSECommerceService._CartModifyResponse cartModifyResponse;
    private com.amazon.xml.AWSECommerceService._CartClearResponse cartClearResponse;
    private com.amazon.xml.AWSECommerceService._TransactionLookupResponse transactionLookupResponse;
    private com.amazon.xml.AWSECommerceService._SellerListingSearchResponse sellerListingSearchResponse;
    private com.amazon.xml.AWSECommerceService._SellerListingLookupResponse sellerListingLookupResponse;

    public _MultiOperationResponse() {
    }

    public com.amazon.xml.AWSECommerceService._OperationRequest getOperationRequest() {
        return operationRequest;
    }

    public void setOperationRequest(com.amazon.xml.AWSECommerceService._OperationRequest operationRequest) {
        this.operationRequest = operationRequest;
    }

    public com.amazon.xml.AWSECommerceService._HelpResponse getHelpResponse() {
        return helpResponse;
    }

    public void setHelpResponse(com.amazon.xml.AWSECommerceService._HelpResponse helpResponse) {
        this.helpResponse = helpResponse;
    }

    public com.amazon.xml.AWSECommerceService._ItemSearchResponse getItemSearchResponse() {
        return itemSearchResponse;
    }

    public void setItemSearchResponse(com.amazon.xml.AWSECommerceService._ItemSearchResponse itemSearchResponse) {
        this.itemSearchResponse = itemSearchResponse;
    }

    public com.amazon.xml.AWSECommerceService._ItemLookupResponse getItemLookupResponse() {
        return itemLookupResponse;
    }

    public void setItemLookupResponse(com.amazon.xml.AWSECommerceService._ItemLookupResponse itemLookupResponse) {
        this.itemLookupResponse = itemLookupResponse;
    }

    public com.amazon.xml.AWSECommerceService._ListSearchResponse getListSearchResponse() {
        return listSearchResponse;
    }

    public void setListSearchResponse(com.amazon.xml.AWSECommerceService._ListSearchResponse listSearchResponse) {
        this.listSearchResponse = listSearchResponse;
    }

    public com.amazon.xml.AWSECommerceService._ListLookupResponse getListLookupResponse() {
        return listLookupResponse;
    }

    public void setListLookupResponse(com.amazon.xml.AWSECommerceService._ListLookupResponse listLookupResponse) {
        this.listLookupResponse = listLookupResponse;
    }

    public com.amazon.xml.AWSECommerceService._CustomerContentSearchResponse getCustomerContentSearchResponse() {
        return customerContentSearchResponse;
    }

    public void setCustomerContentSearchResponse(com.amazon.xml.AWSECommerceService._CustomerContentSearchResponse customerContentSearchResponse) {
        this.customerContentSearchResponse = customerContentSearchResponse;
    }

    public com.amazon.xml.AWSECommerceService._CustomerContentLookupResponse getCustomerContentLookupResponse() {
        return customerContentLookupResponse;
    }

    public void setCustomerContentLookupResponse(com.amazon.xml.AWSECommerceService._CustomerContentLookupResponse customerContentLookupResponse) {
        this.customerContentLookupResponse = customerContentLookupResponse;
    }

    public com.amazon.xml.AWSECommerceService._SimilarityLookupResponse getSimilarityLookupResponse() {
        return similarityLookupResponse;
    }

    public void setSimilarityLookupResponse(com.amazon.xml.AWSECommerceService._SimilarityLookupResponse similarityLookupResponse) {
        this.similarityLookupResponse = similarityLookupResponse;
    }

    public com.amazon.xml.AWSECommerceService._SellerLookupResponse getSellerLookupResponse() {
        return sellerLookupResponse;
    }

    public void setSellerLookupResponse(com.amazon.xml.AWSECommerceService._SellerLookupResponse sellerLookupResponse) {
        this.sellerLookupResponse = sellerLookupResponse;
    }

    public com.amazon.xml.AWSECommerceService._CartGetResponse getCartGetResponse() {
        return cartGetResponse;
    }

    public void setCartGetResponse(com.amazon.xml.AWSECommerceService._CartGetResponse cartGetResponse) {
        this.cartGetResponse = cartGetResponse;
    }

    public com.amazon.xml.AWSECommerceService._CartAddResponse getCartAddResponse() {
        return cartAddResponse;
    }

    public void setCartAddResponse(com.amazon.xml.AWSECommerceService._CartAddResponse cartAddResponse) {
        this.cartAddResponse = cartAddResponse;
    }

    public com.amazon.xml.AWSECommerceService._CartCreateResponse getCartCreateResponse() {
        return cartCreateResponse;
    }

    public void setCartCreateResponse(com.amazon.xml.AWSECommerceService._CartCreateResponse cartCreateResponse) {
        this.cartCreateResponse = cartCreateResponse;
    }

    public com.amazon.xml.AWSECommerceService._CartModifyResponse getCartModifyResponse() {
        return cartModifyResponse;
    }

    public void setCartModifyResponse(com.amazon.xml.AWSECommerceService._CartModifyResponse cartModifyResponse) {
        this.cartModifyResponse = cartModifyResponse;
    }

    public com.amazon.xml.AWSECommerceService._CartClearResponse getCartClearResponse() {
        return cartClearResponse;
    }

    public void setCartClearResponse(com.amazon.xml.AWSECommerceService._CartClearResponse cartClearResponse) {
        this.cartClearResponse = cartClearResponse;
    }

    public com.amazon.xml.AWSECommerceService._TransactionLookupResponse getTransactionLookupResponse() {
        return transactionLookupResponse;
    }

    public void setTransactionLookupResponse(com.amazon.xml.AWSECommerceService._TransactionLookupResponse transactionLookupResponse) {
        this.transactionLookupResponse = transactionLookupResponse;
    }

    public com.amazon.xml.AWSECommerceService._SellerListingSearchResponse getSellerListingSearchResponse() {
        return sellerListingSearchResponse;
    }

    public void setSellerListingSearchResponse(com.amazon.xml.AWSECommerceService._SellerListingSearchResponse sellerListingSearchResponse) {
        this.sellerListingSearchResponse = sellerListingSearchResponse;
    }

    public com.amazon.xml.AWSECommerceService._SellerListingLookupResponse getSellerListingLookupResponse() {
        return sellerListingLookupResponse;
    }

    public void setSellerListingLookupResponse(com.amazon.xml.AWSECommerceService._SellerListingLookupResponse sellerListingLookupResponse) {
        this.sellerListingLookupResponse = sellerListingLookupResponse;
    }

    private java.lang.Object __equalsCalc = null;
    public synchronized boolean equals(java.lang.Object obj) {
        if (!(obj instanceof _MultiOperationResponse)) return false;
        _MultiOperationResponse other = (_MultiOperationResponse) obj;
        if (obj == null) return false;
        if (this == obj) return true;
        if (__equalsCalc != null) {
            return (__equalsCalc == obj);
        }
        __equalsCalc = obj;
        boolean _equals;
        _equals = true && 
            ((this.operationRequest==null && other.getOperationRequest()==null) || 
             (this.operationRequest!=null &&
              this.operationRequest.equals(other.getOperationRequest()))) &&
            ((this.helpResponse==null && other.getHelpResponse()==null) || 
             (this.helpResponse!=null &&
              this.helpResponse.equals(other.getHelpResponse()))) &&
            ((this.itemSearchResponse==null && other.getItemSearchResponse()==null) || 
             (this.itemSearchResponse!=null &&
              this.itemSearchResponse.equals(other.getItemSearchResponse()))) &&
            ((this.itemLookupResponse==null && other.getItemLookupResponse()==null) || 
             (this.itemLookupResponse!=null &&
              this.itemLookupResponse.equals(other.getItemLookupResponse()))) &&
            ((this.listSearchResponse==null && other.getListSearchResponse()==null) || 
             (this.listSearchResponse!=null &&
              this.listSearchResponse.equals(other.getListSearchResponse()))) &&
            ((this.listLookupResponse==null && other.getListLookupResponse()==null) || 
             (this.listLookupResponse!=null &&
              this.listLookupResponse.equals(other.getListLookupResponse()))) &&
            ((this.customerContentSearchResponse==null && other.getCustomerContentSearchResponse()==null) || 
             (this.customerContentSearchResponse!=null &&
              this.customerContentSearchResponse.equals(other.getCustomerContentSearchResponse()))) &&
            ((this.customerContentLookupResponse==null && other.getCustomerContentLookupResponse()==null) || 
             (this.customerContentLookupResponse!=null &&
              this.customerContentLookupResponse.equals(other.getCustomerContentLookupResponse()))) &&
            ((this.similarityLookupResponse==null && other.getSimilarityLookupResponse()==null) || 
             (this.similarityLookupResponse!=null &&
              this.similarityLookupResponse.equals(other.getSimilarityLookupResponse()))) &&
            ((this.sellerLookupResponse==null && other.getSellerLookupResponse()==null) || 
             (this.sellerLookupResponse!=null &&
              this.sellerLookupResponse.equals(other.getSellerLookupResponse()))) &&
            ((this.cartGetResponse==null && other.getCartGetResponse()==null) || 
             (this.cartGetResponse!=null &&
              this.cartGetResponse.equals(other.getCartGetResponse()))) &&
            ((this.cartAddResponse==null && other.getCartAddResponse()==null) || 
             (this.cartAddResponse!=null &&
              this.cartAddResponse.equals(other.getCartAddResponse()))) &&
            ((this.cartCreateResponse==null && other.getCartCreateResponse()==null) || 
             (this.cartCreateResponse!=null &&
              this.cartCreateResponse.equals(other.getCartCreateResponse()))) &&
            ((this.cartModifyResponse==null && other.getCartModifyResponse()==null) || 
             (this.cartModifyResponse!=null &&
              this.cartModifyResponse.equals(other.getCartModifyResponse()))) &&

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -