Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class BuyingSummaryType

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

public class BuyingSummaryType
extends java.lang.Object
implements java.io.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  java.lang.Integer bestOfferCount
           
protected  java.lang.Integer biddingCount
           
protected  AmountType totalWinningCost
           
protected  AmountType totalWonCost
           
protected  java.lang.Integer winningCount
           
protected  java.lang.Integer wonCount
           
protected  java.lang.Integer wonDurationInDays
           
 
Constructor Summary
BuyingSummaryType()
           
 
Method Summary
 java.lang.Integer getBestOfferCount()
          Gets the value of the bestOfferCount property.
 java.lang.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.
 java.lang.Integer getWinningCount()
          Gets the value of the winningCount property.
 java.lang.Integer getWonCount()
          Gets the value of the wonCount property.
 java.lang.Integer getWonDurationInDays()
          Gets the value of the wonDurationInDays property.
 void setBestOfferCount(java.lang.Integer value)
          Sets the value of the bestOfferCount property.
 void setBiddingCount(java.lang.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(java.lang.Integer value)
          Sets the value of the winningCount property.
 void setWonCount(java.lang.Integer value)
          Sets the value of the wonCount property.
 void setWonDurationInDays(java.lang.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 java.lang.Integer biddingCount

winningCount

protected java.lang.Integer winningCount

totalWinningCost

protected AmountType totalWinningCost

wonCount

protected java.lang.Integer wonCount

totalWonCost

protected AmountType totalWonCost

wonDurationInDays

protected java.lang.Integer wonDurationInDays

bestOfferCount

protected java.lang.Integer bestOfferCount
Constructor Detail

BuyingSummaryType

public BuyingSummaryType()
Method Detail

getBiddingCount

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

Returns:
possible object is Integer

setBiddingCount

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

Parameters:
value - allowed object is Integer

getWinningCount

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

Returns:
possible object is Integer

setWinningCount

public void setWinningCount(java.lang.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 java.lang.Integer getWonCount()
Gets the value of the wonCount property.

Returns:
possible object is Integer

setWonCount

public void setWonCount(java.lang.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 java.lang.Integer getWonDurationInDays()
Gets the value of the wonDurationInDays property.

Returns:
possible object is Integer

setWonDurationInDays

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

Parameters:
value - allowed object is Integer

getBestOfferCount

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

Returns:
possible object is Integer

setBestOfferCount

public void setBestOfferCount(java.lang.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.