urn.ebay.api.PayPalAPI
Class TransactionSearchResponseType

java.lang.Object
  extended by urn.ebay.apis.eBLBaseComponents.AbstractResponseType
      extended by urn.ebay.api.PayPalAPI.TransactionSearchResponseType

public class TransactionSearchResponseType
extends AbstractResponseType

Results of a Transaction Search.


Constructor Summary
TransactionSearchResponseType()
          Default Constructor
TransactionSearchResponseType(Node node)
           
 
Method Summary
 List<PaymentTransactionSearchResultType> getPaymentTransactions()
          Getter for paymentTransactions
 void setPaymentTransactions(List<PaymentTransactionSearchResultType> paymentTransactions)
          Setter for paymentTransactions
 
Methods inherited from class urn.ebay.apis.eBLBaseComponents.AbstractResponseType
getAck, getBuild, getCorrelationID, getErrors, getTimestamp, getVersion, setAck, setBuild, setCorrelationID, setErrors, setTimestamp, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionSearchResponseType

public TransactionSearchResponseType()
Default Constructor


TransactionSearchResponseType

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

getPaymentTransactions

public List<PaymentTransactionSearchResultType> getPaymentTransactions()
Getter for paymentTransactions


setPaymentTransactions

public void setPaymentTransactions(List<PaymentTransactionSearchResultType> paymentTransactions)
Setter for paymentTransactions



Copyright © 2013. All Rights Reserved.