|
Project 4 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazon.soap.AWSECommerceService.TransactionLookupResponse
public class TransactionLookupResponse
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 |
---|
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private OperationRequest operationRequest
private Transactions[] transactions
private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail |
---|
public TransactionLookupResponse()
public TransactionLookupResponse(OperationRequest operationRequest, Transactions[] transactions)
Method Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public OperationRequest getOperationRequest()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public Transactions[] getTransactions()
public Transactions getTransactions(int i)
public static org.apache.axis.description.TypeDesc getTypeDesc()
public int hashCode()
hashCode
in class java.lang.Object
public void setOperationRequest(OperationRequest operationRequest)
operationRequest
- public void setTransactions(int i, Transactions _value)
public void setTransactions(Transactions[] transactions)
transactions
-
|
Project 4 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |