|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ebay.soap.eBLBaseComponents.AbstractRequestType
com.ebay.soap.eBLBaseComponents.SetStoreCategoriesRequestType
public class SetStoreCategoriesRequestType
This call allows you to set or modify the category structure of an eBay Store. Sellers must have an eBay Store subscription in order to use this call.
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>
Field Summary | |
---|---|
protected StoreCategoryUpdateActionCodeType |
action
|
protected java.lang.Long |
destinationParentCategoryID
|
protected java.lang.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. |
java.lang.Long |
getDestinationParentCategoryID()
Gets the value of the destinationParentCategoryID property. |
java.lang.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(java.lang.Long value)
Sets the value of the destinationParentCategoryID property. |
void |
setItemDestinationCategoryID(java.lang.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 |
---|
protected StoreCategoryUpdateActionCodeType action
protected java.lang.Long itemDestinationCategoryID
protected java.lang.Long destinationParentCategoryID
protected StoreCustomCategoryArrayType storeCategories
Constructor Detail |
---|
public SetStoreCategoriesRequestType()
Method Detail |
---|
public StoreCategoryUpdateActionCodeType getAction()
StoreCategoryUpdateActionCodeType
public void setAction(StoreCategoryUpdateActionCodeType value)
value
- allowed object is
StoreCategoryUpdateActionCodeType
public java.lang.Long getItemDestinationCategoryID()
Long
public void setItemDestinationCategoryID(java.lang.Long value)
value
- allowed object is
Long
public java.lang.Long getDestinationParentCategoryID()
Long
public void setDestinationParentCategoryID(java.lang.Long value)
value
- allowed object is
Long
public StoreCustomCategoryArrayType getStoreCategories()
StoreCustomCategoryArrayType
public void setStoreCategories(StoreCustomCategoryArrayType value)
value
- allowed object is
StoreCustomCategoryArrayType
|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.