Project 4

com.amazon.soap.AWSECommerceService
Class Transactions

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

public class Transactions
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  org.apache.axis.types.NonNegativeInteger totalPages
           
private  org.apache.axis.types.NonNegativeInteger totalResults
           
private  Transaction[] transaction
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
Transactions()
           
Transactions(Request request, org.apache.axis.types.NonNegativeInteger totalResults, org.apache.axis.types.NonNegativeInteger totalPages, Transaction[] transaction)
           
 
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 Transactions.
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 Transactions.
 org.apache.axis.types.NonNegativeInteger getTotalResults()
          Gets the totalResults value for this Transactions.
 Transaction[] getTransaction()
          Gets the transaction value for this Transactions.
 Transaction getTransaction(int i)
           
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setRequest(Request request)
          Sets the request value for this Transactions.
 void setTotalPages(org.apache.axis.types.NonNegativeInteger totalPages)
          Sets the totalPages value for this Transactions.
 void setTotalResults(org.apache.axis.types.NonNegativeInteger totalResults)
          Sets the totalResults value for this Transactions.
 void setTransaction(int i, Transaction _value)
           
 void setTransaction(Transaction[] transaction)
          Sets the transaction value for this Transactions.
 
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

totalPages

private org.apache.axis.types.NonNegativeInteger totalPages

totalResults

private org.apache.axis.types.NonNegativeInteger totalResults

transaction

private Transaction[] transaction

typeDesc

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

Transactions

public Transactions()

Transactions

public Transactions(Request request,
                    org.apache.axis.types.NonNegativeInteger totalResults,
                    org.apache.axis.types.NonNegativeInteger totalPages,
                    Transaction[] transaction)
Method Detail

equals

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

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

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

Returns:
totalPages

getTotalResults

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

Returns:
totalResults

getTransaction

public Transaction[] getTransaction()
Gets the transaction value for this Transactions.

Returns:
transaction

getTransaction

public Transaction getTransaction(int i)

getTypeDesc

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


hashCode

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

setRequest

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

Parameters:
request -

setTotalPages

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

Parameters:
totalPages -

setTotalResults

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

Parameters:
totalResults -

setTransaction

public void setTransaction(int i,
                           Transaction _value)

setTransaction

public void setTransaction(Transaction[] transaction)
Sets the transaction value for this Transactions.

Parameters:
transaction -

Project 4