|
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.GetCategoryFeaturesRequestType
public class GetCategoryFeaturesRequestType
Returns information about the features that are applicable to different categories, such as listing durations, shipping term requirements, and Best Offer support.
Java class for GetCategoryFeaturesRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetCategoryFeaturesRequestType"> <complexContent> <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractRequestType"> <sequence> <element name="CategoryID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="LevelLimit" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="ViewAllNodes" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="FeatureID" type="{urn:ebay:apis:eBLBaseComponents}FeatureIDCodeType" maxOccurs="unbounded" minOccurs="0"/> <element name="AllFeaturesForCategory" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.Boolean |
allFeaturesForCategory
|
protected java.lang.String |
categoryID
|
protected java.util.List<FeatureIDCodeType> |
featureID
|
protected java.lang.Integer |
levelLimit
|
protected java.lang.Boolean |
viewAllNodes
|
Fields inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType |
---|
any, botBlock, detailLevel, endUserIP, errorHandling, errorLanguage, invocationID, messageID, outputSelector, version, warningLevel |
Constructor Summary | |
---|---|
GetCategoryFeaturesRequestType()
|
Method Summary | |
---|---|
protected java.util.List<FeatureIDCodeType> |
_getFeatureID()
|
java.lang.String |
getCategoryID()
Gets the value of the categoryID property. |
FeatureIDCodeType[] |
getFeatureID()
|
FeatureIDCodeType |
getFeatureID(int idx)
|
int |
getFeatureIDLength()
|
java.lang.Integer |
getLevelLimit()
Gets the value of the levelLimit property. |
java.lang.Boolean |
isAllFeaturesForCategory()
Gets the value of the allFeaturesForCategory property. |
java.lang.Boolean |
isViewAllNodes()
Gets the value of the viewAllNodes property. |
void |
setAllFeaturesForCategory(java.lang.Boolean value)
Sets the value of the allFeaturesForCategory property. |
void |
setCategoryID(java.lang.String value)
Sets the value of the categoryID property. |
void |
setFeatureID(FeatureIDCodeType[] values)
|
FeatureIDCodeType |
setFeatureID(int idx,
FeatureIDCodeType value)
|
void |
setLevelLimit(java.lang.Integer value)
Sets the value of the levelLimit property. |
void |
setViewAllNodes(java.lang.Boolean value)
Sets the value of the viewAllNodes 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.lang.String categoryID
protected java.lang.Integer levelLimit
protected java.lang.Boolean viewAllNodes
protected java.util.List<FeatureIDCodeType> featureID
protected java.lang.Boolean allFeaturesForCategory
Constructor Detail |
---|
public GetCategoryFeaturesRequestType()
Method Detail |
---|
public java.lang.String getCategoryID()
String
public void setCategoryID(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getLevelLimit()
Integer
public void setLevelLimit(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Boolean isViewAllNodes()
Boolean
public void setViewAllNodes(java.lang.Boolean value)
value
- allowed object is
Boolean
public FeatureIDCodeType[] getFeatureID()
FeatureIDCodeType
public FeatureIDCodeType getFeatureID(int idx)
FeatureIDCodeType
public int getFeatureIDLength()
public void setFeatureID(FeatureIDCodeType[] values)
values
- allowed objects are
FeatureIDCodeType
protected java.util.List<FeatureIDCodeType> _getFeatureID()
public FeatureIDCodeType setFeatureID(int idx, FeatureIDCodeType value)
value
- allowed object is
FeatureIDCodeType
public java.lang.Boolean isAllFeaturesForCategory()
Boolean
public void setAllFeaturesForCategory(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.