Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class StoreCustomCategoryType

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

public class StoreCustomCategoryType
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

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

categoryID

protected long categoryID

name

protected String name

order

protected Integer order

childCategory

protected List<StoreCustomCategoryType> childCategory

any

protected List<Object> any
Constructor Detail

StoreCustomCategoryType

public StoreCustomCategoryType()
Method Detail

getCategoryID

public long getCategoryID()
Gets the value of the categoryID property.


setCategoryID

public void setCategoryID(long value)
Sets the value of the categoryID property.


getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getOrder

public Integer getOrder()
Gets the value of the order property.

Returns:
possible object is Integer

setOrder

public void setOrder(Integer value)
Sets the value of the order property.

Parameters:
value - allowed object is Integer

getChildCategory

public StoreCustomCategoryType[] getChildCategory()
Returns:
array of StoreCustomCategoryType

getChildCategory

public StoreCustomCategoryType getChildCategory(int idx)
Returns:
one of StoreCustomCategoryType

getChildCategoryLength

public int getChildCategoryLength()

setChildCategory

public void setChildCategory(StoreCustomCategoryType[] values)
Parameters:
values - allowed objects are StoreCustomCategoryType

_getChildCategory

protected List<StoreCustomCategoryType> _getChildCategory()

setChildCategory

public StoreCustomCategoryType setChildCategory(int idx,
                                                StoreCustomCategoryType value)
Parameters:
value - allowed object is StoreCustomCategoryType

getAny

public Object[] getAny()
Returns:
array of Element Object

getAny

public Object getAny(int idx)
Returns:
one of Element Object

getAnyLength

public int getAnyLength()

setAny

public void setAny(Object[] values)
Parameters:
values - allowed objects are Element Object

_getAny

protected List<Object> _getAny()

setAny

public Object setAny(int idx,
                     Object value)
Parameters:
value - allowed object is Element Object

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.