|
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 java.lang.Boolean |
alwaysUseThisPaymentAddress
|
protected java.util.List<java.lang.Object> |
any
|
protected java.lang.String |
defaultPayPalEmailAddress
|
protected DisplayPayNowButtonCodeType |
displayPayNowButton
|
protected FedExRateOptionCodeType |
fedExRateOption
|
protected java.lang.Boolean |
payPalAlwaysOn
|
protected java.lang.Boolean |
payPalPreferred
|
protected AddressType |
sellerPaymentAddress
|
protected UPSRateOptionCodeType |
upsRateOption
|
protected USPSRateOptionCodeType |
uspsRateOption
|
Constructor Summary | |
---|---|
SellerPaymentPreferencesType()
|
Method Summary | |
---|---|
protected java.util.List<java.lang.Object> |
_getAny()
|
java.lang.Object[] |
getAny()
|
java.lang.Object |
getAny(int idx)
|
int |
getAnyLength()
|
java.lang.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. |
java.lang.Boolean |
isAlwaysUseThisPaymentAddress()
Gets the value of the alwaysUseThisPaymentAddress property. |
java.lang.Boolean |
isPayPalAlwaysOn()
Gets the value of the payPalAlwaysOn property. |
java.lang.Boolean |
isPayPalPreferred()
Gets the value of the payPalPreferred property. |
void |
setAlwaysUseThisPaymentAddress(java.lang.Boolean value)
Sets the value of the alwaysUseThisPaymentAddress property. |
java.lang.Object |
setAny(int idx,
java.lang.Object value)
|
void |
setAny(java.lang.Object[] values)
|
void |
setDefaultPayPalEmailAddress(java.lang.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(java.lang.Boolean value)
Sets the value of the payPalAlwaysOn property. |
void |
setPayPalPreferred(java.lang.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 java.lang.Boolean alwaysUseThisPaymentAddress
protected DisplayPayNowButtonCodeType displayPayNowButton
protected java.lang.Boolean payPalPreferred
protected java.lang.String defaultPayPalEmailAddress
protected java.lang.Boolean payPalAlwaysOn
protected AddressType sellerPaymentAddress
protected UPSRateOptionCodeType upsRateOption
protected FedExRateOptionCodeType fedExRateOption
protected USPSRateOptionCodeType uspsRateOption
protected java.util.List<java.lang.Object> any
Constructor Detail |
---|
public SellerPaymentPreferencesType()
Method Detail |
---|
public java.lang.Boolean isAlwaysUseThisPaymentAddress()
Boolean
public void setAlwaysUseThisPaymentAddress(java.lang.Boolean value)
value
- allowed object is
Boolean
public DisplayPayNowButtonCodeType getDisplayPayNowButton()
DisplayPayNowButtonCodeType
public void setDisplayPayNowButton(DisplayPayNowButtonCodeType value)
value
- allowed object is
DisplayPayNowButtonCodeType
public java.lang.Boolean isPayPalPreferred()
Boolean
public void setPayPalPreferred(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.String getDefaultPayPalEmailAddress()
String
public void setDefaultPayPalEmailAddress(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean isPayPalAlwaysOn()
Boolean
public void setPayPalAlwaysOn(java.lang.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 java.lang.Object[] getAny()
Object
Element
public java.lang.Object getAny(int idx)
Object
Element
public int getAnyLength()
public void setAny(java.lang.Object[] values)
values
- allowed objects are
Object
Element
protected java.util.List<java.lang.Object> _getAny()
public java.lang.Object setAny(int idx, java.lang.Object value)
value
- allowed object is
Object
Element
|
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.