Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class SetPromotionalSaleRequestType

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

public class SetPromotionalSaleRequestType
extends AbstractRequestType
implements Serializable

Creates or modifies a promotional sale. Promotional sales enable sellers to apply discounts and/or free shipping across many listings.

Java class for SetPromotionalSaleRequestType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="SetPromotionalSaleRequestType">
   <complexContent>
     <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractRequestType">
       <sequence>
         <element name="Action" type="{urn:ebay:apis:eBLBaseComponents}ModifyActionCodeType" minOccurs="0"/>
         <element name="PromotionalSaleDetails" type="{urn:ebay:apis:eBLBaseComponents}PromotionalSaleType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  ModifyActionCodeType action
           
protected  PromotionalSaleType promotionalSaleDetails
           
 
Fields inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType
any, botBlock, detailLevel, endUserIP, errorHandling, errorLanguage, invocationID, messageID, outputSelector, version, warningLevel
 
Constructor Summary
SetPromotionalSaleRequestType()
           
 
Method Summary
 ModifyActionCodeType getAction()
          Gets the value of the action property.
 PromotionalSaleType getPromotionalSaleDetails()
          Gets the value of the promotionalSaleDetails property.
 void setAction(ModifyActionCodeType value)
          Sets the value of the action property.
 void setPromotionalSaleDetails(PromotionalSaleType value)
          Sets the value of the promotionalSaleDetails property.
 
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

action

protected ModifyActionCodeType action

promotionalSaleDetails

protected PromotionalSaleType promotionalSaleDetails
Constructor Detail

SetPromotionalSaleRequestType

public SetPromotionalSaleRequestType()
Method Detail

getAction

public ModifyActionCodeType getAction()
Gets the value of the action property.

Returns:
possible object is ModifyActionCodeType

setAction

public void setAction(ModifyActionCodeType value)
Sets the value of the action property.

Parameters:
value - allowed object is ModifyActionCodeType

getPromotionalSaleDetails

public PromotionalSaleType getPromotionalSaleDetails()
Gets the value of the promotionalSaleDetails property.

Returns:
possible object is PromotionalSaleType

setPromotionalSaleDetails

public void setPromotionalSaleDetails(PromotionalSaleType value)
Sets the value of the promotionalSaleDetails property.

Parameters:
value - allowed object is PromotionalSaleType

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.