|
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
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>
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 |
---|
protected StoreCategoryUpdateActionCodeType action
protected Long itemDestinationCategoryID
protected 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 Long getItemDestinationCategoryID()
Long
public void setItemDestinationCategoryID(Long value)
value
- allowed object is
Long
public Long getDestinationParentCategoryID()
Long
public void setDestinationParentCategoryID(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.