com.ebay.soap.eBLBaseComponents
Class GetPromotionalSaleDetailsRequestType
java.lang.Object
com.ebay.soap.eBLBaseComponents.AbstractRequestType
com.ebay.soap.eBLBaseComponents.GetPromotionalSaleDetailsRequestType
- All Implemented Interfaces:
- Serializable
public class GetPromotionalSaleDetailsRequestType
- extends AbstractRequestType
- implements Serializable
The base request type for the GetPromotionalSaleDetails call. This call retrieves information about promotional sales set up by an eBay store owner. The eBay store owner has the option to retrieve all promotional sales, a specific promotional sale, or promotional sales in a specific state.
Java class for GetPromotionalSaleDetailsRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetPromotionalSaleDetailsRequestType">
<complexContent>
<extension base="{urn:ebay:apis:eBLBaseComponents}AbstractRequestType">
<sequence>
<element name="PromotionalSaleID" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="PromotionalSaleStatus" type="{urn:ebay:apis:eBLBaseComponents}PromotionalSaleStatusCodeType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
- Serialized Form
Fields inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType |
any, botBlock, detailLevel, endUserIP, errorHandling, errorLanguage, invocationID, messageID, outputSelector, version, warningLevel |
Methods inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType |
_getAny, _getDetailLevel, _getOutputSelector, getAny, getAny, getAnyLength, getBotBlock, getDetailLevel, getDetailLevel, getDetailLevelLength, getEndUserIP, getErrorHandling, getErrorLanguage, getInvocationID, getMessageID, getOutputSelector, getOutputSelector, getOutputSelectorLength, getVersion, getWarningLevel, setAny, setAny, setBotBlock, setDetailLevel, setDetailLevel, setEndUserIP, setErrorHandling, setErrorLanguage, setInvocationID, setMessageID, setOutputSelector, setOutputSelector, setVersion, setWarningLevel |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
promotionalSaleID
protected Long promotionalSaleID
promotionalSaleStatus
protected List<PromotionalSaleStatusCodeType> promotionalSaleStatus
GetPromotionalSaleDetailsRequestType
public GetPromotionalSaleDetailsRequestType()
getPromotionalSaleID
public Long getPromotionalSaleID()
- Gets the value of the promotionalSaleID property.
- Returns:
- possible object is
Long
setPromotionalSaleID
public void setPromotionalSaleID(Long value)
- Sets the value of the promotionalSaleID property.
- Parameters:
value
- allowed object is
Long
getPromotionalSaleStatus
public PromotionalSaleStatusCodeType[] getPromotionalSaleStatus()
- Returns:
- array of
PromotionalSaleStatusCodeType
getPromotionalSaleStatus
public PromotionalSaleStatusCodeType getPromotionalSaleStatus(int idx)
- Returns:
- one of
PromotionalSaleStatusCodeType
getPromotionalSaleStatusLength
public int getPromotionalSaleStatusLength()
setPromotionalSaleStatus
public void setPromotionalSaleStatus(PromotionalSaleStatusCodeType[] values)
- Parameters:
values
- allowed objects are
PromotionalSaleStatusCodeType
_getPromotionalSaleStatus
protected List<PromotionalSaleStatusCodeType> _getPromotionalSaleStatus()
setPromotionalSaleStatus
public PromotionalSaleStatusCodeType setPromotionalSaleStatus(int idx,
PromotionalSaleStatusCodeType value)
- Parameters:
value
- allowed object is
PromotionalSaleStatusCodeType
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.