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

📄 _item.java

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

package com.amazon.xml.AWSECommerceService;

public class _Item  implements java.io.Serializable {
    private java.lang.String ASIN;
    private com.amazon.xml.AWSECommerceService._Errors errors;
    private java.lang.String detailPageURL;
    private java.lang.String salesRank;
    private com.amazon.xml.AWSECommerceService.Image smallImage;
    private com.amazon.xml.AWSECommerceService.Image mediumImage;
    private com.amazon.xml.AWSECommerceService.Image largeImage;
    private com.amazon.xml.AWSECommerceService._ItemAttributes itemAttributes;
    private com.amazon.xml.AWSECommerceService._OfferSummary offerSummary;
    private com.amazon.xml.AWSECommerceService._Offers offers;
    private com.amazon.xml.AWSECommerceService._VariationSummary variationSummary;
    private com.amazon.xml.AWSECommerceService._Variations variations;
    private com.amazon.xml.AWSECommerceService._CustomerReviews customerReviews;
    private com.amazon.xml.AWSECommerceService._EditorialReviews editorialReviews;
    private com.amazon.xml.AWSECommerceService._SimilarProducts similarProducts;
    private com.amazon.xml.AWSECommerceService._SimilarBusinesses similarBusinesses;
    private com.amazon.xml.AWSECommerceService._Accessories accessories;
    private com.amazon.xml.AWSECommerceService._Tracks tracks;
    private com.amazon.xml.AWSECommerceService._BrowseNodes browseNodes;
    private com.amazon.xml.AWSECommerceService._ListmaniaLists listmaniaLists;
    private com.amazon.xml.AWSECommerceService._SearchInside searchInside;

    public _Item() {
    }

    public java.lang.String getASIN() {
        return ASIN;
    }

    public void setASIN(java.lang.String ASIN) {
        this.ASIN = ASIN;
    }

    public com.amazon.xml.AWSECommerceService._Errors getErrors() {
        return errors;
    }

    public void setErrors(com.amazon.xml.AWSECommerceService._Errors errors) {
        this.errors = errors;
    }

    public java.lang.String getDetailPageURL() {
        return detailPageURL;
    }

    public void setDetailPageURL(java.lang.String detailPageURL) {
        this.detailPageURL = detailPageURL;
    }

    public java.lang.String getSalesRank() {
        return salesRank;
    }

    public void setSalesRank(java.lang.String salesRank) {
        this.salesRank = salesRank;
    }

    public com.amazon.xml.AWSECommerceService.Image getSmallImage() {
        return smallImage;
    }

    public void setSmallImage(com.amazon.xml.AWSECommerceService.Image smallImage) {
        this.smallImage = smallImage;
    }

    public com.amazon.xml.AWSECommerceService.Image getMediumImage() {
        return mediumImage;
    }

    public void setMediumImage(com.amazon.xml.AWSECommerceService.Image mediumImage) {
        this.mediumImage = mediumImage;
    }

    public com.amazon.xml.AWSECommerceService.Image getLargeImage() {
        return largeImage;
    }

    public void setLargeImage(com.amazon.xml.AWSECommerceService.Image largeImage) {
        this.largeImage = largeImage;
    }

    public com.amazon.xml.AWSECommerceService._ItemAttributes getItemAttributes() {
        return itemAttributes;
    }

    public void setItemAttributes(com.amazon.xml.AWSECommerceService._ItemAttributes itemAttributes) {
        this.itemAttributes = itemAttributes;
    }

    public com.amazon.xml.AWSECommerceService._OfferSummary getOfferSummary() {
        return offerSummary;
    }

    public void setOfferSummary(com.amazon.xml.AWSECommerceService._OfferSummary offerSummary) {
        this.offerSummary = offerSummary;
    }

    public com.amazon.xml.AWSECommerceService._Offers getOffers() {
        return offers;
    }

    public void setOffers(com.amazon.xml.AWSECommerceService._Offers offers) {
        this.offers = offers;
    }

    public com.amazon.xml.AWSECommerceService._VariationSummary getVariationSummary() {
        return variationSummary;
    }

    public void setVariationSummary(com.amazon.xml.AWSECommerceService._VariationSummary variationSummary) {
        this.variationSummary = variationSummary;
    }

    public com.amazon.xml.AWSECommerceService._Variations getVariations() {
        return variations;
    }

    public void setVariations(com.amazon.xml.AWSECommerceService._Variations variations) {
        this.variations = variations;
    }

    public com.amazon.xml.AWSECommerceService._CustomerReviews getCustomerReviews() {
        return customerReviews;
    }

    public void setCustomerReviews(com.amazon.xml.AWSECommerceService._CustomerReviews customerReviews) {
        this.customerReviews = customerReviews;
    }

    public com.amazon.xml.AWSECommerceService._EditorialReviews getEditorialReviews() {
        return editorialReviews;
    }

    public void setEditorialReviews(com.amazon.xml.AWSECommerceService._EditorialReviews editorialReviews) {
        this.editorialReviews = editorialReviews;
    }

    public com.amazon.xml.AWSECommerceService._SimilarProducts getSimilarProducts() {
        return similarProducts;
    }

    public void setSimilarProducts(com.amazon.xml.AWSECommerceService._SimilarProducts similarProducts) {
        this.similarProducts = similarProducts;
    }

    public com.amazon.xml.AWSECommerceService._SimilarBusinesses getSimilarBusinesses() {
        return similarBusinesses;
    }

    public void setSimilarBusinesses(com.amazon.xml.AWSECommerceService._SimilarBusinesses similarBusinesses) {
        this.similarBusinesses = similarBusinesses;
    }

    public com.amazon.xml.AWSECommerceService._Accessories getAccessories() {
        return accessories;
    }

    public void setAccessories(com.amazon.xml.AWSECommerceService._Accessories accessories) {
        this.accessories = accessories;
    }

    public com.amazon.xml.AWSECommerceService._Tracks getTracks() {
        return tracks;
    }

    public void setTracks(com.amazon.xml.AWSECommerceService._Tracks tracks) {
        this.tracks = tracks;
    }

    public com.amazon.xml.AWSECommerceService._BrowseNodes getBrowseNodes() {
        return browseNodes;
    }

    public void setBrowseNodes(com.amazon.xml.AWSECommerceService._BrowseNodes browseNodes) {
        this.browseNodes = browseNodes;
    }

    public com.amazon.xml.AWSECommerceService._ListmaniaLists getListmaniaLists() {
        return listmaniaLists;
    }

    public void setListmaniaLists(com.amazon.xml.AWSECommerceService._ListmaniaLists listmaniaLists) {
        this.listmaniaLists = listmaniaLists;
    }

    public com.amazon.xml.AWSECommerceService._SearchInside getSearchInside() {
        return searchInside;
    }

    public void setSearchInside(com.amazon.xml.AWSECommerceService._SearchInside searchInside) {
        this.searchInside = searchInside;
    }

    private java.lang.Object __equalsCalc = null;
    public synchronized boolean equals(java.lang.Object obj) {
        if (!(obj instanceof _Item)) return false;
        _Item other = (_Item) obj;
        if (obj == null) return false;
        if (this == obj) return true;
        if (__equalsCalc != null) {
            return (__equalsCalc == obj);
        }
        __equalsCalc = obj;
        boolean _equals;
        _equals = true && 
            ((this.ASIN==null && other.getASIN()==null) || 
             (this.ASIN!=null &&
              this.ASIN.equals(other.getASIN()))) &&
            ((this.errors==null && other.getErrors()==null) || 
             (this.errors!=null &&
              this.errors.equals(other.getErrors()))) &&
            ((this.detailPageURL==null && other.getDetailPageURL()==null) || 
             (this.detailPageURL!=null &&
              this.detailPageURL.equals(other.getDetailPageURL()))) &&
            ((this.salesRank==null && other.getSalesRank()==null) || 
             (this.salesRank!=null &&
              this.salesRank.equals(other.getSalesRank()))) &&
            ((this.smallImage==null && other.getSmallImage()==null) || 
             (this.smallImage!=null &&
              this.smallImage.equals(other.getSmallImage()))) &&
            ((this.mediumImage==null && other.getMediumImage()==null) || 
             (this.mediumImage!=null &&
              this.mediumImage.equals(other.getMediumImage()))) &&
            ((this.largeImage==null && other.getLargeImage()==null) || 
             (this.largeImage!=null &&
              this.largeImage.equals(other.getLargeImage()))) &&
            ((this.itemAttributes==null && other.getItemAttributes()==null) || 
             (this.itemAttributes!=null &&
              this.itemAttributes.equals(other.getItemAttributes()))) &&
            ((this.offerSummary==null && other.getOfferSummary()==null) || 
             (this.offerSummary!=null &&
              this.offerSummary.equals(other.getOfferSummary()))) &&
            ((this.offers==null && other.getOffers()==null) || 
             (this.offers!=null &&
              this.offers.equals(other.getOffers()))) &&
            ((this.variationSummary==null && other.getVariationSummary()==null) || 
             (this.variationSummary!=null &&
              this.variationSummary.equals(other.getVariationSummary()))) &&
            ((this.variations==null && other.getVariations()==null) || 
             (this.variations!=null &&
              this.variations.equals(other.getVariations()))) &&
            ((this.customerReviews==null && other.getCustomerReviews()==null) || 
             (this.customerReviews!=null &&
              this.customerReviews.equals(other.getCustomerReviews()))) &&
            ((this.editorialReviews==null && other.getEditorialReviews()==null) || 
             (this.editorialReviews!=null &&
              this.editorialReviews.equals(other.getEditorialReviews()))) &&
            ((this.similarProducts==null && other.getSimilarProducts()==null) || 
             (this.similarProducts!=null &&
              this.similarProducts.equals(other.getSimilarProducts()))) &&
            ((this.similarBusinesses==null && other.getSimilarBusinesses()==null) || 

⌨️ 快捷键说明

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