Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class SellingStatusType

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

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

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>
 

See Also:
Serialized Form

Field Summary
protected  java.lang.Boolean adminEnded
           
protected  java.util.List<java.lang.Object> any
           
protected  java.lang.Integer bidCount
           
protected  java.lang.Long bidderCount
           
protected  AmountType bidIncrement
           
protected  AmountType convertedCurrentPrice
           
protected  AmountType currentPrice
           
protected  AmountType finalValueFee
           
protected  UserType highBidder
           
protected  java.lang.Integer leadCount
           
protected  ListingStatusCodeType listingStatus
           
protected  AmountType minimumToBid
           
protected  PromotionalSaleDetailsType promotionalSaleDetails
           
protected  java.lang.Integer quantitySold
           
protected  java.lang.Integer quantitySoldByPickupInStore
           
protected  java.lang.Boolean reserveMet
           
protected  java.lang.Boolean secondChanceEligible
           
protected  java.lang.Boolean soldAsBin
           
protected  SuggestedBidValueType suggestedBidValues
           
 
Constructor Summary
SellingStatusType()
           
 
Method Summary
protected  java.util.List<java.lang.Object> _getAny()
           
 java.lang.Object[] getAny()
           
 java.lang.Object getAny(int idx)
           
 int getAnyLength()
           
 java.lang.Integer getBidCount()
          Gets the value of the bidCount property.
 java.lang.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.
 java.lang.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.
 java.lang.Integer getQuantitySold()
          Gets the value of the quantitySold property.
 java.lang.Integer getQuantitySoldByPickupInStore()
          Gets the value of the quantitySoldByPickupInStore property.
 SuggestedBidValueType getSuggestedBidValues()
          Gets the value of the suggestedBidValues property.
 java.lang.Boolean isAdminEnded()
          Gets the value of the adminEnded property.
 java.lang.Boolean isReserveMet()
          Gets the value of the reserveMet property.
 java.lang.Boolean isSecondChanceEligible()
          Gets the value of the secondChanceEligible property.
 java.lang.Boolean isSoldAsBin()
          Gets the value of the soldAsBin property.
 void setAdminEnded(java.lang.Boolean value)
          Sets the value of the adminEnded property.
 java.lang.Object setAny(int idx, java.lang.Object value)
           
 void setAny(java.lang.Object[] values)
           
 void setBidCount(java.lang.Integer value)
          Sets the value of the bidCount property.
 void setBidderCount(java.lang.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(java.lang.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(java.lang.Integer value)
          Sets the value of the quantitySold property.
 void setQuantitySoldByPickupInStore(java.lang.Integer value)
          Sets the value of the quantitySoldByPickupInStore property.
 void setReserveMet(java.lang.Boolean value)
          Sets the value of the reserveMet property.
 void setSecondChanceEligible(java.lang.Boolean value)
          Sets the value of the secondChanceEligible property.
 void setSoldAsBin(java.lang.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

bidCount

protected java.lang.Integer bidCount

bidIncrement

protected AmountType bidIncrement

convertedCurrentPrice

protected AmountType convertedCurrentPrice

currentPrice

protected AmountType currentPrice

highBidder

protected UserType highBidder

leadCount

protected java.lang.Integer leadCount

minimumToBid

protected AmountType minimumToBid

quantitySold

protected java.lang.Integer quantitySold

reserveMet

protected java.lang.Boolean reserveMet

secondChanceEligible

protected java.lang.Boolean secondChanceEligible

bidderCount

protected java.lang.Long bidderCount

listingStatus

protected ListingStatusCodeType listingStatus

finalValueFee

protected AmountType finalValueFee

promotionalSaleDetails

protected PromotionalSaleDetailsType promotionalSaleDetails

adminEnded

protected java.lang.Boolean adminEnded

soldAsBin

protected java.lang.Boolean soldAsBin

quantitySoldByPickupInStore

protected java.lang.Integer quantitySoldByPickupInStore

suggestedBidValues

protected SuggestedBidValueType suggestedBidValues

any

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

SellingStatusType

public SellingStatusType()
Method Detail

getBidCount

public java.lang.Integer getBidCount()
Gets the value of the bidCount property.

Returns:
possible object is Integer

setBidCount

public void setBidCount(java.lang.Integer value)
Sets the value of the bidCount property.

Parameters:
value - allowed object is Integer

getBidIncrement

public AmountType getBidIncrement()
Gets the value of the bidIncrement property.

Returns:
possible object is AmountType

setBidIncrement

public void setBidIncrement(AmountType value)
Sets the value of the bidIncrement property.

Parameters:
value - allowed object is AmountType

getConvertedCurrentPrice

public AmountType getConvertedCurrentPrice()
Gets the value of the convertedCurrentPrice property.

Returns:
possible object is AmountType

setConvertedCurrentPrice

public void setConvertedCurrentPrice(AmountType value)
Sets the value of the convertedCurrentPrice property.

Parameters:
value - allowed object is AmountType

getCurrentPrice

public AmountType getCurrentPrice()
Gets the value of the currentPrice property.

Returns:
possible object is AmountType

setCurrentPrice

public void setCurrentPrice(AmountType value)
Sets the value of the currentPrice property.

Parameters:
value - allowed object is AmountType

getHighBidder

public UserType getHighBidder()
Gets the value of the highBidder property.

Returns:
possible object is UserType

setHighBidder

public void setHighBidder(UserType value)
Sets the value of the highBidder property.

Parameters:
value - allowed object is UserType

getLeadCount

public java.lang.Integer getLeadCount()
Gets the value of the leadCount property.

Returns:
possible object is Integer

setLeadCount

public void setLeadCount(java.lang.Integer value)
Sets the value of the leadCount property.

Parameters:
value - allowed object is Integer

getMinimumToBid

public AmountType getMinimumToBid()
Gets the value of the minimumToBid property.

Returns:
possible object is AmountType

setMinimumToBid

public void setMinimumToBid(AmountType value)
Sets the value of the minimumToBid property.

Parameters:
value - allowed object is AmountType

getQuantitySold

public java.lang.Integer getQuantitySold()
Gets the value of the quantitySold property.

Returns:
possible object is Integer

setQuantitySold

public void setQuantitySold(java.lang.Integer value)
Sets the value of the quantitySold property.

Parameters:
value - allowed object is Integer

isReserveMet

public java.lang.Boolean isReserveMet()
Gets the value of the reserveMet property.

Returns:
possible object is Boolean

setReserveMet

public void setReserveMet(java.lang.Boolean value)
Sets the value of the reserveMet property.

Parameters:
value - allowed object is Boolean

isSecondChanceEligible

public java.lang.Boolean isSecondChanceEligible()
Gets the value of the secondChanceEligible property.

Returns:
possible object is Boolean

setSecondChanceEligible

public void setSecondChanceEligible(java.lang.Boolean value)
Sets the value of the secondChanceEligible property.

Parameters:
value - allowed object is Boolean

getBidderCount

public java.lang.Long getBidderCount()
Gets the value of the bidderCount property.

Returns:
possible object is Long

setBidderCount

public void setBidderCount(java.lang.Long value)
Sets the value of the bidderCount property.

Parameters:
value - allowed object is Long

getListingStatus

public ListingStatusCodeType getListingStatus()
Gets the value of the listingStatus property.

Returns:
possible object is ListingStatusCodeType

setListingStatus

public void setListingStatus(ListingStatusCodeType value)
Sets the value of the listingStatus property.

Parameters:
value - allowed object is ListingStatusCodeType

getFinalValueFee

public AmountType getFinalValueFee()
Gets the value of the finalValueFee property.

Returns:
possible object is AmountType

setFinalValueFee

public void setFinalValueFee(AmountType value)
Sets the value of the finalValueFee property.

Parameters:
value - allowed object is AmountType

getPromotionalSaleDetails

public PromotionalSaleDetailsType getPromotionalSaleDetails()
Gets the value of the promotionalSaleDetails property.

Returns:
possible object is PromotionalSaleDetailsType

setPromotionalSaleDetails

public void setPromotionalSaleDetails(PromotionalSaleDetailsType value)
Sets the value of the promotionalSaleDetails property.

Parameters:
value - allowed object is PromotionalSaleDetailsType

isAdminEnded

public java.lang.Boolean isAdminEnded()
Gets the value of the adminEnded property.

Returns:
possible object is Boolean

setAdminEnded

public void setAdminEnded(java.lang.Boolean value)
Sets the value of the adminEnded property.

Parameters:
value - allowed object is Boolean

isSoldAsBin

public java.lang.Boolean isSoldAsBin()
Gets the value of the soldAsBin property.

Returns:
possible object is Boolean

setSoldAsBin

public void setSoldAsBin(java.lang.Boolean value)
Sets the value of the soldAsBin property.

Parameters:
value - allowed object is Boolean

getQuantitySoldByPickupInStore

public java.lang.Integer getQuantitySoldByPickupInStore()
Gets the value of the quantitySoldByPickupInStore property.

Returns:
possible object is Integer

setQuantitySoldByPickupInStore

public void setQuantitySoldByPickupInStore(java.lang.Integer value)
Sets the value of the quantitySoldByPickupInStore property.

Parameters:
value - allowed object is Integer

getSuggestedBidValues

public SuggestedBidValueType getSuggestedBidValues()
Gets the value of the suggestedBidValues property.

Returns:
possible object is SuggestedBidValueType

setSuggestedBidValues

public void setSuggestedBidValues(SuggestedBidValueType value)
Sets the value of the suggestedBidValues property.

Parameters:
value - allowed object is SuggestedBidValueType

getAny

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

getAny

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

getAnyLength

public int getAnyLength()

setAny

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

_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 Element Object

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.