|
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.AbstractResponseType
com.ebay.soap.eBLBaseComponents.GetCategorySpecificsResponseType
public class GetCategorySpecificsResponseType
This is the base response type for the GetCategorySpecifics call. This call retrieves recommended Item Specifics names and values for one or multiple eBay Categories.
Java class for GetCategorySpecificsResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetCategorySpecificsResponseType"> <complexContent> <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractResponseType"> <sequence> <element name="Recommendations" type="{urn:ebay:apis:eBLBaseComponents}RecommendationsType" maxOccurs="unbounded" minOccurs="0"/> <element name="TaskReferenceID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="FileReferenceID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
fileReferenceID
|
protected java.util.List<RecommendationsType> |
recommendations
|
protected java.lang.String |
taskReferenceID
|
Fields inherited from class com.ebay.soap.eBLBaseComponents.AbstractResponseType |
---|
ack, any, botBlock, build, correlationID, duplicateInvocationDetails, eiasToken, errors, externalUserData, hardExpirationWarning, message, notificationEventName, notificationSignature, recipientUserID, timestamp, version |
Constructor Summary | |
---|---|
GetCategorySpecificsResponseType()
|
Method Summary | |
---|---|
protected java.util.List<RecommendationsType> |
_getRecommendations()
|
java.lang.String |
getFileReferenceID()
Gets the value of the fileReferenceID property. |
RecommendationsType[] |
getRecommendations()
|
RecommendationsType |
getRecommendations(int idx)
|
int |
getRecommendationsLength()
|
java.lang.String |
getTaskReferenceID()
Gets the value of the taskReferenceID property. |
void |
setFileReferenceID(java.lang.String value)
Sets the value of the fileReferenceID property. |
RecommendationsType |
setRecommendations(int idx,
RecommendationsType value)
|
void |
setRecommendations(RecommendationsType[] values)
|
void |
setTaskReferenceID(java.lang.String value)
Sets the value of the taskReferenceID property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.util.List<RecommendationsType> recommendations
protected java.lang.String taskReferenceID
protected java.lang.String fileReferenceID
Constructor Detail |
---|
public GetCategorySpecificsResponseType()
Method Detail |
---|
public RecommendationsType[] getRecommendations()
RecommendationsType
public RecommendationsType getRecommendations(int idx)
RecommendationsType
public int getRecommendationsLength()
public void setRecommendations(RecommendationsType[] values)
values
- allowed objects are
RecommendationsType
protected java.util.List<RecommendationsType> _getRecommendations()
public RecommendationsType setRecommendations(int idx, RecommendationsType value)
value
- allowed object is
RecommendationsType
public java.lang.String getTaskReferenceID()
String
public void setTaskReferenceID(java.lang.String value)
value
- allowed object is
String
public java.lang.String getFileReferenceID()
String
public void setFileReferenceID(java.lang.String value)
value
- allowed object is
String
|
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.