public class SetMobileCheckoutRequestDetailsType
extends java.lang.Object
Java class for SetMobileCheckoutRequestDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SetMobileCheckoutRequestDetailsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="BuyerPhone" type="{urn:ebay:apis:eBLBaseComponents}PhoneNumberType" minOccurs="0"/>
<element name="ItemAmount" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType"/>
<element name="Tax" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType" minOccurs="0"/>
<element name="Shipping" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType" minOccurs="0"/>
<element name="ItemName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ItemNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Custom" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="InvoiceID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ReturnURL" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="CancelURL" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="AddressDisplayOptions" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="SharePhone" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="ShipToAddress" type="{urn:ebay:apis:eBLBaseComponents}AddressType" minOccurs="0"/>
<element name="BuyerEmail" type="{urn:ebay:apis:eBLBaseComponents}EmailAddressType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Integer |
addressDisplayOptions |
protected java.lang.String |
buyerEmail |
protected PhoneNumberType |
buyerPhone |
protected java.lang.String |
cancelURL |
protected java.lang.String |
custom |
protected java.lang.String |
invoiceID |
protected BasicAmountType |
itemAmount |
protected java.lang.String |
itemName |
protected java.lang.String |
itemNumber |
protected java.lang.String |
returnURL |
protected java.lang.Integer |
sharePhone |
protected BasicAmountType |
shipping |
protected AddressType |
shipToAddress |
protected BasicAmountType |
tax |
| Constructor and Description |
|---|
SetMobileCheckoutRequestDetailsType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getAddressDisplayOptions()
Gets the value of the addressDisplayOptions property.
|
java.lang.String |
getBuyerEmail()
Gets the value of the buyerEmail property.
|
PhoneNumberType |
getBuyerPhone()
Gets the value of the buyerPhone property.
|
java.lang.String |
getCancelURL()
Gets the value of the cancelURL property.
|
java.lang.String |
getCustom()
Gets the value of the custom property.
|
java.lang.String |
getInvoiceID()
Gets the value of the invoiceID property.
|
BasicAmountType |
getItemAmount()
Gets the value of the itemAmount property.
|
java.lang.String |
getItemName()
Gets the value of the itemName property.
|
java.lang.String |
getItemNumber()
Gets the value of the itemNumber property.
|
java.lang.String |
getReturnURL()
Gets the value of the returnURL property.
|
java.lang.Integer |
getSharePhone()
Gets the value of the sharePhone property.
|
BasicAmountType |
getShipping()
Gets the value of the shipping property.
|
AddressType |
getShipToAddress()
Gets the value of the shipToAddress property.
|
BasicAmountType |
getTax()
Gets the value of the tax property.
|
void |
setAddressDisplayOptions(java.lang.Integer value)
Sets the value of the addressDisplayOptions property.
|
void |
setBuyerEmail(java.lang.String value)
Sets the value of the buyerEmail 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 |
setCustom(java.lang.String value)
Sets the value of the custom property.
|
void |
setInvoiceID(java.lang.String value)
Sets the value of the invoiceID property.
|
void |
setItemAmount(BasicAmountType value)
Sets the value of the itemAmount property.
|
void |
setItemName(java.lang.String value)
Sets the value of the itemName property.
|
void |
setItemNumber(java.lang.String value)
Sets the value of the itemNumber property.
|
void |
setReturnURL(java.lang.String value)
Sets the value of the returnURL property.
|
void |
setSharePhone(java.lang.Integer value)
Sets the value of the sharePhone property.
|
void |
setShipping(BasicAmountType value)
Sets the value of the shipping property.
|
void |
setShipToAddress(AddressType value)
Sets the value of the shipToAddress property.
|
void |
setTax(BasicAmountType value)
Sets the value of the tax property.
|
protected PhoneNumberType buyerPhone
protected BasicAmountType itemAmount
protected BasicAmountType tax
protected BasicAmountType shipping
protected java.lang.String itemName
protected java.lang.String itemNumber
protected java.lang.String custom
protected java.lang.String invoiceID
protected java.lang.String returnURL
protected java.lang.String cancelURL
protected java.lang.Integer addressDisplayOptions
protected java.lang.Integer sharePhone
protected AddressType shipToAddress
protected java.lang.String buyerEmail
public PhoneNumberType getBuyerPhone()
PhoneNumberTypepublic void setBuyerPhone(PhoneNumberType value)
value - the value
allowed object is
PhoneNumberTypepublic BasicAmountType getItemAmount()
BasicAmountTypepublic void setItemAmount(BasicAmountType value)
value - the value
allowed object is
BasicAmountTypepublic BasicAmountType getTax()
BasicAmountTypepublic void setTax(BasicAmountType value)
value - the value
allowed object is
BasicAmountTypepublic BasicAmountType getShipping()
BasicAmountTypepublic void setShipping(BasicAmountType value)
value - the value
allowed object is
BasicAmountTypepublic java.lang.String getItemName()
Stringpublic void setItemName(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getItemNumber()
Stringpublic void setItemNumber(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getCustom()
Stringpublic void setCustom(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getInvoiceID()
Stringpublic void setInvoiceID(java.lang.String value)
value - the value
allowed object is
Stringpublic 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 getAddressDisplayOptions()
Integerpublic void setAddressDisplayOptions(java.lang.Integer value)
value - the value
allowed object is
Integerpublic java.lang.Integer getSharePhone()
Integerpublic void setSharePhone(java.lang.Integer value)
value - the value
allowed object is
Integerpublic AddressType getShipToAddress()
AddressTypepublic void setShipToAddress(AddressType value)
value - the value
allowed object is
AddressTypepublic java.lang.String getBuyerEmail()
Stringpublic void setBuyerEmail(java.lang.String value)
value - the value
allowed object is
StringstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.