|
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="Discounts" type="{urn:ebay:apis:eBLBaseComponents}OfferDiscountsType" 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 java.util.List<java.lang.Object> |
any
|
protected java.lang.String |
bestOfferID
|
protected java.lang.Integer |
bidCount
|
protected AmountType |
convertedPrice
|
protected CurrencyCodeType |
currency
|
protected OfferDiscountsType |
discounts
|
protected AmountType |
highestBid
|
protected java.lang.String |
itemID
|
protected AmountType |
maxBid
|
protected java.lang.String |
message
|
protected AmountType |
myMaxBid
|
protected java.lang.Integer |
quantity
|
protected java.lang.Boolean |
secondChanceEnabled
|
protected CurrencyCodeType |
siteCurrency
|
protected java.util.Calendar |
timeBid
|
protected java.lang.String |
transactionID
|
protected UserType |
user
|
protected java.lang.Boolean |
userConsent
|
Constructor Summary | |
---|---|
OfferType()
|
Method Summary | |
---|---|
protected java.util.List<java.lang.Object> |
_getAny()
|
BidActionCodeType |
getAction()
Gets the value of the action property. |
java.lang.Object[] |
getAny()
|
java.lang.Object |
getAny(int idx)
|
int |
getAnyLength()
|
java.lang.String |
getBestOfferID()
Gets the value of the bestOfferID property. |
java.lang.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. |
OfferDiscountsType |
getDiscounts()
Gets the value of the discounts property. |
AmountType |
getHighestBid()
Gets the value of the highestBid property. |
java.lang.String |
getItemID()
Gets the value of the itemID property. |
AmountType |
getMaxBid()
Gets the value of the maxBid property. |
java.lang.String |
getMessage()
Gets the value of the message property. |
AmountType |
getMyMaxBid()
Gets the value of the myMaxBid property. |
java.lang.Integer |
getQuantity()
Gets the value of the quantity property. |
CurrencyCodeType |
getSiteCurrency()
Gets the value of the siteCurrency property. |
java.util.Calendar |
getTimeBid()
Gets the value of the timeBid property. |
java.lang.String |
getTransactionID()
Gets the value of the transactionID property. |
UserType |
getUser()
Gets the value of the user property. |
java.lang.Boolean |
isSecondChanceEnabled()
Gets the value of the secondChanceEnabled property. |
java.lang.Boolean |
isUserConsent()
Gets the value of the userConsent property. |
void |
setAction(BidActionCodeType value)
Sets the value of the action property. |
java.lang.Object |
setAny(int idx,
java.lang.Object value)
|
void |
setAny(java.lang.Object[] values)
|
void |
setBestOfferID(java.lang.String value)
Sets the value of the bestOfferID property. |
void |
setBidCount(java.lang.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 |
setDiscounts(OfferDiscountsType value)
Sets the value of the discounts property. |
void |
setHighestBid(AmountType value)
Sets the value of the highestBid property. |
void |
setItemID(java.lang.String value)
Sets the value of the itemID property. |
void |
setMaxBid(AmountType value)
Sets the value of the maxBid property. |
void |
setMessage(java.lang.String value)
Sets the value of the message property. |
void |
setMyMaxBid(AmountType value)
Sets the value of the myMaxBid property. |
void |
setQuantity(java.lang.Integer value)
Sets the value of the quantity property. |
void |
setSecondChanceEnabled(java.lang.Boolean value)
Sets the value of the secondChanceEnabled property. |
void |
setSiteCurrency(CurrencyCodeType value)
Sets the value of the siteCurrency property. |
void |
setTimeBid(java.util.Calendar value)
Sets the value of the timeBid property. |
void |
setTransactionID(java.lang.String value)
Sets the value of the transactionID property. |
void |
setUser(UserType value)
Sets the value of the user property. |
void |
setUserConsent(java.lang.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 java.lang.String itemID
protected AmountType maxBid
protected OfferDiscountsType discounts
protected java.lang.Integer quantity
protected java.lang.Boolean secondChanceEnabled
protected CurrencyCodeType siteCurrency
protected java.util.Calendar timeBid
protected AmountType highestBid
protected AmountType convertedPrice
protected java.lang.String transactionID
protected UserType user
protected java.lang.Boolean userConsent
protected java.lang.Integer bidCount
protected java.lang.String message
protected java.lang.String bestOfferID
protected AmountType myMaxBid
protected java.util.List<java.lang.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 java.lang.String getItemID()
String
public void setItemID(java.lang.String value)
value
- allowed object is
String
public AmountType getMaxBid()
AmountType
public void setMaxBid(AmountType value)
value
- allowed object is
AmountType
public OfferDiscountsType getDiscounts()
OfferDiscountsType
public void setDiscounts(OfferDiscountsType value)
value
- allowed object is
OfferDiscountsType
public java.lang.Integer getQuantity()
Integer
public void setQuantity(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Boolean isSecondChanceEnabled()
Boolean
public void setSecondChanceEnabled(java.lang.Boolean value)
value
- allowed object is
Boolean
public CurrencyCodeType getSiteCurrency()
CurrencyCodeType
public void setSiteCurrency(CurrencyCodeType value)
value
- allowed object is
CurrencyCodeType
public java.util.Calendar getTimeBid()
String
public void setTimeBid(java.util.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 java.lang.String getTransactionID()
String
public void setTransactionID(java.lang.String value)
value
- allowed object is
String
public UserType getUser()
UserType
public void setUser(UserType value)
value
- allowed object is
UserType
public java.lang.Boolean isUserConsent()
Boolean
public void setUserConsent(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Integer getBidCount()
Integer
public void setBidCount(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getMessage()
String
public void setMessage(java.lang.String value)
value
- allowed object is
String
public java.lang.String getBestOfferID()
String
public void setBestOfferID(java.lang.String value)
value
- allowed object is
String
public AmountType getMyMaxBid()
AmountType
public void setMyMaxBid(AmountType value)
value
- allowed object is
AmountType
public java.lang.Object[] getAny()
Object
Element
public java.lang.Object getAny(int idx)
Object
Element
public int getAnyLength()
public void setAny(java.lang.Object[] values)
values
- allowed objects are
Object
Element
protected java.util.List<java.lang.Object> _getAny()
public java.lang.Object setAny(int idx, java.lang.Object value)
value
- allowed object is
Object
Element
|
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.