public class EbayItemPaymentDetailsItemType
extends java.lang.Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
auctionTransactionId |
protected java.lang.String |
cartID |
protected java.lang.String |
itemNumber |
protected java.lang.String |
orderId |
| Constructor and Description |
|---|
EbayItemPaymentDetailsItemType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAuctionTransactionId()
Gets the value of the auctionTransactionId property.
|
java.lang.String |
getCartID()
Gets the value of the cartID property.
|
java.lang.String |
getItemNumber()
Gets the value of the itemNumber property.
|
java.lang.String |
getOrderId()
Gets the value of the orderId property.
|
void |
setAuctionTransactionId(java.lang.String value)
Sets the value of the auctionTransactionId property.
|
void |
setCartID(java.lang.String value)
Sets the value of the cartID property.
|
void |
setItemNumber(java.lang.String value)
Sets the value of the itemNumber property.
|
void |
setOrderId(java.lang.String value)
Sets the value of the orderId property.
|
protected java.lang.String itemNumber
protected java.lang.String auctionTransactionId
protected java.lang.String orderId
protected java.lang.String cartID
public java.lang.String getItemNumber()
Stringpublic void setItemNumber(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getAuctionTransactionId()
Stringpublic void setAuctionTransactionId(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getOrderId()
Stringpublic void setOrderId(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getCartID()
Stringpublic void setCartID(java.lang.String value)
value - the value
allowed object is
StringstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.