|
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.AbstractRequestType
com.ebay.soap.eBLBaseComponents.PlaceOfferRequestType
public class PlaceOfferRequestType
Enables the authenticated user to to make a bid on an auction item, propose a Best Offer, or purchase a fixed-price/Buy It Now item. Note that this call cannot be used to purchase items that require immediate payment.
Java class for PlaceOfferRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PlaceOfferRequestType"> <complexContent> <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractRequestType"> <sequence> <element name="Offer" type="{urn:ebay:apis:eBLBaseComponents}OfferType" minOccurs="0"/> <element name="ItemID" type="{urn:ebay:apis:eBLBaseComponents}ItemIDType" minOccurs="0"/> <element name="BlockOnWarning" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="AffiliateTrackingDetails" type="{urn:ebay:apis:eBLBaseComponents}AffiliateTrackingDetailsType" minOccurs="0"/> <element name="VariationSpecifics" type="{urn:ebay:apis:eBLBaseComponents}NameValueListArrayType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected AffiliateTrackingDetailsType |
affiliateTrackingDetails
|
protected java.lang.Boolean |
blockOnWarning
|
protected java.lang.String |
itemID
|
protected OfferType |
offer
|
protected NameValueListArrayType |
variationSpecifics
|
Fields inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType |
---|
any, botBlock, detailLevel, endUserIP, errorHandling, errorLanguage, invocationID, messageID, outputSelector, version, warningLevel |
Constructor Summary | |
---|---|
PlaceOfferRequestType()
|
Method Summary | |
---|---|
AffiliateTrackingDetailsType |
getAffiliateTrackingDetails()
Gets the value of the affiliateTrackingDetails property. |
java.lang.String |
getItemID()
Gets the value of the itemID property. |
OfferType |
getOffer()
Gets the value of the offer property. |
NameValueListArrayType |
getVariationSpecifics()
Gets the value of the variationSpecifics property. |
java.lang.Boolean |
isBlockOnWarning()
Gets the value of the blockOnWarning property. |
void |
setAffiliateTrackingDetails(AffiliateTrackingDetailsType value)
Sets the value of the affiliateTrackingDetails property. |
void |
setBlockOnWarning(java.lang.Boolean value)
Sets the value of the blockOnWarning property. |
void |
setItemID(java.lang.String value)
Sets the value of the itemID property. |
void |
setOffer(OfferType value)
Sets the value of the offer property. |
void |
setVariationSpecifics(NameValueListArrayType value)
Sets the value of the variationSpecifics property. |
Methods inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType |
---|
_getAny, _getDetailLevel, _getOutputSelector, getAny, getAny, getAnyLength, getBotBlock, getDetailLevel, getDetailLevel, getDetailLevelLength, getEndUserIP, getErrorHandling, getErrorLanguage, getInvocationID, getMessageID, getOutputSelector, getOutputSelector, getOutputSelectorLength, getVersion, getWarningLevel, setAny, setAny, setBotBlock, setDetailLevel, setDetailLevel, setEndUserIP, setErrorHandling, setErrorLanguage, setInvocationID, setMessageID, setOutputSelector, setOutputSelector, setVersion, setWarningLevel |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected OfferType offer
protected java.lang.String itemID
protected java.lang.Boolean blockOnWarning
protected AffiliateTrackingDetailsType affiliateTrackingDetails
protected NameValueListArrayType variationSpecifics
Constructor Detail |
---|
public PlaceOfferRequestType()
Method Detail |
---|
public OfferType getOffer()
OfferType
public void setOffer(OfferType value)
value
- allowed object is
OfferType
public java.lang.String getItemID()
String
public void setItemID(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean isBlockOnWarning()
Boolean
public void setBlockOnWarning(java.lang.Boolean value)
value
- allowed object is
Boolean
public AffiliateTrackingDetailsType getAffiliateTrackingDetails()
AffiliateTrackingDetailsType
public void setAffiliateTrackingDetails(AffiliateTrackingDetailsType value)
value
- allowed object is
AffiliateTrackingDetailsType
public NameValueListArrayType getVariationSpecifics()
NameValueListArrayType
public void setVariationSpecifics(NameValueListArrayType value)
value
- allowed object is
NameValueListArrayType
|
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.