Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class MyeBaySellingSummaryType

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

public class MyeBaySellingSummaryType
extends java.lang.Object
implements java.io.Serializable

Contains summary information about the items the seller is selling.

Java class for MyeBaySellingSummaryType complex type.

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

 <complexType name="MyeBaySellingSummaryType">
   <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"/>
         <element name="ClassifiedAdCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="TotalLeadCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="ClassifiedAdOfferCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="TotalListingsWithLeads" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="QuantityLimitRemaining" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="AmountLimitRemaining" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/>
         <any/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  java.lang.Integer activeAuctionCount
           
protected  AmountType amountLimitRemaining
           
protected  java.util.List<java.lang.Object> any
           
protected  java.lang.Integer auctionBidCount
           
protected  java.lang.Integer auctionSellingCount
           
protected  java.lang.Integer classifiedAdCount
           
protected  java.lang.Integer classifiedAdOfferCount
           
protected  java.lang.Long quantityLimitRemaining
           
protected  java.lang.Integer soldDurationInDays
           
protected  AmountType totalAuctionSellingValue
           
protected  java.lang.Integer totalLeadCount
           
protected  java.lang.Integer totalListingsWithLeads
           
protected  java.lang.Integer totalSoldCount
           
protected  AmountType totalSoldValue
           
 
Constructor Summary
MyeBaySellingSummaryType()
           
 
Method Summary
protected  java.util.List<java.lang.Object> _getAny()
           
 java.lang.Integer getActiveAuctionCount()
          Gets the value of the activeAuctionCount property.
 AmountType getAmountLimitRemaining()
          Gets the value of the amountLimitRemaining property.
 java.lang.Object[] getAny()
           
 java.lang.Object getAny(int idx)
           
 int getAnyLength()
           
 java.lang.Integer getAuctionBidCount()
          Gets the value of the auctionBidCount property.
 java.lang.Integer getAuctionSellingCount()
          Gets the value of the auctionSellingCount property.
 java.lang.Integer getClassifiedAdCount()
          Gets the value of the classifiedAdCount property.
 java.lang.Integer getClassifiedAdOfferCount()
          Gets the value of the classifiedAdOfferCount property.
 java.lang.Long getQuantityLimitRemaining()
          Gets the value of the quantityLimitRemaining property.
 java.lang.Integer getSoldDurationInDays()
          Gets the value of the soldDurationInDays property.
 AmountType getTotalAuctionSellingValue()
          Gets the value of the totalAuctionSellingValue property.
 java.lang.Integer getTotalLeadCount()
          Gets the value of the totalLeadCount property.
 java.lang.Integer getTotalListingsWithLeads()
          Gets the value of the totalListingsWithLeads property.
 java.lang.Integer getTotalSoldCount()
          Gets the value of the totalSoldCount property.
 AmountType getTotalSoldValue()
          Gets the value of the totalSoldValue property.
 void setActiveAuctionCount(java.lang.Integer value)
          Sets the value of the activeAuctionCount property.
 void setAmountLimitRemaining(AmountType value)
          Sets the value of the amountLimitRemaining property.
 java.lang.Object setAny(int idx, java.lang.Object value)
           
 void setAny(java.lang.Object[] values)
           
 void setAuctionBidCount(java.lang.Integer value)
          Sets the value of the auctionBidCount property.
 void setAuctionSellingCount(java.lang.Integer value)
          Sets the value of the auctionSellingCount property.
 void setClassifiedAdCount(java.lang.Integer value)
          Sets the value of the classifiedAdCount property.
 void setClassifiedAdOfferCount(java.lang.Integer value)
          Sets the value of the classifiedAdOfferCount property.
 void setQuantityLimitRemaining(java.lang.Long value)
          Sets the value of the quantityLimitRemaining property.
 void setSoldDurationInDays(java.lang.Integer value)
          Sets the value of the soldDurationInDays property.
 void setTotalAuctionSellingValue(AmountType value)
          Sets the value of the totalAuctionSellingValue property.
 void setTotalLeadCount(java.lang.Integer value)
          Sets the value of the totalLeadCount property.
 void setTotalListingsWithLeads(java.lang.Integer value)
          Sets the value of the totalListingsWithLeads property.
 void setTotalSoldCount(java.lang.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 java.lang.Integer activeAuctionCount

auctionSellingCount

protected java.lang.Integer auctionSellingCount

auctionBidCount

protected java.lang.Integer auctionBidCount

totalAuctionSellingValue

protected AmountType totalAuctionSellingValue

totalSoldCount

protected java.lang.Integer totalSoldCount

totalSoldValue

protected AmountType totalSoldValue

soldDurationInDays

protected java.lang.Integer soldDurationInDays

classifiedAdCount

protected java.lang.Integer classifiedAdCount

totalLeadCount

protected java.lang.Integer totalLeadCount

classifiedAdOfferCount

protected java.lang.Integer classifiedAdOfferCount

totalListingsWithLeads

protected java.lang.Integer totalListingsWithLeads

quantityLimitRemaining

protected java.lang.Long quantityLimitRemaining

amountLimitRemaining

protected AmountType amountLimitRemaining

any

protected java.util.List<java.lang.Object> any
Constructor Detail

MyeBaySellingSummaryType

public MyeBaySellingSummaryType()
Method Detail

getActiveAuctionCount

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

Returns:
possible object is Integer

setActiveAuctionCount

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

Parameters:
value - allowed object is Integer

getAuctionSellingCount

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

Returns:
possible object is Integer

setAuctionSellingCount

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

Parameters:
value - allowed object is Integer

getAuctionBidCount

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

Returns:
possible object is Integer

setAuctionBidCount

public void setAuctionBidCount(java.lang.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 java.lang.Integer getTotalSoldCount()
Gets the value of the totalSoldCount property.

Returns:
possible object is Integer

setTotalSoldCount

public void setTotalSoldCount(java.lang.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 java.lang.Integer getSoldDurationInDays()
Gets the value of the soldDurationInDays property.

Returns:
possible object is Integer

setSoldDurationInDays

public void setSoldDurationInDays(java.lang.Integer value)
Sets the value of the soldDurationInDays property.

Parameters:
value - allowed object is Integer

getClassifiedAdCount

public java.lang.Integer getClassifiedAdCount()
Gets the value of the classifiedAdCount property.

Returns:
possible object is Integer

setClassifiedAdCount

public void setClassifiedAdCount(java.lang.Integer value)
Sets the value of the classifiedAdCount property.

Parameters:
value - allowed object is Integer

getTotalLeadCount

public java.lang.Integer getTotalLeadCount()
Gets the value of the totalLeadCount property.

Returns:
possible object is Integer

setTotalLeadCount

public void setTotalLeadCount(java.lang.Integer value)
Sets the value of the totalLeadCount property.

Parameters:
value - allowed object is Integer

getClassifiedAdOfferCount

public java.lang.Integer getClassifiedAdOfferCount()
Gets the value of the classifiedAdOfferCount property.

Returns:
possible object is Integer

setClassifiedAdOfferCount

public void setClassifiedAdOfferCount(java.lang.Integer value)
Sets the value of the classifiedAdOfferCount property.

Parameters:
value - allowed object is Integer

getTotalListingsWithLeads

public java.lang.Integer getTotalListingsWithLeads()
Gets the value of the totalListingsWithLeads property.

Returns:
possible object is Integer

setTotalListingsWithLeads

public void setTotalListingsWithLeads(java.lang.Integer value)
Sets the value of the totalListingsWithLeads property.

Parameters:
value - allowed object is Integer

getQuantityLimitRemaining

public java.lang.Long getQuantityLimitRemaining()
Gets the value of the quantityLimitRemaining property.

Returns:
possible object is Long

setQuantityLimitRemaining

public void setQuantityLimitRemaining(java.lang.Long value)
Sets the value of the quantityLimitRemaining property.

Parameters:
value - allowed object is Long

getAmountLimitRemaining

public AmountType getAmountLimitRemaining()
Gets the value of the amountLimitRemaining property.

Returns:
possible object is AmountType

setAmountLimitRemaining

public void setAmountLimitRemaining(AmountType value)
Sets the value of the amountLimitRemaining property.

Parameters:
value - allowed object is AmountType

getAny

public java.lang.Object[] getAny()
Returns:
array of Object Element

getAny

public java.lang.Object getAny(int idx)
Returns:
one of Object Element

getAnyLength

public int getAnyLength()

setAny

public void setAny(java.lang.Object[] values)
Parameters:
values - allowed objects are Object Element

_getAny

protected java.util.List<java.lang.Object> _getAny()

setAny

public java.lang.Object setAny(int idx,
                               java.lang.Object value)
Parameters:
value - allowed object is Object Element

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.