Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class BuyingSummaryType

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

public class BuyingSummaryType
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

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

biddingCount

protected Integer biddingCount

winningCount

protected Integer winningCount

totalWinningCost

protected AmountType totalWinningCost

wonCount

protected Integer wonCount

totalWonCost

protected AmountType totalWonCost

wonDurationInDays

protected Integer wonDurationInDays

bestOfferCount

protected Integer bestOfferCount
Constructor Detail

BuyingSummaryType

public BuyingSummaryType()
Method Detail

getBiddingCount

public Integer getBiddingCount()
Gets the value of the biddingCount property.

Returns:
possible object is Integer

setBiddingCount

public void setBiddingCount(Integer value)
Sets the value of the biddingCount property.

Parameters:
value - allowed object is Integer

getWinningCount

public Integer getWinningCount()
Gets the value of the winningCount property.

Returns:
possible object is Integer

setWinningCount

public void setWinningCount(Integer value)
Sets the value of the winningCount property.

Parameters:
value - allowed object is Integer

getTotalWinningCost

public AmountType getTotalWinningCost()
Gets the value of the totalWinningCost property.

Returns:
possible object is AmountType

setTotalWinningCost

public void setTotalWinningCost(AmountType value)
Sets the value of the totalWinningCost property.

Parameters:
value - allowed object is AmountType

getWonCount

public Integer getWonCount()
Gets the value of the wonCount property.

Returns:
possible object is Integer

setWonCount

public void setWonCount(Integer value)
Sets the value of the wonCount property.

Parameters:
value - allowed object is Integer

getTotalWonCost

public AmountType getTotalWonCost()
Gets the value of the totalWonCost property.

Returns:
possible object is AmountType

setTotalWonCost

public void setTotalWonCost(AmountType value)
Sets the value of the totalWonCost property.

Parameters:
value - allowed object is AmountType

getWonDurationInDays

public Integer getWonDurationInDays()
Gets the value of the wonDurationInDays property.

Returns:
possible object is Integer

setWonDurationInDays

public void setWonDurationInDays(Integer value)
Sets the value of the wonDurationInDays property.

Parameters:
value - allowed object is Integer

getBestOfferCount

public Integer getBestOfferCount()
Gets the value of the bestOfferCount property.

Returns:
possible object is Integer

setBestOfferCount

public void setBestOfferCount(Integer value)
Sets the value of the bestOfferCount property.

Parameters:
value - allowed object is Integer

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.