|
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.CrossPromotionPreferencesType
public class CrossPromotionPreferencesType
eBay Store Cross Promotions are no longer supported in the Trading API, so the
CrossPromotionPreferences container and the
ShowCrossPromotionPreferences flag (in
GetUserPreferences) should no longer be used/set.
Contains preferences describing how items similar to the one the user is
presently viewing are promoted.
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>
| 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 |
|---|
protected Boolean crossPromotionEnabled
protected ItemFormatSortFilterCodeType crossSellItemFormatSortFilter
protected GallerySortFilterCodeType crossSellGallerySortFilter
protected ItemSortFilterCodeType crossSellItemSortFilter
protected ItemFormatSortFilterCodeType upSellItemFormatSortFilter
protected GallerySortFilterCodeType upSellGallerySortFilter
protected ItemSortFilterCodeType upSellItemSortFilter
protected List<Object> any
| Constructor Detail |
|---|
public CrossPromotionPreferencesType()
| Method Detail |
|---|
public Boolean isCrossPromotionEnabled()
Booleanpublic void setCrossPromotionEnabled(Boolean value)
value - allowed object is
Booleanpublic ItemFormatSortFilterCodeType getCrossSellItemFormatSortFilter()
ItemFormatSortFilterCodeTypepublic void setCrossSellItemFormatSortFilter(ItemFormatSortFilterCodeType value)
value - allowed object is
ItemFormatSortFilterCodeTypepublic GallerySortFilterCodeType getCrossSellGallerySortFilter()
GallerySortFilterCodeTypepublic void setCrossSellGallerySortFilter(GallerySortFilterCodeType value)
value - allowed object is
GallerySortFilterCodeTypepublic ItemSortFilterCodeType getCrossSellItemSortFilter()
ItemSortFilterCodeTypepublic void setCrossSellItemSortFilter(ItemSortFilterCodeType value)
value - allowed object is
ItemSortFilterCodeTypepublic ItemFormatSortFilterCodeType getUpSellItemFormatSortFilter()
ItemFormatSortFilterCodeTypepublic void setUpSellItemFormatSortFilter(ItemFormatSortFilterCodeType value)
value - allowed object is
ItemFormatSortFilterCodeTypepublic GallerySortFilterCodeType getUpSellGallerySortFilter()
GallerySortFilterCodeTypepublic void setUpSellGallerySortFilter(GallerySortFilterCodeType value)
value - allowed object is
GallerySortFilterCodeTypepublic ItemSortFilterCodeType getUpSellItemSortFilter()
ItemSortFilterCodeTypepublic void setUpSellItemSortFilter(ItemSortFilterCodeType value)
value - allowed object is
ItemSortFilterCodeTypepublic Object[] getAny()
Object
Elementpublic Object getAny(int idx)
Object
Elementpublic int getAnyLength()
public void setAny(Object[] values)
values - allowed objects are
Object
Elementprotected List<Object> _getAny()
public Object setAny(int idx,
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.