public class

TransactionSearchResponseType

extends AbstractResponseType
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.AbstractResponseType
     ↳ ebay.api.paypalapi.TransactionSearchResponseType

Class Overview

Java class for TransactionSearchResponseType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TransactionSearchResponseType">
   <complexContent>
     <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractResponseType">
       <sequence>
         <element ref="{urn:ebay:apis:eBLBaseComponents}PaymentTransactions" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<PaymentTransactionSearchResultType> paymentTransactions
[Expand]
Inherited Fields
From class ebay.apis.eblbasecomponents.AbstractResponseType
Public Constructors
TransactionSearchResponseType()
Public Methods
List<PaymentTransactionSearchResultType> getPaymentTransactions()
Results of a Transaction Search.Gets the value of the paymentTransactions property.
[Expand]
Inherited Methods
From class ebay.apis.eblbasecomponents.AbstractResponseType
From class java.lang.Object

Fields

protected List<PaymentTransactionSearchResultType> paymentTransactions

Public Constructors

public TransactionSearchResponseType ()

Public Methods

public List<PaymentTransactionSearchResultType> getPaymentTransactions ()

Results of a Transaction Search.Gets the value of the paymentTransactions property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the paymentTransactions property.

For example, to add a new item, do as follows:

    getPaymentTransactions().add(newItem);
 

Objects of the following type(s) are allowed in the list PaymentTransactionSearchResultType