com.ebay.soap.eBLBaseComponents
Class SellingManagerTemplateDetailsArrayType
java.lang.Object
com.ebay.soap.eBLBaseComponents.SellingManagerTemplateDetailsArrayType
- All Implemented Interfaces:
- java.io.Serializable
public class SellingManagerTemplateDetailsArrayType
- extends java.lang.Object
- implements java.io.Serializable
Type used by the SellingManagerTemplateDetailsArray container that is returned in the GetSellingManagerInventory and GetSellingManagerTemplates calls. The SellingManagerTemplateDetailsArray container consists of one or more Selling Manager Templates that match the input criteria.
Java class for SellingManagerTemplateDetailsArrayType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SellingManagerTemplateDetailsArrayType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SellingManagerTemplateDetails" type="{urn:ebay:apis:eBLBaseComponents}SellingManagerTemplateDetailsType" 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 |
sellingManagerTemplateDetails
protected java.util.List<SellingManagerTemplateDetailsType> sellingManagerTemplateDetails
SellingManagerTemplateDetailsArrayType
public SellingManagerTemplateDetailsArrayType()
getSellingManagerTemplateDetails
public SellingManagerTemplateDetailsType[] getSellingManagerTemplateDetails()
- Returns:
- array of
SellingManagerTemplateDetailsType
getSellingManagerTemplateDetails
public SellingManagerTemplateDetailsType getSellingManagerTemplateDetails(int idx)
- Returns:
- one of
SellingManagerTemplateDetailsType
getSellingManagerTemplateDetailsLength
public int getSellingManagerTemplateDetailsLength()
setSellingManagerTemplateDetails
public void setSellingManagerTemplateDetails(SellingManagerTemplateDetailsType[] values)
- Parameters:
values
- allowed objects are
SellingManagerTemplateDetailsType
_getSellingManagerTemplateDetails
protected java.util.List<SellingManagerTemplateDetailsType> _getSellingManagerTemplateDetails()
setSellingManagerTemplateDetails
public SellingManagerTemplateDetailsType setSellingManagerTemplateDetails(int idx,
SellingManagerTemplateDetailsType value)
- Parameters:
value
- allowed object is
SellingManagerTemplateDetailsType
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.