Project 4

com.amazon.soap.AWSECommerceService
Class Items

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

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

See Also:
Serialized Form

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

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

correctedQuery

private CorrectedQuery correctedQuery

item

private Item[] item

request

private Request request

searchBinSets

private Bin[][] searchBinSets

searchResultsMap

private SearchResultsMapSearchIndex[] searchResultsMap

totalPages

private org.apache.axis.types.NonNegativeInteger totalPages

totalResults

private org.apache.axis.types.NonNegativeInteger totalResults

typeDesc

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

Items

public Items()

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

equals

public boolean equals(java.lang.Object obj)

getCorrectedQuery

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

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


getItem

public Item[] getItem()
Gets the item value for this Items.

Returns:
item

getItem

public Item getItem(int i)

getRequest

public Request getRequest()
Gets the request value for this Items.

Returns:
request

getSearchBinSets

public Bin[][] getSearchBinSets()
Gets the searchBinSets value for this Items.

Returns:
searchBinSets

getSearchResultsMap

public SearchResultsMapSearchIndex[] getSearchResultsMap()
Gets the searchResultsMap value for this Items.

Returns:
searchResultsMap

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


getTotalPages

public org.apache.axis.types.NonNegativeInteger getTotalPages()
Gets the totalPages value for this Items.

Returns:
totalPages

getTotalResults

public org.apache.axis.types.NonNegativeInteger getTotalResults()
Gets the totalResults value for this Items.

Returns:
totalResults

getTypeDesc

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


hashCode

public int hashCode()

setCorrectedQuery

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

Parameters:
correctedQuery -

setItem

public void setItem(int i,
                    Item _value)

setItem

public void setItem(Item[] item)
Sets the item value for this Items.

Parameters:
item -

setRequest

public void setRequest(Request request)
Sets the request value for this Items.

Parameters:
request -

setSearchBinSets

public void setSearchBinSets(Bin[][] searchBinSets)
Sets the searchBinSets value for this Items.

Parameters:
searchBinSets -

setSearchResultsMap

public void setSearchResultsMap(SearchResultsMapSearchIndex[] searchResultsMap)
Sets the searchResultsMap value for this Items.

Parameters:
searchResultsMap -

setTotalPages

public void setTotalPages(org.apache.axis.types.NonNegativeInteger totalPages)
Sets the totalPages value for this Items.

Parameters:
totalPages -

setTotalResults

public void setTotalResults(org.apache.axis.types.NonNegativeInteger totalResults)
Sets the totalResults value for this Items.

Parameters:
totalResults -

Project 4