Project 4

com.amazon.soap.AWSECommerceService
Class SellerListings

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

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

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  Request request
           
private  SellerListing[] sellerListing
           
private  org.apache.axis.types.NonNegativeInteger totalPages
           
private  org.apache.axis.types.NonNegativeInteger totalResults
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
SellerListings()
           
SellerListings(Request request, org.apache.axis.types.NonNegativeInteger totalResults, org.apache.axis.types.NonNegativeInteger totalPages, SellerListing[] sellerListing)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 Request getRequest()
          Gets the request value for this SellerListings.
 SellerListing[] getSellerListing()
          Gets the sellerListing value for this SellerListings.
 SellerListing getSellerListing(int i)
           
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 SellerListings.
 org.apache.axis.types.NonNegativeInteger getTotalResults()
          Gets the totalResults value for this SellerListings.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setRequest(Request request)
          Sets the request value for this SellerListings.
 void setSellerListing(int i, SellerListing _value)
           
 void setSellerListing(SellerListing[] sellerListing)
          Sets the sellerListing value for this SellerListings.
 void setTotalPages(org.apache.axis.types.NonNegativeInteger totalPages)
          Sets the totalPages value for this SellerListings.
 void setTotalResults(org.apache.axis.types.NonNegativeInteger totalResults)
          Sets the totalResults value for this SellerListings.
 
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

request

private Request request

sellerListing

private SellerListing[] sellerListing

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

SellerListings

public SellerListings()

SellerListings

public SellerListings(Request request,
                      org.apache.axis.types.NonNegativeInteger totalResults,
                      org.apache.axis.types.NonNegativeInteger totalPages,
                      SellerListing[] sellerListing)
Method Detail

equals

public boolean equals(java.lang.Object obj)

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


getRequest

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

Returns:
request

getSellerListing

public SellerListing[] getSellerListing()
Gets the sellerListing value for this SellerListings.

Returns:
sellerListing

getSellerListing

public SellerListing getSellerListing(int i)

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 SellerListings.

Returns:
totalPages

getTotalResults

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

Returns:
totalResults

getTypeDesc

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


hashCode

public int hashCode()

setRequest

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

Parameters:
request -

setSellerListing

public void setSellerListing(int i,
                             SellerListing _value)

setSellerListing

public void setSellerListing(SellerListing[] sellerListing)
Sets the sellerListing value for this SellerListings.

Parameters:
sellerListing -

setTotalPages

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

Parameters:
totalPages -

setTotalResults

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

Parameters:
totalResults -

Project 4