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()
PhoneNumberType
public void setBuyerPhone(PhoneNumberType value)
value
- the value
allowed object is
PhoneNumberType
public BasicAmountType getItemAmount()
BasicAmountType
public void setItemAmount(BasicAmountType value)
value
- the value
allowed object is
BasicAmountType
public BasicAmountType getTax()
BasicAmountType
public void setTax(BasicAmountType value)
value
- the value
allowed object is
BasicAmountType
public BasicAmountType getShipping()
BasicAmountType
public void setShipping(BasicAmountType value)
value
- the value
allowed object is
BasicAmountType
public java.lang.String getItemName()
String
public void setItemName(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getItemNumber()
String
public void setItemNumber(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getCustom()
String
public void setCustom(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getInvoiceID()
String
public void setInvoiceID(java.lang.String value)
value
- the value
allowed object is
String
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 getAddressDisplayOptions()
Integer
public void setAddressDisplayOptions(java.lang.Integer value)
value
- the value
allowed object is
Integer
public java.lang.Integer getSharePhone()
Integer
public void setSharePhone(java.lang.Integer value)
value
- the value
allowed object is
Integer
public AddressType getShipToAddress()
AddressType
public void setShipToAddress(AddressType value)
value
- the value
allowed object is
AddressType
public java.lang.String getBuyerEmail()
String
public void setBuyerEmail(java.lang.String value)
value
- the value
allowed object is
String
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.