Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class PlaceOfferResponseType

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

public class PlaceOfferResponseType
extends AbstractResponseType
implements java.io.Serializable

The PlaceOffer response notifies you about the success and result of the call.

Java class for PlaceOfferResponseType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PlaceOfferResponseType">
   <complexContent>
     <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractResponseType">
       <sequence>
         <element name="SellingStatus" type="{urn:ebay:apis:eBLBaseComponents}SellingStatusType" minOccurs="0"/>
         <element name="TransactionID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="BestOffer" type="{urn:ebay:apis:eBLBaseComponents}BestOfferType" minOccurs="0"/>
         <element name="OrderLineItemID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  BestOfferType bestOffer
           
protected  java.lang.String orderLineItemID
           
protected  SellingStatusType sellingStatus
           
protected  java.lang.String transactionID
           
 
Fields inherited from class com.ebay.soap.eBLBaseComponents.AbstractResponseType
ack, any, botBlock, build, correlationID, duplicateInvocationDetails, eiasToken, errors, externalUserData, hardExpirationWarning, message, notificationEventName, notificationSignature, recipientUserID, timestamp, version
 
Constructor Summary
PlaceOfferResponseType()
           
 
Method Summary
 BestOfferType getBestOffer()
          Gets the value of the bestOffer property.
 java.lang.String getOrderLineItemID()
          Gets the value of the orderLineItemID property.
 SellingStatusType getSellingStatus()
          Gets the value of the sellingStatus property.
 java.lang.String getTransactionID()
          Gets the value of the transactionID property.
 void setBestOffer(BestOfferType value)
          Sets the value of the bestOffer property.
 void setOrderLineItemID(java.lang.String value)
          Sets the value of the orderLineItemID property.
 void setSellingStatus(SellingStatusType value)
          Sets the value of the sellingStatus property.
 void setTransactionID(java.lang.String value)
          Sets the value of the transactionID property.
 
Methods inherited from class com.ebay.soap.eBLBaseComponents.AbstractResponseType
_getAny, _getErrors, getAck, getAny, getAny, getAnyLength, getBotBlock, getBuild, getCorrelationID, getDuplicateInvocationDetails, getEIASToken, getErrors, getErrors, getErrorsLength, getExternalUserData, getHardExpirationWarning, getMessage, getNotificationEventName, getNotificationSignature, getRecipientUserID, getTimestamp, getVersion, setAck, setAny, setAny, setBotBlock, setBuild, setCorrelationID, setDuplicateInvocationDetails, setEIASToken, setErrors, setErrors, setExternalUserData, setHardExpirationWarning, setMessage, setNotificationEventName, setNotificationSignature, setRecipientUserID, setTimestamp, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sellingStatus

protected SellingStatusType sellingStatus

transactionID

protected java.lang.String transactionID

bestOffer

protected BestOfferType bestOffer

orderLineItemID

protected java.lang.String orderLineItemID
Constructor Detail

PlaceOfferResponseType

public PlaceOfferResponseType()
Method Detail

getSellingStatus

public SellingStatusType getSellingStatus()
Gets the value of the sellingStatus property.

Returns:
possible object is SellingStatusType

setSellingStatus

public void setSellingStatus(SellingStatusType value)
Sets the value of the sellingStatus property.

Parameters:
value - allowed object is SellingStatusType

getTransactionID

public java.lang.String getTransactionID()
Gets the value of the transactionID property.

Returns:
possible object is String

setTransactionID

public void setTransactionID(java.lang.String value)
Sets the value of the transactionID property.

Parameters:
value - allowed object is String

getBestOffer

public BestOfferType getBestOffer()
Gets the value of the bestOffer property.

Returns:
possible object is BestOfferType

setBestOffer

public void setBestOffer(BestOfferType value)
Sets the value of the bestOffer property.

Parameters:
value - allowed object is BestOfferType

getOrderLineItemID

public java.lang.String getOrderLineItemID()
Gets the value of the orderLineItemID property.

Returns:
possible object is String

setOrderLineItemID

public void setOrderLineItemID(java.lang.String value)
Sets the value of the orderLineItemID property.

Parameters:
value - allowed object is String

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.