Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class GetAccountResponseType

java.lang.Object
  extended by com.ebay.soap.eBLBaseComponents.AbstractResponseType
      extended by com.ebay.soap.eBLBaseComponents.GetAccountResponseType
All Implemented Interfaces:
java.io.Serializable

public class GetAccountResponseType
extends AbstractResponseType
implements java.io.Serializable

Returns information about an eBay seller's own account.

Java class for GetAccountResponseType complex type.

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

 <complexType name="GetAccountResponseType">
   <complexContent>
     <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractResponseType">
       <sequence>
         <element name="AccountID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="AccountSummary" type="{urn:ebay:apis:eBLBaseComponents}AccountSummaryType" minOccurs="0"/>
         <element name="Currency" type="{urn:ebay:apis:eBLBaseComponents}CurrencyCodeType" minOccurs="0"/>
         <element name="AccountEntries" type="{urn:ebay:apis:eBLBaseComponents}AccountEntriesType" minOccurs="0"/>
         <element name="PaginationResult" type="{urn:ebay:apis:eBLBaseComponents}PaginationResultType" minOccurs="0"/>
         <element name="HasMoreEntries" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="EntriesPerPage" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="PageNumber" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  AccountEntriesType accountEntries
           
protected  java.lang.String accountID
           
protected  AccountSummaryType accountSummary
           
protected  CurrencyCodeType currency
           
protected  java.lang.Integer entriesPerPage
           
protected  java.lang.Boolean hasMoreEntries
           
protected  java.lang.Integer pageNumber
           
protected  PaginationResultType paginationResult
           
 
Fields inherited from class com.ebay.soap.eBLBaseComponents.AbstractResponseType
ack, any, botBlock, build, correlationID, duplicateInvocationDetails, eiasToken, errors, externalUserData, hardExpirationWarning, message, notificationEventName, notificationSignature, recipientUserID, timestamp, version
 
Constructor Summary
GetAccountResponseType()
           
 
Method Summary
 AccountEntriesType getAccountEntries()
          Gets the value of the accountEntries property.
 java.lang.String getAccountID()
          Gets the value of the accountID property.
 AccountSummaryType getAccountSummary()
          Gets the value of the accountSummary property.
 CurrencyCodeType getCurrency()
          Gets the value of the currency property.
 java.lang.Integer getEntriesPerPage()
          Gets the value of the entriesPerPage property.
 java.lang.Integer getPageNumber()
          Gets the value of the pageNumber property.
 PaginationResultType getPaginationResult()
          Gets the value of the paginationResult property.
 java.lang.Boolean isHasMoreEntries()
          Gets the value of the hasMoreEntries property.
 void setAccountEntries(AccountEntriesType value)
          Sets the value of the accountEntries property.
 void setAccountID(java.lang.String value)
          Sets the value of the accountID property.
 void setAccountSummary(AccountSummaryType value)
          Sets the value of the accountSummary property.
 void setCurrency(CurrencyCodeType value)
          Sets the value of the currency property.
 void setEntriesPerPage(java.lang.Integer value)
          Sets the value of the entriesPerPage property.
 void setHasMoreEntries(java.lang.Boolean value)
          Sets the value of the hasMoreEntries property.
 void setPageNumber(java.lang.Integer value)
          Sets the value of the pageNumber property.
 void setPaginationResult(PaginationResultType value)
          Sets the value of the paginationResult property.
 
Methods inherited from class com.ebay.soap.eBLBaseComponents.AbstractResponseType
_getAny, _getErrors, getAck, getAny, getAny, getAnyLength, getBotBlock, getBuild, getCorrelationID, getDuplicateInvocationDetails, getEIASToken, getErrors, getErrors, getErrorsLength, getExternalUserData, getHardExpirationWarning, getMessage, getNotificationEventName, getNotificationSignature, getRecipientUserID, getTimestamp, getVersion, setAck, setAny, setAny, setBotBlock, setBuild, setCorrelationID, setDuplicateInvocationDetails, setEIASToken, setErrors, setErrors, setExternalUserData, setHardExpirationWarning, setMessage, setNotificationEventName, setNotificationSignature, setRecipientUserID, setTimestamp, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

accountID

protected java.lang.String accountID

accountSummary

protected AccountSummaryType accountSummary

currency

protected CurrencyCodeType currency

accountEntries

protected AccountEntriesType accountEntries

paginationResult

protected PaginationResultType paginationResult

hasMoreEntries

protected java.lang.Boolean hasMoreEntries

entriesPerPage

protected java.lang.Integer entriesPerPage

pageNumber

protected java.lang.Integer pageNumber
Constructor Detail

GetAccountResponseType

public GetAccountResponseType()
Method Detail

getAccountID

public java.lang.String getAccountID()
Gets the value of the accountID property.

Returns:
possible object is String

setAccountID

public void setAccountID(java.lang.String value)
Sets the value of the accountID property.

Parameters:
value - allowed object is String

getAccountSummary

public AccountSummaryType getAccountSummary()
Gets the value of the accountSummary property.

Returns:
possible object is AccountSummaryType

setAccountSummary

public void setAccountSummary(AccountSummaryType value)
Sets the value of the accountSummary property.

Parameters:
value - allowed object is AccountSummaryType

getCurrency

public CurrencyCodeType getCurrency()
Gets the value of the currency property.

Returns:
possible object is CurrencyCodeType

setCurrency

public void setCurrency(CurrencyCodeType value)
Sets the value of the currency property.

Parameters:
value - allowed object is CurrencyCodeType

getAccountEntries

public AccountEntriesType getAccountEntries()
Gets the value of the accountEntries property.

Returns:
possible object is AccountEntriesType

setAccountEntries

public void setAccountEntries(AccountEntriesType value)
Sets the value of the accountEntries property.

Parameters:
value - allowed object is AccountEntriesType

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

isHasMoreEntries

public java.lang.Boolean isHasMoreEntries()
Gets the value of the hasMoreEntries property.

Returns:
possible object is Boolean

setHasMoreEntries

public void setHasMoreEntries(java.lang.Boolean value)
Sets the value of the hasMoreEntries property.

Parameters:
value - allowed object is Boolean

getEntriesPerPage

public java.lang.Integer getEntriesPerPage()
Gets the value of the entriesPerPage property.

Returns:
possible object is Integer

setEntriesPerPage

public void setEntriesPerPage(java.lang.Integer value)
Sets the value of the entriesPerPage property.

Parameters:
value - allowed object is Integer

getPageNumber

public java.lang.Integer getPageNumber()
Gets the value of the pageNumber property.

Returns:
possible object is Integer

setPageNumber

public void setPageNumber(java.lang.Integer value)
Sets the value of the pageNumber property.

Parameters:
value - allowed object is Integer

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.