Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class CrossPromotionPreferencesType

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

public class CrossPromotionPreferencesType
extends Object
implements Serializable

This type is deprecated.

Java class for CrossPromotionPreferencesType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CrossPromotionPreferencesType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="CrossPromotionEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="CrossSellItemFormatSortFilter" type="{urn:ebay:apis:eBLBaseComponents}ItemFormatSortFilterCodeType" minOccurs="0"/>
         <element name="CrossSellGallerySortFilter" type="{urn:ebay:apis:eBLBaseComponents}GallerySortFilterCodeType" minOccurs="0"/>
         <element name="CrossSellItemSortFilter" type="{urn:ebay:apis:eBLBaseComponents}ItemSortFilterCodeType" minOccurs="0"/>
         <element name="UpSellItemFormatSortFilter" type="{urn:ebay:apis:eBLBaseComponents}ItemFormatSortFilterCodeType" minOccurs="0"/>
         <element name="UpSellGallerySortFilter" type="{urn:ebay:apis:eBLBaseComponents}GallerySortFilterCodeType" minOccurs="0"/>
         <element name="UpSellItemSortFilter" type="{urn:ebay:apis:eBLBaseComponents}ItemSortFilterCodeType" minOccurs="0"/>
         <any/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  List<Object> any
           
protected  Boolean crossPromotionEnabled
           
protected  GallerySortFilterCodeType crossSellGallerySortFilter
           
protected  ItemFormatSortFilterCodeType crossSellItemFormatSortFilter
           
protected  ItemSortFilterCodeType crossSellItemSortFilter
           
protected  GallerySortFilterCodeType upSellGallerySortFilter
           
protected  ItemFormatSortFilterCodeType upSellItemFormatSortFilter
           
protected  ItemSortFilterCodeType upSellItemSortFilter
           
 
Constructor Summary
CrossPromotionPreferencesType()
           
 
Method Summary
protected  List<Object> _getAny()
           
 Object[] getAny()
           
 Object getAny(int idx)
           
 int getAnyLength()
           
 GallerySortFilterCodeType getCrossSellGallerySortFilter()
          Gets the value of the crossSellGallerySortFilter property.
 ItemFormatSortFilterCodeType getCrossSellItemFormatSortFilter()
          Gets the value of the crossSellItemFormatSortFilter property.
 ItemSortFilterCodeType getCrossSellItemSortFilter()
          Gets the value of the crossSellItemSortFilter property.
 GallerySortFilterCodeType getUpSellGallerySortFilter()
          Gets the value of the upSellGallerySortFilter property.
 ItemFormatSortFilterCodeType getUpSellItemFormatSortFilter()
          Gets the value of the upSellItemFormatSortFilter property.
 ItemSortFilterCodeType getUpSellItemSortFilter()
          Gets the value of the upSellItemSortFilter property.
 Boolean isCrossPromotionEnabled()
          Gets the value of the crossPromotionEnabled property.
 Object setAny(int idx, Object value)
           
 void setAny(Object[] values)
           
 void setCrossPromotionEnabled(Boolean value)
          Sets the value of the crossPromotionEnabled property.
 void setCrossSellGallerySortFilter(GallerySortFilterCodeType value)
          Sets the value of the crossSellGallerySortFilter property.
 void setCrossSellItemFormatSortFilter(ItemFormatSortFilterCodeType value)
          Sets the value of the crossSellItemFormatSortFilter property.
 void setCrossSellItemSortFilter(ItemSortFilterCodeType value)
          Sets the value of the crossSellItemSortFilter property.
 void setUpSellGallerySortFilter(GallerySortFilterCodeType value)
          Sets the value of the upSellGallerySortFilter property.
 void setUpSellItemFormatSortFilter(ItemFormatSortFilterCodeType value)
          Sets the value of the upSellItemFormatSortFilter property.
 void setUpSellItemSortFilter(ItemSortFilterCodeType value)
          Sets the value of the upSellItemSortFilter property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

crossPromotionEnabled

protected Boolean crossPromotionEnabled

crossSellItemFormatSortFilter

protected ItemFormatSortFilterCodeType crossSellItemFormatSortFilter

crossSellGallerySortFilter

protected GallerySortFilterCodeType crossSellGallerySortFilter

crossSellItemSortFilter

protected ItemSortFilterCodeType crossSellItemSortFilter

upSellItemFormatSortFilter

protected ItemFormatSortFilterCodeType upSellItemFormatSortFilter

upSellGallerySortFilter

protected GallerySortFilterCodeType upSellGallerySortFilter

upSellItemSortFilter

protected ItemSortFilterCodeType upSellItemSortFilter

any

protected List<Object> any
Constructor Detail

CrossPromotionPreferencesType

public CrossPromotionPreferencesType()
Method Detail

isCrossPromotionEnabled

public Boolean isCrossPromotionEnabled()
Gets the value of the crossPromotionEnabled property.

Returns:
possible object is Boolean

setCrossPromotionEnabled

public void setCrossPromotionEnabled(Boolean value)
Sets the value of the crossPromotionEnabled property.

Parameters:
value - allowed object is Boolean

getCrossSellItemFormatSortFilter

public ItemFormatSortFilterCodeType getCrossSellItemFormatSortFilter()
Gets the value of the crossSellItemFormatSortFilter property.

Returns:
possible object is ItemFormatSortFilterCodeType

setCrossSellItemFormatSortFilter

public void setCrossSellItemFormatSortFilter(ItemFormatSortFilterCodeType value)
Sets the value of the crossSellItemFormatSortFilter property.

Parameters:
value - allowed object is ItemFormatSortFilterCodeType

getCrossSellGallerySortFilter

public GallerySortFilterCodeType getCrossSellGallerySortFilter()
Gets the value of the crossSellGallerySortFilter property.

Returns:
possible object is GallerySortFilterCodeType

setCrossSellGallerySortFilter

public void setCrossSellGallerySortFilter(GallerySortFilterCodeType value)
Sets the value of the crossSellGallerySortFilter property.

Parameters:
value - allowed object is GallerySortFilterCodeType

getCrossSellItemSortFilter

public ItemSortFilterCodeType getCrossSellItemSortFilter()
Gets the value of the crossSellItemSortFilter property.

Returns:
possible object is ItemSortFilterCodeType

setCrossSellItemSortFilter

public void setCrossSellItemSortFilter(ItemSortFilterCodeType value)
Sets the value of the crossSellItemSortFilter property.

Parameters:
value - allowed object is ItemSortFilterCodeType

getUpSellItemFormatSortFilter

public ItemFormatSortFilterCodeType getUpSellItemFormatSortFilter()
Gets the value of the upSellItemFormatSortFilter property.

Returns:
possible object is ItemFormatSortFilterCodeType

setUpSellItemFormatSortFilter

public void setUpSellItemFormatSortFilter(ItemFormatSortFilterCodeType value)
Sets the value of the upSellItemFormatSortFilter property.

Parameters:
value - allowed object is ItemFormatSortFilterCodeType

getUpSellGallerySortFilter

public GallerySortFilterCodeType getUpSellGallerySortFilter()
Gets the value of the upSellGallerySortFilter property.

Returns:
possible object is GallerySortFilterCodeType

setUpSellGallerySortFilter

public void setUpSellGallerySortFilter(GallerySortFilterCodeType value)
Sets the value of the upSellGallerySortFilter property.

Parameters:
value - allowed object is GallerySortFilterCodeType

getUpSellItemSortFilter

public ItemSortFilterCodeType getUpSellItemSortFilter()
Gets the value of the upSellItemSortFilter property.

Returns:
possible object is ItemSortFilterCodeType

setUpSellItemSortFilter

public void setUpSellItemSortFilter(ItemSortFilterCodeType value)
Sets the value of the upSellItemSortFilter property.

Parameters:
value - allowed object is ItemSortFilterCodeType

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.