Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class SetStoreCategoriesRequestType

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

public class SetStoreCategoriesRequestType
extends AbstractRequestType
implements Serializable

Changes the category structure of an eBay store.

Java class for SetStoreCategoriesRequestType complex type.

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

 <complexType name="SetStoreCategoriesRequestType">
   <complexContent>
     <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractRequestType">
       <sequence>
         <element name="Action" type="{urn:ebay:apis:eBLBaseComponents}StoreCategoryUpdateActionCodeType" minOccurs="0"/>
         <element name="ItemDestinationCategoryID" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="DestinationParentCategoryID" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="StoreCategories" type="{urn:ebay:apis:eBLBaseComponents}StoreCustomCategoryArrayType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  StoreCategoryUpdateActionCodeType action
           
protected  Long destinationParentCategoryID
           
protected  Long itemDestinationCategoryID
           
protected  StoreCustomCategoryArrayType storeCategories
           
 
Fields inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType
any, botBlock, detailLevel, endUserIP, errorHandling, errorLanguage, invocationID, messageID, outputSelector, version, warningLevel
 
Constructor Summary
SetStoreCategoriesRequestType()
           
 
Method Summary
 StoreCategoryUpdateActionCodeType getAction()
          Gets the value of the action property.
 Long getDestinationParentCategoryID()
          Gets the value of the destinationParentCategoryID property.
 Long getItemDestinationCategoryID()
          Gets the value of the itemDestinationCategoryID property.
 StoreCustomCategoryArrayType getStoreCategories()
          Gets the value of the storeCategories property.
 void setAction(StoreCategoryUpdateActionCodeType value)
          Sets the value of the action property.
 void setDestinationParentCategoryID(Long value)
          Sets the value of the destinationParentCategoryID property.
 void setItemDestinationCategoryID(Long value)
          Sets the value of the itemDestinationCategoryID property.
 void setStoreCategories(StoreCustomCategoryArrayType value)
          Sets the value of the storeCategories 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 StoreCategoryUpdateActionCodeType action

itemDestinationCategoryID

protected Long itemDestinationCategoryID

destinationParentCategoryID

protected Long destinationParentCategoryID

storeCategories

protected StoreCustomCategoryArrayType storeCategories
Constructor Detail

SetStoreCategoriesRequestType

public SetStoreCategoriesRequestType()
Method Detail

getAction

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

Returns:
possible object is StoreCategoryUpdateActionCodeType

setAction

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

Parameters:
value - allowed object is StoreCategoryUpdateActionCodeType

getItemDestinationCategoryID

public Long getItemDestinationCategoryID()
Gets the value of the itemDestinationCategoryID property.

Returns:
possible object is Long

setItemDestinationCategoryID

public void setItemDestinationCategoryID(Long value)
Sets the value of the itemDestinationCategoryID property.

Parameters:
value - allowed object is Long

getDestinationParentCategoryID

public Long getDestinationParentCategoryID()
Gets the value of the destinationParentCategoryID property.

Returns:
possible object is Long

setDestinationParentCategoryID

public void setDestinationParentCategoryID(Long value)
Sets the value of the destinationParentCategoryID property.

Parameters:
value - allowed object is Long

getStoreCategories

public StoreCustomCategoryArrayType getStoreCategories()
Gets the value of the storeCategories property.

Returns:
possible object is StoreCustomCategoryArrayType

setStoreCategories

public void setStoreCategories(StoreCustomCategoryArrayType value)
Sets the value of the storeCategories property.

Parameters:
value - allowed object is StoreCustomCategoryArrayType

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.