public class TransactionSearchResponseType extends AbstractResponseType
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>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<PaymentTransactionSearchResultType> |
paymentTransactions |
ack, any, build, correlationID, errors, timestamp, version| Constructor and Description |
|---|
TransactionSearchResponseType() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PaymentTransactionSearchResultType> |
getPaymentTransactions()
Results of a Transaction Search.Gets the value of the paymentTransactions property.
|
getAck, getAny, getBuild, getCorrelationID, getErrors, getTimestamp, getVersion, setAck, setAny, setBuild, setCorrelationID, setTimestamp, setVersionprotected java.util.List<PaymentTransactionSearchResultType> paymentTransactions
public java.util.List<PaymentTransactionSearchResultType> getPaymentTransactions()
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
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.