|
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 List<Object> |
any
|
protected Boolean |
autoPayEnabled
|
protected Boolean |
b2BVATEnabled
|
protected Boolean |
bestOfferEnabled
|
protected Boolean |
catalogEnabled
|
protected String |
categoryID
|
protected Integer |
categoryLevel
|
protected String |
categoryName
|
protected List<String> |
categoryParentID
|
protected List<String> |
categoryParentName
|
protected List<CharacteristicsSetType> |
characteristicsSets
|
protected Boolean |
expired
|
protected Boolean |
intlAutosFixedCat
|
protected String |
keywords
|
protected Boolean |
leafCategory
|
protected Boolean |
lsd
|
protected Integer |
numOfItems
|
protected Boolean |
orpa
|
protected Boolean |
orra
|
protected List<ExtendedProductFinderIDType> |
productFinderIDs
|
protected Boolean |
productSearchPageAvailable
|
protected Boolean |
sellerGuaranteeEligible
|
protected Boolean |
virtual
|
Constructor Summary | |
---|---|
CategoryType()
|
Method Summary | |
---|---|
protected List<Object> |
_getAny()
|
protected List<String> |
_getCategoryParentID()
|
protected List<String> |
_getCategoryParentName()
|
protected List<CharacteristicsSetType> |
_getCharacteristicsSets()
|
protected List<ExtendedProductFinderIDType> |
_getProductFinderIDs()
|
Object[] |
getAny()
|
Object |
getAny(int idx)
|
int |
getAnyLength()
|
String |
getCategoryID()
Gets the value of the categoryID property. |
Integer |
getCategoryLevel()
Gets the value of the categoryLevel property. |
String |
getCategoryName()
Gets the value of the categoryName property. |
String[] |
getCategoryParentID()
|
String |
getCategoryParentID(int idx)
|
int |
getCategoryParentIDLength()
|
String[] |
getCategoryParentName()
|
String |
getCategoryParentName(int idx)
|
int |
getCategoryParentNameLength()
|
CharacteristicsSetType[] |
getCharacteristicsSets()
|
CharacteristicsSetType |
getCharacteristicsSets(int idx)
|
int |
getCharacteristicsSetsLength()
|
String |
getKeywords()
Gets the value of the keywords property. |
Integer |
getNumOfItems()
Gets the value of the numOfItems property. |
ExtendedProductFinderIDType[] |
getProductFinderIDs()
|
ExtendedProductFinderIDType |
getProductFinderIDs(int idx)
|
int |
getProductFinderIDsLength()
|
Boolean |
isAutoPayEnabled()
Gets the value of the autoPayEnabled property. |
Boolean |
isB2BVATEnabled()
Gets the value of the b2BVATEnabled property. |
Boolean |
isBestOfferEnabled()
Gets the value of the bestOfferEnabled property. |
Boolean |
isCatalogEnabled()
Gets the value of the catalogEnabled property. |
Boolean |
isExpired()
Gets the value of the expired property. |
Boolean |
isIntlAutosFixedCat()
Gets the value of the intlAutosFixedCat property. |
Boolean |
isLeafCategory()
Gets the value of the leafCategory property. |
Boolean |
isLSD()
Gets the value of the lsd property. |
Boolean |
isORPA()
Gets the value of the orpa property. |
Boolean |
isORRA()
Gets the value of the orra property. |
Boolean |
isProductSearchPageAvailable()
Gets the value of the productSearchPageAvailable property. |
Boolean |
isSellerGuaranteeEligible()
Gets the value of the sellerGuaranteeEligible property. |
Boolean |
isVirtual()
Gets the value of the virtual property. |
Object |
setAny(int idx,
Object value)
|
void |
setAny(Object[] values)
|
void |
setAutoPayEnabled(Boolean value)
Sets the value of the autoPayEnabled property. |
void |
setB2BVATEnabled(Boolean value)
Sets the value of the b2BVATEnabled property. |
void |
setBestOfferEnabled(Boolean value)
Sets the value of the bestOfferEnabled property. |
void |
setCatalogEnabled(Boolean value)
Sets the value of the catalogEnabled property. |
void |
setCategoryID(String value)
Sets the value of the categoryID property. |
void |
setCategoryLevel(Integer value)
Sets the value of the categoryLevel property. |
void |
setCategoryName(String value)
Sets the value of the categoryName property. |
String |
setCategoryParentID(int idx,
String value)
|
void |
setCategoryParentID(String[] values)
|
String |
setCategoryParentName(int idx,
String value)
|
void |
setCategoryParentName(String[] values)
|
void |
setCharacteristicsSets(CharacteristicsSetType[] values)
|
CharacteristicsSetType |
setCharacteristicsSets(int idx,
CharacteristicsSetType value)
|
void |
setExpired(Boolean value)
Sets the value of the expired property. |
void |
setIntlAutosFixedCat(Boolean value)
Sets the value of the intlAutosFixedCat property. |
void |
setKeywords(String value)
Sets the value of the keywords property. |
void |
setLeafCategory(Boolean value)
Sets the value of the leafCategory property. |
void |
setLSD(Boolean value)
Sets the value of the lsd property. |
void |
setNumOfItems(Integer value)
Sets the value of the numOfItems property. |
void |
setORPA(Boolean value)
Sets the value of the orpa property. |
void |
setORRA(Boolean value)
Sets the value of the orra property. |
void |
setProductFinderIDs(ExtendedProductFinderIDType[] values)
|
ExtendedProductFinderIDType |
setProductFinderIDs(int idx,
ExtendedProductFinderIDType value)
|
void |
setProductSearchPageAvailable(Boolean value)
Sets the value of the productSearchPageAvailable property. |
void |
setSellerGuaranteeEligible(Boolean value)
Sets the value of the sellerGuaranteeEligible property. |
void |
setVirtual(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 Boolean bestOfferEnabled
protected Boolean autoPayEnabled
protected Boolean b2BVATEnabled
protected Boolean catalogEnabled
protected String categoryID
protected Integer categoryLevel
protected String categoryName
protected List<String> categoryParentID
protected List<String> categoryParentName
protected Boolean productSearchPageAvailable
protected List<ExtendedProductFinderIDType> productFinderIDs
protected List<CharacteristicsSetType> characteristicsSets
protected Boolean expired
protected Boolean intlAutosFixedCat
protected Boolean leafCategory
protected Boolean virtual
protected Integer numOfItems
protected Boolean sellerGuaranteeEligible
protected Boolean orpa
protected Boolean orra
protected Boolean lsd
protected String keywords
protected List<Object> any
Constructor Detail |
---|
public CategoryType()
Method Detail |
---|
public Boolean isBestOfferEnabled()
Boolean
public void setBestOfferEnabled(Boolean value)
value
- allowed object is
Boolean
public Boolean isAutoPayEnabled()
Boolean
public void setAutoPayEnabled(Boolean value)
value
- allowed object is
Boolean
public Boolean isB2BVATEnabled()
Boolean
public void setB2BVATEnabled(Boolean value)
value
- allowed object is
Boolean
public Boolean isCatalogEnabled()
Boolean
public void setCatalogEnabled(Boolean value)
value
- allowed object is
Boolean
public String getCategoryID()
String
public void setCategoryID(String value)
value
- allowed object is
String
public Integer getCategoryLevel()
Integer
public void setCategoryLevel(Integer value)
value
- allowed object is
Integer
public String getCategoryName()
String
public void setCategoryName(String value)
value
- allowed object is
String
public String[] getCategoryParentID()
String
public String getCategoryParentID(int idx)
String
public int getCategoryParentIDLength()
public void setCategoryParentID(String[] values)
values
- allowed objects are
String
protected List<String> _getCategoryParentID()
public String setCategoryParentID(int idx, String value)
value
- allowed object is
String
public String[] getCategoryParentName()
String
public String getCategoryParentName(int idx)
String
public int getCategoryParentNameLength()
public void setCategoryParentName(String[] values)
values
- allowed objects are
String
protected List<String> _getCategoryParentName()
public String setCategoryParentName(int idx, String value)
value
- allowed object is
String
public Boolean isProductSearchPageAvailable()
Boolean
public void setProductSearchPageAvailable(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 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 List<CharacteristicsSetType> _getCharacteristicsSets()
public CharacteristicsSetType setCharacteristicsSets(int idx, CharacteristicsSetType value)
value
- allowed object is
CharacteristicsSetType
public Boolean isExpired()
Boolean
public void setExpired(Boolean value)
value
- allowed object is
Boolean
public Boolean isIntlAutosFixedCat()
Boolean
public void setIntlAutosFixedCat(Boolean value)
value
- allowed object is
Boolean
public Boolean isLeafCategory()
Boolean
public void setLeafCategory(Boolean value)
value
- allowed object is
Boolean
public Boolean isVirtual()
Boolean
public void setVirtual(Boolean value)
value
- allowed object is
Boolean
public Integer getNumOfItems()
Integer
public void setNumOfItems(Integer value)
value
- allowed object is
Integer
public Boolean isSellerGuaranteeEligible()
Boolean
public void setSellerGuaranteeEligible(Boolean value)
value
- allowed object is
Boolean
public Boolean isORPA()
Boolean
public void setORPA(Boolean value)
value
- allowed object is
Boolean
public Boolean isORRA()
Boolean
public void setORRA(Boolean value)
value
- allowed object is
Boolean
public Boolean isLSD()
Boolean
public void setLSD(Boolean value)
value
- allowed object is
Boolean
public String getKeywords()
String
public void setKeywords(String value)
value
- allowed object is
String
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.