com.amazon.webservices.awsecommerceservice._2007_04_04
Class SearchResultsMap.SearchIndex

java.lang.Object
  extended by com.amazon.webservices.awsecommerceservice._2007_04_04.SearchResultsMap.SearchIndex
Enclosing class:
SearchResultsMap

public static class SearchResultsMap.SearchIndex
extends java.lang.Object

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

indexName

protected java.lang.String indexName

results

protected java.math.BigInteger results

pages

protected java.math.BigInteger pages

correctedQuery

protected CorrectedQuery correctedQuery

relevanceRank

protected java.math.BigInteger relevanceRank

asin

protected java.util.List<java.lang.String> asin
Constructor Detail

SearchResultsMap.SearchIndex

public SearchResultsMap.SearchIndex()
Method Detail

getIndexName

public java.lang.String getIndexName()
Gets the value of the indexName property.

Returns:
possible object is String

setIndexName

public void setIndexName(java.lang.String value)
Sets the value of the indexName property.

Parameters:
value - allowed object is String

getResults

public java.math.BigInteger getResults()
Gets the value of the results property.

Returns:
possible object is BigInteger

setResults

public void setResults(java.math.BigInteger value)
Sets the value of the results property.

Parameters:
value - allowed object is BigInteger

getPages

public java.math.BigInteger getPages()
Gets the value of the pages property.

Returns:
possible object is BigInteger

setPages

public void setPages(java.math.BigInteger value)
Sets the value of the pages property.

Parameters:
value - allowed object is BigInteger

getCorrectedQuery

public CorrectedQuery getCorrectedQuery()
Gets the value of the correctedQuery property.

Returns:
possible object is CorrectedQuery

setCorrectedQuery

public void setCorrectedQuery(CorrectedQuery value)
Sets the value of the correctedQuery property.

Parameters:
value - allowed object is CorrectedQuery

getRelevanceRank

public java.math.BigInteger getRelevanceRank()
Gets the value of the relevanceRank property.

Returns:
possible object is BigInteger

setRelevanceRank

public void setRelevanceRank(java.math.BigInteger value)
Sets the value of the relevanceRank property.

Parameters:
value - allowed object is BigInteger

getASIN

public java.util.List<java.lang.String> getASIN()
Gets the value of the asin 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 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 © 2007 orange-cafe.de. All Rights Reserved.