|
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.BestOfferDetailsType
public class BestOfferDetailsType
Type defining the BestOfferDetails container, which consists of Best Offer details associated with a listing. The BestOfferEnabled field in this container is used by Add/Revise/Relist calls to enable the Best Offer feature on a listing.
Java class for BestOfferDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BestOfferDetailsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="BestOfferCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="BestOfferEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="BestOffer" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/> <element name="BestOfferStatus" type="{urn:ebay:apis:eBLBaseComponents}BestOfferStatusCodeType" minOccurs="0"/> <element name="BestOfferType" type="{urn:ebay:apis:eBLBaseComponents}BestOfferTypeCodeType" minOccurs="0"/> <element name="NewBestOffer" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <any/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.util.List<java.lang.Object> |
any
|
protected AmountType |
bestOffer
|
protected java.lang.Integer |
bestOfferCount
|
protected java.lang.Boolean |
bestOfferEnabled
|
protected BestOfferStatusCodeType |
bestOfferStatus
|
protected BestOfferTypeCodeType |
bestOfferType
|
protected java.lang.Boolean |
newBestOffer
|
Constructor Summary | |
---|---|
BestOfferDetailsType()
|
Method Summary | |
---|---|
protected java.util.List<java.lang.Object> |
_getAny()
|
java.lang.Object[] |
getAny()
|
java.lang.Object |
getAny(int idx)
|
int |
getAnyLength()
|
AmountType |
getBestOffer()
Gets the value of the bestOffer property. |
java.lang.Integer |
getBestOfferCount()
Gets the value of the bestOfferCount property. |
BestOfferStatusCodeType |
getBestOfferStatus()
Gets the value of the bestOfferStatus property. |
BestOfferTypeCodeType |
getBestOfferType()
Gets the value of the bestOfferType property. |
java.lang.Boolean |
isBestOfferEnabled()
Gets the value of the bestOfferEnabled property. |
java.lang.Boolean |
isNewBestOffer()
Gets the value of the newBestOffer property. |
java.lang.Object |
setAny(int idx,
java.lang.Object value)
|
void |
setAny(java.lang.Object[] values)
|
void |
setBestOffer(AmountType value)
Sets the value of the bestOffer property. |
void |
setBestOfferCount(java.lang.Integer value)
Sets the value of the bestOfferCount property. |
void |
setBestOfferEnabled(java.lang.Boolean value)
Sets the value of the bestOfferEnabled property. |
void |
setBestOfferStatus(BestOfferStatusCodeType value)
Sets the value of the bestOfferStatus property. |
void |
setBestOfferType(BestOfferTypeCodeType value)
Sets the value of the bestOfferType property. |
void |
setNewBestOffer(java.lang.Boolean value)
Sets the value of the newBestOffer property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.Integer bestOfferCount
protected java.lang.Boolean bestOfferEnabled
protected AmountType bestOffer
protected BestOfferStatusCodeType bestOfferStatus
protected BestOfferTypeCodeType bestOfferType
protected java.lang.Boolean newBestOffer
protected java.util.List<java.lang.Object> any
Constructor Detail |
---|
public BestOfferDetailsType()
Method Detail |
---|
public java.lang.Integer getBestOfferCount()
Integer
public void setBestOfferCount(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Boolean isBestOfferEnabled()
Boolean
public void setBestOfferEnabled(java.lang.Boolean value)
value
- allowed object is
Boolean
public AmountType getBestOffer()
AmountType
public void setBestOffer(AmountType value)
value
- allowed object is
AmountType
public BestOfferStatusCodeType getBestOfferStatus()
BestOfferStatusCodeType
public void setBestOfferStatus(BestOfferStatusCodeType value)
value
- allowed object is
BestOfferStatusCodeType
public BestOfferTypeCodeType getBestOfferType()
BestOfferTypeCodeType
public void setBestOfferType(BestOfferTypeCodeType value)
value
- allowed object is
BestOfferTypeCodeType
public java.lang.Boolean isNewBestOffer()
Boolean
public void setNewBestOffer(java.lang.Boolean value)
value
- allowed object is
Boolean
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.