public class ItemSearchRequest extends Object implements Serializable
Java class for ItemSearchRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ItemSearchRequest">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Actor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Artist" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Availability" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Available"/>
</restriction>
</simpleType>
</element>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2011-08-01}AudienceRating" maxOccurs="unbounded" minOccurs="0"/>
<element name="Author" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Brand" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="BrowseNode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Composer" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2011-08-01}Condition" minOccurs="0"/>
<element name="Conductor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Director" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ItemPage" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
<element name="Keywords" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Manufacturer" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="MaximumPrice" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
<element name="MerchantId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="MinimumPrice" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
<element name="MinPercentageOff" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
<element name="MusicLabel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Orchestra" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Power" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Publisher" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="RelatedItemPage" type="{http://webservices.amazon.com/AWSECommerceService/2011-08-01}positiveIntegerOrAll" minOccurs="0"/>
<element name="RelationshipType" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="ResponseGroup" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="SearchIndex" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Sort" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ReleaseDate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="IncludeReviewsSummary" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="TruncateReviewsAt" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
actor |
protected String |
artist |
protected List<String> |
audienceRating |
protected String |
author |
protected String |
availability |
protected String |
brand |
protected String |
browseNode |
protected String |
composer |
protected String |
condition |
protected String |
conductor |
protected String |
director |
protected String |
includeReviewsSummary |
protected BigInteger |
itemPage |
protected String |
keywords |
protected String |
manufacturer |
protected BigInteger |
maximumPrice |
protected String |
merchantId |
protected BigInteger |
minimumPrice |
protected BigInteger |
minPercentageOff |
protected String |
musicLabel |
protected String |
orchestra |
protected String |
power |
protected String |
publisher |
protected String |
relatedItemPage |
protected List<String> |
relationshipType |
protected String |
releaseDate |
protected List<String> |
responseGroup |
protected String |
searchIndex |
protected String |
sort |
protected String |
title |
protected BigInteger |
truncateReviewsAt |
| Constructor and Description |
|---|
ItemSearchRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActor()
Gets the value of the actor property.
|
String |
getArtist()
Gets the value of the artist property.
|
List<String> |
getAudienceRating()
Gets the value of the audienceRating property.
|
String |
getAuthor()
Gets the value of the author property.
|
String |
getAvailability()
Gets the value of the availability property.
|
String |
getBrand()
Gets the value of the brand property.
|
String |
getBrowseNode()
Gets the value of the browseNode property.
|
String |
getComposer()
Gets the value of the composer property.
|
String |
getCondition()
Gets the value of the condition property.
|
String |
getConductor()
Gets the value of the conductor property.
|
String |
getDirector()
Gets the value of the director property.
|
String |
getIncludeReviewsSummary()
Gets the value of the includeReviewsSummary property.
|
BigInteger |
getItemPage()
Gets the value of the itemPage property.
|
String |
getKeywords()
Gets the value of the keywords property.
|
String |
getManufacturer()
Gets the value of the manufacturer property.
|
BigInteger |
getMaximumPrice()
Gets the value of the maximumPrice property.
|
String |
getMerchantId()
Gets the value of the merchantId property.
|
BigInteger |
getMinimumPrice()
Gets the value of the minimumPrice property.
|
BigInteger |
getMinPercentageOff()
Gets the value of the minPercentageOff property.
|
String |
getMusicLabel()
Gets the value of the musicLabel property.
|
String |
getOrchestra()
Gets the value of the orchestra property.
|
String |
getPower()
Gets the value of the power property.
|
String |
getPublisher()
Gets the value of the publisher property.
|
String |
getRelatedItemPage()
Gets the value of the relatedItemPage property.
|
List<String> |
getRelationshipType()
Gets the value of the relationshipType property.
|
String |
getReleaseDate()
Gets the value of the releaseDate property.
|
List<String> |
getResponseGroup()
Gets the value of the responseGroup property.
|
String |
getSearchIndex()
Gets the value of the searchIndex property.
|
String |
getSort()
Gets the value of the sort property.
|
String |
getTitle()
Gets the value of the title property.
|
BigInteger |
getTruncateReviewsAt()
Gets the value of the truncateReviewsAt property.
|
void |
setActor(String value)
Sets the value of the actor property.
|
void |
setArtist(String value)
Sets the value of the artist property.
|
void |
setAuthor(String value)
Sets the value of the author property.
|
void |
setAvailability(String value)
Sets the value of the availability property.
|
void |
setBrand(String value)
Sets the value of the brand property.
|
void |
setBrowseNode(String value)
Sets the value of the browseNode property.
|
void |
setComposer(String value)
Sets the value of the composer property.
|
void |
setCondition(String value)
Sets the value of the condition property.
|
void |
setConductor(String value)
Sets the value of the conductor property.
|
void |
setDirector(String value)
Sets the value of the director property.
|
void |
setIncludeReviewsSummary(String value)
Sets the value of the includeReviewsSummary property.
|
void |
setItemPage(BigInteger value)
Sets the value of the itemPage property.
|
void |
setKeywords(String value)
Sets the value of the keywords property.
|
void |
setManufacturer(String value)
Sets the value of the manufacturer property.
|
void |
setMaximumPrice(BigInteger value)
Sets the value of the maximumPrice property.
|
void |
setMerchantId(String value)
Sets the value of the merchantId property.
|
void |
setMinimumPrice(BigInteger value)
Sets the value of the minimumPrice property.
|
void |
setMinPercentageOff(BigInteger value)
Sets the value of the minPercentageOff property.
|
void |
setMusicLabel(String value)
Sets the value of the musicLabel property.
|
void |
setOrchestra(String value)
Sets the value of the orchestra property.
|
void |
setPower(String value)
Sets the value of the power property.
|
void |
setPublisher(String value)
Sets the value of the publisher property.
|
void |
setRelatedItemPage(String value)
Sets the value of the relatedItemPage property.
|
void |
setReleaseDate(String value)
Sets the value of the releaseDate property.
|
void |
setSearchIndex(String value)
Sets the value of the searchIndex property.
|
void |
setSort(String value)
Sets the value of the sort property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
void |
setTruncateReviewsAt(BigInteger value)
Sets the value of the truncateReviewsAt property.
|
protected String actor
protected String artist
protected String availability
protected String author
protected String brand
protected String browseNode
protected String composer
protected String condition
protected String conductor
protected String director
protected BigInteger itemPage
protected String keywords
protected String manufacturer
protected BigInteger maximumPrice
protected String merchantId
protected BigInteger minimumPrice
protected BigInteger minPercentageOff
protected String musicLabel
protected String orchestra
protected String power
protected String publisher
protected String relatedItemPage
protected String searchIndex
protected String sort
protected String title
protected String releaseDate
protected String includeReviewsSummary
protected BigInteger truncateReviewsAt
public String getActor()
Stringpublic void setActor(String value)
value - allowed object is
Stringpublic String getArtist()
Stringpublic void setArtist(String value)
value - allowed object is
Stringpublic String getAvailability()
Stringpublic void setAvailability(String value)
value - allowed object is
Stringpublic List<String> getAudienceRating()
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 audienceRating property.
For example, to add a new item, do as follows:
getAudienceRating().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String getAuthor()
Stringpublic void setAuthor(String value)
value - allowed object is
Stringpublic String getBrand()
Stringpublic void setBrand(String value)
value - allowed object is
Stringpublic String getBrowseNode()
Stringpublic void setBrowseNode(String value)
value - allowed object is
Stringpublic String getComposer()
Stringpublic void setComposer(String value)
value - allowed object is
Stringpublic String getCondition()
Stringpublic void setCondition(String value)
value - allowed object is
Stringpublic String getConductor()
Stringpublic void setConductor(String value)
value - allowed object is
Stringpublic String getDirector()
Stringpublic void setDirector(String value)
value - allowed object is
Stringpublic BigInteger getItemPage()
BigIntegerpublic void setItemPage(BigInteger value)
value - allowed object is
BigIntegerpublic String getKeywords()
Stringpublic void setKeywords(String value)
value - allowed object is
Stringpublic String getManufacturer()
Stringpublic void setManufacturer(String value)
value - allowed object is
Stringpublic BigInteger getMaximumPrice()
BigIntegerpublic void setMaximumPrice(BigInteger value)
value - allowed object is
BigIntegerpublic String getMerchantId()
Stringpublic void setMerchantId(String value)
value - allowed object is
Stringpublic BigInteger getMinimumPrice()
BigIntegerpublic void setMinimumPrice(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getMinPercentageOff()
BigIntegerpublic void setMinPercentageOff(BigInteger value)
value - allowed object is
BigIntegerpublic String getMusicLabel()
Stringpublic void setMusicLabel(String value)
value - allowed object is
Stringpublic String getOrchestra()
Stringpublic void setOrchestra(String value)
value - allowed object is
Stringpublic String getPower()
Stringpublic void setPower(String value)
value - allowed object is
Stringpublic String getPublisher()
Stringpublic void setPublisher(String value)
value - allowed object is
Stringpublic String getRelatedItemPage()
Stringpublic void setRelatedItemPage(String value)
value - allowed object is
Stringpublic List<String> getRelationshipType()
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 relationshipType property.
For example, to add a new item, do as follows:
getRelationshipType().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getResponseGroup()
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 responseGroup property.
For example, to add a new item, do as follows:
getResponseGroup().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String getSearchIndex()
Stringpublic void setSearchIndex(String value)
value - allowed object is
Stringpublic String getSort()
Stringpublic void setSort(String value)
value - allowed object is
Stringpublic String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic String getReleaseDate()
Stringpublic void setReleaseDate(String value)
value - allowed object is
Stringpublic String getIncludeReviewsSummary()
Stringpublic void setIncludeReviewsSummary(String value)
value - allowed object is
Stringpublic BigInteger getTruncateReviewsAt()
BigIntegerpublic void setTruncateReviewsAt(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2013. All Rights Reserved.