|
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.OfferType
public class OfferType
Contains information pertaining to an offer made on an item listing and the current bidding or purchase state of the listing.
Java class for OfferType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OfferType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Action" type="{urn:ebay:apis:eBLBaseComponents}BidActionCodeType" minOccurs="0"/> <element name="Currency" type="{urn:ebay:apis:eBLBaseComponents}CurrencyCodeType" minOccurs="0"/> <element name="ItemID" type="{urn:ebay:apis:eBLBaseComponents}ItemIDType" minOccurs="0"/> <element name="MaxBid" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/> <element name="Quantity" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="SecondChanceEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="SiteCurrency" type="{urn:ebay:apis:eBLBaseComponents}CurrencyCodeType" minOccurs="0"/> <element name="TimeBid" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="HighestBid" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/> <element name="ConvertedPrice" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/> <element name="TransactionID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="User" type="{urn:ebay:apis:eBLBaseComponents}UserType" minOccurs="0"/> <element name="UserConsent" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="BidCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="Message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="BestOfferID" type="{urn:ebay:apis:eBLBaseComponents}BestOfferIDType" minOccurs="0"/> <element name="MyMaxBid" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/> <any/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected BidActionCodeType |
action
|
protected List<Object> |
any
|
protected String |
bestOfferID
|
protected Integer |
bidCount
|
protected AmountType |
convertedPrice
|
protected CurrencyCodeType |
currency
|
protected AmountType |
highestBid
|
protected String |
itemID
|
protected AmountType |
maxBid
|
protected String |
message
|
protected AmountType |
myMaxBid
|
protected Integer |
quantity
|
protected Boolean |
secondChanceEnabled
|
protected CurrencyCodeType |
siteCurrency
|
protected Calendar |
timeBid
|
protected String |
transactionID
|
protected UserType |
user
|
protected Boolean |
userConsent
|
Constructor Summary | |
---|---|
OfferType()
|
Method Summary | |
---|---|
protected List<Object> |
_getAny()
|
BidActionCodeType |
getAction()
Gets the value of the action property. |
Object[] |
getAny()
|
Object |
getAny(int idx)
|
int |
getAnyLength()
|
String |
getBestOfferID()
Gets the value of the bestOfferID property. |
Integer |
getBidCount()
Gets the value of the bidCount property. |
AmountType |
getConvertedPrice()
Gets the value of the convertedPrice property. |
CurrencyCodeType |
getCurrency()
Gets the value of the currency property. |
AmountType |
getHighestBid()
Gets the value of the highestBid property. |
String |
getItemID()
Gets the value of the itemID property. |
AmountType |
getMaxBid()
Gets the value of the maxBid property. |
String |
getMessage()
Gets the value of the message property. |
AmountType |
getMyMaxBid()
Gets the value of the myMaxBid property. |
Integer |
getQuantity()
Gets the value of the quantity property. |
CurrencyCodeType |
getSiteCurrency()
Gets the value of the siteCurrency property. |
Calendar |
getTimeBid()
Gets the value of the timeBid property. |
String |
getTransactionID()
Gets the value of the transactionID property. |
UserType |
getUser()
Gets the value of the user property. |
Boolean |
isSecondChanceEnabled()
Gets the value of the secondChanceEnabled property. |
Boolean |
isUserConsent()
Gets the value of the userConsent property. |
void |
setAction(BidActionCodeType value)
Sets the value of the action property. |
Object |
setAny(int idx,
Object value)
|
void |
setAny(Object[] values)
|
void |
setBestOfferID(String value)
Sets the value of the bestOfferID property. |
void |
setBidCount(Integer value)
Sets the value of the bidCount property. |
void |
setConvertedPrice(AmountType value)
Sets the value of the convertedPrice property. |
void |
setCurrency(CurrencyCodeType value)
Sets the value of the currency property. |
void |
setHighestBid(AmountType value)
Sets the value of the highestBid property. |
void |
setItemID(String value)
Sets the value of the itemID property. |
void |
setMaxBid(AmountType value)
Sets the value of the maxBid property. |
void |
setMessage(String value)
Sets the value of the message property. |
void |
setMyMaxBid(AmountType value)
Sets the value of the myMaxBid property. |
void |
setQuantity(Integer value)
Sets the value of the quantity property. |
void |
setSecondChanceEnabled(Boolean value)
Sets the value of the secondChanceEnabled property. |
void |
setSiteCurrency(CurrencyCodeType value)
Sets the value of the siteCurrency property. |
void |
setTimeBid(Calendar value)
Sets the value of the timeBid property. |
void |
setTransactionID(String value)
Sets the value of the transactionID property. |
void |
setUser(UserType value)
Sets the value of the user property. |
void |
setUserConsent(Boolean value)
Sets the value of the userConsent property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected BidActionCodeType action
protected CurrencyCodeType currency
protected String itemID
protected AmountType maxBid
protected Integer quantity
protected Boolean secondChanceEnabled
protected CurrencyCodeType siteCurrency
protected Calendar timeBid
protected AmountType highestBid
protected AmountType convertedPrice
protected String transactionID
protected UserType user
protected Boolean userConsent
protected Integer bidCount
protected String message
protected String bestOfferID
protected AmountType myMaxBid
protected List<Object> any
Constructor Detail |
---|
public OfferType()
Method Detail |
---|
public BidActionCodeType getAction()
BidActionCodeType
public void setAction(BidActionCodeType value)
value
- allowed object is
BidActionCodeType
public CurrencyCodeType getCurrency()
CurrencyCodeType
public void setCurrency(CurrencyCodeType value)
value
- allowed object is
CurrencyCodeType
public String getItemID()
String
public void setItemID(String value)
value
- allowed object is
String
public AmountType getMaxBid()
AmountType
public void setMaxBid(AmountType value)
value
- allowed object is
AmountType
public Integer getQuantity()
Integer
public void setQuantity(Integer value)
value
- allowed object is
Integer
public Boolean isSecondChanceEnabled()
Boolean
public void setSecondChanceEnabled(Boolean value)
value
- allowed object is
Boolean
public CurrencyCodeType getSiteCurrency()
CurrencyCodeType
public void setSiteCurrency(CurrencyCodeType value)
value
- allowed object is
CurrencyCodeType
public Calendar getTimeBid()
String
public void setTimeBid(Calendar value)
value
- allowed object is
String
public AmountType getHighestBid()
AmountType
public void setHighestBid(AmountType value)
value
- allowed object is
AmountType
public AmountType getConvertedPrice()
AmountType
public void setConvertedPrice(AmountType value)
value
- allowed object is
AmountType
public String getTransactionID()
String
public void setTransactionID(String value)
value
- allowed object is
String
public UserType getUser()
UserType
public void setUser(UserType value)
value
- allowed object is
UserType
public Boolean isUserConsent()
Boolean
public void setUserConsent(Boolean value)
value
- allowed object is
Boolean
public Integer getBidCount()
Integer
public void setBidCount(Integer value)
value
- allowed object is
Integer
public String getMessage()
String
public void setMessage(String value)
value
- allowed object is
String
public String getBestOfferID()
String
public void setBestOfferID(String value)
value
- allowed object is
String
public AmountType getMyMaxBid()
AmountType
public void setMyMaxBid(AmountType value)
value
- allowed object is
AmountType
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.