public static class SearchResultsMap.SearchIndex 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 name="IndexName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Results" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
<element name="Pages" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2011-08-01}CorrectedQuery" minOccurs="0"/>
<element name="RelevanceRank" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/>
<element name="ASIN" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
asin |
protected CorrectedQuery |
correctedQuery |
protected String |
indexName |
protected BigInteger |
pages |
protected BigInteger |
relevanceRank |
protected BigInteger |
results |
| Constructor and Description |
|---|
SearchResultsMap.SearchIndex() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getASIN()
Gets the value of the asin property.
|
CorrectedQuery |
getCorrectedQuery()
Gets the value of the correctedQuery property.
|
String |
getIndexName()
Gets the value of the indexName property.
|
BigInteger |
getPages()
Gets the value of the pages property.
|
BigInteger |
getRelevanceRank()
Gets the value of the relevanceRank property.
|
BigInteger |
getResults()
Gets the value of the results property.
|
void |
setCorrectedQuery(CorrectedQuery value)
Sets the value of the correctedQuery property.
|
void |
setIndexName(String value)
Sets the value of the indexName property.
|
void |
setPages(BigInteger value)
Sets the value of the pages property.
|
void |
setRelevanceRank(BigInteger value)
Sets the value of the relevanceRank property.
|
void |
setResults(BigInteger value)
Sets the value of the results property.
|
protected String indexName
protected BigInteger results
protected BigInteger pages
protected CorrectedQuery correctedQuery
protected BigInteger relevanceRank
public String getIndexName()
Stringpublic void setIndexName(String value)
value - allowed object is
Stringpublic BigInteger getResults()
BigIntegerpublic void setResults(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getPages()
BigIntegerpublic void setPages(BigInteger value)
value - allowed object is
BigIntegerpublic CorrectedQuery getCorrectedQuery()
CorrectedQuerypublic void setCorrectedQuery(CorrectedQuery value)
value - allowed object is
CorrectedQuerypublic BigInteger getRelevanceRank()
BigIntegerpublic void setRelevanceRank(BigInteger value)
value - allowed object is
BigIntegerpublic List<String> getASIN()
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 asin property.
For example, to add a new item, do as follows:
getASIN().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2013. All Rights Reserved.