|
Project 4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazon.soap.AWSECommerceService.Customers
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 |
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 Detail |
public Customers()
public Customers(Request request, org.apache.axis.types.NonNegativeInteger totalResults, org.apache.axis.types.NonNegativeInteger totalPages, Customer[] customer)
Method Detail |
public boolean equals(java.lang.Object obj)
public Customer[] getCustomer()
public Customer getCustomer(int i)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public Request getRequest()
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 setCustomer(Customer[] customer)
customer
- public void setCustomer(int i, Customer _value)
public void setRequest(Request request)
request
- 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 |