|
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.StoreCustomCategoryType
public class StoreCustomCategoryType
Configuration of a store custom category.
Java class for StoreCustomCategoryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StoreCustomCategoryType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="CategoryID" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Order" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="ChildCategory" type="{urn:ebay:apis:eBLBaseComponents}StoreCustomCategoryType" maxOccurs="unbounded" minOccurs="0"/> <any/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected List<Object> |
any
|
protected long |
categoryID
|
protected List<StoreCustomCategoryType> |
childCategory
|
protected String |
name
|
protected Integer |
order
|
Constructor Summary | |
---|---|
StoreCustomCategoryType()
|
Method Summary | |
---|---|
protected List<Object> |
_getAny()
|
protected List<StoreCustomCategoryType> |
_getChildCategory()
|
Object[] |
getAny()
|
Object |
getAny(int idx)
|
int |
getAnyLength()
|
long |
getCategoryID()
Gets the value of the categoryID property. |
StoreCustomCategoryType[] |
getChildCategory()
|
StoreCustomCategoryType |
getChildCategory(int idx)
|
int |
getChildCategoryLength()
|
String |
getName()
Gets the value of the name property. |
Integer |
getOrder()
Gets the value of the order property. |
Object |
setAny(int idx,
Object value)
|
void |
setAny(Object[] values)
|
void |
setCategoryID(long value)
Sets the value of the categoryID property. |
StoreCustomCategoryType |
setChildCategory(int idx,
StoreCustomCategoryType value)
|
void |
setChildCategory(StoreCustomCategoryType[] values)
|
void |
setName(String value)
Sets the value of the name property. |
void |
setOrder(Integer value)
Sets the value of the order property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected long categoryID
protected String name
protected Integer order
protected List<StoreCustomCategoryType> childCategory
protected List<Object> any
Constructor Detail |
---|
public StoreCustomCategoryType()
Method Detail |
---|
public long getCategoryID()
public void setCategoryID(long value)
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public Integer getOrder()
Integer
public void setOrder(Integer value)
value
- allowed object is
Integer
public StoreCustomCategoryType[] getChildCategory()
StoreCustomCategoryType
public StoreCustomCategoryType getChildCategory(int idx)
StoreCustomCategoryType
public int getChildCategoryLength()
public void setChildCategory(StoreCustomCategoryType[] values)
values
- allowed objects are
StoreCustomCategoryType
protected List<StoreCustomCategoryType> _getChildCategory()
public StoreCustomCategoryType setChildCategory(int idx, StoreCustomCategoryType value)
value
- allowed object is
StoreCustomCategoryType
public Object[] getAny()
Element
Object
public Object getAny(int idx)
Element
Object
public int getAnyLength()
public void setAny(Object[] values)
values
- allowed objects are
Element
Object
protected List<Object> _getAny()
public Object setAny(int idx, Object value)
value
- allowed object is
Element
Object
|
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.