Project 4

com.amazon.soap.AWSECommerceService
Class SearchResultsMapSearchIndex

java.lang.Object
  extended bycom.amazon.soap.AWSECommerceService.SearchResultsMapSearchIndex
All Implemented Interfaces:
java.io.Serializable

public class SearchResultsMapSearchIndex
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  java.lang.String[] ASIN
           
private  CorrectedQuery correctedQuery
           
private  java.lang.String indexName
           
private  org.apache.axis.types.NonNegativeInteger pages
           
private  org.apache.axis.types.PositiveInteger relevanceRank
           
private  org.apache.axis.types.NonNegativeInteger results
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
SearchResultsMapSearchIndex()
           
SearchResultsMapSearchIndex(java.lang.String indexName, org.apache.axis.types.NonNegativeInteger results, org.apache.axis.types.NonNegativeInteger pages, CorrectedQuery correctedQuery, org.apache.axis.types.PositiveInteger relevanceRank, java.lang.String[] ASIN)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String[] getASIN()
          Gets the ASIN value for this SearchResultsMapSearchIndex.
 java.lang.String getASIN(int i)
           
 CorrectedQuery getCorrectedQuery()
          Gets the correctedQuery value for this SearchResultsMapSearchIndex.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getIndexName()
          Gets the indexName value for this SearchResultsMapSearchIndex.
 org.apache.axis.types.NonNegativeInteger getPages()
          Gets the pages value for this SearchResultsMapSearchIndex.
 org.apache.axis.types.PositiveInteger getRelevanceRank()
          Gets the relevanceRank value for this SearchResultsMapSearchIndex.
 org.apache.axis.types.NonNegativeInteger getResults()
          Gets the results value for this SearchResultsMapSearchIndex.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setASIN(int i, java.lang.String _value)
           
 void setASIN(java.lang.String[] ASIN)
          Sets the ASIN value for this SearchResultsMapSearchIndex.
 void setCorrectedQuery(CorrectedQuery correctedQuery)
          Sets the correctedQuery value for this SearchResultsMapSearchIndex.
 void setIndexName(java.lang.String indexName)
          Sets the indexName value for this SearchResultsMapSearchIndex.
 void setPages(org.apache.axis.types.NonNegativeInteger pages)
          Sets the pages value for this SearchResultsMapSearchIndex.
 void setRelevanceRank(org.apache.axis.types.PositiveInteger relevanceRank)
          Sets the relevanceRank value for this SearchResultsMapSearchIndex.
 void setResults(org.apache.axis.types.NonNegativeInteger results)
          Sets the results value for this SearchResultsMapSearchIndex.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

ASIN

private java.lang.String[] ASIN

correctedQuery

private CorrectedQuery correctedQuery

indexName

private java.lang.String indexName

pages

private org.apache.axis.types.NonNegativeInteger pages

relevanceRank

private org.apache.axis.types.PositiveInteger relevanceRank

results

private org.apache.axis.types.NonNegativeInteger results

typeDesc

private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail

SearchResultsMapSearchIndex

public SearchResultsMapSearchIndex()

SearchResultsMapSearchIndex

public SearchResultsMapSearchIndex(java.lang.String indexName,
                                   org.apache.axis.types.NonNegativeInteger results,
                                   org.apache.axis.types.NonNegativeInteger pages,
                                   CorrectedQuery correctedQuery,
                                   org.apache.axis.types.PositiveInteger relevanceRank,
                                   java.lang.String[] ASIN)
Method Detail

equals

public boolean equals(java.lang.Object obj)

getASIN

public java.lang.String[] getASIN()
Gets the ASIN value for this SearchResultsMapSearchIndex.

Returns:
ASIN

getASIN

public java.lang.String getASIN(int i)

getCorrectedQuery

public CorrectedQuery getCorrectedQuery()
Gets the correctedQuery value for this SearchResultsMapSearchIndex.

Returns:
correctedQuery

getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer


getIndexName

public java.lang.String getIndexName()
Gets the indexName value for this SearchResultsMapSearchIndex.

Returns:
indexName

getPages

public org.apache.axis.types.NonNegativeInteger getPages()
Gets the pages value for this SearchResultsMapSearchIndex.

Returns:
pages

getRelevanceRank

public org.apache.axis.types.PositiveInteger getRelevanceRank()
Gets the relevanceRank value for this SearchResultsMapSearchIndex.

Returns:
relevanceRank

getResults

public org.apache.axis.types.NonNegativeInteger getResults()
Gets the results value for this SearchResultsMapSearchIndex.

Returns:
results

getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


hashCode

public int hashCode()

setASIN

public void setASIN(int i,
                    java.lang.String _value)

setASIN

public void setASIN(java.lang.String[] ASIN)
Sets the ASIN value for this SearchResultsMapSearchIndex.

Parameters:
ASIN -

setCorrectedQuery

public void setCorrectedQuery(CorrectedQuery correctedQuery)
Sets the correctedQuery value for this SearchResultsMapSearchIndex.

Parameters:
correctedQuery -

setIndexName

public void setIndexName(java.lang.String indexName)
Sets the indexName value for this SearchResultsMapSearchIndex.

Parameters:
indexName -

setPages

public void setPages(org.apache.axis.types.NonNegativeInteger pages)
Sets the pages value for this SearchResultsMapSearchIndex.

Parameters:
pages -

setRelevanceRank

public void setRelevanceRank(org.apache.axis.types.PositiveInteger relevanceRank)
Sets the relevanceRank value for this SearchResultsMapSearchIndex.

Parameters:
relevanceRank -

setResults

public void setResults(org.apache.axis.types.NonNegativeInteger results)
Sets the results value for this SearchResultsMapSearchIndex.

Parameters:
results -

Project 4