public class

EbayItemPaymentDetailsItemType

extends Object
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.EbayItemPaymentDetailsItemType

Class Overview

EbayItemPaymentDetailsItemType - Type declaration to be used by other schemas. Information about an Ebay Payment Item.

Java class for EbayItemPaymentDetailsItemType complex type.

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

 <complexType name="EbayItemPaymentDetailsItemType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ItemNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="AuctionTransactionId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="OrderId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CartID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String auctionTransactionId
protected String cartID
protected String itemNumber
protected String orderId
Public Constructors
EbayItemPaymentDetailsItemType()
Public Methods
String getAuctionTransactionId()
Gets the value of the auctionTransactionId property.
String getCartID()
Gets the value of the cartID property.
String getItemNumber()
Gets the value of the itemNumber property.
String getOrderId()
Gets the value of the orderId property.
void setAuctionTransactionId(String value)
Sets the value of the auctionTransactionId property.
void setCartID(String value)
Sets the value of the cartID property.
void setItemNumber(String value)
Sets the value of the itemNumber property.
void setOrderId(String value)
Sets the value of the orderId property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String auctionTransactionId

protected String cartID

protected String itemNumber

protected String orderId

Public Constructors

public EbayItemPaymentDetailsItemType ()

Public Methods

public String getAuctionTransactionId ()

Gets the value of the auctionTransactionId property.

Returns
  • possible object is String

public String getCartID ()

Gets the value of the cartID property.

Returns
  • possible object is String

public String getItemNumber ()

Gets the value of the itemNumber property.

Returns
  • possible object is String

public String getOrderId ()

Gets the value of the orderId property.

Returns
  • possible object is String

public void setAuctionTransactionId (String value)

Sets the value of the auctionTransactionId property.

Parameters
value Allowed object is String

public void setCartID (String value)

Sets the value of the cartID property.

Parameters
value Allowed object is String

public void setItemNumber (String value)

Sets the value of the itemNumber property.

Parameters
value Allowed object is String

public void setOrderId (String value)

Sets the value of the orderId property.

Parameters
value Allowed object is String