|
||||||||||
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()
String
public void setASIN(java.lang.String value)
value
- allowed object is
String
public java.lang.String getParentASIN()
String
public void setParentASIN(java.lang.String value)
value
- allowed object is
String
public Errors getErrors()
Errors
public void setErrors(Errors value)
value
- allowed object is
Errors
public java.lang.String getDetailPageURL()
String
public void setDetailPageURL(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSalesRank()
String
public void setSalesRank(java.lang.String value)
value
- allowed object is
String
public Image getSmallImage()
Image
public void setSmallImage(Image value)
value
- allowed object is
Image
public Image getMediumImage()
Image
public void setMediumImage(Image value)
value
- allowed object is
Image
public Image getLargeImage()
Image
public void setLargeImage(Image value)
value
- allowed object is
Image
public 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()
ItemAttributes
public void setItemAttributes(ItemAttributes value)
value
- allowed object is
ItemAttributes
public MerchantItemAttributes getMerchantItemAttributes()
MerchantItemAttributes
public void setMerchantItemAttributes(MerchantItemAttributes value)
value
- allowed object is
MerchantItemAttributes
public Collections getCollections()
Collections
public void setCollections(Collections value)
value
- allowed object is
Collections
public Item.Subjects getSubjects()
Item.Subjects
public void setSubjects(Item.Subjects value)
value
- allowed object is
Item.Subjects
public OfferSummary getOfferSummary()
OfferSummary
public void setOfferSummary(OfferSummary value)
value
- allowed object is
OfferSummary
public Offers getOffers()
Offers
public void setOffers(Offers value)
value
- allowed object is
Offers
public VariationSummary getVariationSummary()
VariationSummary
public void setVariationSummary(VariationSummary value)
value
- allowed object is
VariationSummary
public Variations getVariations()
Variations
public void setVariations(Variations value)
value
- allowed object is
Variations
public CustomerReviews getCustomerReviews()
CustomerReviews
public void setCustomerReviews(CustomerReviews value)
value
- allowed object is
CustomerReviews
public EditorialReviews getEditorialReviews()
EditorialReviews
public void setEditorialReviews(EditorialReviews value)
value
- allowed object is
EditorialReviews
public SimilarProducts getSimilarProducts()
SimilarProducts
public void setSimilarProducts(SimilarProducts value)
value
- allowed object is
SimilarProducts
public Accessories getAccessories()
Accessories
public void setAccessories(Accessories value)
value
- allowed object is
Accessories
public Tracks getTracks()
Tracks
public void setTracks(Tracks value)
value
- allowed object is
Tracks
public BrowseNodes getBrowseNodes()
BrowseNodes
public void setBrowseNodes(BrowseNodes value)
value
- allowed object is
BrowseNodes
public ListmaniaLists getListmaniaLists()
ListmaniaLists
public void setListmaniaLists(ListmaniaLists value)
value
- allowed object is
ListmaniaLists
public SearchInside getSearchInside()
SearchInside
public void setSearchInside(SearchInside value)
value
- allowed object is
SearchInside
public Item.AlternateVersions getAlternateVersions()
Item.AlternateVersions
public 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 |