Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class GetAccountRequestType

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

public class GetAccountRequestType
extends AbstractRequestType
implements Serializable

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>
 

See Also:
Serialized Form

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

accountHistorySelection

protected AccountHistorySelectionCodeType accountHistorySelection

invoiceDate

protected Calendar invoiceDate

beginDate

protected Calendar beginDate

endDate

protected Calendar endDate

pagination

protected PaginationType pagination

excludeBalance

protected Boolean excludeBalance

excludeSummary

protected Boolean excludeSummary

includeConversionRate

protected Boolean includeConversionRate

accountEntrySortType

protected AccountEntrySortTypeCodeType accountEntrySortType

currency

protected CurrencyCodeType currency

itemID

protected String itemID
Constructor Detail

GetAccountRequestType

public GetAccountRequestType()
Method Detail

getAccountHistorySelection

public AccountHistorySelectionCodeType getAccountHistorySelection()
Gets the value of the accountHistorySelection property.

Returns:
possible object is AccountHistorySelectionCodeType

setAccountHistorySelection

public void setAccountHistorySelection(AccountHistorySelectionCodeType value)
Sets the value of the accountHistorySelection property.

Parameters:
value - allowed object is AccountHistorySelectionCodeType

getInvoiceDate

public Calendar getInvoiceDate()
Gets the value of the invoiceDate property.

Returns:
possible object is String

setInvoiceDate

public void setInvoiceDate(Calendar value)
Sets the value of the invoiceDate property.

Parameters:
value - allowed object is String

getBeginDate

public Calendar getBeginDate()
Gets the value of the beginDate property.

Returns:
possible object is String

setBeginDate

public void setBeginDate(Calendar value)
Sets the value of the beginDate property.

Parameters:
value - allowed object is String

getEndDate

public Calendar getEndDate()
Gets the value of the endDate property.

Returns:
possible object is String

setEndDate

public void setEndDate(Calendar value)
Sets the value of the endDate property.

Parameters:
value - allowed object is String

getPagination

public PaginationType getPagination()
Gets the value of the pagination property.

Returns:
possible object is PaginationType

setPagination

public void setPagination(PaginationType value)
Sets the value of the pagination property.

Parameters:
value - allowed object is PaginationType

isExcludeBalance

public Boolean isExcludeBalance()
Gets the value of the excludeBalance property.

Returns:
possible object is Boolean

setExcludeBalance

public void setExcludeBalance(Boolean value)
Sets the value of the excludeBalance property.

Parameters:
value - allowed object is Boolean

isExcludeSummary

public Boolean isExcludeSummary()
Gets the value of the excludeSummary property.

Returns:
possible object is Boolean

setExcludeSummary

public void setExcludeSummary(Boolean value)
Sets the value of the excludeSummary property.

Parameters:
value - allowed object is Boolean

isIncludeConversionRate

public Boolean isIncludeConversionRate()
Gets the value of the includeConversionRate property.

Returns:
possible object is Boolean

setIncludeConversionRate

public void setIncludeConversionRate(Boolean value)
Sets the value of the includeConversionRate property.

Parameters:
value - allowed object is Boolean

getAccountEntrySortType

public AccountEntrySortTypeCodeType getAccountEntrySortType()
Gets the value of the accountEntrySortType property.

Returns:
possible object is AccountEntrySortTypeCodeType

setAccountEntrySortType

public void setAccountEntrySortType(AccountEntrySortTypeCodeType value)
Sets the value of the accountEntrySortType property.

Parameters:
value - allowed object is AccountEntrySortTypeCodeType

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

getItemID

public String getItemID()
Gets the value of the itemID property.

Returns:
possible object is String

setItemID

public void setItemID(String value)
Sets the value of the itemID property.

Parameters:
value - allowed object is String

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.