urn.ebay.apis.eBLBaseComponents
Class PaymentTransactionSearchResultType

java.lang.Object
  extended by urn.ebay.apis.eBLBaseComponents.PaymentTransactionSearchResultType

public class PaymentTransactionSearchResultType
extends Object

PaymentTransactionSearchResultType Results from a PaymentTransaction search


Constructor Summary
PaymentTransactionSearchResultType()
          Default Constructor
PaymentTransactionSearchResultType(Node node)
           
 
Method Summary
 BasicAmountType getFeeAmount()
          Getter for feeAmount
 BasicAmountType getGrossAmount()
          Getter for grossAmount
 BasicAmountType getNetAmount()
          Getter for netAmount
 String getPayer()
          Getter for payer
 String getPayerDisplayName()
          Getter for payerDisplayName
 String getStatus()
          Getter for status
 String getTimestamp()
          Getter for timestamp
 String getTimezone()
          Getter for timezone
 String getTransactionID()
          Getter for transactionID
 String getType()
          Getter for type
 void setFeeAmount(BasicAmountType feeAmount)
          Setter for feeAmount
 void setGrossAmount(BasicAmountType grossAmount)
          Setter for grossAmount
 void setNetAmount(BasicAmountType netAmount)
          Setter for netAmount
 void setPayer(String payer)
          Setter for payer
 void setPayerDisplayName(String payerDisplayName)
          Setter for payerDisplayName
 void setStatus(String status)
          Setter for status
 void setTimestamp(String timestamp)
          Setter for timestamp
 void setTimezone(String timezone)
          Setter for timezone
 void setTransactionID(String transactionID)
          Setter for transactionID
 void setType(String type)
          Setter for type
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PaymentTransactionSearchResultType

public PaymentTransactionSearchResultType()
Default Constructor


PaymentTransactionSearchResultType

public PaymentTransactionSearchResultType(Node node)
                                   throws XPathExpressionException
Throws:
XPathExpressionException
Method Detail

getTimestamp

public String getTimestamp()
Getter for timestamp


setTimestamp

public void setTimestamp(String timestamp)
Setter for timestamp


getTimezone

public String getTimezone()
Getter for timezone


setTimezone

public void setTimezone(String timezone)
Setter for timezone


getType

public String getType()
Getter for type


setType

public void setType(String type)
Setter for type


getPayer

public String getPayer()
Getter for payer


setPayer

public void setPayer(String payer)
Setter for payer


getPayerDisplayName

public String getPayerDisplayName()
Getter for payerDisplayName


setPayerDisplayName

public void setPayerDisplayName(String payerDisplayName)
Setter for payerDisplayName


getTransactionID

public String getTransactionID()
Getter for transactionID


setTransactionID

public void setTransactionID(String transactionID)
Setter for transactionID


getStatus

public String getStatus()
Getter for status


setStatus

public void setStatus(String status)
Setter for status


getGrossAmount

public BasicAmountType getGrossAmount()
Getter for grossAmount


setGrossAmount

public void setGrossAmount(BasicAmountType grossAmount)
Setter for grossAmount


getFeeAmount

public BasicAmountType getFeeAmount()
Getter for feeAmount


setFeeAmount

public void setFeeAmount(BasicAmountType feeAmount)
Setter for feeAmount


getNetAmount

public BasicAmountType getNetAmount()
Getter for netAmount


setNetAmount

public void setNetAmount(BasicAmountType netAmount)
Setter for netAmount



Copyright © 2012. All Rights Reserved.