| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.CrossPromotionsType |
Merchandizing info for an Item. This contains a list of crosssell or upsell items. PrimaryScheme, PromotionMethod,SellerId,ItemId, ShippingDiscount do not have be min occur 0
Java class for CrossPromotionsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CrossPromotionsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ItemID" type="{urn:ebay:apis:eBLBaseComponents}ItemIDType"/>
<element name="PrimaryScheme" type="{urn:ebay:apis:eBLBaseComponents}PromotionSchemeCodeType"/>
<element name="PromotionMethod" type="{urn:ebay:apis:eBLBaseComponents}PromotionMethodCodeType"/>
<element name="SellerID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ShippingDiscount" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="SellerKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="StoreName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="PromotedItem" type="{urn:ebay:apis:eBLBaseComponents}PromotedItemType" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| itemID | |||||||||||
| primaryScheme | |||||||||||
| promotedItem | |||||||||||
| promotionMethod | |||||||||||
| sellerID | |||||||||||
| sellerKey | |||||||||||
| shippingDiscount | |||||||||||
| storeName | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the itemID property.
| |||||||||||
Gets the value of the primaryScheme property.
| |||||||||||
Gets the value of the promotedItem property.
| |||||||||||
Gets the value of the promotionMethod property.
| |||||||||||
Gets the value of the sellerID property.
| |||||||||||
Gets the value of the sellerKey property.
| |||||||||||
Gets the value of the storeName property.
| |||||||||||
Gets the value of the shippingDiscount property.
| |||||||||||
Sets the value of the itemID property.
| |||||||||||
Sets the value of the primaryScheme property.
| |||||||||||
Sets the value of the promotionMethod property.
| |||||||||||
Sets the value of the sellerID property.
| |||||||||||
Sets the value of the sellerKey property.
| |||||||||||
Sets the value of the shippingDiscount property.
| |||||||||||
Sets the value of the storeName property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the itemID property.
Gets the value of the primaryScheme property.
PromotionSchemeCodeType
Gets the value of the promotedItem property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the promotedItem property.
For example, to add a new item, do as follows:
getPromotedItem().add(newItem);
Objects of the following type(s) are allowed in the list
PromotedItemType
Gets the value of the promotionMethod property.
PromotionMethodCodeType
Gets the value of the sellerID property.
Gets the value of the sellerKey property.
Gets the value of the storeName property.
Gets the value of the shippingDiscount property.
Sets the value of the itemID property.
| value | Allowed object is String |
|---|
Sets the value of the primaryScheme property.
| value | Allowed object is
PromotionSchemeCodeType
|
|---|
Sets the value of the promotionMethod property.
| value | Allowed object is
PromotionMethodCodeType
|
|---|
Sets the value of the sellerID property.
| value | Allowed object is String |
|---|
Sets the value of the sellerKey property.
| value | Allowed object is String |
|---|
Sets the value of the shippingDiscount property.
| value |
|---|
Sets the value of the storeName property.
| value | Allowed object is String |
|---|