|
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.PromotionRuleType
public class PromotionRuleType
This type is deprecated.
Java class for PromotionRuleType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PromotionRuleType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="PromotedStoreCategoryID" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="PromotedeBayCategoryID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="PromotedKeywords" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ReferringItemID" type="{urn:ebay:apis:eBLBaseComponents}ItemIDType" minOccurs="0"/> <element name="ReferringStoreCategoryID" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="ReferringeBayCategoryID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ReferringKeywords" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="PromotionScheme" type="{urn:ebay:apis:eBLBaseComponents}PromotionSchemeCodeType" minOccurs="0"/> <element name="PromotionMethod" type="{urn:ebay:apis:eBLBaseComponents}PromotionMethodCodeType" minOccurs="0"/> <any/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.util.List<java.lang.Object> |
any
|
protected java.lang.String |
promotedeBayCategoryID
|
protected java.lang.String |
promotedKeywords
|
protected java.lang.Long |
promotedStoreCategoryID
|
protected PromotionMethodCodeType |
promotionMethod
|
protected PromotionSchemeCodeType |
promotionScheme
|
protected java.lang.String |
referringeBayCategoryID
|
protected java.lang.String |
referringItemID
|
protected java.lang.String |
referringKeywords
|
protected java.lang.Long |
referringStoreCategoryID
|
Constructor Summary | |
---|---|
PromotionRuleType()
|
Method Summary | |
---|---|
protected java.util.List<java.lang.Object> |
_getAny()
|
java.lang.Object[] |
getAny()
|
java.lang.Object |
getAny(int idx)
|
int |
getAnyLength()
|
java.lang.String |
getPromotedeBayCategoryID()
Gets the value of the promotedeBayCategoryID property. |
java.lang.String |
getPromotedKeywords()
Gets the value of the promotedKeywords property. |
java.lang.Long |
getPromotedStoreCategoryID()
Gets the value of the promotedStoreCategoryID property. |
PromotionMethodCodeType |
getPromotionMethod()
Gets the value of the promotionMethod property. |
PromotionSchemeCodeType |
getPromotionScheme()
Gets the value of the promotionScheme property. |
java.lang.String |
getReferringeBayCategoryID()
Gets the value of the referringeBayCategoryID property. |
java.lang.String |
getReferringItemID()
Gets the value of the referringItemID property. |
java.lang.String |
getReferringKeywords()
Gets the value of the referringKeywords property. |
java.lang.Long |
getReferringStoreCategoryID()
Gets the value of the referringStoreCategoryID property. |
java.lang.Object |
setAny(int idx,
java.lang.Object value)
|
void |
setAny(java.lang.Object[] values)
|
void |
setPromotedeBayCategoryID(java.lang.String value)
Sets the value of the promotedeBayCategoryID property. |
void |
setPromotedKeywords(java.lang.String value)
Sets the value of the promotedKeywords property. |
void |
setPromotedStoreCategoryID(java.lang.Long value)
Sets the value of the promotedStoreCategoryID property. |
void |
setPromotionMethod(PromotionMethodCodeType value)
Sets the value of the promotionMethod property. |
void |
setPromotionScheme(PromotionSchemeCodeType value)
Sets the value of the promotionScheme property. |
void |
setReferringeBayCategoryID(java.lang.String value)
Sets the value of the referringeBayCategoryID property. |
void |
setReferringItemID(java.lang.String value)
Sets the value of the referringItemID property. |
void |
setReferringKeywords(java.lang.String value)
Sets the value of the referringKeywords property. |
void |
setReferringStoreCategoryID(java.lang.Long value)
Sets the value of the referringStoreCategoryID property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.Long promotedStoreCategoryID
protected java.lang.String promotedeBayCategoryID
protected java.lang.String promotedKeywords
protected java.lang.String referringItemID
protected java.lang.Long referringStoreCategoryID
protected java.lang.String referringeBayCategoryID
protected java.lang.String referringKeywords
protected PromotionSchemeCodeType promotionScheme
protected PromotionMethodCodeType promotionMethod
protected java.util.List<java.lang.Object> any
Constructor Detail |
---|
public PromotionRuleType()
Method Detail |
---|
public java.lang.Long getPromotedStoreCategoryID()
Long
public void setPromotedStoreCategoryID(java.lang.Long value)
value
- allowed object is
Long
public java.lang.String getPromotedeBayCategoryID()
String
public void setPromotedeBayCategoryID(java.lang.String value)
value
- allowed object is
String
public java.lang.String getPromotedKeywords()
String
public void setPromotedKeywords(java.lang.String value)
value
- allowed object is
String
public java.lang.String getReferringItemID()
String
public void setReferringItemID(java.lang.String value)
value
- allowed object is
String
public java.lang.Long getReferringStoreCategoryID()
Long
public void setReferringStoreCategoryID(java.lang.Long value)
value
- allowed object is
Long
public java.lang.String getReferringeBayCategoryID()
String
public void setReferringeBayCategoryID(java.lang.String value)
value
- allowed object is
String
public java.lang.String getReferringKeywords()
String
public void setReferringKeywords(java.lang.String value)
value
- allowed object is
String
public PromotionSchemeCodeType getPromotionScheme()
PromotionSchemeCodeType
public void setPromotionScheme(PromotionSchemeCodeType value)
value
- allowed object is
PromotionSchemeCodeType
public PromotionMethodCodeType getPromotionMethod()
PromotionMethodCodeType
public void setPromotionMethod(PromotionMethodCodeType value)
value
- allowed object is
PromotionMethodCodeType
public java.lang.Object[] getAny()
Object
Element
public java.lang.Object getAny(int idx)
Object
Element
public int getAnyLength()
public void setAny(java.lang.Object[] values)
values
- allowed objects are
Object
Element
protected java.util.List<java.lang.Object> _getAny()
public java.lang.Object setAny(int idx, java.lang.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.