|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.amazon.webservices.awsecommerceservice._2007_04_04.Item
public class Item
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/2007-04-04}Errors" minOccurs="0"/>
<element name="DetailPageURL" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SalesRank" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SmallImage" type="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}Image" minOccurs="0"/>
<element name="MediumImage" type="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}Image" minOccurs="0"/>
<element name="LargeImage" type="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}Image" minOccurs="0"/>
<element name="ImageSets" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="MerchantId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}ImageSet" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}ItemAttributes" minOccurs="0"/>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}MerchantItemAttributes" minOccurs="0"/>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}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/2007-04-04}OfferSummary" minOccurs="0"/>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}Offers" minOccurs="0"/>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}VariationSummary" minOccurs="0"/>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}Variations" minOccurs="0"/>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}CustomerReviews" minOccurs="0"/>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}EditorialReviews" minOccurs="0"/>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}SimilarProducts" minOccurs="0"/>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}Accessories" minOccurs="0"/>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}Tracks" minOccurs="0"/>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}BrowseNodes" minOccurs="0"/>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}ListmaniaLists" minOccurs="0"/>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}SearchInside" 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>
| Nested Class Summary | |
|---|---|
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. |
| Field Summary | |
|---|---|
protected Accessories |
accessories
|
protected Item.AlternateVersions |
alternateVersions
|
protected java.lang.String |
asin
|
protected BrowseNodes |
browseNodes
|
protected Collections |
collections
|
protected CustomerReviews |
customerReviews
|
protected java.lang.String |
detailPageURL
|
protected EditorialReviews |
editorialReviews
|
protected Errors |
errors
|
protected java.util.List<Item.ImageSets> |
imageSets
|
protected ItemAttributes |
itemAttributes
|
protected Image |
largeImage
|
protected ListmaniaLists |
listmaniaLists
|
protected Image |
mediumImage
|
protected MerchantItemAttributes |
merchantItemAttributes
|
protected Offers |
offers
|
protected OfferSummary |
offerSummary
|
protected java.lang.String |
parentASIN
|
protected java.lang.String |
salesRank
|
protected SearchInside |
searchInside
|
protected SimilarProducts |
similarProducts
|
protected Image |
smallImage
|
protected Item.Subjects |
subjects
|
protected Tracks |
tracks
|
protected Variations |
variations
|
protected VariationSummary |
variationSummary
|
| Constructor Summary | |
|---|---|
Item()
|
|
| Method Summary | |
|---|---|
Accessories |
getAccessories()
Gets the value of the accessories property. |
Item.AlternateVersions |
getAlternateVersions()
Gets the value of the alternateVersions property. |
java.lang.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. |
java.lang.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. |
java.util.List<Item.ImageSets> |
getImageSets()
Gets the value of the imageSets property. |
ItemAttributes |
getItemAttributes()
Gets the value of the itemAttributes property. |
Image |
getLargeImage()
Gets the value of the largeImage property. |
ListmaniaLists |
getListmaniaLists()
Gets the value of the listmaniaLists property. |
Image |
getMediumImage()
Gets the value of the mediumImage property. |
MerchantItemAttributes |
getMerchantItemAttributes()
Gets the value of the merchantItemAttributes property. |
Offers |
getOffers()
Gets the value of the offers property. |
OfferSummary |
getOfferSummary()
Gets the value of the offerSummary property. |
java.lang.String |
getParentASIN()
Gets the value of the parentASIN property. |
java.lang.String |
getSalesRank()
Gets the value of the salesRank property. |
SearchInside |
getSearchInside()
Gets the value of the searchInside 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. |
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(java.lang.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(java.lang.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 |
setLargeImage(Image value)
Sets the value of the largeImage property. |
void |
setListmaniaLists(ListmaniaLists value)
Sets the value of the listmaniaLists property. |
void |
setMediumImage(Image value)
Sets the value of the mediumImage property. |
void |
setMerchantItemAttributes(MerchantItemAttributes value)
Sets the value of the merchantItemAttributes 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(java.lang.String value)
Sets the value of the parentASIN property. |
void |
setSalesRank(java.lang.String value)
Sets the value of the salesRank property. |
void |
setSearchInside(SearchInside value)
Sets the value of the searchInside 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 |
setVariations(Variations value)
Sets the value of the variations property. |
void |
setVariationSummary(VariationSummary value)
Sets the value of the variationSummary property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String asin
protected java.lang.String parentASIN
protected Errors errors
protected java.lang.String detailPageURL
protected java.lang.String salesRank
protected Image smallImage
protected Image mediumImage
protected Image largeImage
protected java.util.List<Item.ImageSets> imageSets
protected ItemAttributes itemAttributes
protected MerchantItemAttributes merchantItemAttributes
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 ListmaniaLists listmaniaLists
protected SearchInside searchInside
protected Item.AlternateVersions alternateVersions
| Constructor Detail |
|---|
public Item()
| Method Detail |
|---|
public java.lang.String getASIN()
Stringpublic void setASIN(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getParentASIN()
Stringpublic void setParentASIN(java.lang.String value)
value - allowed object is
Stringpublic Errors getErrors()
Errorspublic void setErrors(Errors value)
value - allowed object is
Errorspublic java.lang.String getDetailPageURL()
Stringpublic void setDetailPageURL(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSalesRank()
Stringpublic void setSalesRank(java.lang.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 java.util.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 MerchantItemAttributes getMerchantItemAttributes()
MerchantItemAttributespublic void setMerchantItemAttributes(MerchantItemAttributes value)
value - allowed object is
MerchantItemAttributespublic 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 ListmaniaLists getListmaniaLists()
ListmaniaListspublic void setListmaniaLists(ListmaniaLists value)
value - allowed object is
ListmaniaListspublic SearchInside getSearchInside()
SearchInsidepublic void setSearchInside(SearchInside value)
value - allowed object is
SearchInsidepublic Item.AlternateVersions getAlternateVersions()
Item.AlternateVersionspublic void setAlternateVersions(Item.AlternateVersions value)
value - allowed object is
Item.AlternateVersions
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||