|
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.AbstractResponseType
com.ebay.soap.eBLBaseComponents.PlaceOfferResponseType
public class PlaceOfferResponseType
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>
Field Summary | |
---|---|
protected BestOfferType |
bestOffer
|
protected String |
orderLineItemID
|
protected SellingStatusType |
sellingStatus
|
protected 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. |
String |
getOrderLineItemID()
Gets the value of the orderLineItemID property. |
SellingStatusType |
getSellingStatus()
Gets the value of the sellingStatus property. |
String |
getTransactionID()
Gets the value of the transactionID property. |
void |
setBestOffer(BestOfferType value)
Sets the value of the bestOffer property. |
void |
setOrderLineItemID(String value)
Sets the value of the orderLineItemID property. |
void |
setSellingStatus(SellingStatusType value)
Sets the value of the sellingStatus property. |
void |
setTransactionID(String value)
Sets the value of the transactionID property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected SellingStatusType sellingStatus
protected String transactionID
protected BestOfferType bestOffer
protected String orderLineItemID
Constructor Detail |
---|
public PlaceOfferResponseType()
Method Detail |
---|
public SellingStatusType getSellingStatus()
SellingStatusType
public void setSellingStatus(SellingStatusType value)
value
- allowed object is
SellingStatusType
public String getTransactionID()
String
public void setTransactionID(String value)
value
- allowed object is
String
public BestOfferType getBestOffer()
BestOfferType
public void setBestOffer(BestOfferType value)
value
- allowed object is
BestOfferType
public String getOrderLineItemID()
String
public void setOrderLineItemID(String value)
value
- allowed object is
String
|
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.