Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class AddTransactionConfirmationItemRequestType

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

public class AddTransactionConfirmationItemRequestType
extends AbstractRequestType
implements Serializable

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>
 

See Also:
Serialized Form

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

recipientUserID

protected String recipientUserID

verifyEligibilityOnly

protected String verifyEligibilityOnly

recipientPostalCode

protected String recipientPostalCode

recipientRelationType

protected String recipientRelationType

negotiatedPrice

protected AmountType negotiatedPrice

listingDuration

protected SecondChanceOfferDurationCodeType listingDuration

itemID

protected String itemID

comments

protected String comments
Constructor Detail

AddTransactionConfirmationItemRequestType

public AddTransactionConfirmationItemRequestType()
Method Detail

getRecipientUserID

public String getRecipientUserID()
Gets the value of the recipientUserID property.

Returns:
possible object is String

setRecipientUserID

public void setRecipientUserID(String value)
Sets the value of the recipientUserID property.

Parameters:
value - allowed object is String

getVerifyEligibilityOnly

public String getVerifyEligibilityOnly()
Gets the value of the verifyEligibilityOnly property.

Returns:
possible object is String

setVerifyEligibilityOnly

public void setVerifyEligibilityOnly(String value)
Sets the value of the verifyEligibilityOnly property.

Parameters:
value - allowed object is String

getRecipientPostalCode

public String getRecipientPostalCode()
Gets the value of the recipientPostalCode property.

Returns:
possible object is String

setRecipientPostalCode

public void setRecipientPostalCode(String value)
Sets the value of the recipientPostalCode property.

Parameters:
value - allowed object is String

getRecipientRelationType

public String getRecipientRelationType()
Gets the value of the recipientRelationType property.

Returns:
possible object is String

setRecipientRelationType

public void setRecipientRelationType(String value)
Sets the value of the recipientRelationType property.

Parameters:
value - allowed object is String

getNegotiatedPrice

public AmountType getNegotiatedPrice()
Gets the value of the negotiatedPrice property.

Returns:
possible object is AmountType

setNegotiatedPrice

public void setNegotiatedPrice(AmountType value)
Sets the value of the negotiatedPrice property.

Parameters:
value - allowed object is AmountType

getListingDuration

public SecondChanceOfferDurationCodeType getListingDuration()
Gets the value of the listingDuration property.

Returns:
possible object is SecondChanceOfferDurationCodeType

setListingDuration

public void setListingDuration(SecondChanceOfferDurationCodeType value)
Sets the value of the listingDuration property.

Parameters:
value - allowed object is SecondChanceOfferDurationCodeType

getItemID

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

Returns:
possible object is String

setItemID

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

Parameters:
value - allowed object is String

getComments

public String getComments()
Gets the value of the comments property.

Returns:
possible object is String

setComments

public void setComments(String value)
Sets the value of the comments 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.