Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class SetPromotionalSaleListingsRequestType

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

public class SetPromotionalSaleListingsRequestType
extends AbstractRequestType
implements java.io.Serializable

Enables the seller to change the item listings that are affected by a promotional sale. To use this call, the seller must be a registered eBay Store owner.

Java class for SetPromotionalSaleListingsRequestType complex type.

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

 <complexType name="SetPromotionalSaleListingsRequestType">
   <complexContent>
     <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractRequestType">
       <sequence>
         <element name="PromotionalSaleID" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="Action" type="{urn:ebay:apis:eBLBaseComponents}ModifyActionCodeType" minOccurs="0"/>
         <element name="PromotionalSaleItemIDArray" type="{urn:ebay:apis:eBLBaseComponents}ItemIDArrayType" minOccurs="0"/>
         <element name="StoreCategoryID" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="CategoryID" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="AllFixedPriceItems" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="AllStoreInventoryItems" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="AllAuctionItems" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  ModifyActionCodeType action
           
protected  java.lang.Boolean allAuctionItems
           
protected  java.lang.Boolean allFixedPriceItems
           
protected  java.lang.Boolean allStoreInventoryItems
           
protected  java.lang.Long categoryID
           
protected  java.lang.Long promotionalSaleID
           
protected  ItemIDArrayType promotionalSaleItemIDArray
           
protected  java.lang.Long storeCategoryID
           
 
Fields inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType
any, botBlock, detailLevel, endUserIP, errorHandling, errorLanguage, invocationID, messageID, outputSelector, version, warningLevel
 
Constructor Summary
SetPromotionalSaleListingsRequestType()
           
 
Method Summary
 ModifyActionCodeType getAction()
          Gets the value of the action property.
 java.lang.Long getCategoryID()
          Gets the value of the categoryID property.
 java.lang.Long getPromotionalSaleID()
          Gets the value of the promotionalSaleID property.
 ItemIDArrayType getPromotionalSaleItemIDArray()
          Gets the value of the promotionalSaleItemIDArray property.
 java.lang.Long getStoreCategoryID()
          Gets the value of the storeCategoryID property.
 java.lang.Boolean isAllAuctionItems()
          Gets the value of the allAuctionItems property.
 java.lang.Boolean isAllFixedPriceItems()
          Gets the value of the allFixedPriceItems property.
 java.lang.Boolean isAllStoreInventoryItems()
          Gets the value of the allStoreInventoryItems property.
 void setAction(ModifyActionCodeType value)
          Sets the value of the action property.
 void setAllAuctionItems(java.lang.Boolean value)
          Sets the value of the allAuctionItems property.
 void setAllFixedPriceItems(java.lang.Boolean value)
          Sets the value of the allFixedPriceItems property.
 void setAllStoreInventoryItems(java.lang.Boolean value)
          Sets the value of the allStoreInventoryItems property.
 void setCategoryID(java.lang.Long value)
          Sets the value of the categoryID property.
 void setPromotionalSaleID(java.lang.Long value)
          Sets the value of the promotionalSaleID property.
 void setPromotionalSaleItemIDArray(ItemIDArrayType value)
          Sets the value of the promotionalSaleItemIDArray property.
 void setStoreCategoryID(java.lang.Long value)
          Sets the value of the storeCategoryID 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

promotionalSaleID

protected java.lang.Long promotionalSaleID

action

protected ModifyActionCodeType action

promotionalSaleItemIDArray

protected ItemIDArrayType promotionalSaleItemIDArray

storeCategoryID

protected java.lang.Long storeCategoryID

categoryID

protected java.lang.Long categoryID

allFixedPriceItems

protected java.lang.Boolean allFixedPriceItems

allStoreInventoryItems

protected java.lang.Boolean allStoreInventoryItems

allAuctionItems

protected java.lang.Boolean allAuctionItems
Constructor Detail

SetPromotionalSaleListingsRequestType

public SetPromotionalSaleListingsRequestType()
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

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

getPromotionalSaleItemIDArray

public ItemIDArrayType getPromotionalSaleItemIDArray()
Gets the value of the promotionalSaleItemIDArray property.

Returns:
possible object is ItemIDArrayType

setPromotionalSaleItemIDArray

public void setPromotionalSaleItemIDArray(ItemIDArrayType value)
Sets the value of the promotionalSaleItemIDArray property.

Parameters:
value - allowed object is ItemIDArrayType

getStoreCategoryID

public java.lang.Long getStoreCategoryID()
Gets the value of the storeCategoryID property.

Returns:
possible object is Long

setStoreCategoryID

public void setStoreCategoryID(java.lang.Long value)
Sets the value of the storeCategoryID property.

Parameters:
value - allowed object is Long

getCategoryID

public java.lang.Long getCategoryID()
Gets the value of the categoryID property.

Returns:
possible object is Long

setCategoryID

public void setCategoryID(java.lang.Long value)
Sets the value of the categoryID property.

Parameters:
value - allowed object is Long

isAllFixedPriceItems

public java.lang.Boolean isAllFixedPriceItems()
Gets the value of the allFixedPriceItems property.

Returns:
possible object is Boolean

setAllFixedPriceItems

public void setAllFixedPriceItems(java.lang.Boolean value)
Sets the value of the allFixedPriceItems property.

Parameters:
value - allowed object is Boolean

isAllStoreInventoryItems

public java.lang.Boolean isAllStoreInventoryItems()
Gets the value of the allStoreInventoryItems property.

Returns:
possible object is Boolean

setAllStoreInventoryItems

public void setAllStoreInventoryItems(java.lang.Boolean value)
Sets the value of the allStoreInventoryItems property.

Parameters:
value - allowed object is Boolean

isAllAuctionItems

public java.lang.Boolean isAllAuctionItems()
Gets the value of the allAuctionItems property.

Returns:
possible object is Boolean

setAllAuctionItems

public void setAllAuctionItems(java.lang.Boolean value)
Sets the value of the allAuctionItems property.

Parameters:
value - allowed object is Boolean

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.