|
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()
Longpublic void setPromotionalSaleID(Long value)
value - allowed object is
Longpublic String getPromotionalSaleName()
Stringpublic void setPromotionalSaleName(String value)
value - allowed object is
Stringpublic ItemIDArrayType getPromotionalSaleItemIDArray()
ItemIDArrayTypepublic void setPromotionalSaleItemIDArray(ItemIDArrayType value)
value - allowed object is
ItemIDArrayTypepublic PromotionalSaleStatusCodeType getStatus()
PromotionalSaleStatusCodeTypepublic void setStatus(PromotionalSaleStatusCodeType value)
value - allowed object is
PromotionalSaleStatusCodeTypepublic DiscountCodeType getDiscountType()
DiscountCodeTypepublic void setDiscountType(DiscountCodeType value)
value - allowed object is
DiscountCodeTypepublic Double getDiscountValue()
Doublepublic void setDiscountValue(Double value)
value - allowed object is
Doublepublic Calendar getPromotionalSaleStartTime()
Stringpublic void setPromotionalSaleStartTime(Calendar value)
value - allowed object is
Stringpublic Calendar getPromotionalSaleEndTime()
Stringpublic void setPromotionalSaleEndTime(Calendar value)
value - allowed object is
Stringpublic PromotionalSaleTypeCodeType getPromotionalSaleType()
PromotionalSaleTypeCodeTypepublic void setPromotionalSaleType(PromotionalSaleTypeCodeType value)
value - allowed object is
PromotionalSaleTypeCodeTypepublic 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.