Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class GetPromotionalSaleDetailsRequestType

java.lang.Object
  extended by com.ebay.soap.eBLBaseComponents.AbstractRequestType
      extended by com.ebay.soap.eBLBaseComponents.GetPromotionalSaleDetailsRequestType
All Implemented Interfaces:
java.io.Serializable

public class GetPromotionalSaleDetailsRequestType
extends AbstractRequestType
implements java.io.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

Field Summary
protected  java.lang.Long promotionalSaleID
           
protected  java.util.List<PromotionalSaleStatusCodeType> promotionalSaleStatus
           
 
Fields inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType
any, botBlock, detailLevel, endUserIP, errorHandling, errorLanguage, invocationID, messageID, outputSelector, version, warningLevel
 
Constructor Summary
GetPromotionalSaleDetailsRequestType()
           
 
Method Summary
protected  java.util.List<PromotionalSaleStatusCodeType> _getPromotionalSaleStatus()
           
 java.lang.Long getPromotionalSaleID()
          Gets the value of the promotionalSaleID property.
 PromotionalSaleStatusCodeType[] getPromotionalSaleStatus()
           
 PromotionalSaleStatusCodeType getPromotionalSaleStatus(int idx)
           
 int getPromotionalSaleStatusLength()
           
 void setPromotionalSaleID(java.lang.Long value)
          Sets the value of the promotionalSaleID property.
 PromotionalSaleStatusCodeType setPromotionalSaleStatus(int idx, PromotionalSaleStatusCodeType value)
           
 void setPromotionalSaleStatus(PromotionalSaleStatusCodeType[] values)
           
 
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
 

Field Detail

promotionalSaleID

protected java.lang.Long promotionalSaleID

promotionalSaleStatus

protected java.util.List<PromotionalSaleStatusCodeType> promotionalSaleStatus
Constructor Detail

GetPromotionalSaleDetailsRequestType

public GetPromotionalSaleDetailsRequestType()
Method Detail

getPromotionalSaleID

public java.lang.Long getPromotionalSaleID()
Gets the value of the promotionalSaleID property.

Returns:
possible object is Long

setPromotionalSaleID

public void setPromotionalSaleID(java.lang.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 java.util.List<PromotionalSaleStatusCodeType> _getPromotionalSaleStatus()

setPromotionalSaleStatus

public PromotionalSaleStatusCodeType setPromotionalSaleStatus(int idx,
                                                              PromotionalSaleStatusCodeType value)
Parameters:
value - allowed object is PromotionalSaleStatusCodeType

Changes since
the last release

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.