|
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.BuyingSummaryType
public class BuyingSummaryType
Type defining the BuyingSummary container returned in
GetMyeBayBuying. The BuyingSummary container
consists of data that summarizes the buyer's recent buying activity, including the
number of items the user has bid on, the number of items the user is winning, and the number of items
the user has won. The BuyingSummary container is only returned if
the BuyingSummary.Include field is included in the GetMyeBayBuying request and set to
true
.
Java class for BuyingSummaryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BuyingSummaryType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="BiddingCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="WinningCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="TotalWinningCost" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/> <element name="WonCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="TotalWonCost" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/> <element name="WonDurationInDays" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="BestOfferCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected Integer |
bestOfferCount
|
protected Integer |
biddingCount
|
protected AmountType |
totalWinningCost
|
protected AmountType |
totalWonCost
|
protected Integer |
winningCount
|
protected Integer |
wonCount
|
protected Integer |
wonDurationInDays
|
Constructor Summary | |
---|---|
BuyingSummaryType()
|
Method Summary | |
---|---|
Integer |
getBestOfferCount()
Gets the value of the bestOfferCount property. |
Integer |
getBiddingCount()
Gets the value of the biddingCount property. |
AmountType |
getTotalWinningCost()
Gets the value of the totalWinningCost property. |
AmountType |
getTotalWonCost()
Gets the value of the totalWonCost property. |
Integer |
getWinningCount()
Gets the value of the winningCount property. |
Integer |
getWonCount()
Gets the value of the wonCount property. |
Integer |
getWonDurationInDays()
Gets the value of the wonDurationInDays property. |
void |
setBestOfferCount(Integer value)
Sets the value of the bestOfferCount property. |
void |
setBiddingCount(Integer value)
Sets the value of the biddingCount property. |
void |
setTotalWinningCost(AmountType value)
Sets the value of the totalWinningCost property. |
void |
setTotalWonCost(AmountType value)
Sets the value of the totalWonCost property. |
void |
setWinningCount(Integer value)
Sets the value of the winningCount property. |
void |
setWonCount(Integer value)
Sets the value of the wonCount property. |
void |
setWonDurationInDays(Integer value)
Sets the value of the wonDurationInDays property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Integer biddingCount
protected Integer winningCount
protected AmountType totalWinningCost
protected Integer wonCount
protected AmountType totalWonCost
protected Integer wonDurationInDays
protected Integer bestOfferCount
Constructor Detail |
---|
public BuyingSummaryType()
Method Detail |
---|
public Integer getBiddingCount()
Integer
public void setBiddingCount(Integer value)
value
- allowed object is
Integer
public Integer getWinningCount()
Integer
public void setWinningCount(Integer value)
value
- allowed object is
Integer
public AmountType getTotalWinningCost()
AmountType
public void setTotalWinningCost(AmountType value)
value
- allowed object is
AmountType
public Integer getWonCount()
Integer
public void setWonCount(Integer value)
value
- allowed object is
Integer
public AmountType getTotalWonCost()
AmountType
public void setTotalWonCost(AmountType value)
value
- allowed object is
AmountType
public Integer getWonDurationInDays()
Integer
public void setWonDurationInDays(Integer value)
value
- allowed object is
Integer
public Integer getBestOfferCount()
Integer
public void setBestOfferCount(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.