Project 4

com.amazon.soap.AWSECommerceService
Class Customers

java.lang.Object
  extended by com.amazon.soap.AWSECommerceService.Customers
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  Customer[] customer
           
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
Customers()
           
Customers(Request request, org.apache.axis.types.NonNegativeInteger totalResults, org.apache.axis.types.NonNegativeInteger totalPages, Customer[] customer)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 Customer[] getCustomer()
          Gets the customer value for this Customers.
 Customer getCustomer(int i)
           
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 Customers.
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 Customers.
 org.apache.axis.types.NonNegativeInteger getTotalResults()
          Gets the totalResults value for this Customers.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setCustomer(Customer[] customer)
          Sets the customer value for this Customers.
 void setCustomer(int i, Customer _value)
           
 void setRequest(Request request)
          Sets the request value for this Customers.
 void setTotalPages(org.apache.axis.types.NonNegativeInteger totalPages)
          Sets the totalPages value for this Customers.
 void setTotalResults(org.apache.axis.types.NonNegativeInteger totalResults)
          Sets the totalResults value for this Customers.
 
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

customer

private Customer[] customer

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

Customers

public Customers()

Customers

public Customers(Request request,
                 org.apache.axis.types.NonNegativeInteger totalResults,
                 org.apache.axis.types.NonNegativeInteger totalPages,
                 Customer[] customer)
Method Detail

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

getCustomer

public Customer[] getCustomer()
Gets the customer value for this Customers.

Returns:
customer

getCustomer

public Customer getCustomer(int i)

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

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

Returns:
totalPages

getTotalResults

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

Returns:
totalResults

getTypeDesc

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


hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

setCustomer

public void setCustomer(Customer[] customer)
Sets the customer value for this Customers.

Parameters:
customer -

setCustomer

public void setCustomer(int i,
                        Customer _value)

setRequest

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

Parameters:
request -

setTotalPages

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

Parameters:
totalPages -

setTotalResults

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

Parameters:
totalResults -

Project 4