com.amazon.webservices.awsecommerceservice._2007_04_04
Class SimilarityLookupRequest

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

public class SimilarityLookupRequest
extends java.lang.Object

Java class for SimilarityLookupRequest complex type.

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

 <complexType name="SimilarityLookupRequest">
   <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="ItemId" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <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="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="SimilarityType" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <enumeration value="Intersection"/>
               <enumeration value="Random"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String condition
           
protected  java.lang.String deliveryMethod
           
protected  java.lang.String ispuPostalCode
           
protected  java.util.List<java.lang.String> itemId
           
protected  java.lang.String merchantId
           
protected  java.util.List<java.lang.String> responseGroup
           
protected  java.lang.String reviewSort
           
protected  java.lang.String similarityType
           
 
Constructor Summary
SimilarityLookupRequest()
           
 
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 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.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 getSimilarityType()
          Gets the value of the similarityType 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 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 setReviewSort(java.lang.String value)
          Sets the value of the reviewSort property.
 void setSimilarityType(java.lang.String value)
          Sets the value of the similarityType 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

itemId

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

ispuPostalCode

protected java.lang.String ispuPostalCode

merchantId

protected java.lang.String merchantId

responseGroup

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

reviewSort

protected java.lang.String reviewSort

similarityType

protected java.lang.String similarityType
Constructor Detail

SimilarityLookupRequest

public SimilarityLookupRequest()
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

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


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

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

getSimilarityType

public java.lang.String getSimilarityType()
Gets the value of the similarityType property.

Returns:
possible object is String

setSimilarityType

public void setSimilarityType(java.lang.String value)
Sets the value of the similarityType property.

Parameters:
value - allowed object is String


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