Project 4

com.amazon.soap.AWSECommerceService
Class TransactionLookupResponse

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

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

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  OperationRequest operationRequest
           
private  Transactions[] transactions
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
TransactionLookupResponse()
           
TransactionLookupResponse(OperationRequest operationRequest, Transactions[] transactions)
           
 
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
 OperationRequest getOperationRequest()
          Gets the operationRequest value for this TransactionLookupResponse.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 Transactions[] getTransactions()
          Gets the transactions value for this TransactionLookupResponse.
 Transactions getTransactions(int i)
           
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setOperationRequest(OperationRequest operationRequest)
          Sets the operationRequest value for this TransactionLookupResponse.
 void setTransactions(int i, Transactions _value)
           
 void setTransactions(Transactions[] transactions)
          Sets the transactions value for this TransactionLookupResponse.
 
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

operationRequest

private OperationRequest operationRequest

transactions

private Transactions[] transactions

typeDesc

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

TransactionLookupResponse

public TransactionLookupResponse()

TransactionLookupResponse

public TransactionLookupResponse(OperationRequest operationRequest,
                                 Transactions[] transactions)
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


getOperationRequest

public OperationRequest getOperationRequest()
Gets the operationRequest value for this TransactionLookupResponse.

Returns:
operationRequest

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


getTransactions

public Transactions[] getTransactions()
Gets the transactions value for this TransactionLookupResponse.

Returns:
transactions

getTransactions

public Transactions getTransactions(int i)

getTypeDesc

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


hashCode

public int hashCode()

setOperationRequest

public void setOperationRequest(OperationRequest operationRequest)
Sets the operationRequest value for this TransactionLookupResponse.

Parameters:
operationRequest -

setTransactions

public void setTransactions(int i,
                            Transactions _value)

setTransactions

public void setTransactions(Transactions[] transactions)
Sets the transactions value for this TransactionLookupResponse.

Parameters:
transactions -

Project 4