|
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 java.util.Calendar |
beginDate
|
protected CurrencyCodeType |
currency
|
protected java.util.Calendar |
endDate
|
protected java.lang.Boolean |
excludeBalance
|
protected java.lang.Boolean |
excludeSummary
|
protected java.lang.Boolean |
includeConversionRate
|
protected java.util.Calendar |
invoiceDate
|
protected java.lang.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. |
java.util.Calendar |
getBeginDate()
Gets the value of the beginDate property. |
CurrencyCodeType |
getCurrency()
Gets the value of the currency property. |
java.util.Calendar |
getEndDate()
Gets the value of the endDate property. |
java.util.Calendar |
getInvoiceDate()
Gets the value of the invoiceDate property. |
java.lang.String |
getItemID()
Gets the value of the itemID property. |
PaginationType |
getPagination()
Gets the value of the pagination property. |
java.lang.Boolean |
isExcludeBalance()
Gets the value of the excludeBalance property. |
java.lang.Boolean |
isExcludeSummary()
Gets the value of the excludeSummary property. |
java.lang.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(java.util.Calendar value)
Sets the value of the beginDate property. |
void |
setCurrency(CurrencyCodeType value)
Sets the value of the currency property. |
void |
setEndDate(java.util.Calendar value)
Sets the value of the endDate property. |
void |
setExcludeBalance(java.lang.Boolean value)
Sets the value of the excludeBalance property. |
void |
setExcludeSummary(java.lang.Boolean value)
Sets the value of the excludeSummary property. |
void |
setIncludeConversionRate(java.lang.Boolean value)
Sets the value of the includeConversionRate property. |
void |
setInvoiceDate(java.util.Calendar value)
Sets the value of the invoiceDate property. |
void |
setItemID(java.lang.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 java.util.Calendar invoiceDate
protected java.util.Calendar beginDate
protected java.util.Calendar endDate
protected PaginationType pagination
protected java.lang.Boolean excludeBalance
protected java.lang.Boolean excludeSummary
protected java.lang.Boolean includeConversionRate
protected AccountEntrySortTypeCodeType accountEntrySortType
protected CurrencyCodeType currency
protected java.lang.String itemID
Constructor Detail |
---|
public GetAccountRequestType()
Method Detail |
---|
public AccountHistorySelectionCodeType getAccountHistorySelection()
AccountHistorySelectionCodeType
public void setAccountHistorySelection(AccountHistorySelectionCodeType value)
value
- allowed object is
AccountHistorySelectionCodeType
public java.util.Calendar getInvoiceDate()
String
public void setInvoiceDate(java.util.Calendar value)
value
- allowed object is
String
public java.util.Calendar getBeginDate()
String
public void setBeginDate(java.util.Calendar value)
value
- allowed object is
String
public java.util.Calendar getEndDate()
String
public void setEndDate(java.util.Calendar value)
value
- allowed object is
String
public PaginationType getPagination()
PaginationType
public void setPagination(PaginationType value)
value
- allowed object is
PaginationType
public java.lang.Boolean isExcludeBalance()
Boolean
public void setExcludeBalance(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isExcludeSummary()
Boolean
public void setExcludeSummary(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isIncludeConversionRate()
Boolean
public void setIncludeConversionRate(java.lang.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 java.lang.String getItemID()
String
public void setItemID(java.lang.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.