|
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.CombinedPaymentPreferencesType
public class CombinedPaymentPreferencesType
Type used to define all combined payment preferences, including preferences and rules for Calculated and Flat Rate shipping, a flag to allow or disallow Combined Invoice orders, and the time period in which to allow buyers to combine multiple purchases from the seller into a Combined Invoice order.
Java class for CombinedPaymentPreferencesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CombinedPaymentPreferencesType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="CalculatedShippingPreferences" type="{urn:ebay:apis:eBLBaseComponents}CalculatedShippingPreferencesType" minOccurs="0"/> <element name="CombinedPaymentOption" type="{urn:ebay:apis:eBLBaseComponents}CombinedPaymentOptionCodeType" minOccurs="0"/> <element name="CombinedPaymentPeriod" type="{urn:ebay:apis:eBLBaseComponents}CombinedPaymentPeriodCodeType" minOccurs="0"/> <element name="FlatShippingPreferences" type="{urn:ebay:apis:eBLBaseComponents}FlatShippingPreferencesType" minOccurs="0"/> <any/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected List<Object> |
any
|
protected CalculatedShippingPreferencesType |
calculatedShippingPreferences
|
protected CombinedPaymentOptionCodeType |
combinedPaymentOption
|
protected CombinedPaymentPeriodCodeType |
combinedPaymentPeriod
|
protected FlatShippingPreferencesType |
flatShippingPreferences
|
Constructor Summary | |
---|---|
CombinedPaymentPreferencesType()
|
Method Summary | |
---|---|
protected List<Object> |
_getAny()
|
Object[] |
getAny()
|
Object |
getAny(int idx)
|
int |
getAnyLength()
|
CalculatedShippingPreferencesType |
getCalculatedShippingPreferences()
Gets the value of the calculatedShippingPreferences property. |
CombinedPaymentOptionCodeType |
getCombinedPaymentOption()
Gets the value of the combinedPaymentOption property. |
CombinedPaymentPeriodCodeType |
getCombinedPaymentPeriod()
Gets the value of the combinedPaymentPeriod property. |
FlatShippingPreferencesType |
getFlatShippingPreferences()
Gets the value of the flatShippingPreferences property. |
Object |
setAny(int idx,
Object value)
|
void |
setAny(Object[] values)
|
void |
setCalculatedShippingPreferences(CalculatedShippingPreferencesType value)
Sets the value of the calculatedShippingPreferences property. |
void |
setCombinedPaymentOption(CombinedPaymentOptionCodeType value)
Sets the value of the combinedPaymentOption property. |
void |
setCombinedPaymentPeriod(CombinedPaymentPeriodCodeType value)
Sets the value of the combinedPaymentPeriod property. |
void |
setFlatShippingPreferences(FlatShippingPreferencesType value)
Sets the value of the flatShippingPreferences property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected CalculatedShippingPreferencesType calculatedShippingPreferences
protected CombinedPaymentOptionCodeType combinedPaymentOption
protected CombinedPaymentPeriodCodeType combinedPaymentPeriod
protected FlatShippingPreferencesType flatShippingPreferences
protected List<Object> any
Constructor Detail |
---|
public CombinedPaymentPreferencesType()
Method Detail |
---|
public CalculatedShippingPreferencesType getCalculatedShippingPreferences()
CalculatedShippingPreferencesType
public void setCalculatedShippingPreferences(CalculatedShippingPreferencesType value)
value
- allowed object is
CalculatedShippingPreferencesType
public CombinedPaymentOptionCodeType getCombinedPaymentOption()
CombinedPaymentOptionCodeType
public void setCombinedPaymentOption(CombinedPaymentOptionCodeType value)
value
- allowed object is
CombinedPaymentOptionCodeType
public CombinedPaymentPeriodCodeType getCombinedPaymentPeriod()
CombinedPaymentPeriodCodeType
public void setCombinedPaymentPeriod(CombinedPaymentPeriodCodeType value)
value
- allowed object is
CombinedPaymentPeriodCodeType
public FlatShippingPreferencesType getFlatShippingPreferences()
FlatShippingPreferencesType
public void setFlatShippingPreferences(FlatShippingPreferencesType value)
value
- allowed object is
FlatShippingPreferencesType
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.