public class SellingStatusType
extends java.lang.Object
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>
Modifier and Type | Field and Description |
---|---|
protected java.lang.Integer |
bidCount |
protected AmountType |
bidIncrement |
protected AmountType |
convertedCurrentPrice |
protected AmountType |
currentPrice |
protected UserType |
highBidder |
protected java.lang.Integer |
leadCount |
protected AmountType |
minimumToBid |
protected int |
quantitySold |
protected java.lang.Boolean |
reserveMet |
protected java.lang.Boolean |
secondChanceEligible |
Constructor and Description |
---|
SellingStatusType() |
Modifier and Type | Method and Description |
---|---|
java.lang.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.
|
java.lang.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.
|
java.lang.Boolean |
isReserveMet()
Gets the value of the reserveMet property.
|
java.lang.Boolean |
isSecondChanceEligible()
Gets the value of the secondChanceEligible property.
|
void |
setBidCount(java.lang.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(java.lang.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(java.lang.Boolean value)
Sets the value of the reserveMet property.
|
void |
setSecondChanceEligible(java.lang.Boolean value)
Sets the value of the secondChanceEligible property.
|
protected java.lang.Integer bidCount
protected AmountType bidIncrement
protected AmountType convertedCurrentPrice
protected AmountType currentPrice
protected UserType highBidder
protected java.lang.Integer leadCount
protected AmountType minimumToBid
protected int quantitySold
protected java.lang.Boolean reserveMet
protected java.lang.Boolean secondChanceEligible
public java.lang.Integer getBidCount()
Integer
public void setBidCount(java.lang.Integer value)
value
- the value
allowed object is
Integer
public AmountType getBidIncrement()
AmountType
public void setBidIncrement(AmountType value)
value
- the value
allowed object is
AmountType
public AmountType getConvertedCurrentPrice()
AmountType
public void setConvertedCurrentPrice(AmountType value)
value
- the value
allowed object is
AmountType
public AmountType getCurrentPrice()
AmountType
public void setCurrentPrice(AmountType value)
value
- the value
allowed object is
AmountType
public UserType getHighBidder()
UserType
public void setHighBidder(UserType value)
value
- the value
allowed object is
UserType
public java.lang.Integer getLeadCount()
Integer
public void setLeadCount(java.lang.Integer value)
value
- the value
allowed object is
Integer
public AmountType getMinimumToBid()
AmountType
public void setMinimumToBid(AmountType value)
value
- the value
allowed object is
AmountType
public int getQuantitySold()
public void setQuantitySold(int value)
public java.lang.Boolean isReserveMet()
Boolean
public void setReserveMet(java.lang.Boolean value)
value
- the value
allowed object is
Boolean
public java.lang.Boolean isSecondChanceEligible()
Boolean
public void setSecondChanceEligible(java.lang.Boolean value)
value
- the value
allowed object is
Boolean
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.