com.ebay.soap.eBLBaseComponents
Class GeteBayDetailsRequestType
java.lang.Object
com.ebay.soap.eBLBaseComponents.AbstractRequestType
com.ebay.soap.eBLBaseComponents.GeteBayDetailsRequestType
- All Implemented Interfaces:
- Serializable
public class GeteBayDetailsRequestType
- extends AbstractRequestType
- implements 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
Fields inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType |
any, botBlock, detailLevel, endUserIP, errorHandling, errorLanguage, invocationID, messageID, outputSelector, version, warningLevel |
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 |
detailName
protected List<DetailNameCodeType> detailName
GeteBayDetailsRequestType
public GeteBayDetailsRequestType()
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 List<DetailNameCodeType> _getDetailName()
setDetailName
public DetailNameCodeType setDetailName(int idx,
DetailNameCodeType value)
- Parameters:
value
- allowed object is
DetailNameCodeType
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.