com.amazon.webservices.awsecommerceservice._2007_04_04
Class ItemLookupRequest

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

public class ItemLookupRequest
extends java.lang.Object

Java class for ItemLookupRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ItemLookupRequest">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}Condition" minOccurs="0"/>
         <element ref="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}DeliveryMethod" minOccurs="0"/>
         <element name="FutureLaunchDate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="IdType" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <enumeration value="ASIN"/>
               <enumeration value="UPC"/>
               <enumeration value="SKU"/>
               <enumeration value="EAN"/>
               <enumeration value="ISBN"/>
             </restriction>
           </simpleType>
         </element>
         <element name="ISPUPostalCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="MerchantId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="OfferPage" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
         <element name="ItemId" 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="ReviewPage" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" 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="SearchInsideKeywords" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="VariationPage" type="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}positiveIntegerOrAll" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String condition
           
protected  java.lang.String deliveryMethod
           
protected  java.lang.String futureLaunchDate
           
protected  java.lang.String idType
           
protected  java.lang.String ispuPostalCode
           
protected  java.util.List<java.lang.String> itemId
           
protected  java.lang.String merchantId
           
protected  java.math.BigInteger offerPage
           
protected  java.util.List<java.lang.String> responseGroup
           
protected  java.math.BigInteger reviewPage
           
protected  java.lang.String reviewSort
           
protected  java.lang.String searchIndex
           
protected  java.lang.String searchInsideKeywords
           
protected  java.lang.String variationPage
           
 
Constructor Summary
ItemLookupRequest()
           
 
Method Summary
 java.lang.String getCondition()
          Gets the value of the condition property.
 java.lang.String getDeliveryMethod()
          Gets the value of the deliveryMethod property.
 java.lang.String getFutureLaunchDate()
          Gets the value of the futureLaunchDate property.
 java.lang.String getIdType()
          Gets the value of the idType property.
 java.lang.String getISPUPostalCode()
          Gets the value of the ispuPostalCode property.
 java.util.List<java.lang.String> getItemId()
          Gets the value of the itemId property.
 java.lang.String getMerchantId()
          Gets the value of the merchantId property.
 java.math.BigInteger getOfferPage()
          Gets the value of the offerPage property.
 java.util.List<java.lang.String> getResponseGroup()
          Gets the value of the responseGroup property.
 java.math.BigInteger getReviewPage()
          Gets the value of the reviewPage 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 getSearchInsideKeywords()
          Gets the value of the searchInsideKeywords property.
 java.lang.String getVariationPage()
          Gets the value of the variationPage property.
 void setCondition(java.lang.String value)
          Sets the value of the condition property.
 void setDeliveryMethod(java.lang.String value)
          Sets the value of the deliveryMethod property.
 void setFutureLaunchDate(java.lang.String value)
          Sets the value of the futureLaunchDate property.
 void setIdType(java.lang.String value)
          Sets the value of the idType property.
 void setISPUPostalCode(java.lang.String value)
          Sets the value of the ispuPostalCode property.
 void setMerchantId(java.lang.String value)
          Sets the value of the merchantId property.
 void setOfferPage(java.math.BigInteger value)
          Sets the value of the offerPage property.
 void setReviewPage(java.math.BigInteger value)
          Sets the value of the reviewPage 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 setSearchInsideKeywords(java.lang.String value)
          Sets the value of the searchInsideKeywords property.
 void setVariationPage(java.lang.String value)
          Sets the value of the variationPage property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

condition

protected java.lang.String condition

deliveryMethod

protected java.lang.String deliveryMethod

futureLaunchDate

protected java.lang.String futureLaunchDate

idType

protected java.lang.String idType

ispuPostalCode

protected java.lang.String ispuPostalCode

merchantId

protected java.lang.String merchantId

offerPage

protected java.math.BigInteger offerPage

itemId

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

responseGroup

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

reviewPage

protected java.math.BigInteger reviewPage

reviewSort

protected java.lang.String reviewSort

searchIndex

protected java.lang.String searchIndex

searchInsideKeywords

protected java.lang.String searchInsideKeywords

variationPage

protected java.lang.String variationPage
Constructor Detail

ItemLookupRequest

public ItemLookupRequest()
Method Detail

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

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

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

getIdType

public java.lang.String getIdType()
Gets the value of the idType property.

Returns:
possible object is String

setIdType

public void setIdType(java.lang.String value)
Sets the value of the idType 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

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

getOfferPage

public java.math.BigInteger getOfferPage()
Gets the value of the offerPage property.

Returns:
possible object is BigInteger

setOfferPage

public void setOfferPage(java.math.BigInteger value)
Sets the value of the offerPage property.

Parameters:
value - allowed object is BigInteger

getItemId

public java.util.List<java.lang.String> getItemId()
Gets the value of the itemId 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 itemId property.

For example, to add a new item, do as follows:

    getItemId().add(newItem);
 

Objects of the following type(s) are allowed in the list 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


getReviewPage

public java.math.BigInteger getReviewPage()
Gets the value of the reviewPage property.

Returns:
possible object is BigInteger

setReviewPage

public void setReviewPage(java.math.BigInteger value)
Sets the value of the reviewPage property.

Parameters:
value - allowed object is BigInteger

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

getSearchInsideKeywords

public java.lang.String getSearchInsideKeywords()
Gets the value of the searchInsideKeywords property.

Returns:
possible object is String

setSearchInsideKeywords

public void setSearchInsideKeywords(java.lang.String value)
Sets the value of the searchInsideKeywords property.

Parameters:
value - allowed object is String

getVariationPage

public java.lang.String getVariationPage()
Gets the value of the variationPage property.

Returns:
possible object is String

setVariationPage

public void setVariationPage(java.lang.String value)
Sets the value of the variationPage property.

Parameters:
value - allowed object is String


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