|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ebay.soap.eBLBaseComponents.AbstractResponseType
com.ebay.soap.eBLBaseComponents.GetAccountResponseType
public class GetAccountResponseType
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>
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 java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String accountID
protected AccountSummaryType accountSummary
protected CurrencyCodeType currency
protected AccountEntriesType accountEntries
protected PaginationResultType paginationResult
protected java.lang.Boolean hasMoreEntries
protected java.lang.Integer entriesPerPage
protected java.lang.Integer pageNumber
Constructor Detail |
---|
public GetAccountResponseType()
Method Detail |
---|
public java.lang.String getAccountID()
String
public void setAccountID(java.lang.String value)
value
- allowed object is
String
public AccountSummaryType getAccountSummary()
AccountSummaryType
public void setAccountSummary(AccountSummaryType value)
value
- allowed object is
AccountSummaryType
public CurrencyCodeType getCurrency()
CurrencyCodeType
public void setCurrency(CurrencyCodeType value)
value
- allowed object is
CurrencyCodeType
public AccountEntriesType getAccountEntries()
AccountEntriesType
public void setAccountEntries(AccountEntriesType value)
value
- allowed object is
AccountEntriesType
public PaginationResultType getPaginationResult()
PaginationResultType
public void setPaginationResult(PaginationResultType value)
value
- allowed object is
PaginationResultType
public java.lang.Boolean isHasMoreEntries()
Boolean
public void setHasMoreEntries(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Integer getEntriesPerPage()
Integer
public void setEntriesPerPage(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getPageNumber()
Integer
public void setPageNumber(java.lang.Integer value)
value
- allowed object is
Integer
|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.