|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ebay.soap.eBLBaseComponents.SellerPaymentPreferencesType
public class SellerPaymentPreferencesType
Type defining the SellerPaymentPreferences container, which consists of the seller's payment preferences. Payment preferences specified in a SetUserPreferences call override the settings in My eBay payment preferences.
Java class for SellerPaymentPreferencesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SellerPaymentPreferencesType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="AlwaysUseThisPaymentAddress" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="DisplayPayNowButton" type="{urn:ebay:apis:eBLBaseComponents}DisplayPayNowButtonCodeType" minOccurs="0"/> <element name="PayPalPreferred" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="DefaultPayPalEmailAddress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="PayPalAlwaysOn" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="SellerPaymentAddress" type="{urn:ebay:apis:eBLBaseComponents}AddressType" minOccurs="0"/> <element name="UPSRateOption" type="{urn:ebay:apis:eBLBaseComponents}UPSRateOptionCodeType" minOccurs="0"/> <element name="FedExRateOption" type="{urn:ebay:apis:eBLBaseComponents}FedExRateOptionCodeType" minOccurs="0"/> <element name="USPSRateOption" type="{urn:ebay:apis:eBLBaseComponents}USPSRateOptionCodeType" minOccurs="0"/> <any/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected Boolean |
alwaysUseThisPaymentAddress
|
protected List<Object> |
any
|
protected String |
defaultPayPalEmailAddress
|
protected DisplayPayNowButtonCodeType |
displayPayNowButton
|
protected FedExRateOptionCodeType |
fedExRateOption
|
protected Boolean |
payPalAlwaysOn
|
protected Boolean |
payPalPreferred
|
protected AddressType |
sellerPaymentAddress
|
protected UPSRateOptionCodeType |
upsRateOption
|
protected USPSRateOptionCodeType |
uspsRateOption
|
Constructor Summary | |
---|---|
SellerPaymentPreferencesType()
|
Method Summary | |
---|---|
protected List<Object> |
_getAny()
|
Object[] |
getAny()
|
Object |
getAny(int idx)
|
int |
getAnyLength()
|
String |
getDefaultPayPalEmailAddress()
Gets the value of the defaultPayPalEmailAddress property. |
DisplayPayNowButtonCodeType |
getDisplayPayNowButton()
Gets the value of the displayPayNowButton property. |
FedExRateOptionCodeType |
getFedExRateOption()
Gets the value of the fedExRateOption property. |
AddressType |
getSellerPaymentAddress()
Gets the value of the sellerPaymentAddress property. |
UPSRateOptionCodeType |
getUPSRateOption()
Gets the value of the upsRateOption property. |
USPSRateOptionCodeType |
getUSPSRateOption()
Gets the value of the uspsRateOption property. |
Boolean |
isAlwaysUseThisPaymentAddress()
Gets the value of the alwaysUseThisPaymentAddress property. |
Boolean |
isPayPalAlwaysOn()
Gets the value of the payPalAlwaysOn property. |
Boolean |
isPayPalPreferred()
Gets the value of the payPalPreferred property. |
void |
setAlwaysUseThisPaymentAddress(Boolean value)
Sets the value of the alwaysUseThisPaymentAddress property. |
Object |
setAny(int idx,
Object value)
|
void |
setAny(Object[] values)
|
void |
setDefaultPayPalEmailAddress(String value)
Sets the value of the defaultPayPalEmailAddress property. |
void |
setDisplayPayNowButton(DisplayPayNowButtonCodeType value)
Sets the value of the displayPayNowButton property. |
void |
setFedExRateOption(FedExRateOptionCodeType value)
Sets the value of the fedExRateOption property. |
void |
setPayPalAlwaysOn(Boolean value)
Sets the value of the payPalAlwaysOn property. |
void |
setPayPalPreferred(Boolean value)
Sets the value of the payPalPreferred property. |
void |
setSellerPaymentAddress(AddressType value)
Sets the value of the sellerPaymentAddress property. |
void |
setUPSRateOption(UPSRateOptionCodeType value)
Sets the value of the upsRateOption property. |
void |
setUSPSRateOption(USPSRateOptionCodeType value)
Sets the value of the uspsRateOption property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Boolean alwaysUseThisPaymentAddress
protected DisplayPayNowButtonCodeType displayPayNowButton
protected Boolean payPalPreferred
protected String defaultPayPalEmailAddress
protected Boolean payPalAlwaysOn
protected AddressType sellerPaymentAddress
protected UPSRateOptionCodeType upsRateOption
protected FedExRateOptionCodeType fedExRateOption
protected USPSRateOptionCodeType uspsRateOption
protected List<Object> any
Constructor Detail |
---|
public SellerPaymentPreferencesType()
Method Detail |
---|
public Boolean isAlwaysUseThisPaymentAddress()
Boolean
public void setAlwaysUseThisPaymentAddress(Boolean value)
value
- allowed object is
Boolean
public DisplayPayNowButtonCodeType getDisplayPayNowButton()
DisplayPayNowButtonCodeType
public void setDisplayPayNowButton(DisplayPayNowButtonCodeType value)
value
- allowed object is
DisplayPayNowButtonCodeType
public Boolean isPayPalPreferred()
Boolean
public void setPayPalPreferred(Boolean value)
value
- allowed object is
Boolean
public String getDefaultPayPalEmailAddress()
String
public void setDefaultPayPalEmailAddress(String value)
value
- allowed object is
String
public Boolean isPayPalAlwaysOn()
Boolean
public void setPayPalAlwaysOn(Boolean value)
value
- allowed object is
Boolean
public AddressType getSellerPaymentAddress()
AddressType
public void setSellerPaymentAddress(AddressType value)
value
- allowed object is
AddressType
public UPSRateOptionCodeType getUPSRateOption()
UPSRateOptionCodeType
public void setUPSRateOption(UPSRateOptionCodeType value)
value
- allowed object is
UPSRateOptionCodeType
public FedExRateOptionCodeType getFedExRateOption()
FedExRateOptionCodeType
public void setFedExRateOption(FedExRateOptionCodeType value)
value
- allowed object is
FedExRateOptionCodeType
public USPSRateOptionCodeType getUSPSRateOption()
USPSRateOptionCodeType
public void setUSPSRateOption(USPSRateOptionCodeType value)
value
- allowed object is
USPSRateOptionCodeType
public Object[] getAny()
Element
Object
public Object getAny(int idx)
Element
Object
public int getAnyLength()
public void setAny(Object[] values)
values
- allowed objects are
Element
Object
protected List<Object> _getAny()
public Object setAny(int idx, Object value)
value
- allowed object is
Element
Object
|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The information contained in this document is proprietary and confidential.
Use of this information and the eBay API requires a Non-Disclosure Agreement (NDA) between the user and eBay Inc.
For information regarding a qualifying NDA, contact Developer Relations:
developer-relations@ebay.com
© 2004-2009 eBay Inc. All rights reserved.