|
Project 4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazon.soap.AWSECommerceService.Items
Field Summary | |
private java.lang.Object |
__equalsCalc
|
private boolean |
__hashCodeCalc
|
private CorrectedQuery |
correctedQuery
|
private Item[] |
item
|
private Request |
request
|
private Bin[][] |
searchBinSets
|
private SearchResultsMapSearchIndex[] |
searchResultsMap
|
private org.apache.axis.types.NonNegativeInteger |
totalPages
|
private org.apache.axis.types.NonNegativeInteger |
totalResults
|
private static org.apache.axis.description.TypeDesc |
typeDesc
|
Constructor Summary | |
Items()
|
|
Items(Request request,
CorrectedQuery correctedQuery,
org.apache.axis.types.NonNegativeInteger totalResults,
org.apache.axis.types.NonNegativeInteger totalPages,
SearchResultsMapSearchIndex[] searchResultsMap,
Item[] item,
Bin[][] searchBinSets)
|
Method Summary | |
boolean |
equals(java.lang.Object obj)
|
CorrectedQuery |
getCorrectedQuery()
Gets the correctedQuery value for this Items. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
Item[] |
getItem()
Gets the item value for this Items. |
Item |
getItem(int i)
|
Request |
getRequest()
Gets the request value for this Items. |
Bin[][] |
getSearchBinSets()
Gets the searchBinSets value for this Items. |
SearchResultsMapSearchIndex[] |
getSearchResultsMap()
Gets the searchResultsMap value for this Items. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
org.apache.axis.types.NonNegativeInteger |
getTotalPages()
Gets the totalPages value for this Items. |
org.apache.axis.types.NonNegativeInteger |
getTotalResults()
Gets the totalResults value for this Items. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setCorrectedQuery(CorrectedQuery correctedQuery)
Sets the correctedQuery value for this Items. |
void |
setItem(int i,
Item _value)
|
void |
setItem(Item[] item)
Sets the item value for this Items. |
void |
setRequest(Request request)
Sets the request value for this Items. |
void |
setSearchBinSets(Bin[][] searchBinSets)
Sets the searchBinSets value for this Items. |
void |
setSearchResultsMap(SearchResultsMapSearchIndex[] searchResultsMap)
Sets the searchResultsMap value for this Items. |
void |
setTotalPages(org.apache.axis.types.NonNegativeInteger totalPages)
Sets the totalPages value for this Items. |
void |
setTotalResults(org.apache.axis.types.NonNegativeInteger totalResults)
Sets the totalResults value for this Items. |
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 CorrectedQuery correctedQuery
private Item[] item
private Request request
private Bin[][] searchBinSets
private SearchResultsMapSearchIndex[] searchResultsMap
private org.apache.axis.types.NonNegativeInteger totalPages
private org.apache.axis.types.NonNegativeInteger totalResults
private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail |
public Items()
public Items(Request request, CorrectedQuery correctedQuery, org.apache.axis.types.NonNegativeInteger totalResults, org.apache.axis.types.NonNegativeInteger totalPages, SearchResultsMapSearchIndex[] searchResultsMap, Item[] item, Bin[][] searchBinSets)
Method Detail |
public boolean equals(java.lang.Object obj)
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 Item[] getItem()
public Item getItem(int i)
public Request getRequest()
public Bin[][] getSearchBinSets()
public SearchResultsMapSearchIndex[] getSearchResultsMap()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public org.apache.axis.types.NonNegativeInteger getTotalPages()
public org.apache.axis.types.NonNegativeInteger getTotalResults()
public static org.apache.axis.description.TypeDesc getTypeDesc()
public int hashCode()
public void setCorrectedQuery(CorrectedQuery correctedQuery)
correctedQuery
- public void setItem(int i, Item _value)
public void setItem(Item[] item)
item
- public void setRequest(Request request)
request
- public void setSearchBinSets(Bin[][] searchBinSets)
searchBinSets
- public void setSearchResultsMap(SearchResultsMapSearchIndex[] searchResultsMap)
searchResultsMap
- public void setTotalPages(org.apache.axis.types.NonNegativeInteger totalPages)
totalPages
- public void setTotalResults(org.apache.axis.types.NonNegativeInteger totalResults)
totalResults
-
|
Project 4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |