Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class SupportedSellerProfilesType

java.lang.Object
  extended by com.ebay.soap.eBLBaseComponents.SupportedSellerProfilesType
All Implemented Interfaces:
Serializable

public class SupportedSellerProfilesType
extends Object
implements 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

Field Summary
protected  List<SupportedSellerProfileType> supportedSellerProfile
           
 
Constructor Summary
SupportedSellerProfilesType()
           
 
Method Summary
protected  List<SupportedSellerProfileType> _getSupportedSellerProfile()
           
 SupportedSellerProfileType[] getSupportedSellerProfile()
           
 SupportedSellerProfileType getSupportedSellerProfile(int idx)
           
 int getSupportedSellerProfileLength()
           
 SupportedSellerProfileType setSupportedSellerProfile(int idx, SupportedSellerProfileType value)
           
 void setSupportedSellerProfile(SupportedSellerProfileType[] values)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

supportedSellerProfile

protected List<SupportedSellerProfileType> supportedSellerProfile
Constructor Detail

SupportedSellerProfilesType

public SupportedSellerProfilesType()
Method Detail

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 List<SupportedSellerProfileType> _getSupportedSellerProfile()

setSupportedSellerProfile

public SupportedSellerProfileType setSupportedSellerProfile(int idx,
                                                            SupportedSellerProfileType value)
Parameters:
value - allowed object is SupportedSellerProfileType

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.