Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class SellingSummaryType

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

public class SellingSummaryType
extends Object
implements Serializable

Contains summary information about the items the seller is selling.

Java class for SellingSummaryType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="SellingSummaryType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ActiveAuctionCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="AuctionSellingCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="AuctionBidCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="TotalAuctionSellingValue" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/>
         <element name="TotalSoldCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="TotalSoldValue" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/>
         <element name="SoldDurationInDays" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  Integer activeAuctionCount
           
protected  Integer auctionBidCount
           
protected  Integer auctionSellingCount
           
protected  Integer soldDurationInDays
           
protected  AmountType totalAuctionSellingValue
           
protected  Integer totalSoldCount
           
protected  AmountType totalSoldValue
           
 
Constructor Summary
SellingSummaryType()
           
 
Method Summary
 Integer getActiveAuctionCount()
          Gets the value of the activeAuctionCount property.
 Integer getAuctionBidCount()
          Gets the value of the auctionBidCount property.
 Integer getAuctionSellingCount()
          Gets the value of the auctionSellingCount property.
 Integer getSoldDurationInDays()
          Gets the value of the soldDurationInDays property.
 AmountType getTotalAuctionSellingValue()
          Gets the value of the totalAuctionSellingValue property.
 Integer getTotalSoldCount()
          Gets the value of the totalSoldCount property.
 AmountType getTotalSoldValue()
          Gets the value of the totalSoldValue property.
 void setActiveAuctionCount(Integer value)
          Sets the value of the activeAuctionCount property.
 void setAuctionBidCount(Integer value)
          Sets the value of the auctionBidCount property.
 void setAuctionSellingCount(Integer value)
          Sets the value of the auctionSellingCount property.
 void setSoldDurationInDays(Integer value)
          Sets the value of the soldDurationInDays property.
 void setTotalAuctionSellingValue(AmountType value)
          Sets the value of the totalAuctionSellingValue property.
 void setTotalSoldCount(Integer value)
          Sets the value of the totalSoldCount property.
 void setTotalSoldValue(AmountType value)
          Sets the value of the totalSoldValue property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

activeAuctionCount

protected Integer activeAuctionCount

auctionSellingCount

protected Integer auctionSellingCount

auctionBidCount

protected Integer auctionBidCount

totalAuctionSellingValue

protected AmountType totalAuctionSellingValue

totalSoldCount

protected Integer totalSoldCount

totalSoldValue

protected AmountType totalSoldValue

soldDurationInDays

protected Integer soldDurationInDays
Constructor Detail

SellingSummaryType

public SellingSummaryType()
Method Detail

getActiveAuctionCount

public Integer getActiveAuctionCount()
Gets the value of the activeAuctionCount property.

Returns:
possible object is Integer

setActiveAuctionCount

public void setActiveAuctionCount(Integer value)
Sets the value of the activeAuctionCount property.

Parameters:
value - allowed object is Integer

getAuctionSellingCount

public Integer getAuctionSellingCount()
Gets the value of the auctionSellingCount property.

Returns:
possible object is Integer

setAuctionSellingCount

public void setAuctionSellingCount(Integer value)
Sets the value of the auctionSellingCount property.

Parameters:
value - allowed object is Integer

getAuctionBidCount

public Integer getAuctionBidCount()
Gets the value of the auctionBidCount property.

Returns:
possible object is Integer

setAuctionBidCount

public void setAuctionBidCount(Integer value)
Sets the value of the auctionBidCount property.

Parameters:
value - allowed object is Integer

getTotalAuctionSellingValue

public AmountType getTotalAuctionSellingValue()
Gets the value of the totalAuctionSellingValue property.

Returns:
possible object is AmountType

setTotalAuctionSellingValue

public void setTotalAuctionSellingValue(AmountType value)
Sets the value of the totalAuctionSellingValue property.

Parameters:
value - allowed object is AmountType

getTotalSoldCount

public Integer getTotalSoldCount()
Gets the value of the totalSoldCount property.

Returns:
possible object is Integer

setTotalSoldCount

public void setTotalSoldCount(Integer value)
Sets the value of the totalSoldCount property.

Parameters:
value - allowed object is Integer

getTotalSoldValue

public AmountType getTotalSoldValue()
Gets the value of the totalSoldValue property.

Returns:
possible object is AmountType

setTotalSoldValue

public void setTotalSoldValue(AmountType value)
Sets the value of the totalSoldValue property.

Parameters:
value - allowed object is AmountType

getSoldDurationInDays

public Integer getSoldDurationInDays()
Gets the value of the soldDurationInDays property.

Returns:
possible object is Integer

setSoldDurationInDays

public void setSoldDurationInDays(Integer value)
Sets the value of the soldDurationInDays 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.