|
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 java.util.List<java.lang.String> |
categoryID
|
protected java.util.List<CategoryItemSpecificsType> |
categorySpecific
|
protected java.lang.Boolean |
categorySpecificsFileInfo
|
protected java.lang.Boolean |
excludeRelationships
|
protected java.lang.Boolean |
includeConfidence
|
protected java.util.Calendar |
lastUpdateTime
|
protected java.lang.Integer |
maxNames
|
protected java.lang.Integer |
maxValuesPerName
|
protected java.lang.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 java.util.List<java.lang.String> |
_getCategoryID()
|
protected java.util.List<CategoryItemSpecificsType> |
_getCategorySpecific()
|
java.lang.String[] |
getCategoryID()
|
java.lang.String |
getCategoryID(int idx)
|
int |
getCategoryIDLength()
|
CategoryItemSpecificsType[] |
getCategorySpecific()
|
CategoryItemSpecificsType |
getCategorySpecific(int idx)
|
int |
getCategorySpecificLength()
|
java.util.Calendar |
getLastUpdateTime()
Gets the value of the lastUpdateTime property. |
java.lang.Integer |
getMaxNames()
Gets the value of the maxNames property. |
java.lang.Integer |
getMaxValuesPerName()
Gets the value of the maxValuesPerName property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.lang.Boolean |
isCategorySpecificsFileInfo()
Gets the value of the categorySpecificsFileInfo property. |
java.lang.Boolean |
isExcludeRelationships()
Gets the value of the excludeRelationships property. |
java.lang.Boolean |
isIncludeConfidence()
Gets the value of the includeConfidence property. |
java.lang.String |
setCategoryID(int idx,
java.lang.String value)
|
void |
setCategoryID(java.lang.String[] values)
|
void |
setCategorySpecific(CategoryItemSpecificsType[] values)
|
CategoryItemSpecificsType |
setCategorySpecific(int idx,
CategoryItemSpecificsType value)
|
void |
setCategorySpecificsFileInfo(java.lang.Boolean value)
Sets the value of the categorySpecificsFileInfo property. |
void |
setExcludeRelationships(java.lang.Boolean value)
Sets the value of the excludeRelationships property. |
void |
setIncludeConfidence(java.lang.Boolean value)
Sets the value of the includeConfidence property. |
void |
setLastUpdateTime(java.util.Calendar value)
Sets the value of the lastUpdateTime property. |
void |
setMaxNames(java.lang.Integer value)
Sets the value of the maxNames property. |
void |
setMaxValuesPerName(java.lang.Integer value)
Sets the value of the maxValuesPerName property. |
void |
setName(java.lang.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 java.util.List<java.lang.String> categoryID
protected java.util.Calendar lastUpdateTime
protected java.lang.Integer maxNames
protected java.lang.Integer maxValuesPerName
protected java.lang.String name
protected java.util.List<CategoryItemSpecificsType> categorySpecific
protected java.lang.Boolean excludeRelationships
protected java.lang.Boolean includeConfidence
protected java.lang.Boolean categorySpecificsFileInfo
Constructor Detail |
---|
public GetCategorySpecificsRequestType()
Method Detail |
---|
public java.lang.String[] getCategoryID()
String
public java.lang.String getCategoryID(int idx)
String
public int getCategoryIDLength()
public void setCategoryID(java.lang.String[] values)
values
- allowed objects are
String
protected java.util.List<java.lang.String> _getCategoryID()
public java.lang.String setCategoryID(int idx, java.lang.String value)
value
- allowed object is
String
public java.util.Calendar getLastUpdateTime()
String
public void setLastUpdateTime(java.util.Calendar value)
value
- allowed object is
String
public java.lang.Integer getMaxNames()
Integer
public void setMaxNames(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getMaxValuesPerName()
Integer
public void setMaxValuesPerName(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getName()
String
public void setName(java.lang.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 java.util.List<CategoryItemSpecificsType> _getCategorySpecific()
public CategoryItemSpecificsType setCategorySpecific(int idx, CategoryItemSpecificsType value)
value
- allowed object is
CategoryItemSpecificsType
public java.lang.Boolean isExcludeRelationships()
Boolean
public void setExcludeRelationships(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isIncludeConfidence()
Boolean
public void setIncludeConfidence(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isCategorySpecificsFileInfo()
Boolean
public void setCategorySpecificsFileInfo(java.lang.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.