public class SetEbayMobileCheckoutRequestDetailsType
extends java.lang.Object
Java class for SetEbayMobileCheckoutRequestDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SetEbayMobileCheckoutRequestDetailsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CheckoutType" type="{urn:ebay:apis:eBLBaseComponents}EbayCheckoutType"/>
<element name="ItemId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="TransactionId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="SiteId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="BuyerId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ClientType" type="{urn:ebay:apis:eBLBaseComponents}DyneticClientType"/>
<element name="BuyerPhone" type="{urn:ebay:apis:eBLBaseComponents}PhoneNumberType" minOccurs="0"/>
<element name="ReturnURL" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CancelURL" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Quantity" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="ItemAmount" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
buyerId |
protected PhoneNumberType |
buyerPhone |
protected java.lang.String |
cancelURL |
protected EbayCheckoutType |
checkoutType |
protected DyneticClientType |
clientType |
protected BasicAmountType |
itemAmount |
protected java.lang.String |
itemId |
protected java.lang.Integer |
quantity |
protected java.lang.String |
returnURL |
protected java.lang.String |
siteId |
protected java.lang.String |
transactionId |
| Constructor and Description |
|---|
SetEbayMobileCheckoutRequestDetailsType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBuyerId()
Gets the value of the buyerId property.
|
PhoneNumberType |
getBuyerPhone()
Gets the value of the buyerPhone property.
|
java.lang.String |
getCancelURL()
Gets the value of the cancelURL property.
|
EbayCheckoutType |
getCheckoutType()
Gets the value of the checkoutType property.
|
DyneticClientType |
getClientType()
Gets the value of the clientType property.
|
BasicAmountType |
getItemAmount()
Gets the value of the itemAmount property.
|
java.lang.String |
getItemId()
Gets the value of the itemId property.
|
java.lang.Integer |
getQuantity()
Gets the value of the quantity property.
|
java.lang.String |
getReturnURL()
Gets the value of the returnURL property.
|
java.lang.String |
getSiteId()
Gets the value of the siteId property.
|
java.lang.String |
getTransactionId()
Gets the value of the transactionId property.
|
void |
setBuyerId(java.lang.String value)
Sets the value of the buyerId property.
|
void |
setBuyerPhone(PhoneNumberType value)
Sets the value of the buyerPhone property.
|
void |
setCancelURL(java.lang.String value)
Sets the value of the cancelURL property.
|
void |
setCheckoutType(EbayCheckoutType value)
Sets the value of the checkoutType property.
|
void |
setClientType(DyneticClientType value)
Sets the value of the clientType property.
|
void |
setItemAmount(BasicAmountType value)
Sets the value of the itemAmount property.
|
void |
setItemId(java.lang.String value)
Sets the value of the itemId property.
|
void |
setQuantity(java.lang.Integer value)
Sets the value of the quantity property.
|
void |
setReturnURL(java.lang.String value)
Sets the value of the returnURL property.
|
void |
setSiteId(java.lang.String value)
Sets the value of the siteId property.
|
void |
setTransactionId(java.lang.String value)
Sets the value of the transactionId property.
|
protected EbayCheckoutType checkoutType
protected java.lang.String itemId
protected java.lang.String transactionId
protected java.lang.String siteId
protected java.lang.String buyerId
protected DyneticClientType clientType
protected PhoneNumberType buyerPhone
protected java.lang.String returnURL
protected java.lang.String cancelURL
protected java.lang.Integer quantity
protected BasicAmountType itemAmount
public SetEbayMobileCheckoutRequestDetailsType()
public EbayCheckoutType getCheckoutType()
EbayCheckoutTypepublic void setCheckoutType(EbayCheckoutType value)
value - the value
allowed object is
EbayCheckoutTypepublic java.lang.String getItemId()
Stringpublic void setItemId(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getTransactionId()
Stringpublic void setTransactionId(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getSiteId()
Stringpublic void setSiteId(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getBuyerId()
Stringpublic void setBuyerId(java.lang.String value)
value - the value
allowed object is
Stringpublic DyneticClientType getClientType()
DyneticClientTypepublic void setClientType(DyneticClientType value)
value - the value
allowed object is
DyneticClientTypepublic PhoneNumberType getBuyerPhone()
PhoneNumberTypepublic void setBuyerPhone(PhoneNumberType value)
value - the value
allowed object is
PhoneNumberTypepublic java.lang.String getReturnURL()
Stringpublic void setReturnURL(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getCancelURL()
Stringpublic void setCancelURL(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.Integer getQuantity()
Integerpublic void setQuantity(java.lang.Integer value)
value - the value
allowed object is
Integerpublic BasicAmountType getItemAmount()
BasicAmountTypepublic void setItemAmount(BasicAmountType value)
value - the value
allowed object is
BasicAmountTypestSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.