|
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.AbstractRequestType
com.ebay.soap.eBLBaseComponents.GetCategorySpecificsRequestType
public class GetCategorySpecificsRequestType
This is the base request type for the GetCategorySpecifics call. This call is used to retrieve recommended Item Specifics names and values for one or multiple eBay Categories.
Java class for GetCategorySpecificsRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetCategorySpecificsRequestType"> <complexContent> <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractRequestType"> <sequence> <element name="CategoryID" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="LastUpdateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="MaxNames" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="MaxValuesPerName" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="CategorySpecific" type="{urn:ebay:apis:eBLBaseComponents}CategoryItemSpecificsType" maxOccurs="unbounded" minOccurs="0"/> <element name="ExcludeRelationships" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="IncludeConfidence" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="CategorySpecificsFileInfo" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected List<String> |
categoryID
|
protected List<CategoryItemSpecificsType> |
categorySpecific
|
protected Boolean |
categorySpecificsFileInfo
|
protected Boolean |
excludeRelationships
|
protected Boolean |
includeConfidence
|
protected Calendar |
lastUpdateTime
|
protected Integer |
maxNames
|
protected Integer |
maxValuesPerName
|
protected String |
name
|
Fields inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType |
---|
any, botBlock, detailLevel, endUserIP, errorHandling, errorLanguage, invocationID, messageID, outputSelector, version, warningLevel |
Constructor Summary | |
---|---|
GetCategorySpecificsRequestType()
|
Method Summary | |
---|---|
protected List<String> |
_getCategoryID()
|
protected List<CategoryItemSpecificsType> |
_getCategorySpecific()
|
String[] |
getCategoryID()
|
String |
getCategoryID(int idx)
|
int |
getCategoryIDLength()
|
CategoryItemSpecificsType[] |
getCategorySpecific()
|
CategoryItemSpecificsType |
getCategorySpecific(int idx)
|
int |
getCategorySpecificLength()
|
Calendar |
getLastUpdateTime()
Gets the value of the lastUpdateTime property. |
Integer |
getMaxNames()
Gets the value of the maxNames property. |
Integer |
getMaxValuesPerName()
Gets the value of the maxValuesPerName property. |
String |
getName()
Gets the value of the name property. |
Boolean |
isCategorySpecificsFileInfo()
Gets the value of the categorySpecificsFileInfo property. |
Boolean |
isExcludeRelationships()
Gets the value of the excludeRelationships property. |
Boolean |
isIncludeConfidence()
Gets the value of the includeConfidence property. |
String |
setCategoryID(int idx,
String value)
|
void |
setCategoryID(String[] values)
|
void |
setCategorySpecific(CategoryItemSpecificsType[] values)
|
CategoryItemSpecificsType |
setCategorySpecific(int idx,
CategoryItemSpecificsType value)
|
void |
setCategorySpecificsFileInfo(Boolean value)
Sets the value of the categorySpecificsFileInfo property. |
void |
setExcludeRelationships(Boolean value)
Sets the value of the excludeRelationships property. |
void |
setIncludeConfidence(Boolean value)
Sets the value of the includeConfidence property. |
void |
setLastUpdateTime(Calendar value)
Sets the value of the lastUpdateTime property. |
void |
setMaxNames(Integer value)
Sets the value of the maxNames property. |
void |
setMaxValuesPerName(Integer value)
Sets the value of the maxValuesPerName property. |
void |
setName(String value)
Sets the value of the name property. |
Methods inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType |
---|
_getAny, _getDetailLevel, _getOutputSelector, getAny, getAny, getAnyLength, getBotBlock, getDetailLevel, getDetailLevel, getDetailLevelLength, getEndUserIP, getErrorHandling, getErrorLanguage, getInvocationID, getMessageID, getOutputSelector, getOutputSelector, getOutputSelectorLength, getVersion, getWarningLevel, setAny, setAny, setBotBlock, setDetailLevel, setDetailLevel, setEndUserIP, setErrorHandling, setErrorLanguage, setInvocationID, setMessageID, setOutputSelector, setOutputSelector, setVersion, setWarningLevel |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected List<String> categoryID
protected Calendar lastUpdateTime
protected Integer maxNames
protected Integer maxValuesPerName
protected String name
protected List<CategoryItemSpecificsType> categorySpecific
protected Boolean excludeRelationships
protected Boolean includeConfidence
protected Boolean categorySpecificsFileInfo
Constructor Detail |
---|
public GetCategorySpecificsRequestType()
Method Detail |
---|
public String[] getCategoryID()
String
public String getCategoryID(int idx)
String
public int getCategoryIDLength()
public void setCategoryID(String[] values)
values
- allowed objects are
String
protected List<String> _getCategoryID()
public String setCategoryID(int idx, String value)
value
- allowed object is
String
public Calendar getLastUpdateTime()
String
public void setLastUpdateTime(Calendar value)
value
- allowed object is
String
public Integer getMaxNames()
Integer
public void setMaxNames(Integer value)
value
- allowed object is
Integer
public Integer getMaxValuesPerName()
Integer
public void setMaxValuesPerName(Integer value)
value
- allowed object is
Integer
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public CategoryItemSpecificsType[] getCategorySpecific()
CategoryItemSpecificsType
public CategoryItemSpecificsType getCategorySpecific(int idx)
CategoryItemSpecificsType
public int getCategorySpecificLength()
public void setCategorySpecific(CategoryItemSpecificsType[] values)
values
- allowed objects are
CategoryItemSpecificsType
protected List<CategoryItemSpecificsType> _getCategorySpecific()
public CategoryItemSpecificsType setCategorySpecific(int idx, CategoryItemSpecificsType value)
value
- allowed object is
CategoryItemSpecificsType
public Boolean isExcludeRelationships()
Boolean
public void setExcludeRelationships(Boolean value)
value
- allowed object is
Boolean
public Boolean isIncludeConfidence()
Boolean
public void setIncludeConfidence(Boolean value)
value
- allowed object is
Boolean
public Boolean isCategorySpecificsFileInfo()
Boolean
public void setCategorySpecificsFileInfo(Boolean value)
value
- allowed object is
Boolean
|
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.