Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class StoreCustomCategoryType

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

public class StoreCustomCategoryType
extends java.lang.Object
implements java.io.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  java.util.List<java.lang.Object> any
           
protected  long categoryID
           
protected  java.util.List<StoreCustomCategoryType> childCategory
           
protected  java.lang.String name
           
protected  java.lang.Integer order
           
 
Constructor Summary
StoreCustomCategoryType()
           
 
Method Summary
protected  java.util.List<java.lang.Object> _getAny()
           
protected  java.util.List<StoreCustomCategoryType> _getChildCategory()
           
 java.lang.Object[] getAny()
           
 java.lang.Object getAny(int idx)
           
 int getAnyLength()
           
 long getCategoryID()
          Gets the value of the categoryID property.
 StoreCustomCategoryType[] getChildCategory()
           
 StoreCustomCategoryType getChildCategory(int idx)
           
 int getChildCategoryLength()
           
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.Integer getOrder()
          Gets the value of the order property.
 java.lang.Object setAny(int idx, java.lang.Object value)
           
 void setAny(java.lang.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(java.lang.String value)
          Sets the value of the name property.
 void setOrder(java.lang.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 java.lang.String name

order

protected java.lang.Integer order

childCategory

protected java.util.List<StoreCustomCategoryType> childCategory

any

protected java.util.List<java.lang.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 java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

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

Parameters:
value - allowed object is String

getOrder

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

Returns:
possible object is Integer

setOrder

public void setOrder(java.lang.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 java.util.List<StoreCustomCategoryType> _getChildCategory()

setChildCategory

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

getAny

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

getAny

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

getAnyLength

public int getAnyLength()

setAny

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

_getAny

protected java.util.List<java.lang.Object> _getAny()

setAny

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

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.