|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazon.webservices.awsecommerceservice._2007_04_04.SearchResultsMap.SearchIndex
public static class SearchResultsMap.SearchIndex
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/2007-04-04}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>
Field Summary | |
---|---|
protected java.util.List<java.lang.String> |
asin
|
protected CorrectedQuery |
correctedQuery
|
protected java.lang.String |
indexName
|
protected java.math.BigInteger |
pages
|
protected java.math.BigInteger |
relevanceRank
|
protected java.math.BigInteger |
results
|
Constructor Summary | |
---|---|
SearchResultsMap.SearchIndex()
|
Method Summary | |
---|---|
java.util.List<java.lang.String> |
getASIN()
Gets the value of the asin property. |
CorrectedQuery |
getCorrectedQuery()
Gets the value of the correctedQuery property. |
java.lang.String |
getIndexName()
Gets the value of the indexName property. |
java.math.BigInteger |
getPages()
Gets the value of the pages property. |
java.math.BigInteger |
getRelevanceRank()
Gets the value of the relevanceRank property. |
java.math.BigInteger |
getResults()
Gets the value of the results property. |
void |
setCorrectedQuery(CorrectedQuery value)
Sets the value of the correctedQuery property. |
void |
setIndexName(java.lang.String value)
Sets the value of the indexName property. |
void |
setPages(java.math.BigInteger value)
Sets the value of the pages property. |
void |
setRelevanceRank(java.math.BigInteger value)
Sets the value of the relevanceRank property. |
void |
setResults(java.math.BigInteger value)
Sets the value of the results property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String indexName
protected java.math.BigInteger results
protected java.math.BigInteger pages
protected CorrectedQuery correctedQuery
protected java.math.BigInteger relevanceRank
protected java.util.List<java.lang.String> asin
Constructor Detail |
---|
public SearchResultsMap.SearchIndex()
Method Detail |
---|
public java.lang.String getIndexName()
String
public void setIndexName(java.lang.String value)
value
- allowed object is
String
public java.math.BigInteger getResults()
BigInteger
public void setResults(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.math.BigInteger getPages()
BigInteger
public void setPages(java.math.BigInteger value)
value
- allowed object is
BigInteger
public CorrectedQuery getCorrectedQuery()
CorrectedQuery
public void setCorrectedQuery(CorrectedQuery value)
value
- allowed object is
CorrectedQuery
public java.math.BigInteger getRelevanceRank()
BigInteger
public void setRelevanceRank(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.util.List<java.lang.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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |