Project 4

com.amazon.soap.AWSECommerceService
Class Lists

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

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

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  List[] list
           
private  Request request
           
private  org.apache.axis.types.NonNegativeInteger totalPages
           
private  org.apache.axis.types.NonNegativeInteger totalResults
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
Lists()
           
Lists(Request request, org.apache.axis.types.NonNegativeInteger totalResults, org.apache.axis.types.NonNegativeInteger totalPages, List[] list)
           
 
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
 List[] getList()
          Gets the list value for this Lists.
 List getList(int i)
           
 Request getRequest()
          Gets the request value for this Lists.
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 Lists.
 org.apache.axis.types.NonNegativeInteger getTotalResults()
          Gets the totalResults value for this Lists.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setList(int i, List _value)
           
 void setList(List[] list)
          Sets the list value for this Lists.
 void setRequest(Request request)
          Sets the request value for this Lists.
 void setTotalPages(org.apache.axis.types.NonNegativeInteger totalPages)
          Sets the totalPages value for this Lists.
 void setTotalResults(org.apache.axis.types.NonNegativeInteger totalResults)
          Sets the totalResults value for this Lists.
 
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

list

private List[] list

request

private Request request

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

Lists

public Lists()

Lists

public Lists(Request request,
             org.apache.axis.types.NonNegativeInteger totalResults,
             org.apache.axis.types.NonNegativeInteger totalPages,
             List[] list)
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


getList

public List[] getList()
Gets the list value for this Lists.

Returns:
list

getList

public List getList(int i)

getRequest

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

Returns:
request

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

Returns:
totalPages

getTotalResults

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

Returns:
totalResults

getTypeDesc

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


hashCode

public int hashCode()

setList

public void setList(int i,
                    List _value)

setList

public void setList(List[] list)
Sets the list value for this Lists.

Parameters:
list -

setRequest

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

Parameters:
request -

setTotalPages

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

Parameters:
totalPages -

setTotalResults

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

Parameters:
totalResults -

Project 4