public class

SellingStatusType

extends Object
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.SellingStatusType

Class Overview

Contains the listed items price details which consists of following information: BuyItNowPrice, ConvertedBuyItNowPrice, ConvertedPrice, ConvertedStartPrice, CurrentPrice, MinimumToBid, ReservePrice, and StartPrice. need to take in account get seller events when defining minoccurs = 0

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:CoreComponentTypes}AmountType" minOccurs="0"/>
         <element name="ConvertedCurrentPrice" type="{urn:ebay:apis:CoreComponentTypes}AmountType" minOccurs="0"/>
         <element name="CurrentPrice" type="{urn:ebay:apis:CoreComponentTypes}AmountType"/>
         <element ref="{urn:ebay:apis:eBLBaseComponents}HighBidder" minOccurs="0"/>
         <element name="LeadCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="MinimumToBid" type="{urn:ebay:apis:CoreComponentTypes}AmountType" minOccurs="0"/>
         <element name="QuantitySold" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <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"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Integer bidCount
protected AmountType bidIncrement
protected AmountType convertedCurrentPrice
protected AmountType currentPrice
protected UserType highBidder
protected Integer leadCount
protected AmountType minimumToBid
protected int quantitySold
protected Boolean reserveMet
protected Boolean secondChanceEligible
Public Constructors
SellingStatusType()
Public Methods
Integer getBidCount()
Gets the value of the bidCount 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.
UserType getHighBidder()
Contains one User node representing the current high bidder.
Integer getLeadCount()
Gets the value of the leadCount property.
AmountType getMinimumToBid()
Gets the value of the minimumToBid property.
int getQuantitySold()
Gets the value of the quantitySold property.
Boolean isReserveMet()
Gets the value of the reserveMet property.
Boolean isSecondChanceEligible()
Gets the value of the secondChanceEligible property.
void setBidCount(Integer value)
Sets the value of the bidCount 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 setHighBidder(UserType value)
Sets the value of the highBidder property.
void setLeadCount(Integer value)
Sets the value of the leadCount property.
void setMinimumToBid(AmountType value)
Sets the value of the minimumToBid property.
void setQuantitySold(int value)
Sets the value of the quantitySold property.
void setReserveMet(Boolean value)
Sets the value of the reserveMet property.
void setSecondChanceEligible(Boolean value)
Sets the value of the secondChanceEligible property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Integer bidCount

protected AmountType bidIncrement

protected AmountType convertedCurrentPrice

protected AmountType currentPrice

protected UserType highBidder

protected Integer leadCount

protected AmountType minimumToBid

protected int quantitySold

protected Boolean reserveMet

protected Boolean secondChanceEligible

Public Constructors

public SellingStatusType ()

Public Methods

public Integer getBidCount ()

Gets the value of the bidCount property.

Returns
  • possible object is Integer

public AmountType getBidIncrement ()

Gets the value of the bidIncrement property.

Returns

public AmountType getConvertedCurrentPrice ()

Gets the value of the convertedCurrentPrice property.

Returns

public AmountType getCurrentPrice ()

Gets the value of the currentPrice property.

Returns

public UserType getHighBidder ()

Contains one User node representing the current high bidder. GetItem returns a high bidder for auctions that have ended and have a winning bidder. For Fixed Price listings, in-progress auctions, or auction items that received no bids, GetItem returns a HighBidder node with empty tags.

Returns

public Integer getLeadCount ()

Gets the value of the leadCount property.

Returns
  • possible object is Integer

public AmountType getMinimumToBid ()

Gets the value of the minimumToBid property.

Returns

public int getQuantitySold ()

Gets the value of the quantitySold property.

public Boolean isReserveMet ()

Gets the value of the reserveMet property.

Returns
  • possible object is Boolean

public Boolean isSecondChanceEligible ()

Gets the value of the secondChanceEligible property.

Returns
  • possible object is Boolean

public void setBidCount (Integer value)

Sets the value of the bidCount property.

Parameters
value Allowed object is Integer

public void setBidIncrement (AmountType value)

Sets the value of the bidIncrement property.

Parameters
value Allowed object is AmountType

public void setConvertedCurrentPrice (AmountType value)

Sets the value of the convertedCurrentPrice property.

Parameters
value Allowed object is AmountType

public void setCurrentPrice (AmountType value)

Sets the value of the currentPrice property.

Parameters
value Allowed object is AmountType

public void setHighBidder (UserType value)

Sets the value of the highBidder property.

Parameters
value Allowed object is UserType

public void setLeadCount (Integer value)

Sets the value of the leadCount property.

Parameters
value Allowed object is Integer

public void setMinimumToBid (AmountType value)

Sets the value of the minimumToBid property.

Parameters
value Allowed object is AmountType

public void setQuantitySold (int value)

Sets the value of the quantitySold property.

Parameters
value

public void setReserveMet (Boolean value)

Sets the value of the reserveMet property.

Parameters
value Allowed object is Boolean

public void setSecondChanceEligible (Boolean value)

Sets the value of the secondChanceEligible property.

Parameters
value Allowed object is Boolean