|
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.BestOfferType
public class BestOfferType
Type defining the BestOffer container, which consists of information on one Best Offer or counter offer. This information includes the price of the offer, the expiration of the offer, and any messaging provided by the prospective buyer or seller.
Java class for BestOfferType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BestOfferType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="BestOfferID" type="{urn:ebay:apis:eBLBaseComponents}BestOfferIDType" minOccurs="0"/> <element name="ExpirationTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="Buyer" type="{urn:ebay:apis:eBLBaseComponents}UserType" minOccurs="0"/> <element name="Price" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/> <element name="Status" type="{urn:ebay:apis:eBLBaseComponents}BestOfferStatusCodeType" minOccurs="0"/> <element name="Quantity" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="BuyerMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="SellerMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="BestOfferCodeType" type="{urn:ebay:apis:eBLBaseComponents}BestOfferTypeCodeType" minOccurs="0"/> <element name="CallStatus" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="NewBestOffer" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="ImmediatePayEligible" 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 BestOfferTypeCodeType |
bestOfferCodeType
|
protected java.lang.String |
bestOfferID
|
protected UserType |
buyer
|
protected java.lang.String |
buyerMessage
|
protected java.lang.String |
callStatus
|
protected java.util.Calendar |
expirationTime
|
protected java.lang.Boolean |
immediatePayEligible
|
protected java.lang.Boolean |
newBestOffer
|
protected AmountType |
price
|
protected java.lang.Integer |
quantity
|
protected java.lang.String |
sellerMessage
|
protected BestOfferStatusCodeType |
status
|
Constructor Summary | |
---|---|
BestOfferType()
|
Method Summary | |
---|---|
protected java.util.List<java.lang.Object> |
_getAny()
|
java.lang.Object[] |
getAny()
|
java.lang.Object |
getAny(int idx)
|
int |
getAnyLength()
|
BestOfferTypeCodeType |
getBestOfferCodeType()
Gets the value of the bestOfferCodeType property. |
java.lang.String |
getBestOfferID()
Gets the value of the bestOfferID property. |
UserType |
getBuyer()
Gets the value of the buyer property. |
java.lang.String |
getBuyerMessage()
Gets the value of the buyerMessage property. |
java.lang.String |
getCallStatus()
Gets the value of the callStatus property. |
java.util.Calendar |
getExpirationTime()
Gets the value of the expirationTime property. |
AmountType |
getPrice()
Gets the value of the price property. |
java.lang.Integer |
getQuantity()
Gets the value of the quantity property. |
java.lang.String |
getSellerMessage()
Gets the value of the sellerMessage property. |
BestOfferStatusCodeType |
getStatus()
Gets the value of the status property. |
java.lang.Boolean |
isImmediatePayEligible()
Gets the value of the immediatePayEligible 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 |
setBestOfferCodeType(BestOfferTypeCodeType value)
Sets the value of the bestOfferCodeType property. |
void |
setBestOfferID(java.lang.String value)
Sets the value of the bestOfferID property. |
void |
setBuyer(UserType value)
Sets the value of the buyer property. |
void |
setBuyerMessage(java.lang.String value)
Sets the value of the buyerMessage property. |
void |
setCallStatus(java.lang.String value)
Sets the value of the callStatus property. |
void |
setExpirationTime(java.util.Calendar value)
Sets the value of the expirationTime property. |
void |
setImmediatePayEligible(java.lang.Boolean value)
Sets the value of the immediatePayEligible property. |
void |
setNewBestOffer(java.lang.Boolean value)
Sets the value of the newBestOffer property. |
void |
setPrice(AmountType value)
Sets the value of the price property. |
void |
setQuantity(java.lang.Integer value)
Sets the value of the quantity property. |
void |
setSellerMessage(java.lang.String value)
Sets the value of the sellerMessage property. |
void |
setStatus(BestOfferStatusCodeType value)
Sets the value of the status property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String bestOfferID
protected java.util.Calendar expirationTime
protected UserType buyer
protected AmountType price
protected BestOfferStatusCodeType status
protected java.lang.Integer quantity
protected java.lang.String buyerMessage
protected java.lang.String sellerMessage
protected BestOfferTypeCodeType bestOfferCodeType
protected java.lang.String callStatus
protected java.lang.Boolean newBestOffer
protected java.lang.Boolean immediatePayEligible
protected java.util.List<java.lang.Object> any
Constructor Detail |
---|
public BestOfferType()
Method Detail |
---|
public java.lang.String getBestOfferID()
String
public void setBestOfferID(java.lang.String value)
value
- allowed object is
String
public java.util.Calendar getExpirationTime()
String
public void setExpirationTime(java.util.Calendar value)
value
- allowed object is
String
public UserType getBuyer()
UserType
public void setBuyer(UserType value)
value
- allowed object is
UserType
public AmountType getPrice()
AmountType
public void setPrice(AmountType value)
value
- allowed object is
AmountType
public BestOfferStatusCodeType getStatus()
BestOfferStatusCodeType
public void setStatus(BestOfferStatusCodeType value)
value
- allowed object is
BestOfferStatusCodeType
public java.lang.Integer getQuantity()
Integer
public void setQuantity(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getBuyerMessage()
String
public void setBuyerMessage(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSellerMessage()
String
public void setSellerMessage(java.lang.String value)
value
- allowed object is
String
public BestOfferTypeCodeType getBestOfferCodeType()
BestOfferTypeCodeType
public void setBestOfferCodeType(BestOfferTypeCodeType value)
value
- allowed object is
BestOfferTypeCodeType
public java.lang.String getCallStatus()
String
public void setCallStatus(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean isNewBestOffer()
Boolean
public void setNewBestOffer(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isImmediatePayEligible()
Boolean
public void setImmediatePayEligible(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Object[] getAny()
Element
Object
public java.lang.Object getAny(int idx)
Element
Object
public int getAnyLength()
public void setAny(java.lang.Object[] values)
values
- allowed objects are
Element
Object
protected java.util.List<java.lang.Object> _getAny()
public java.lang.Object setAny(int idx, java.lang.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.