| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.SellingStatusType |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| bidCount | |||||||||||
| bidIncrement | |||||||||||
| convertedCurrentPrice | |||||||||||
| currentPrice | |||||||||||
| highBidder | |||||||||||
| leadCount | |||||||||||
| minimumToBid | |||||||||||
| quantitySold | |||||||||||
| reserveMet | |||||||||||
| secondChanceEligible | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the bidCount property.
| |||||||||||
Gets the value of the bidIncrement property.
| |||||||||||
Gets the value of the convertedCurrentPrice property.
| |||||||||||
Gets the value of the currentPrice property.
| |||||||||||
Contains one User node representing the current high
bidder.
| |||||||||||
Gets the value of the leadCount property.
| |||||||||||
Gets the value of the minimumToBid property.
| |||||||||||
Gets the value of the quantitySold property.
| |||||||||||
Gets the value of the reserveMet property.
| |||||||||||
Gets the value of the secondChanceEligible property.
| |||||||||||
Sets the value of the bidCount property.
| |||||||||||
Sets the value of the bidIncrement property.
| |||||||||||
Sets the value of the convertedCurrentPrice property.
| |||||||||||
Sets the value of the currentPrice property.
| |||||||||||
Sets the value of the highBidder property.
| |||||||||||
Sets the value of the leadCount property.
| |||||||||||
Sets the value of the minimumToBid property.
| |||||||||||
Sets the value of the quantitySold property.
| |||||||||||
Sets the value of the reserveMet property.
| |||||||||||
Sets the value of the secondChanceEligible property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the bidCount property.
Gets the value of the bidIncrement property.
AmountType
Gets the value of the convertedCurrentPrice property.
AmountType
Gets the value of the currentPrice property.
AmountType
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.
UserType
Gets the value of the leadCount property.
Gets the value of the minimumToBid property.
AmountType
Gets the value of the quantitySold property.
Gets the value of the reserveMet property.
Gets the value of the secondChanceEligible property.
Sets the value of the bidCount property.
| value | Allowed object is Integer |
|---|
Sets the value of the bidIncrement property.
| value | Allowed object is
AmountType
|
|---|
Sets the value of the convertedCurrentPrice property.
| value | Allowed object is
AmountType
|
|---|
Sets the value of the currentPrice property.
| value | Allowed object is
AmountType
|
|---|
Sets the value of the highBidder property.
| value | Allowed object is
UserType
|
|---|
Sets the value of the leadCount property.
| value | Allowed object is Integer |
|---|
Sets the value of the minimumToBid property.
| value | Allowed object is
AmountType
|
|---|
Sets the value of the quantitySold property.
| value |
|---|
Sets the value of the reserveMet property.
| value | Allowed object is Boolean |
|---|
Sets the value of the secondChanceEligible property.
| value | Allowed object is Boolean |
|---|