Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class CombinedPaymentPreferencesType

java.lang.Object
  extended by com.ebay.soap.eBLBaseComponents.CombinedPaymentPreferencesType
All Implemented Interfaces:
Serializable

public class CombinedPaymentPreferencesType
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

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

calculatedShippingPreferences

protected CalculatedShippingPreferencesType calculatedShippingPreferences

combinedPaymentOption

protected CombinedPaymentOptionCodeType combinedPaymentOption

combinedPaymentPeriod

protected CombinedPaymentPeriodCodeType combinedPaymentPeriod

flatShippingPreferences

protected FlatShippingPreferencesType flatShippingPreferences

any

protected List<Object> any
Constructor Detail

CombinedPaymentPreferencesType

public CombinedPaymentPreferencesType()
Method Detail

getCalculatedShippingPreferences

public CalculatedShippingPreferencesType getCalculatedShippingPreferences()
Gets the value of the calculatedShippingPreferences property.

Returns:
possible object is CalculatedShippingPreferencesType

setCalculatedShippingPreferences

public void setCalculatedShippingPreferences(CalculatedShippingPreferencesType value)
Sets the value of the calculatedShippingPreferences property.

Parameters:
value - allowed object is CalculatedShippingPreferencesType

getCombinedPaymentOption

public CombinedPaymentOptionCodeType getCombinedPaymentOption()
Gets the value of the combinedPaymentOption property.

Returns:
possible object is CombinedPaymentOptionCodeType

setCombinedPaymentOption

public void setCombinedPaymentOption(CombinedPaymentOptionCodeType value)
Sets the value of the combinedPaymentOption property.

Parameters:
value - allowed object is CombinedPaymentOptionCodeType

getCombinedPaymentPeriod

public CombinedPaymentPeriodCodeType getCombinedPaymentPeriod()
Gets the value of the combinedPaymentPeriod property.

Returns:
possible object is CombinedPaymentPeriodCodeType

setCombinedPaymentPeriod

public void setCombinedPaymentPeriod(CombinedPaymentPeriodCodeType value)
Sets the value of the combinedPaymentPeriod property.

Parameters:
value - allowed object is CombinedPaymentPeriodCodeType

getFlatShippingPreferences

public FlatShippingPreferencesType getFlatShippingPreferences()
Gets the value of the flatShippingPreferences property.

Returns:
possible object is FlatShippingPreferencesType

setFlatShippingPreferences

public void setFlatShippingPreferences(FlatShippingPreferencesType value)
Sets the value of the flatShippingPreferences property.

Parameters:
value - allowed object is FlatShippingPreferencesType

getAny

public Object[] getAny()
Returns:
array of Element Object

getAny

public Object getAny(int idx)
Returns:
one of Element Object

getAnyLength

public int getAnyLength()

setAny

public void setAny(Object[] values)
Parameters:
values - allowed objects are Element Object

_getAny

protected List<Object> _getAny()

setAny

public Object setAny(int idx,
                     Object value)
Parameters:
value - allowed object is Element Object

Changes since
the last release

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.