public class Item extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ASIN" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ParentASIN" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2011-08-01}Errors" minOccurs="0"/>
<element name="DetailPageURL" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2011-08-01}ItemLinks" minOccurs="0"/>
<element name="SalesRank" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SmallImage" type="{http://webservices.amazon.com/AWSECommerceService/2011-08-01}Image" minOccurs="0"/>
<element name="MediumImage" type="{http://webservices.amazon.com/AWSECommerceService/2011-08-01}Image" minOccurs="0"/>
<element name="LargeImage" type="{http://webservices.amazon.com/AWSECommerceService/2011-08-01}Image" minOccurs="0"/>
<element name="ImageSets" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2011-08-01}ImageSet" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2011-08-01}ItemAttributes" minOccurs="0"/>
<element name="VariationAttributes" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2011-08-01}VariationAttribute" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2011-08-01}RelatedItems" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2011-08-01}Collections" minOccurs="0"/>
<element name="Subjects" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Subject" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2011-08-01}OfferSummary" minOccurs="0"/>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2011-08-01}Offers" minOccurs="0"/>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2011-08-01}VariationSummary" minOccurs="0"/>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2011-08-01}Variations" minOccurs="0"/>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2011-08-01}CustomerReviews" minOccurs="0"/>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2011-08-01}EditorialReviews" minOccurs="0"/>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2011-08-01}SimilarProducts" minOccurs="0"/>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2011-08-01}Accessories" minOccurs="0"/>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2011-08-01}Tracks" minOccurs="0"/>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2011-08-01}BrowseNodes" minOccurs="0"/>
<element name="AlternateVersions" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AlternateVersion" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ASIN" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Binding" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Item.AlternateVersions
Java class for anonymous complex type.
|
static class |
Item.ImageSets
Java class for anonymous complex type.
|
static class |
Item.Subjects
Java class for anonymous complex type.
|
static class |
Item.VariationAttributes
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected Accessories |
accessories |
protected Item.AlternateVersions |
alternateVersions |
protected String |
asin |
protected BrowseNodes |
browseNodes |
protected Collections |
collections |
protected CustomerReviews |
customerReviews |
protected String |
detailPageURL |
protected EditorialReviews |
editorialReviews |
protected Errors |
errors |
protected List<Item.ImageSets> |
imageSets |
protected ItemAttributes |
itemAttributes |
protected ItemLinks |
itemLinks |
protected Image |
largeImage |
protected Image |
mediumImage |
protected Offers |
offers |
protected OfferSummary |
offerSummary |
protected String |
parentASIN |
protected List<RelatedItems> |
relatedItems |
protected String |
salesRank |
protected SimilarProducts |
similarProducts |
protected Image |
smallImage |
protected Item.Subjects |
subjects |
protected Tracks |
tracks |
protected Item.VariationAttributes |
variationAttributes |
protected Variations |
variations |
protected VariationSummary |
variationSummary |
| Constructor and Description |
|---|
Item() |
| Modifier and Type | Method and Description |
|---|---|
Accessories |
getAccessories()
Gets the value of the accessories property.
|
Item.AlternateVersions |
getAlternateVersions()
Gets the value of the alternateVersions property.
|
String |
getASIN()
Gets the value of the asin property.
|
BrowseNodes |
getBrowseNodes()
Gets the value of the browseNodes property.
|
Collections |
getCollections()
Gets the value of the collections property.
|
CustomerReviews |
getCustomerReviews()
Gets the value of the customerReviews property.
|
String |
getDetailPageURL()
Gets the value of the detailPageURL property.
|
EditorialReviews |
getEditorialReviews()
Gets the value of the editorialReviews property.
|
Errors |
getErrors()
Gets the value of the errors property.
|
List<Item.ImageSets> |
getImageSets()
Gets the value of the imageSets property.
|
ItemAttributes |
getItemAttributes()
Gets the value of the itemAttributes property.
|
ItemLinks |
getItemLinks()
Gets the value of the itemLinks property.
|
Image |
getLargeImage()
Gets the value of the largeImage property.
|
Image |
getMediumImage()
Gets the value of the mediumImage property.
|
Offers |
getOffers()
Gets the value of the offers property.
|
OfferSummary |
getOfferSummary()
Gets the value of the offerSummary property.
|
String |
getParentASIN()
Gets the value of the parentASIN property.
|
List<RelatedItems> |
getRelatedItems()
Gets the value of the relatedItems property.
|
String |
getSalesRank()
Gets the value of the salesRank property.
|
SimilarProducts |
getSimilarProducts()
Gets the value of the similarProducts property.
|
Image |
getSmallImage()
Gets the value of the smallImage property.
|
Item.Subjects |
getSubjects()
Gets the value of the subjects property.
|
Tracks |
getTracks()
Gets the value of the tracks property.
|
Item.VariationAttributes |
getVariationAttributes()
Gets the value of the variationAttributes property.
|
Variations |
getVariations()
Gets the value of the variations property.
|
VariationSummary |
getVariationSummary()
Gets the value of the variationSummary property.
|
void |
setAccessories(Accessories value)
Sets the value of the accessories property.
|
void |
setAlternateVersions(Item.AlternateVersions value)
Sets the value of the alternateVersions property.
|
void |
setASIN(String value)
Sets the value of the asin property.
|
void |
setBrowseNodes(BrowseNodes value)
Sets the value of the browseNodes property.
|
void |
setCollections(Collections value)
Sets the value of the collections property.
|
void |
setCustomerReviews(CustomerReviews value)
Sets the value of the customerReviews property.
|
void |
setDetailPageURL(String value)
Sets the value of the detailPageURL property.
|
void |
setEditorialReviews(EditorialReviews value)
Sets the value of the editorialReviews property.
|
void |
setErrors(Errors value)
Sets the value of the errors property.
|
void |
setItemAttributes(ItemAttributes value)
Sets the value of the itemAttributes property.
|
void |
setItemLinks(ItemLinks value)
Sets the value of the itemLinks property.
|
void |
setLargeImage(Image value)
Sets the value of the largeImage property.
|
void |
setMediumImage(Image value)
Sets the value of the mediumImage property.
|
void |
setOffers(Offers value)
Sets the value of the offers property.
|
void |
setOfferSummary(OfferSummary value)
Sets the value of the offerSummary property.
|
void |
setParentASIN(String value)
Sets the value of the parentASIN property.
|
void |
setSalesRank(String value)
Sets the value of the salesRank property.
|
void |
setSimilarProducts(SimilarProducts value)
Sets the value of the similarProducts property.
|
void |
setSmallImage(Image value)
Sets the value of the smallImage property.
|
void |
setSubjects(Item.Subjects value)
Sets the value of the subjects property.
|
void |
setTracks(Tracks value)
Sets the value of the tracks property.
|
void |
setVariationAttributes(Item.VariationAttributes value)
Sets the value of the variationAttributes property.
|
void |
setVariations(Variations value)
Sets the value of the variations property.
|
void |
setVariationSummary(VariationSummary value)
Sets the value of the variationSummary property.
|
protected String asin
protected String parentASIN
protected Errors errors
protected String detailPageURL
protected ItemLinks itemLinks
protected String salesRank
protected Image smallImage
protected Image mediumImage
protected Image largeImage
protected List<Item.ImageSets> imageSets
protected ItemAttributes itemAttributes
protected Item.VariationAttributes variationAttributes
protected List<RelatedItems> relatedItems
protected Collections collections
protected Item.Subjects subjects
protected OfferSummary offerSummary
protected Offers offers
protected VariationSummary variationSummary
protected Variations variations
protected CustomerReviews customerReviews
protected EditorialReviews editorialReviews
protected SimilarProducts similarProducts
protected Accessories accessories
protected Tracks tracks
protected BrowseNodes browseNodes
protected Item.AlternateVersions alternateVersions
public String getASIN()
Stringpublic void setASIN(String value)
value - allowed object is
Stringpublic String getParentASIN()
Stringpublic void setParentASIN(String value)
value - allowed object is
Stringpublic Errors getErrors()
Errorspublic void setErrors(Errors value)
value - allowed object is
Errorspublic String getDetailPageURL()
Stringpublic void setDetailPageURL(String value)
value - allowed object is
Stringpublic ItemLinks getItemLinks()
ItemLinkspublic void setItemLinks(ItemLinks value)
value - allowed object is
ItemLinkspublic String getSalesRank()
Stringpublic void setSalesRank(String value)
value - allowed object is
Stringpublic Image getSmallImage()
Imagepublic void setSmallImage(Image value)
value - allowed object is
Imagepublic Image getMediumImage()
Imagepublic void setMediumImage(Image value)
value - allowed object is
Imagepublic Image getLargeImage()
Imagepublic void setLargeImage(Image value)
value - allowed object is
Imagepublic List<Item.ImageSets> getImageSets()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the imageSets property.
For example, to add a new item, do as follows:
getImageSets().add(newItem);
Objects of the following type(s) are allowed in the list
Item.ImageSets
public ItemAttributes getItemAttributes()
ItemAttributespublic void setItemAttributes(ItemAttributes value)
value - allowed object is
ItemAttributespublic Item.VariationAttributes getVariationAttributes()
Item.VariationAttributespublic void setVariationAttributes(Item.VariationAttributes value)
value - allowed object is
Item.VariationAttributespublic List<RelatedItems> getRelatedItems()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the relatedItems property.
For example, to add a new item, do as follows:
getRelatedItems().add(newItem);
Objects of the following type(s) are allowed in the list
RelatedItems
public Collections getCollections()
Collectionspublic void setCollections(Collections value)
value - allowed object is
Collectionspublic Item.Subjects getSubjects()
Item.Subjectspublic void setSubjects(Item.Subjects value)
value - allowed object is
Item.Subjectspublic OfferSummary getOfferSummary()
OfferSummarypublic void setOfferSummary(OfferSummary value)
value - allowed object is
OfferSummarypublic Offers getOffers()
Offerspublic void setOffers(Offers value)
value - allowed object is
Offerspublic VariationSummary getVariationSummary()
VariationSummarypublic void setVariationSummary(VariationSummary value)
value - allowed object is
VariationSummarypublic Variations getVariations()
Variationspublic void setVariations(Variations value)
value - allowed object is
Variationspublic CustomerReviews getCustomerReviews()
CustomerReviewspublic void setCustomerReviews(CustomerReviews value)
value - allowed object is
CustomerReviewspublic EditorialReviews getEditorialReviews()
EditorialReviewspublic void setEditorialReviews(EditorialReviews value)
value - allowed object is
EditorialReviewspublic SimilarProducts getSimilarProducts()
SimilarProductspublic void setSimilarProducts(SimilarProducts value)
value - allowed object is
SimilarProductspublic Accessories getAccessories()
Accessoriespublic void setAccessories(Accessories value)
value - allowed object is
Accessoriespublic Tracks getTracks()
Trackspublic void setTracks(Tracks value)
value - allowed object is
Trackspublic BrowseNodes getBrowseNodes()
BrowseNodespublic void setBrowseNodes(BrowseNodes value)
value - allowed object is
BrowseNodespublic Item.AlternateVersions getAlternateVersions()
Item.AlternateVersionspublic void setAlternateVersions(Item.AlternateVersions value)
value - allowed object is
Item.AlternateVersionsCopyright © 2013. All Rights Reserved.