public class Items extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2011-08-01}Request" minOccurs="0"/>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2011-08-01}CorrectedQuery" minOccurs="0"/>
<element name="Qid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="EngineQuery" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="TotalResults" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
<element name="TotalPages" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
<element name="MoreSearchResultsUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2011-08-01}SearchResultsMap" minOccurs="0"/>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2011-08-01}Item" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2011-08-01}SearchBinSets" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CorrectedQuery |
correctedQuery |
protected String |
engineQuery |
protected List<Item> |
item |
protected String |
moreSearchResultsUrl |
protected String |
qid |
protected Request |
request |
protected SearchBinSets |
searchBinSets |
protected SearchResultsMap |
searchResultsMap |
protected BigInteger |
totalPages |
protected BigInteger |
totalResults |
| Constructor and Description |
|---|
Items() |
| Modifier and Type | Method and Description |
|---|---|
CorrectedQuery |
getCorrectedQuery()
Gets the value of the correctedQuery property.
|
String |
getEngineQuery()
Gets the value of the engineQuery property.
|
List<Item> |
getItem()
Gets the value of the item property.
|
String |
getMoreSearchResultsUrl()
Gets the value of the moreSearchResultsUrl property.
|
String |
getQid()
Gets the value of the qid property.
|
Request |
getRequest()
Gets the value of the request property.
|
SearchBinSets |
getSearchBinSets()
Gets the value of the searchBinSets property.
|
SearchResultsMap |
getSearchResultsMap()
Gets the value of the searchResultsMap property.
|
BigInteger |
getTotalPages()
Gets the value of the totalPages property.
|
BigInteger |
getTotalResults()
Gets the value of the totalResults property.
|
void |
setCorrectedQuery(CorrectedQuery value)
Sets the value of the correctedQuery property.
|
void |
setEngineQuery(String value)
Sets the value of the engineQuery property.
|
void |
setMoreSearchResultsUrl(String value)
Sets the value of the moreSearchResultsUrl property.
|
void |
setQid(String value)
Sets the value of the qid property.
|
void |
setRequest(Request value)
Sets the value of the request property.
|
void |
setSearchBinSets(SearchBinSets value)
Sets the value of the searchBinSets property.
|
void |
setSearchResultsMap(SearchResultsMap value)
Sets the value of the searchResultsMap property.
|
void |
setTotalPages(BigInteger value)
Sets the value of the totalPages property.
|
void |
setTotalResults(BigInteger value)
Sets the value of the totalResults property.
|
protected Request request
protected CorrectedQuery correctedQuery
protected String qid
protected String engineQuery
protected BigInteger totalResults
protected BigInteger totalPages
protected String moreSearchResultsUrl
protected SearchResultsMap searchResultsMap
protected SearchBinSets searchBinSets
public Request getRequest()
Requestpublic void setRequest(Request value)
value - allowed object is
Requestpublic CorrectedQuery getCorrectedQuery()
CorrectedQuerypublic void setCorrectedQuery(CorrectedQuery value)
value - allowed object is
CorrectedQuerypublic void setQid(String value)
value - allowed object is
Stringpublic String getEngineQuery()
Stringpublic void setEngineQuery(String value)
value - allowed object is
Stringpublic BigInteger getTotalResults()
BigIntegerpublic void setTotalResults(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getTotalPages()
BigIntegerpublic void setTotalPages(BigInteger value)
value - allowed object is
BigIntegerpublic String getMoreSearchResultsUrl()
Stringpublic void setMoreSearchResultsUrl(String value)
value - allowed object is
Stringpublic SearchResultsMap getSearchResultsMap()
SearchResultsMappublic void setSearchResultsMap(SearchResultsMap value)
value - allowed object is
SearchResultsMappublic List<Item> getItem()
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 item property.
For example, to add a new item, do as follows:
getItem().add(newItem);
Objects of the following type(s) are allowed in the list
Item
public SearchBinSets getSearchBinSets()
SearchBinSetspublic void setSearchBinSets(SearchBinSets value)
value - allowed object is
SearchBinSetsCopyright © 2013. All Rights Reserved.