Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class PlaceOfferRequestType

java.lang.Object
  extended by com.ebay.soap.eBLBaseComponents.AbstractRequestType
      extended by com.ebay.soap.eBLBaseComponents.PlaceOfferRequestType
All Implemented Interfaces:
java.io.Serializable

public class PlaceOfferRequestType
extends AbstractRequestType
implements java.io.Serializable

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>
 

See Also:
Serialized Form

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

offer

protected OfferType offer

itemID

protected java.lang.String itemID

blockOnWarning

protected java.lang.Boolean blockOnWarning

affiliateTrackingDetails

protected AffiliateTrackingDetailsType affiliateTrackingDetails

variationSpecifics

protected NameValueListArrayType variationSpecifics
Constructor Detail

PlaceOfferRequestType

public PlaceOfferRequestType()
Method Detail

getOffer

public OfferType getOffer()
Gets the value of the offer property.

Returns:
possible object is OfferType

setOffer

public void setOffer(OfferType value)
Sets the value of the offer property.

Parameters:
value - allowed object is OfferType

getItemID

public java.lang.String getItemID()
Gets the value of the itemID property.

Returns:
possible object is String

setItemID

public void setItemID(java.lang.String value)
Sets the value of the itemID property.

Parameters:
value - allowed object is String

isBlockOnWarning

public java.lang.Boolean isBlockOnWarning()
Gets the value of the blockOnWarning property.

Returns:
possible object is Boolean

setBlockOnWarning

public void setBlockOnWarning(java.lang.Boolean value)
Sets the value of the blockOnWarning property.

Parameters:
value - allowed object is Boolean

getAffiliateTrackingDetails

public AffiliateTrackingDetailsType getAffiliateTrackingDetails()
Gets the value of the affiliateTrackingDetails property.

Returns:
possible object is AffiliateTrackingDetailsType

setAffiliateTrackingDetails

public void setAffiliateTrackingDetails(AffiliateTrackingDetailsType value)
Sets the value of the affiliateTrackingDetails property.

Parameters:
value - allowed object is AffiliateTrackingDetailsType

getVariationSpecifics

public NameValueListArrayType getVariationSpecifics()
Gets the value of the variationSpecifics property.

Returns:
possible object is NameValueListArrayType

setVariationSpecifics

public void setVariationSpecifics(NameValueListArrayType value)
Sets the value of the variationSpecifics property.

Parameters:
value - allowed object is NameValueListArrayType

Changes since
the last release

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.