com.ebay.api.eBLBaseComponents
Class PaymentTransactionSearchResultType

java.lang.Object
  |
  +--com.ebay.api.eBLBaseComponents.PaymentTransactionSearchResultType
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
PaymentTransactionSearchResultType()
           
 
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
 BasicAmountType getFeeAmount()
           
 BasicAmountType getGrossAmount()
           
 BasicAmountType getNetAmount()
           
 EmailAddressType getPayer()
           
 java.lang.String getPayerDisplayName()
           
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getStatus()
           
 java.util.Calendar getTimestamp()
           
 java.lang.String getTimezone()
           
 java.lang.String getTransactionID()
           
 java.lang.String getType()
           
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setFeeAmount(BasicAmountType feeAmount)
           
 void setGrossAmount(BasicAmountType grossAmount)
           
 void setNetAmount(BasicAmountType netAmount)
           
 void setPayer(EmailAddressType payer)
           
 void setPayerDisplayName(java.lang.String payerDisplayName)
           
 void setStatus(java.lang.String status)
           
 void setTimestamp(java.util.Calendar timestamp)
           
 void setTimezone(java.lang.String timezone)
           
 void setTransactionID(java.lang.String transactionID)
           
 void setType(java.lang.String type)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PaymentTransactionSearchResultType

public PaymentTransactionSearchResultType()
Method Detail

getTimestamp

public java.util.Calendar getTimestamp()

setTimestamp

public void setTimestamp(java.util.Calendar timestamp)

getTimezone

public java.lang.String getTimezone()

setTimezone

public void setTimezone(java.lang.String timezone)

getType

public java.lang.String getType()

setType

public void setType(java.lang.String type)

getPayer

public EmailAddressType getPayer()

setPayer

public void setPayer(EmailAddressType payer)

getPayerDisplayName

public java.lang.String getPayerDisplayName()

setPayerDisplayName

public void setPayerDisplayName(java.lang.String payerDisplayName)

getTransactionID

public java.lang.String getTransactionID()

setTransactionID

public void setTransactionID(java.lang.String transactionID)

getStatus

public java.lang.String getStatus()

setStatus

public void setStatus(java.lang.String status)

getGrossAmount

public BasicAmountType getGrossAmount()

setGrossAmount

public void setGrossAmount(BasicAmountType grossAmount)

getFeeAmount

public BasicAmountType getFeeAmount()

setFeeAmount

public void setFeeAmount(BasicAmountType feeAmount)

getNetAmount

public BasicAmountType getNetAmount()

setNetAmount

public void setNetAmount(BasicAmountType netAmount)

equals

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

hashCode

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

getTypeDesc

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

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

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