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