|
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.AddTransactionConfirmationItemRequestType
public class AddTransactionConfirmationItemRequestType
Base request of the AddTransactionConfirmationItem call, which is used to end an eBay Motors listing and creates a new Transaction Confirmation Request (TCR) for the motor vehichle, thus enabling the TCR recipient to purchase the item. You can also use this call to see if a new TCR can be created for the specified item.
Java class for AddTransactionConfirmationItemRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AddTransactionConfirmationItemRequestType"> <complexContent> <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractRequestType"> <sequence> <element name="RecipientUserID" type="{urn:ebay:apis:eBLBaseComponents}UserIDType"/> <element name="VerifyEligibilityOnly" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="RecipientPostalCode" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="RecipientRelationType" type="{urn:ebay:apis:eBLBaseComponents}RecipientRelationCodeType"/> <element name="NegotiatedPrice" type="{urn:ebay:apis:eBLBaseComponents}AmountType"/> <element name="ListingDuration" type="{urn:ebay:apis:eBLBaseComponents}SecondChanceOfferDurationCodeType"/> <element name="ItemID" type="{urn:ebay:apis:eBLBaseComponents}ItemIDType"/> <element name="Comments" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
comments
|
protected String |
itemID
|
protected SecondChanceOfferDurationCodeType |
listingDuration
|
protected AmountType |
negotiatedPrice
|
protected String |
recipientPostalCode
|
protected String |
recipientRelationType
|
protected String |
recipientUserID
|
protected String |
verifyEligibilityOnly
|
Fields inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType |
---|
any, botBlock, detailLevel, endUserIP, errorHandling, errorLanguage, invocationID, messageID, outputSelector, version, warningLevel |
Constructor Summary | |
---|---|
AddTransactionConfirmationItemRequestType()
|
Method Summary | |
---|---|
String |
getComments()
Gets the value of the comments property. |
String |
getItemID()
Gets the value of the itemID property. |
SecondChanceOfferDurationCodeType |
getListingDuration()
Gets the value of the listingDuration property. |
AmountType |
getNegotiatedPrice()
Gets the value of the negotiatedPrice property. |
String |
getRecipientPostalCode()
Gets the value of the recipientPostalCode property. |
String |
getRecipientRelationType()
Gets the value of the recipientRelationType property. |
String |
getRecipientUserID()
Gets the value of the recipientUserID property. |
String |
getVerifyEligibilityOnly()
Gets the value of the verifyEligibilityOnly property. |
void |
setComments(String value)
Sets the value of the comments property. |
void |
setItemID(String value)
Sets the value of the itemID property. |
void |
setListingDuration(SecondChanceOfferDurationCodeType value)
Sets the value of the listingDuration property. |
void |
setNegotiatedPrice(AmountType value)
Sets the value of the negotiatedPrice property. |
void |
setRecipientPostalCode(String value)
Sets the value of the recipientPostalCode property. |
void |
setRecipientRelationType(String value)
Sets the value of the recipientRelationType property. |
void |
setRecipientUserID(String value)
Sets the value of the recipientUserID property. |
void |
setVerifyEligibilityOnly(String value)
Sets the value of the verifyEligibilityOnly 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 recipientUserID
protected String verifyEligibilityOnly
protected String recipientPostalCode
protected String recipientRelationType
protected AmountType negotiatedPrice
protected SecondChanceOfferDurationCodeType listingDuration
protected String itemID
protected String comments
Constructor Detail |
---|
public AddTransactionConfirmationItemRequestType()
Method Detail |
---|
public String getRecipientUserID()
String
public void setRecipientUserID(String value)
value
- allowed object is
String
public String getVerifyEligibilityOnly()
String
public void setVerifyEligibilityOnly(String value)
value
- allowed object is
String
public String getRecipientPostalCode()
String
public void setRecipientPostalCode(String value)
value
- allowed object is
String
public String getRecipientRelationType()
String
public void setRecipientRelationType(String value)
value
- allowed object is
String
public AmountType getNegotiatedPrice()
AmountType
public void setNegotiatedPrice(AmountType value)
value
- allowed object is
AmountType
public SecondChanceOfferDurationCodeType getListingDuration()
SecondChanceOfferDurationCodeType
public void setListingDuration(SecondChanceOfferDurationCodeType value)
value
- allowed object is
SecondChanceOfferDurationCodeType
public String getItemID()
String
public void setItemID(String value)
value
- allowed object is
String
public String getComments()
String
public void setComments(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.