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
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
PaymentTransactionSearchResultType
public PaymentTransactionSearchResultType()
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