Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class AccountEntriesType

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

public class AccountEntriesType
extends Object
implements Serializable

Collection of zero, one, or multiple individual detail account entries. Contains one AccountEntry object for each account entry returned. See the schema documentation for AccountEntryType for details on its properties. You can uniquely identify the entries that the GetAccount call returns within the AccountEntries tag. Specifically, the following fields, returned within the AccountEntries tag, can be used in combination as a unique key: AccountEntry.Date, AccountEntry.AccountDetailsEntryType, AccountEntry.ItemID, and AccountEntry.RefNumber.

See Also:
Serialized Form

Constructor Summary
AccountEntriesType()
           
 
Method Summary
 boolean equals(Object obj)
           
 MessageElement[] get_any()
          Gets the _any value for this AccountEntriesType.
 AccountEntryType[] getAccountEntry()
          Gets the accountEntry value for this AccountEntriesType.
 AccountEntryType getAccountEntry(int i)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void set_any(MessageElement[] _any)
          Sets the _any value for this AccountEntriesType.
 void setAccountEntry(AccountEntryType[] accountEntry)
          Sets the accountEntry value for this AccountEntriesType.
 void setAccountEntry(int i, AccountEntryType value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccountEntriesType

public AccountEntriesType()
Method Detail

getAccountEntry

public AccountEntryType[] getAccountEntry()
Gets the accountEntry value for this AccountEntriesType.

Returns:
accountEntry Contains the data for one account entry. (See the schema documentation for AccountEntryType for details on its properties.)

setAccountEntry

public void setAccountEntry(AccountEntryType[] accountEntry)
Sets the accountEntry value for this AccountEntriesType.

Parameters:
accountEntry - Contains the data for one account entry. (See the schema documentation for AccountEntryType for details on its properties.)

getAccountEntry

public AccountEntryType getAccountEntry(int i)

setAccountEntry

public void setAccountEntry(int i,
                            AccountEntryType value)

get_any

public MessageElement[] get_any()
Gets the _any value for this AccountEntriesType.

Returns:
_any

set_any

public void set_any(MessageElement[] _any)
Sets the _any value for this AccountEntriesType.

Parameters:
_any -

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer


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-2006 eBay Inc. All rights reserved.