|
Project 4 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazon.soap.AWSECommerceService.SearchResultsMapSearchIndex
public class SearchResultsMapSearchIndex
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 |
---|
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 Detail |
---|
public 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 |
---|
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String[] getASIN()
public java.lang.String getASIN(int i)
public CorrectedQuery getCorrectedQuery()
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public java.lang.String getIndexName()
public org.apache.axis.types.NonNegativeInteger getPages()
public org.apache.axis.types.PositiveInteger getRelevanceRank()
public org.apache.axis.types.NonNegativeInteger getResults()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.description.TypeDesc getTypeDesc()
public int hashCode()
hashCode
in class java.lang.Object
public void setASIN(int i, java.lang.String _value)
public void setASIN(java.lang.String[] ASIN)
ASIN
- public void setCorrectedQuery(CorrectedQuery correctedQuery)
correctedQuery
- public void setIndexName(java.lang.String indexName)
indexName
- public void setPages(org.apache.axis.types.NonNegativeInteger pages)
pages
- public void setRelevanceRank(org.apache.axis.types.PositiveInteger relevanceRank)
relevanceRank
- public void setResults(org.apache.axis.types.NonNegativeInteger results)
results
-
|
Project 4 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |