Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class GeteBayDetailsRequestType

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

public class GeteBayDetailsRequestType
extends AbstractRequestType
implements java.io.Serializable

This is the base request type for the GeteBayDetails call. This call retrieves the latest eBay feature-related metadata values that are supported when listing items. This metadata includes country codes, currency codes, Item Specifics thresholds, supported Return Policy values, available shipping carriers and shipping service options, and more. This call may be used to keep metadata up-to-date in your applications.

In some cases, the data returned in the response will vary according to the eBay site that you use for the request.

Java class for GeteBayDetailsRequestType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GeteBayDetailsRequestType">
   <complexContent>
     <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractRequestType">
       <sequence>
         <element name="DetailName" type="{urn:ebay:apis:eBLBaseComponents}DetailNameCodeType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  java.util.List<DetailNameCodeType> detailName
           
 
Fields inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType
any, botBlock, detailLevel, endUserIP, errorHandling, errorLanguage, invocationID, messageID, outputSelector, version, warningLevel
 
Constructor Summary
GeteBayDetailsRequestType()
           
 
Method Summary
protected  java.util.List<DetailNameCodeType> _getDetailName()
           
 DetailNameCodeType[] getDetailName()
           
 DetailNameCodeType getDetailName(int idx)
           
 int getDetailNameLength()
           
 void setDetailName(DetailNameCodeType[] values)
           
 DetailNameCodeType setDetailName(int idx, DetailNameCodeType value)
           
 
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

detailName

protected java.util.List<DetailNameCodeType> detailName
Constructor Detail

GeteBayDetailsRequestType

public GeteBayDetailsRequestType()
Method Detail

getDetailName

public DetailNameCodeType[] getDetailName()
Returns:
array of DetailNameCodeType

getDetailName

public DetailNameCodeType getDetailName(int idx)
Returns:
one of DetailNameCodeType

getDetailNameLength

public int getDetailNameLength()

setDetailName

public void setDetailName(DetailNameCodeType[] values)
Parameters:
values - allowed objects are DetailNameCodeType

_getDetailName

protected java.util.List<DetailNameCodeType> _getDetailName()

setDetailName

public DetailNameCodeType setDetailName(int idx,
                                        DetailNameCodeType value)
Parameters:
value - allowed object is DetailNameCodeType

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.