Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class GetCategorySpecificsResponseType

java.lang.Object
  extended by com.ebay.soap.eBLBaseComponents.AbstractResponseType
      extended by com.ebay.soap.eBLBaseComponents.GetCategorySpecificsResponseType
All Implemented Interfaces:
java.io.Serializable

public class GetCategorySpecificsResponseType
extends AbstractResponseType
implements java.io.Serializable

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>
 

See Also:
Serialized Form

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 com.ebay.soap.eBLBaseComponents.AbstractResponseType
_getAny, _getErrors, getAck, getAny, getAny, getAnyLength, getBotBlock, getBuild, getCorrelationID, getDuplicateInvocationDetails, getEIASToken, getErrors, getErrors, getErrorsLength, getExternalUserData, getHardExpirationWarning, getMessage, getNotificationEventName, getNotificationSignature, getRecipientUserID, getTimestamp, getVersion, setAck, setAny, setAny, setBotBlock, setBuild, setCorrelationID, setDuplicateInvocationDetails, setEIASToken, setErrors, setErrors, setExternalUserData, setHardExpirationWarning, setMessage, setNotificationEventName, setNotificationSignature, setRecipientUserID, setTimestamp, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

recommendations

protected java.util.List<RecommendationsType> recommendations

taskReferenceID

protected java.lang.String taskReferenceID

fileReferenceID

protected java.lang.String fileReferenceID
Constructor Detail

GetCategorySpecificsResponseType

public GetCategorySpecificsResponseType()
Method Detail

getRecommendations

public RecommendationsType[] getRecommendations()
Returns:
array of RecommendationsType

getRecommendations

public RecommendationsType getRecommendations(int idx)
Returns:
one of RecommendationsType

getRecommendationsLength

public int getRecommendationsLength()

setRecommendations

public void setRecommendations(RecommendationsType[] values)
Parameters:
values - allowed objects are RecommendationsType

_getRecommendations

protected java.util.List<RecommendationsType> _getRecommendations()

setRecommendations

public RecommendationsType setRecommendations(int idx,
                                              RecommendationsType value)
Parameters:
value - allowed object is RecommendationsType

getTaskReferenceID

public java.lang.String getTaskReferenceID()
Gets the value of the taskReferenceID property.

Returns:
possible object is String

setTaskReferenceID

public void setTaskReferenceID(java.lang.String value)
Sets the value of the taskReferenceID property.

Parameters:
value - allowed object is String

getFileReferenceID

public java.lang.String getFileReferenceID()
Gets the value of the fileReferenceID property.

Returns:
possible object is String

setFileReferenceID

public void setFileReferenceID(java.lang.String value)
Sets the value of the fileReferenceID property.

Parameters:
value - allowed object is String

Changes since
the last release

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.