public class ItemLookupRequest extends Object implements Serializable
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/2011-08-01}Condition" 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="MerchantId" type="{http://www.w3.org/2001/XMLSchema}string" 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="SearchIndex" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="VariationPage" type="{http://webservices.amazon.com/AWSECommerceService/2011-08-01}positiveIntegerOrAll" 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="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 |
condition |
protected String |
idType |
protected String |
includeReviewsSummary |
protected List<String> |
itemId |
protected String |
merchantId |
protected String |
relatedItemPage |
protected List<String> |
relationshipType |
protected List<String> |
responseGroup |
protected String |
searchIndex |
protected BigInteger |
truncateReviewsAt |
protected String |
variationPage |
| Constructor and Description |
|---|
ItemLookupRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCondition()
Gets the value of the condition property.
|
String |
getIdType()
Gets the value of the idType property.
|
String |
getIncludeReviewsSummary()
Gets the value of the includeReviewsSummary property.
|
List<String> |
getItemId()
Gets the value of the itemId property.
|
String |
getMerchantId()
Gets the value of the merchantId property.
|
String |
getRelatedItemPage()
Gets the value of the relatedItemPage property.
|
List<String> |
getRelationshipType()
Gets the value of the relationshipType property.
|
List<String> |
getResponseGroup()
Gets the value of the responseGroup property.
|
String |
getSearchIndex()
Gets the value of the searchIndex property.
|
BigInteger |
getTruncateReviewsAt()
Gets the value of the truncateReviewsAt property.
|
String |
getVariationPage()
Gets the value of the variationPage property.
|
void |
setCondition(String value)
Sets the value of the condition property.
|
void |
setIdType(String value)
Sets the value of the idType property.
|
void |
setIncludeReviewsSummary(String value)
Sets the value of the includeReviewsSummary property.
|
void |
setMerchantId(String value)
Sets the value of the merchantId property.
|
void |
setRelatedItemPage(String value)
Sets the value of the relatedItemPage property.
|
void |
setSearchIndex(String value)
Sets the value of the searchIndex property.
|
void |
setTruncateReviewsAt(BigInteger value)
Sets the value of the truncateReviewsAt property.
|
void |
setVariationPage(String value)
Sets the value of the variationPage property.
|
protected String condition
protected String idType
protected String merchantId
protected String searchIndex
protected String variationPage
protected String relatedItemPage
protected String includeReviewsSummary
protected BigInteger truncateReviewsAt
public String getCondition()
Stringpublic void setCondition(String value)
value - allowed object is
Stringpublic String getIdType()
Stringpublic void setIdType(String value)
value - allowed object is
Stringpublic String getMerchantId()
Stringpublic void setMerchantId(String value)
value - allowed object is
Stringpublic List<String> getItemId()
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
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 getVariationPage()
Stringpublic void setVariationPage(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 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.