com.amazon.webservices.awsecommerceservice._2007_04_04
Class ItemSearchRequest

java.lang.Object
  extended by com.amazon.webservices.awsecommerceservice._2007_04_04.ItemSearchRequest

public class ItemSearchRequest
extends java.lang.Object

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/2007-04-04}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="City" 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/2007-04-04}Condition" minOccurs="0"/>
         <element name="Conductor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Count" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
         <element name="Cuisine" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element ref="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}DeliveryMethod" minOccurs="0"/>
         <element name="Director" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="FutureLaunchDate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ISPUPostalCode" 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="MusicLabel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Neighborhood" 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="PostalCode" 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="ResponseGroup" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <element name="ReviewSort" type="{http://www.w3.org/2001/XMLSchema}string" 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="State" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="TextStream" 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"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String actor
           
protected  java.lang.String artist
           
protected  java.util.List<java.lang.String> audienceRating
           
protected  java.lang.String author
           
protected  java.lang.String availability
           
protected  java.lang.String brand
           
protected  java.lang.String browseNode
           
protected  java.lang.String city
           
protected  java.lang.String composer
           
protected  java.lang.String condition
           
protected  java.lang.String conductor
           
protected  java.math.BigInteger count
           
protected  java.lang.String cuisine
           
protected  java.lang.String deliveryMethod
           
protected  java.lang.String director
           
protected  java.lang.String futureLaunchDate
           
protected  java.lang.String ispuPostalCode
           
protected  java.math.BigInteger itemPage
           
protected  java.lang.String keywords
           
protected  java.lang.String manufacturer
           
protected  java.math.BigInteger maximumPrice
           
protected  java.lang.String merchantId
           
protected  java.math.BigInteger minimumPrice
           
protected  java.lang.String musicLabel
           
protected  java.lang.String neighborhood
           
protected  java.lang.String orchestra
           
protected  java.lang.String postalCode
           
protected  java.lang.String power
           
protected  java.lang.String publisher
           
protected  java.lang.String releaseDate
           
protected  java.util.List<java.lang.String> responseGroup
           
protected  java.lang.String reviewSort
           
protected  java.lang.String searchIndex
           
protected  java.lang.String sort
           
protected  java.lang.String state
           
protected  java.lang.String textStream
           
protected  java.lang.String title
           
 
Constructor Summary
ItemSearchRequest()
           
 
Method Summary
 java.lang.String getActor()
          Gets the value of the actor property.
 java.lang.String getArtist()
          Gets the value of the artist property.
 java.util.List<java.lang.String> getAudienceRating()
          Gets the value of the audienceRating property.
 java.lang.String getAuthor()
          Gets the value of the author property.
 java.lang.String getAvailability()
          Gets the value of the availability property.
 java.lang.String getBrand()
          Gets the value of the brand property.
 java.lang.String getBrowseNode()
          Gets the value of the browseNode property.
 java.lang.String getCity()
          Gets the value of the city property.
 java.lang.String getComposer()
          Gets the value of the composer property.
 java.lang.String getCondition()
          Gets the value of the condition property.
 java.lang.String getConductor()
          Gets the value of the conductor property.
 java.math.BigInteger getCount()
          Gets the value of the count property.
 java.lang.String getCuisine()
          Gets the value of the cuisine property.
 java.lang.String getDeliveryMethod()
          Gets the value of the deliveryMethod property.
 java.lang.String getDirector()
          Gets the value of the director property.
 java.lang.String getFutureLaunchDate()
          Gets the value of the futureLaunchDate property.
 java.lang.String getISPUPostalCode()
          Gets the value of the ispuPostalCode property.
 java.math.BigInteger getItemPage()
          Gets the value of the itemPage property.
 java.lang.String getKeywords()
          Gets the value of the keywords property.
 java.lang.String getManufacturer()
          Gets the value of the manufacturer property.
 java.math.BigInteger getMaximumPrice()
          Gets the value of the maximumPrice property.
 java.lang.String getMerchantId()
          Gets the value of the merchantId property.
 java.math.BigInteger getMinimumPrice()
          Gets the value of the minimumPrice property.
 java.lang.String getMusicLabel()
          Gets the value of the musicLabel property.
 java.lang.String getNeighborhood()
          Gets the value of the neighborhood property.
 java.lang.String getOrchestra()
          Gets the value of the orchestra property.
 java.lang.String getPostalCode()
          Gets the value of the postalCode property.
 java.lang.String getPower()
          Gets the value of the power property.
 java.lang.String getPublisher()
          Gets the value of the publisher property.
 java.lang.String getReleaseDate()
          Gets the value of the releaseDate property.
 java.util.List<java.lang.String> getResponseGroup()
          Gets the value of the responseGroup property.
 java.lang.String getReviewSort()
          Gets the value of the reviewSort property.
 java.lang.String getSearchIndex()
          Gets the value of the searchIndex property.
 java.lang.String getSort()
          Gets the value of the sort property.
 java.lang.String getState()
          Gets the value of the state property.
 java.lang.String getTextStream()
          Gets the value of the textStream property.
 java.lang.String getTitle()
          Gets the value of the title property.
 void setActor(java.lang.String value)
          Sets the value of the actor property.
 void setArtist(java.lang.String value)
          Sets the value of the artist property.
 void setAuthor(java.lang.String value)
          Sets the value of the author property.
 void setAvailability(java.lang.String value)
          Sets the value of the availability property.
 void setBrand(java.lang.String value)
          Sets the value of the brand property.
 void setBrowseNode(java.lang.String value)
          Sets the value of the browseNode property.
 void setCity(java.lang.String value)
          Sets the value of the city property.
 void setComposer(java.lang.String value)
          Sets the value of the composer property.
 void setCondition(java.lang.String value)
          Sets the value of the condition property.
 void setConductor(java.lang.String value)
          Sets the value of the conductor property.
 void setCount(java.math.BigInteger value)
          Sets the value of the count property.
 void setCuisine(java.lang.String value)
          Sets the value of the cuisine property.
 void setDeliveryMethod(java.lang.String value)
          Sets the value of the deliveryMethod property.
 void setDirector(java.lang.String value)
          Sets the value of the director property.
 void setFutureLaunchDate(java.lang.String value)
          Sets the value of the futureLaunchDate property.
 void setISPUPostalCode(java.lang.String value)
          Sets the value of the ispuPostalCode property.
 void setItemPage(java.math.BigInteger value)
          Sets the value of the itemPage property.
 void setKeywords(java.lang.String value)
          Sets the value of the keywords property.
 void setManufacturer(java.lang.String value)
          Sets the value of the manufacturer property.
 void setMaximumPrice(java.math.BigInteger value)
          Sets the value of the maximumPrice property.
 void setMerchantId(java.lang.String value)
          Sets the value of the merchantId property.
 void setMinimumPrice(java.math.BigInteger value)
          Sets the value of the minimumPrice property.
 void setMusicLabel(java.lang.String value)
          Sets the value of the musicLabel property.
 void setNeighborhood(java.lang.String value)
          Sets the value of the neighborhood property.
 void setOrchestra(java.lang.String value)
          Sets the value of the orchestra property.
 void setPostalCode(java.lang.String value)
          Sets the value of the postalCode property.
 void setPower(java.lang.String value)
          Sets the value of the power property.
 void setPublisher(java.lang.String value)
          Sets the value of the publisher property.
 void setReleaseDate(java.lang.String value)
          Sets the value of the releaseDate property.
 void setReviewSort(java.lang.String value)
          Sets the value of the reviewSort property.
 void setSearchIndex(java.lang.String value)
          Sets the value of the searchIndex property.
 void setSort(java.lang.String value)
          Sets the value of the sort property.
 void setState(java.lang.String value)
          Sets the value of the state property.
 void setTextStream(java.lang.String value)
          Sets the value of the textStream property.
 void setTitle(java.lang.String value)
          Sets the value of the title property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

actor

protected java.lang.String actor

artist

protected java.lang.String artist

availability

protected java.lang.String availability

audienceRating

protected java.util.List<java.lang.String> audienceRating

author

protected java.lang.String author

brand

protected java.lang.String brand

browseNode

protected java.lang.String browseNode

city

protected java.lang.String city

composer

protected java.lang.String composer

condition

protected java.lang.String condition

conductor

protected java.lang.String conductor

count

protected java.math.BigInteger count

cuisine

protected java.lang.String cuisine

deliveryMethod

protected java.lang.String deliveryMethod

director

protected java.lang.String director

futureLaunchDate

protected java.lang.String futureLaunchDate

ispuPostalCode

protected java.lang.String ispuPostalCode

itemPage

protected java.math.BigInteger itemPage

keywords

protected java.lang.String keywords

manufacturer

protected java.lang.String manufacturer

maximumPrice

protected java.math.BigInteger maximumPrice

merchantId

protected java.lang.String merchantId

minimumPrice

protected java.math.BigInteger minimumPrice

musicLabel

protected java.lang.String musicLabel

neighborhood

protected java.lang.String neighborhood

orchestra

protected java.lang.String orchestra

postalCode

protected java.lang.String postalCode

power

protected java.lang.String power

publisher

protected java.lang.String publisher

responseGroup

protected java.util.List<java.lang.String> responseGroup

reviewSort

protected java.lang.String reviewSort

searchIndex

protected java.lang.String searchIndex

sort

protected java.lang.String sort

state

protected java.lang.String state

textStream

protected java.lang.String textStream

title

protected java.lang.String title

releaseDate

protected java.lang.String releaseDate
Constructor Detail

ItemSearchRequest

public ItemSearchRequest()
Method Detail

getActor

public java.lang.String getActor()
Gets the value of the actor property.

Returns:
possible object is String

setActor

public void setActor(java.lang.String value)
Sets the value of the actor property.

Parameters:
value - allowed object is String

getArtist

public java.lang.String getArtist()
Gets the value of the artist property.

Returns:
possible object is String

setArtist

public void setArtist(java.lang.String value)
Sets the value of the artist property.

Parameters:
value - allowed object is String

getAvailability

public java.lang.String getAvailability()
Gets the value of the availability property.

Returns:
possible object is String

setAvailability

public void setAvailability(java.lang.String value)
Sets the value of the availability property.

Parameters:
value - allowed object is String

getAudienceRating

public java.util.List<java.lang.String> getAudienceRating()
Gets the value of the audienceRating property.

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


getAuthor

public java.lang.String getAuthor()
Gets the value of the author property.

Returns:
possible object is String

setAuthor

public void setAuthor(java.lang.String value)
Sets the value of the author property.

Parameters:
value - allowed object is String

getBrand

public java.lang.String getBrand()
Gets the value of the brand property.

Returns:
possible object is String

setBrand

public void setBrand(java.lang.String value)
Sets the value of the brand property.

Parameters:
value - allowed object is String

getBrowseNode

public java.lang.String getBrowseNode()
Gets the value of the browseNode property.

Returns:
possible object is String

setBrowseNode

public void setBrowseNode(java.lang.String value)
Sets the value of the browseNode property.

Parameters:
value - allowed object is String

getCity

public java.lang.String getCity()
Gets the value of the city property.

Returns:
possible object is String

setCity

public void setCity(java.lang.String value)
Sets the value of the city property.

Parameters:
value - allowed object is String

getComposer

public java.lang.String getComposer()
Gets the value of the composer property.

Returns:
possible object is String

setComposer

public void setComposer(java.lang.String value)
Sets the value of the composer property.

Parameters:
value - allowed object is String

getCondition

public java.lang.String getCondition()
Gets the value of the condition property.

Returns:
possible object is String

setCondition

public void setCondition(java.lang.String value)
Sets the value of the condition property.

Parameters:
value - allowed object is String

getConductor

public java.lang.String getConductor()
Gets the value of the conductor property.

Returns:
possible object is String

setConductor

public void setConductor(java.lang.String value)
Sets the value of the conductor property.

Parameters:
value - allowed object is String

getCount

public java.math.BigInteger getCount()
Gets the value of the count property.

Returns:
possible object is BigInteger

setCount

public void setCount(java.math.BigInteger value)
Sets the value of the count property.

Parameters:
value - allowed object is BigInteger

getCuisine

public java.lang.String getCuisine()
Gets the value of the cuisine property.

Returns:
possible object is String

setCuisine

public void setCuisine(java.lang.String value)
Sets the value of the cuisine property.

Parameters:
value - allowed object is String

getDeliveryMethod

public java.lang.String getDeliveryMethod()
Gets the value of the deliveryMethod property.

Returns:
possible object is String

setDeliveryMethod

public void setDeliveryMethod(java.lang.String value)
Sets the value of the deliveryMethod property.

Parameters:
value - allowed object is String

getDirector

public java.lang.String getDirector()
Gets the value of the director property.

Returns:
possible object is String

setDirector

public void setDirector(java.lang.String value)
Sets the value of the director property.

Parameters:
value - allowed object is String

getFutureLaunchDate

public java.lang.String getFutureLaunchDate()
Gets the value of the futureLaunchDate property.

Returns:
possible object is String

setFutureLaunchDate

public void setFutureLaunchDate(java.lang.String value)
Sets the value of the futureLaunchDate property.

Parameters:
value - allowed object is String

getISPUPostalCode

public java.lang.String getISPUPostalCode()
Gets the value of the ispuPostalCode property.

Returns:
possible object is String

setISPUPostalCode

public void setISPUPostalCode(java.lang.String value)
Sets the value of the ispuPostalCode property.

Parameters:
value - allowed object is String

getItemPage

public java.math.BigInteger getItemPage()
Gets the value of the itemPage property.

Returns:
possible object is BigInteger

setItemPage

public void setItemPage(java.math.BigInteger value)
Sets the value of the itemPage property.

Parameters:
value - allowed object is BigInteger

getKeywords

public java.lang.String getKeywords()
Gets the value of the keywords property.

Returns:
possible object is String

setKeywords

public void setKeywords(java.lang.String value)
Sets the value of the keywords property.

Parameters:
value - allowed object is String

getManufacturer

public java.lang.String getManufacturer()
Gets the value of the manufacturer property.

Returns:
possible object is String

setManufacturer

public void setManufacturer(java.lang.String value)
Sets the value of the manufacturer property.

Parameters:
value - allowed object is String

getMaximumPrice

public java.math.BigInteger getMaximumPrice()
Gets the value of the maximumPrice property.

Returns:
possible object is BigInteger

setMaximumPrice

public void setMaximumPrice(java.math.BigInteger value)
Sets the value of the maximumPrice property.

Parameters:
value - allowed object is BigInteger

getMerchantId

public java.lang.String getMerchantId()
Gets the value of the merchantId property.

Returns:
possible object is String

setMerchantId

public void setMerchantId(java.lang.String value)
Sets the value of the merchantId property.

Parameters:
value - allowed object is String

getMinimumPrice

public java.math.BigInteger getMinimumPrice()
Gets the value of the minimumPrice property.

Returns:
possible object is BigInteger

setMinimumPrice

public void setMinimumPrice(java.math.BigInteger value)
Sets the value of the minimumPrice property.

Parameters:
value - allowed object is BigInteger

getMusicLabel

public java.lang.String getMusicLabel()
Gets the value of the musicLabel property.

Returns:
possible object is String

setMusicLabel

public void setMusicLabel(java.lang.String value)
Sets the value of the musicLabel property.

Parameters:
value - allowed object is String

getNeighborhood

public java.lang.String getNeighborhood()
Gets the value of the neighborhood property.

Returns:
possible object is String

setNeighborhood

public void setNeighborhood(java.lang.String value)
Sets the value of the neighborhood property.

Parameters:
value - allowed object is String

getOrchestra

public java.lang.String getOrchestra()
Gets the value of the orchestra property.

Returns:
possible object is String

setOrchestra

public void setOrchestra(java.lang.String value)
Sets the value of the orchestra property.

Parameters:
value - allowed object is String

getPostalCode

public java.lang.String getPostalCode()
Gets the value of the postalCode property.

Returns:
possible object is String

setPostalCode

public void setPostalCode(java.lang.String value)
Sets the value of the postalCode property.

Parameters:
value - allowed object is String

getPower

public java.lang.String getPower()
Gets the value of the power property.

Returns:
possible object is String

setPower

public void setPower(java.lang.String value)
Sets the value of the power property.

Parameters:
value - allowed object is String

getPublisher

public java.lang.String getPublisher()
Gets the value of the publisher property.

Returns:
possible object is String

setPublisher

public void setPublisher(java.lang.String value)
Sets the value of the publisher property.

Parameters:
value - allowed object is String

getResponseGroup

public java.util.List<java.lang.String> getResponseGroup()
Gets the value of the responseGroup property.

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


getReviewSort

public java.lang.String getReviewSort()
Gets the value of the reviewSort property.

Returns:
possible object is String

setReviewSort

public void setReviewSort(java.lang.String value)
Sets the value of the reviewSort property.

Parameters:
value - allowed object is String

getSearchIndex

public java.lang.String getSearchIndex()
Gets the value of the searchIndex property.

Returns:
possible object is String

setSearchIndex

public void setSearchIndex(java.lang.String value)
Sets the value of the searchIndex property.

Parameters:
value - allowed object is String

getSort

public java.lang.String getSort()
Gets the value of the sort property.

Returns:
possible object is String

setSort

public void setSort(java.lang.String value)
Sets the value of the sort property.

Parameters:
value - allowed object is String

getState

public java.lang.String getState()
Gets the value of the state property.

Returns:
possible object is String

setState

public void setState(java.lang.String value)
Sets the value of the state property.

Parameters:
value - allowed object is String

getTextStream

public java.lang.String getTextStream()
Gets the value of the textStream property.

Returns:
possible object is String

setTextStream

public void setTextStream(java.lang.String value)
Sets the value of the textStream property.

Parameters:
value - allowed object is String

getTitle

public java.lang.String getTitle()
Gets the value of the title property.

Returns:
possible object is String

setTitle

public void setTitle(java.lang.String value)
Sets the value of the title property.

Parameters:
value - allowed object is String

getReleaseDate

public java.lang.String getReleaseDate()
Gets the value of the releaseDate property.

Returns:
possible object is String

setReleaseDate

public void setReleaseDate(java.lang.String value)
Sets the value of the releaseDate property.

Parameters:
value - allowed object is String


Copyright © 2007 orange-cafe.de. All Rights Reserved.