Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class PaginatedTransactionArrayType

java.lang.Object
  extended by com.ebay.soap.eBLBaseComponents.PaginatedTransactionArrayType
All Implemented Interfaces:
Serializable

public class PaginatedTransactionArrayType
extends Object
implements Serializable

Contains a paginated list of order line items.

Java class for PaginatedTransactionArrayType complex type.

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

 <complexType name="PaginatedTransactionArrayType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="TransactionArray" type="{urn:ebay:apis:eBLBaseComponents}TransactionArrayType" minOccurs="0"/>
         <element name="PaginationResult" type="{urn:ebay:apis:eBLBaseComponents}PaginationResultType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  PaginationResultType paginationResult
           
protected  TransactionArrayType transactionArray
           
 
Constructor Summary
PaginatedTransactionArrayType()
           
 
Method Summary
 PaginationResultType getPaginationResult()
          Gets the value of the paginationResult property.
 TransactionArrayType getTransactionArray()
          Gets the value of the transactionArray property.
 void setPaginationResult(PaginationResultType value)
          Sets the value of the paginationResult property.
 void setTransactionArray(TransactionArrayType value)
          Sets the value of the transactionArray property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

transactionArray

protected TransactionArrayType transactionArray

paginationResult

protected PaginationResultType paginationResult
Constructor Detail

PaginatedTransactionArrayType

public PaginatedTransactionArrayType()
Method Detail

getTransactionArray

public TransactionArrayType getTransactionArray()
Gets the value of the transactionArray property.

Returns:
possible object is TransactionArrayType

setTransactionArray

public void setTransactionArray(TransactionArrayType value)
Sets the value of the transactionArray property.

Parameters:
value - allowed object is TransactionArrayType

getPaginationResult

public PaginationResultType getPaginationResult()
Gets the value of the paginationResult property.

Returns:
possible object is PaginationResultType

setPaginationResult

public void setPaginationResult(PaginationResultType value)
Sets the value of the paginationResult property.

Parameters:
value - allowed object is PaginationResultType

Changes since
the last release

The information contained in this document is proprietary and confidential. Use of this information and the eBay API requires a Non-Disclosure Agreement (NDA) between the user and eBay Inc. For information regarding a qualifying NDA, contact Developer Relations: developer-relations@ebay.com
© 2004-2009 eBay Inc. All rights reserved.