|
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.AddSecondChanceItemRequestType
public class AddSecondChanceItemRequestType
Creates a new Second Chance Offer (that is, an offer for an unsold item) for one of that item's non-winning bidders.
Java class for AddSecondChanceItemRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AddSecondChanceItemRequestType">
<complexContent>
<extension base="{urn:ebay:apis:eBLBaseComponents}AbstractRequestType">
<sequence>
<element name="RecipientBidderUserID" type="{urn:ebay:apis:eBLBaseComponents}UserIDType" minOccurs="0"/>
<element name="BuyItNowPrice" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/>
<element name="Duration" type="{urn:ebay:apis:eBLBaseComponents}SecondChanceOfferDurationCodeType" minOccurs="0"/>
<element name="ItemID" type="{urn:ebay:apis:eBLBaseComponents}ItemIDType" minOccurs="0"/>
<element name="SellerMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected AmountType |
buyItNowPrice
|
protected SecondChanceOfferDurationCodeType |
duration
|
protected String |
itemID
|
protected String |
recipientBidderUserID
|
protected String |
sellerMessage
|
| Fields inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType |
|---|
any, botBlock, detailLevel, endUserIP, errorHandling, errorLanguage, invocationID, messageID, outputSelector, version, warningLevel |
| Constructor Summary | |
|---|---|
AddSecondChanceItemRequestType()
|
|
| Method Summary | |
|---|---|
AmountType |
getBuyItNowPrice()
Gets the value of the buyItNowPrice property. |
SecondChanceOfferDurationCodeType |
getDuration()
Gets the value of the duration property. |
String |
getItemID()
Gets the value of the itemID property. |
String |
getRecipientBidderUserID()
Gets the value of the recipientBidderUserID property. |
String |
getSellerMessage()
Gets the value of the sellerMessage property. |
void |
setBuyItNowPrice(AmountType value)
Sets the value of the buyItNowPrice property. |
void |
setDuration(SecondChanceOfferDurationCodeType value)
Sets the value of the duration property. |
void |
setItemID(String value)
Sets the value of the itemID property. |
void |
setRecipientBidderUserID(String value)
Sets the value of the recipientBidderUserID property. |
void |
setSellerMessage(String value)
Sets the value of the sellerMessage 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 String recipientBidderUserID
protected AmountType buyItNowPrice
protected SecondChanceOfferDurationCodeType duration
protected String itemID
protected String sellerMessage
| Constructor Detail |
|---|
public AddSecondChanceItemRequestType()
| Method Detail |
|---|
public String getRecipientBidderUserID()
Stringpublic void setRecipientBidderUserID(String value)
value - allowed object is
Stringpublic AmountType getBuyItNowPrice()
AmountTypepublic void setBuyItNowPrice(AmountType value)
value - allowed object is
AmountTypepublic SecondChanceOfferDurationCodeType getDuration()
SecondChanceOfferDurationCodeTypepublic void setDuration(SecondChanceOfferDurationCodeType value)
value - allowed object is
SecondChanceOfferDurationCodeTypepublic String getItemID()
Stringpublic void setItemID(String value)
value - allowed object is
Stringpublic String getSellerMessage()
Stringpublic void setSellerMessage(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.