com.ebay.soap.eBLBaseComponents
Class SupportedSellerProfilesType
java.lang.Object
com.ebay.soap.eBLBaseComponents.SupportedSellerProfilesType
- All Implemented Interfaces:
- java.io.Serializable
public class SupportedSellerProfilesType
- extends java.lang.Object
- implements java.io.Serializable
Type defining the SupportedSellerProfiles container for all payment,
return, and shipping policy profiles that a seller has defined for a site.
Java class for SupportedSellerProfilesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SupportedSellerProfilesType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SupportedSellerProfile" type="{urn:ebay:apis:eBLBaseComponents}SupportedSellerProfileType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
supportedSellerProfile
protected java.util.List<SupportedSellerProfileType> supportedSellerProfile
SupportedSellerProfilesType
public SupportedSellerProfilesType()
getSupportedSellerProfile
public SupportedSellerProfileType[] getSupportedSellerProfile()
- Returns:
- array of
SupportedSellerProfileType
getSupportedSellerProfile
public SupportedSellerProfileType getSupportedSellerProfile(int idx)
- Returns:
- one of
SupportedSellerProfileType
getSupportedSellerProfileLength
public int getSupportedSellerProfileLength()
setSupportedSellerProfile
public void setSupportedSellerProfile(SupportedSellerProfileType[] values)
- Parameters:
values
- allowed objects are
SupportedSellerProfileType
_getSupportedSellerProfile
protected java.util.List<SupportedSellerProfileType> _getSupportedSellerProfile()
setSupportedSellerProfile
public SupportedSellerProfileType setSupportedSellerProfile(int idx,
SupportedSellerProfileType value)
- Parameters:
value
- allowed object is
SupportedSellerProfileType
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.