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()
EbayCheckoutType
public void setCheckoutType(EbayCheckoutType value)
value
- the value
allowed object is
EbayCheckoutType
public java.lang.String getItemId()
String
public void setItemId(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getTransactionId()
String
public void setTransactionId(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getSiteId()
String
public void setSiteId(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getBuyerId()
String
public void setBuyerId(java.lang.String value)
value
- the value
allowed object is
String
public DyneticClientType getClientType()
DyneticClientType
public void setClientType(DyneticClientType value)
value
- the value
allowed object is
DyneticClientType
public PhoneNumberType getBuyerPhone()
PhoneNumberType
public void setBuyerPhone(PhoneNumberType value)
value
- the value
allowed object is
PhoneNumberType
public java.lang.String getReturnURL()
String
public void setReturnURL(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getCancelURL()
String
public void setCancelURL(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.Integer getQuantity()
Integer
public void setQuantity(java.lang.Integer value)
value
- the value
allowed object is
Integer
public BasicAmountType getItemAmount()
BasicAmountType
public void setItemAmount(BasicAmountType value)
value
- the value
allowed object is
BasicAmountType
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.