|
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
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>
Field Summary | |
---|---|
protected java.util.List<java.lang.Object> |
any
|
protected java.lang.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 java.util.List<java.lang.Object> |
_getAny()
|
java.lang.Object[] |
getAny()
|
java.lang.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. |
java.lang.Boolean |
isCrossPromotionEnabled()
Gets the value of the crossPromotionEnabled property. |
java.lang.Object |
setAny(int idx,
java.lang.Object value)
|
void |
setAny(java.lang.Object[] values)
|
void |
setCrossPromotionEnabled(java.lang.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 java.lang.Boolean crossPromotionEnabled
protected ItemFormatSortFilterCodeType crossSellItemFormatSortFilter
protected GallerySortFilterCodeType crossSellGallerySortFilter
protected ItemSortFilterCodeType crossSellItemSortFilter
protected ItemFormatSortFilterCodeType upSellItemFormatSortFilter
protected GallerySortFilterCodeType upSellGallerySortFilter
protected ItemSortFilterCodeType upSellItemSortFilter
protected java.util.List<java.lang.Object> any
Constructor Detail |
---|
public CrossPromotionPreferencesType()
Method Detail |
---|
public java.lang.Boolean isCrossPromotionEnabled()
Boolean
public void setCrossPromotionEnabled(java.lang.Boolean value)
value
- allowed object is
Boolean
public ItemFormatSortFilterCodeType getCrossSellItemFormatSortFilter()
ItemFormatSortFilterCodeType
public void setCrossSellItemFormatSortFilter(ItemFormatSortFilterCodeType value)
value
- allowed object is
ItemFormatSortFilterCodeType
public GallerySortFilterCodeType getCrossSellGallerySortFilter()
GallerySortFilterCodeType
public void setCrossSellGallerySortFilter(GallerySortFilterCodeType value)
value
- allowed object is
GallerySortFilterCodeType
public ItemSortFilterCodeType getCrossSellItemSortFilter()
ItemSortFilterCodeType
public void setCrossSellItemSortFilter(ItemSortFilterCodeType value)
value
- allowed object is
ItemSortFilterCodeType
public ItemFormatSortFilterCodeType getUpSellItemFormatSortFilter()
ItemFormatSortFilterCodeType
public void setUpSellItemFormatSortFilter(ItemFormatSortFilterCodeType value)
value
- allowed object is
ItemFormatSortFilterCodeType
public GallerySortFilterCodeType getUpSellGallerySortFilter()
GallerySortFilterCodeType
public void setUpSellGallerySortFilter(GallerySortFilterCodeType value)
value
- allowed object is
GallerySortFilterCodeType
public ItemSortFilterCodeType getUpSellItemSortFilter()
ItemSortFilterCodeType
public void setUpSellItemSortFilter(ItemSortFilterCodeType value)
value
- allowed object is
ItemSortFilterCodeType
public java.lang.Object[] getAny()
Element
Object
public java.lang.Object getAny(int idx)
Element
Object
public int getAnyLength()
public void setAny(java.lang.Object[] values)
values
- allowed objects are
Element
Object
protected java.util.List<java.lang.Object> _getAny()
public java.lang.Object setAny(int idx, java.lang.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.