|
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.SellingStatusType
public class SellingStatusType
Contains various details about the current status of a listing. These values are computed by eBay and cannot be specified at listing time.
Java class for SellingStatusType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SellingStatusType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="BidCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="BidIncrement" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/> <element name="ConvertedCurrentPrice" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/> <element name="CurrentPrice" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/> <element name="HighBidder" type="{urn:ebay:apis:eBLBaseComponents}UserType" minOccurs="0"/> <element name="LeadCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="MinimumToBid" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/> <element name="QuantitySold" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="ReserveMet" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="SecondChanceEligible" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="BidderCount" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="ListingStatus" type="{urn:ebay:apis:eBLBaseComponents}ListingStatusCodeType" minOccurs="0"/> <element name="FinalValueFee" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/> <element name="PromotionalSaleDetails" type="{urn:ebay:apis:eBLBaseComponents}PromotionalSaleDetailsType" minOccurs="0"/> <element name="AdminEnded" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="SoldAsBin" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="QuantitySoldByPickupInStore" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="SuggestedBidValues" type="{urn:ebay:apis:eBLBaseComponents}SuggestedBidValueType" minOccurs="0"/> <any/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected Boolean |
adminEnded
|
protected List<Object> |
any
|
protected Integer |
bidCount
|
protected Long |
bidderCount
|
protected AmountType |
bidIncrement
|
protected AmountType |
convertedCurrentPrice
|
protected AmountType |
currentPrice
|
protected AmountType |
finalValueFee
|
protected UserType |
highBidder
|
protected Integer |
leadCount
|
protected ListingStatusCodeType |
listingStatus
|
protected AmountType |
minimumToBid
|
protected PromotionalSaleDetailsType |
promotionalSaleDetails
|
protected Integer |
quantitySold
|
protected Integer |
quantitySoldByPickupInStore
|
protected Boolean |
reserveMet
|
protected Boolean |
secondChanceEligible
|
protected Boolean |
soldAsBin
|
protected SuggestedBidValueType |
suggestedBidValues
|
Constructor Summary | |
---|---|
SellingStatusType()
|
Method Summary | |
---|---|
protected List<Object> |
_getAny()
|
Object[] |
getAny()
|
Object |
getAny(int idx)
|
int |
getAnyLength()
|
Integer |
getBidCount()
Gets the value of the bidCount property. |
Long |
getBidderCount()
Gets the value of the bidderCount property. |
AmountType |
getBidIncrement()
Gets the value of the bidIncrement property. |
AmountType |
getConvertedCurrentPrice()
Gets the value of the convertedCurrentPrice property. |
AmountType |
getCurrentPrice()
Gets the value of the currentPrice property. |
AmountType |
getFinalValueFee()
Gets the value of the finalValueFee property. |
UserType |
getHighBidder()
Gets the value of the highBidder property. |
Integer |
getLeadCount()
Gets the value of the leadCount property. |
ListingStatusCodeType |
getListingStatus()
Gets the value of the listingStatus property. |
AmountType |
getMinimumToBid()
Gets the value of the minimumToBid property. |
PromotionalSaleDetailsType |
getPromotionalSaleDetails()
Gets the value of the promotionalSaleDetails property. |
Integer |
getQuantitySold()
Gets the value of the quantitySold property. |
Integer |
getQuantitySoldByPickupInStore()
Gets the value of the quantitySoldByPickupInStore property. |
SuggestedBidValueType |
getSuggestedBidValues()
Gets the value of the suggestedBidValues property. |
Boolean |
isAdminEnded()
Gets the value of the adminEnded property. |
Boolean |
isReserveMet()
Gets the value of the reserveMet property. |
Boolean |
isSecondChanceEligible()
Gets the value of the secondChanceEligible property. |
Boolean |
isSoldAsBin()
Gets the value of the soldAsBin property. |
void |
setAdminEnded(Boolean value)
Sets the value of the adminEnded property. |
Object |
setAny(int idx,
Object value)
|
void |
setAny(Object[] values)
|
void |
setBidCount(Integer value)
Sets the value of the bidCount property. |
void |
setBidderCount(Long value)
Sets the value of the bidderCount property. |
void |
setBidIncrement(AmountType value)
Sets the value of the bidIncrement property. |
void |
setConvertedCurrentPrice(AmountType value)
Sets the value of the convertedCurrentPrice property. |
void |
setCurrentPrice(AmountType value)
Sets the value of the currentPrice property. |
void |
setFinalValueFee(AmountType value)
Sets the value of the finalValueFee property. |
void |
setHighBidder(UserType value)
Sets the value of the highBidder property. |
void |
setLeadCount(Integer value)
Sets the value of the leadCount property. |
void |
setListingStatus(ListingStatusCodeType value)
Sets the value of the listingStatus property. |
void |
setMinimumToBid(AmountType value)
Sets the value of the minimumToBid property. |
void |
setPromotionalSaleDetails(PromotionalSaleDetailsType value)
Sets the value of the promotionalSaleDetails property. |
void |
setQuantitySold(Integer value)
Sets the value of the quantitySold property. |
void |
setQuantitySoldByPickupInStore(Integer value)
Sets the value of the quantitySoldByPickupInStore property. |
void |
setReserveMet(Boolean value)
Sets the value of the reserveMet property. |
void |
setSecondChanceEligible(Boolean value)
Sets the value of the secondChanceEligible property. |
void |
setSoldAsBin(Boolean value)
Sets the value of the soldAsBin property. |
void |
setSuggestedBidValues(SuggestedBidValueType value)
Sets the value of the suggestedBidValues property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Integer bidCount
protected AmountType bidIncrement
protected AmountType convertedCurrentPrice
protected AmountType currentPrice
protected UserType highBidder
protected Integer leadCount
protected AmountType minimumToBid
protected Integer quantitySold
protected Boolean reserveMet
protected Boolean secondChanceEligible
protected Long bidderCount
protected ListingStatusCodeType listingStatus
protected AmountType finalValueFee
protected PromotionalSaleDetailsType promotionalSaleDetails
protected Boolean adminEnded
protected Boolean soldAsBin
protected Integer quantitySoldByPickupInStore
protected SuggestedBidValueType suggestedBidValues
protected List<Object> any
Constructor Detail |
---|
public SellingStatusType()
Method Detail |
---|
public Integer getBidCount()
Integer
public void setBidCount(Integer value)
value
- allowed object is
Integer
public AmountType getBidIncrement()
AmountType
public void setBidIncrement(AmountType value)
value
- allowed object is
AmountType
public AmountType getConvertedCurrentPrice()
AmountType
public void setConvertedCurrentPrice(AmountType value)
value
- allowed object is
AmountType
public AmountType getCurrentPrice()
AmountType
public void setCurrentPrice(AmountType value)
value
- allowed object is
AmountType
public UserType getHighBidder()
UserType
public void setHighBidder(UserType value)
value
- allowed object is
UserType
public Integer getLeadCount()
Integer
public void setLeadCount(Integer value)
value
- allowed object is
Integer
public AmountType getMinimumToBid()
AmountType
public void setMinimumToBid(AmountType value)
value
- allowed object is
AmountType
public Integer getQuantitySold()
Integer
public void setQuantitySold(Integer value)
value
- allowed object is
Integer
public Boolean isReserveMet()
Boolean
public void setReserveMet(Boolean value)
value
- allowed object is
Boolean
public Boolean isSecondChanceEligible()
Boolean
public void setSecondChanceEligible(Boolean value)
value
- allowed object is
Boolean
public Long getBidderCount()
Long
public void setBidderCount(Long value)
value
- allowed object is
Long
public ListingStatusCodeType getListingStatus()
ListingStatusCodeType
public void setListingStatus(ListingStatusCodeType value)
value
- allowed object is
ListingStatusCodeType
public AmountType getFinalValueFee()
AmountType
public void setFinalValueFee(AmountType value)
value
- allowed object is
AmountType
public PromotionalSaleDetailsType getPromotionalSaleDetails()
PromotionalSaleDetailsType
public void setPromotionalSaleDetails(PromotionalSaleDetailsType value)
value
- allowed object is
PromotionalSaleDetailsType
public Boolean isAdminEnded()
Boolean
public void setAdminEnded(Boolean value)
value
- allowed object is
Boolean
public Boolean isSoldAsBin()
Boolean
public void setSoldAsBin(Boolean value)
value
- allowed object is
Boolean
public Integer getQuantitySoldByPickupInStore()
Integer
public void setQuantitySoldByPickupInStore(Integer value)
value
- allowed object is
Integer
public SuggestedBidValueType getSuggestedBidValues()
SuggestedBidValueType
public void setSuggestedBidValues(SuggestedBidValueType value)
value
- allowed object is
SuggestedBidValueType
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.