|
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.CategoryType
public class CategoryType
Container for data on one listing category. Many of the CategoryType fields are only returned in the GetCategories response. Add/Revise/Relist calls only use the CategoryID field to specify which eBay category in which to list the item.
Java class for CategoryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CategoryType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="BestOfferEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="AutoPayEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="B2BVATEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="CatalogEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="CategoryID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="CategoryLevel" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="CategoryName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="CategoryParentID" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="CategoryParentName" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="ProductSearchPageAvailable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="ProductFinderIDs" type="{urn:ebay:apis:eBLBaseComponents}ExtendedProductFinderIDType" maxOccurs="unbounded" minOccurs="0"/> <element name="CharacteristicsSets" type="{urn:ebay:apis:eBLBaseComponents}CharacteristicsSetType" maxOccurs="unbounded" minOccurs="0"/> <element name="Expired" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="IntlAutosFixedCat" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="LeafCategory" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="Virtual" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="NumOfItems" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="SellerGuaranteeEligible" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="ORPA" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="ORRA" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="LSD" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="Keywords" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <any/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.util.List<java.lang.Object> |
any
|
protected java.lang.Boolean |
autoPayEnabled
|
protected java.lang.Boolean |
b2BVATEnabled
|
protected java.lang.Boolean |
bestOfferEnabled
|
protected java.lang.Boolean |
catalogEnabled
|
protected java.lang.String |
categoryID
|
protected java.lang.Integer |
categoryLevel
|
protected java.lang.String |
categoryName
|
protected java.util.List<java.lang.String> |
categoryParentID
|
protected java.util.List<java.lang.String> |
categoryParentName
|
protected java.util.List<CharacteristicsSetType> |
characteristicsSets
|
protected java.lang.Boolean |
expired
|
protected java.lang.Boolean |
intlAutosFixedCat
|
protected java.lang.String |
keywords
|
protected java.lang.Boolean |
leafCategory
|
protected java.lang.Boolean |
lsd
|
protected java.lang.Integer |
numOfItems
|
protected java.lang.Boolean |
orpa
|
protected java.lang.Boolean |
orra
|
protected java.util.List<ExtendedProductFinderIDType> |
productFinderIDs
|
protected java.lang.Boolean |
productSearchPageAvailable
|
protected java.lang.Boolean |
sellerGuaranteeEligible
|
protected java.lang.Boolean |
virtual
|
Constructor Summary | |
---|---|
CategoryType()
|
Method Summary | |
---|---|
protected java.util.List<java.lang.Object> |
_getAny()
|
protected java.util.List<java.lang.String> |
_getCategoryParentID()
|
protected java.util.List<java.lang.String> |
_getCategoryParentName()
|
protected java.util.List<CharacteristicsSetType> |
_getCharacteristicsSets()
|
protected java.util.List<ExtendedProductFinderIDType> |
_getProductFinderIDs()
|
java.lang.Object[] |
getAny()
|
java.lang.Object |
getAny(int idx)
|
int |
getAnyLength()
|
java.lang.String |
getCategoryID()
Gets the value of the categoryID property. |
java.lang.Integer |
getCategoryLevel()
Gets the value of the categoryLevel property. |
java.lang.String |
getCategoryName()
Gets the value of the categoryName property. |
java.lang.String[] |
getCategoryParentID()
|
java.lang.String |
getCategoryParentID(int idx)
|
int |
getCategoryParentIDLength()
|
java.lang.String[] |
getCategoryParentName()
|
java.lang.String |
getCategoryParentName(int idx)
|
int |
getCategoryParentNameLength()
|
CharacteristicsSetType[] |
getCharacteristicsSets()
|
CharacteristicsSetType |
getCharacteristicsSets(int idx)
|
int |
getCharacteristicsSetsLength()
|
java.lang.String |
getKeywords()
Gets the value of the keywords property. |
java.lang.Integer |
getNumOfItems()
Gets the value of the numOfItems property. |
ExtendedProductFinderIDType[] |
getProductFinderIDs()
|
ExtendedProductFinderIDType |
getProductFinderIDs(int idx)
|
int |
getProductFinderIDsLength()
|
java.lang.Boolean |
isAutoPayEnabled()
Gets the value of the autoPayEnabled property. |
java.lang.Boolean |
isB2BVATEnabled()
Gets the value of the b2BVATEnabled property. |
java.lang.Boolean |
isBestOfferEnabled()
Gets the value of the bestOfferEnabled property. |
java.lang.Boolean |
isCatalogEnabled()
Gets the value of the catalogEnabled property. |
java.lang.Boolean |
isExpired()
Gets the value of the expired property. |
java.lang.Boolean |
isIntlAutosFixedCat()
Gets the value of the intlAutosFixedCat property. |
java.lang.Boolean |
isLeafCategory()
Gets the value of the leafCategory property. |
java.lang.Boolean |
isLSD()
Gets the value of the lsd property. |
java.lang.Boolean |
isORPA()
Gets the value of the orpa property. |
java.lang.Boolean |
isORRA()
Gets the value of the orra property. |
java.lang.Boolean |
isProductSearchPageAvailable()
Gets the value of the productSearchPageAvailable property. |
java.lang.Boolean |
isSellerGuaranteeEligible()
Gets the value of the sellerGuaranteeEligible property. |
java.lang.Boolean |
isVirtual()
Gets the value of the virtual property. |
java.lang.Object |
setAny(int idx,
java.lang.Object value)
|
void |
setAny(java.lang.Object[] values)
|
void |
setAutoPayEnabled(java.lang.Boolean value)
Sets the value of the autoPayEnabled property. |
void |
setB2BVATEnabled(java.lang.Boolean value)
Sets the value of the b2BVATEnabled property. |
void |
setBestOfferEnabled(java.lang.Boolean value)
Sets the value of the bestOfferEnabled property. |
void |
setCatalogEnabled(java.lang.Boolean value)
Sets the value of the catalogEnabled property. |
void |
setCategoryID(java.lang.String value)
Sets the value of the categoryID property. |
void |
setCategoryLevel(java.lang.Integer value)
Sets the value of the categoryLevel property. |
void |
setCategoryName(java.lang.String value)
Sets the value of the categoryName property. |
java.lang.String |
setCategoryParentID(int idx,
java.lang.String value)
|
void |
setCategoryParentID(java.lang.String[] values)
|
java.lang.String |
setCategoryParentName(int idx,
java.lang.String value)
|
void |
setCategoryParentName(java.lang.String[] values)
|
void |
setCharacteristicsSets(CharacteristicsSetType[] values)
|
CharacteristicsSetType |
setCharacteristicsSets(int idx,
CharacteristicsSetType value)
|
void |
setExpired(java.lang.Boolean value)
Sets the value of the expired property. |
void |
setIntlAutosFixedCat(java.lang.Boolean value)
Sets the value of the intlAutosFixedCat property. |
void |
setKeywords(java.lang.String value)
Sets the value of the keywords property. |
void |
setLeafCategory(java.lang.Boolean value)
Sets the value of the leafCategory property. |
void |
setLSD(java.lang.Boolean value)
Sets the value of the lsd property. |
void |
setNumOfItems(java.lang.Integer value)
Sets the value of the numOfItems property. |
void |
setORPA(java.lang.Boolean value)
Sets the value of the orpa property. |
void |
setORRA(java.lang.Boolean value)
Sets the value of the orra property. |
void |
setProductFinderIDs(ExtendedProductFinderIDType[] values)
|
ExtendedProductFinderIDType |
setProductFinderIDs(int idx,
ExtendedProductFinderIDType value)
|
void |
setProductSearchPageAvailable(java.lang.Boolean value)
Sets the value of the productSearchPageAvailable property. |
void |
setSellerGuaranteeEligible(java.lang.Boolean value)
Sets the value of the sellerGuaranteeEligible property. |
void |
setVirtual(java.lang.Boolean value)
Sets the value of the virtual property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.Boolean bestOfferEnabled
protected java.lang.Boolean autoPayEnabled
protected java.lang.Boolean b2BVATEnabled
protected java.lang.Boolean catalogEnabled
protected java.lang.String categoryID
protected java.lang.Integer categoryLevel
protected java.lang.String categoryName
protected java.util.List<java.lang.String> categoryParentID
protected java.util.List<java.lang.String> categoryParentName
protected java.lang.Boolean productSearchPageAvailable
protected java.util.List<ExtendedProductFinderIDType> productFinderIDs
protected java.util.List<CharacteristicsSetType> characteristicsSets
protected java.lang.Boolean expired
protected java.lang.Boolean intlAutosFixedCat
protected java.lang.Boolean leafCategory
protected java.lang.Boolean virtual
protected java.lang.Integer numOfItems
protected java.lang.Boolean sellerGuaranteeEligible
protected java.lang.Boolean orpa
protected java.lang.Boolean orra
protected java.lang.Boolean lsd
protected java.lang.String keywords
protected java.util.List<java.lang.Object> any
Constructor Detail |
---|
public CategoryType()
Method Detail |
---|
public java.lang.Boolean isBestOfferEnabled()
Boolean
public void setBestOfferEnabled(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isAutoPayEnabled()
Boolean
public void setAutoPayEnabled(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isB2BVATEnabled()
Boolean
public void setB2BVATEnabled(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isCatalogEnabled()
Boolean
public void setCatalogEnabled(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.String getCategoryID()
String
public void setCategoryID(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getCategoryLevel()
Integer
public void setCategoryLevel(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getCategoryName()
String
public void setCategoryName(java.lang.String value)
value
- allowed object is
String
public java.lang.String[] getCategoryParentID()
String
public java.lang.String getCategoryParentID(int idx)
String
public int getCategoryParentIDLength()
public void setCategoryParentID(java.lang.String[] values)
values
- allowed objects are
String
protected java.util.List<java.lang.String> _getCategoryParentID()
public java.lang.String setCategoryParentID(int idx, java.lang.String value)
value
- allowed object is
String
public java.lang.String[] getCategoryParentName()
String
public java.lang.String getCategoryParentName(int idx)
String
public int getCategoryParentNameLength()
public void setCategoryParentName(java.lang.String[] values)
values
- allowed objects are
String
protected java.util.List<java.lang.String> _getCategoryParentName()
public java.lang.String setCategoryParentName(int idx, java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean isProductSearchPageAvailable()
Boolean
public void setProductSearchPageAvailable(java.lang.Boolean value)
value
- allowed object is
Boolean
public ExtendedProductFinderIDType[] getProductFinderIDs()
ExtendedProductFinderIDType
public ExtendedProductFinderIDType getProductFinderIDs(int idx)
ExtendedProductFinderIDType
public int getProductFinderIDsLength()
public void setProductFinderIDs(ExtendedProductFinderIDType[] values)
values
- allowed objects are
ExtendedProductFinderIDType
protected java.util.List<ExtendedProductFinderIDType> _getProductFinderIDs()
public ExtendedProductFinderIDType setProductFinderIDs(int idx, ExtendedProductFinderIDType value)
value
- allowed object is
ExtendedProductFinderIDType
public CharacteristicsSetType[] getCharacteristicsSets()
CharacteristicsSetType
public CharacteristicsSetType getCharacteristicsSets(int idx)
CharacteristicsSetType
public int getCharacteristicsSetsLength()
public void setCharacteristicsSets(CharacteristicsSetType[] values)
values
- allowed objects are
CharacteristicsSetType
protected java.util.List<CharacteristicsSetType> _getCharacteristicsSets()
public CharacteristicsSetType setCharacteristicsSets(int idx, CharacteristicsSetType value)
value
- allowed object is
CharacteristicsSetType
public java.lang.Boolean isExpired()
Boolean
public void setExpired(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isIntlAutosFixedCat()
Boolean
public void setIntlAutosFixedCat(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isLeafCategory()
Boolean
public void setLeafCategory(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isVirtual()
Boolean
public void setVirtual(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Integer getNumOfItems()
Integer
public void setNumOfItems(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Boolean isSellerGuaranteeEligible()
Boolean
public void setSellerGuaranteeEligible(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isORPA()
Boolean
public void setORPA(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isORRA()
Boolean
public void setORRA(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isLSD()
Boolean
public void setLSD(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.String getKeywords()
String
public void setKeywords(java.lang.String value)
value
- allowed object is
String
public java.lang.Object[] getAny()
Element
Object
public java.lang.Object getAny(int idx)
Element
Object
public int getAnyLength()
public void setAny(java.lang.Object[] values)
values
- allowed objects are
Element
Object
protected java.util.List<java.lang.Object> _getAny()
public java.lang.Object setAny(int idx, java.lang.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.