|
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.AbstractRequestType
com.ebay.soap.eBLBaseComponents.GetAccountRequestType
public class GetAccountRequestType
Returns a seller's invoice data for their eBay account, including the account's summary data.
Java class for GetAccountRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetAccountRequestType"> <complexContent> <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractRequestType"> <sequence> <element name="AccountHistorySelection" type="{urn:ebay:apis:eBLBaseComponents}AccountHistorySelectionCodeType" minOccurs="0"/> <element name="InvoiceDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="BeginDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="EndDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="Pagination" type="{urn:ebay:apis:eBLBaseComponents}PaginationType" minOccurs="0"/> <element name="ExcludeBalance" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="ExcludeSummary" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="IncludeConversionRate" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="AccountEntrySortType" type="{urn:ebay:apis:eBLBaseComponents}AccountEntrySortTypeCodeType" minOccurs="0"/> <element name="Currency" type="{urn:ebay:apis:eBLBaseComponents}CurrencyCodeType" minOccurs="0"/> <element name="ItemID" type="{urn:ebay:apis:eBLBaseComponents}ItemIDType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected AccountEntrySortTypeCodeType |
accountEntrySortType
|
protected AccountHistorySelectionCodeType |
accountHistorySelection
|
protected Calendar |
beginDate
|
protected CurrencyCodeType |
currency
|
protected Calendar |
endDate
|
protected Boolean |
excludeBalance
|
protected Boolean |
excludeSummary
|
protected Boolean |
includeConversionRate
|
protected Calendar |
invoiceDate
|
protected String |
itemID
|
protected PaginationType |
pagination
|
Fields inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType |
---|
any, botBlock, detailLevel, endUserIP, errorHandling, errorLanguage, invocationID, messageID, outputSelector, version, warningLevel |
Constructor Summary | |
---|---|
GetAccountRequestType()
|
Method Summary | |
---|---|
AccountEntrySortTypeCodeType |
getAccountEntrySortType()
Gets the value of the accountEntrySortType property. |
AccountHistorySelectionCodeType |
getAccountHistorySelection()
Gets the value of the accountHistorySelection property. |
Calendar |
getBeginDate()
Gets the value of the beginDate property. |
CurrencyCodeType |
getCurrency()
Gets the value of the currency property. |
Calendar |
getEndDate()
Gets the value of the endDate property. |
Calendar |
getInvoiceDate()
Gets the value of the invoiceDate property. |
String |
getItemID()
Gets the value of the itemID property. |
PaginationType |
getPagination()
Gets the value of the pagination property. |
Boolean |
isExcludeBalance()
Gets the value of the excludeBalance property. |
Boolean |
isExcludeSummary()
Gets the value of the excludeSummary property. |
Boolean |
isIncludeConversionRate()
Gets the value of the includeConversionRate property. |
void |
setAccountEntrySortType(AccountEntrySortTypeCodeType value)
Sets the value of the accountEntrySortType property. |
void |
setAccountHistorySelection(AccountHistorySelectionCodeType value)
Sets the value of the accountHistorySelection property. |
void |
setBeginDate(Calendar value)
Sets the value of the beginDate property. |
void |
setCurrency(CurrencyCodeType value)
Sets the value of the currency property. |
void |
setEndDate(Calendar value)
Sets the value of the endDate property. |
void |
setExcludeBalance(Boolean value)
Sets the value of the excludeBalance property. |
void |
setExcludeSummary(Boolean value)
Sets the value of the excludeSummary property. |
void |
setIncludeConversionRate(Boolean value)
Sets the value of the includeConversionRate property. |
void |
setInvoiceDate(Calendar value)
Sets the value of the invoiceDate property. |
void |
setItemID(String value)
Sets the value of the itemID property. |
void |
setPagination(PaginationType value)
Sets the value of the pagination property. |
Methods inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType |
---|
_getAny, _getDetailLevel, _getOutputSelector, getAny, getAny, getAnyLength, getBotBlock, getDetailLevel, getDetailLevel, getDetailLevelLength, getEndUserIP, getErrorHandling, getErrorLanguage, getInvocationID, getMessageID, getOutputSelector, getOutputSelector, getOutputSelectorLength, getVersion, getWarningLevel, setAny, setAny, setBotBlock, setDetailLevel, setDetailLevel, setEndUserIP, setErrorHandling, setErrorLanguage, setInvocationID, setMessageID, setOutputSelector, setOutputSelector, setVersion, setWarningLevel |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected AccountHistorySelectionCodeType accountHistorySelection
protected Calendar invoiceDate
protected Calendar beginDate
protected Calendar endDate
protected PaginationType pagination
protected Boolean excludeBalance
protected Boolean excludeSummary
protected Boolean includeConversionRate
protected AccountEntrySortTypeCodeType accountEntrySortType
protected CurrencyCodeType currency
protected String itemID
Constructor Detail |
---|
public GetAccountRequestType()
Method Detail |
---|
public AccountHistorySelectionCodeType getAccountHistorySelection()
AccountHistorySelectionCodeType
public void setAccountHistorySelection(AccountHistorySelectionCodeType value)
value
- allowed object is
AccountHistorySelectionCodeType
public Calendar getInvoiceDate()
String
public void setInvoiceDate(Calendar value)
value
- allowed object is
String
public Calendar getBeginDate()
String
public void setBeginDate(Calendar value)
value
- allowed object is
String
public Calendar getEndDate()
String
public void setEndDate(Calendar value)
value
- allowed object is
String
public PaginationType getPagination()
PaginationType
public void setPagination(PaginationType value)
value
- allowed object is
PaginationType
public Boolean isExcludeBalance()
Boolean
public void setExcludeBalance(Boolean value)
value
- allowed object is
Boolean
public Boolean isExcludeSummary()
Boolean
public void setExcludeSummary(Boolean value)
value
- allowed object is
Boolean
public Boolean isIncludeConversionRate()
Boolean
public void setIncludeConversionRate(Boolean value)
value
- allowed object is
Boolean
public AccountEntrySortTypeCodeType getAccountEntrySortType()
AccountEntrySortTypeCodeType
public void setAccountEntrySortType(AccountEntrySortTypeCodeType value)
value
- allowed object is
AccountEntrySortTypeCodeType
public CurrencyCodeType getCurrency()
CurrencyCodeType
public void setCurrency(CurrencyCodeType value)
value
- allowed object is
CurrencyCodeType
public String getItemID()
String
public void setItemID(String value)
value
- allowed object is
String
|
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.