|
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.PromotionalSaleType
public class PromotionalSaleType
Details for a single promotional sale.
Java class for PromotionalSaleType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PromotionalSaleType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="PromotionalSaleID" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="PromotionalSaleName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="PromotionalSaleItemIDArray" type="{urn:ebay:apis:eBLBaseComponents}ItemIDArrayType" minOccurs="0"/> <element name="Status" type="{urn:ebay:apis:eBLBaseComponents}PromotionalSaleStatusCodeType" minOccurs="0"/> <element name="DiscountType" type="{urn:ebay:apis:eBLBaseComponents}DiscountCodeType" minOccurs="0"/> <element name="DiscountValue" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="PromotionalSaleStartTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="PromotionalSaleEndTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="PromotionalSaleType" type="{urn:ebay:apis:eBLBaseComponents}PromotionalSaleTypeCodeType" minOccurs="0"/> <any/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected List<Object> |
any
|
protected DiscountCodeType |
discountType
|
protected Double |
discountValue
|
protected Calendar |
promotionalSaleEndTime
|
protected Long |
promotionalSaleID
|
protected ItemIDArrayType |
promotionalSaleItemIDArray
|
protected String |
promotionalSaleName
|
protected Calendar |
promotionalSaleStartTime
|
protected PromotionalSaleTypeCodeType |
promotionalSaleType
|
protected PromotionalSaleStatusCodeType |
status
|
Constructor Summary | |
---|---|
PromotionalSaleType()
|
Method Summary | |
---|---|
protected List<Object> |
_getAny()
|
Object[] |
getAny()
|
Object |
getAny(int idx)
|
int |
getAnyLength()
|
DiscountCodeType |
getDiscountType()
Gets the value of the discountType property. |
Double |
getDiscountValue()
Gets the value of the discountValue property. |
Calendar |
getPromotionalSaleEndTime()
Gets the value of the promotionalSaleEndTime property. |
Long |
getPromotionalSaleID()
Gets the value of the promotionalSaleID property. |
ItemIDArrayType |
getPromotionalSaleItemIDArray()
Gets the value of the promotionalSaleItemIDArray property. |
String |
getPromotionalSaleName()
Gets the value of the promotionalSaleName property. |
Calendar |
getPromotionalSaleStartTime()
Gets the value of the promotionalSaleStartTime property. |
PromotionalSaleTypeCodeType |
getPromotionalSaleType()
Gets the value of the promotionalSaleType property. |
PromotionalSaleStatusCodeType |
getStatus()
Gets the value of the status property. |
Object |
setAny(int idx,
Object value)
|
void |
setAny(Object[] values)
|
void |
setDiscountType(DiscountCodeType value)
Sets the value of the discountType property. |
void |
setDiscountValue(Double value)
Sets the value of the discountValue property. |
void |
setPromotionalSaleEndTime(Calendar value)
Sets the value of the promotionalSaleEndTime property. |
void |
setPromotionalSaleID(Long value)
Sets the value of the promotionalSaleID property. |
void |
setPromotionalSaleItemIDArray(ItemIDArrayType value)
Sets the value of the promotionalSaleItemIDArray property. |
void |
setPromotionalSaleName(String value)
Sets the value of the promotionalSaleName property. |
void |
setPromotionalSaleStartTime(Calendar value)
Sets the value of the promotionalSaleStartTime property. |
void |
setPromotionalSaleType(PromotionalSaleTypeCodeType value)
Sets the value of the promotionalSaleType property. |
void |
setStatus(PromotionalSaleStatusCodeType value)
Sets the value of the status property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Long promotionalSaleID
protected String promotionalSaleName
protected ItemIDArrayType promotionalSaleItemIDArray
protected PromotionalSaleStatusCodeType status
protected DiscountCodeType discountType
protected Double discountValue
protected Calendar promotionalSaleStartTime
protected Calendar promotionalSaleEndTime
protected PromotionalSaleTypeCodeType promotionalSaleType
protected List<Object> any
Constructor Detail |
---|
public PromotionalSaleType()
Method Detail |
---|
public Long getPromotionalSaleID()
Long
public void setPromotionalSaleID(Long value)
value
- allowed object is
Long
public String getPromotionalSaleName()
String
public void setPromotionalSaleName(String value)
value
- allowed object is
String
public ItemIDArrayType getPromotionalSaleItemIDArray()
ItemIDArrayType
public void setPromotionalSaleItemIDArray(ItemIDArrayType value)
value
- allowed object is
ItemIDArrayType
public PromotionalSaleStatusCodeType getStatus()
PromotionalSaleStatusCodeType
public void setStatus(PromotionalSaleStatusCodeType value)
value
- allowed object is
PromotionalSaleStatusCodeType
public DiscountCodeType getDiscountType()
DiscountCodeType
public void setDiscountType(DiscountCodeType value)
value
- allowed object is
DiscountCodeType
public Double getDiscountValue()
Double
public void setDiscountValue(Double value)
value
- allowed object is
Double
public Calendar getPromotionalSaleStartTime()
String
public void setPromotionalSaleStartTime(Calendar value)
value
- allowed object is
String
public Calendar getPromotionalSaleEndTime()
String
public void setPromotionalSaleEndTime(Calendar value)
value
- allowed object is
String
public PromotionalSaleTypeCodeType getPromotionalSaleType()
PromotionalSaleTypeCodeType
public void setPromotionalSaleType(PromotionalSaleTypeCodeType value)
value
- allowed object is
PromotionalSaleTypeCodeType
public Object[] getAny()
Element
Object
public Object getAny(int idx)
Element
Object
public int getAnyLength()
public void setAny(Object[] values)
values
- allowed objects are
Element
Object
protected List<Object> _getAny()
public Object setAny(int idx, 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.