Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class SellingManagerTemplateDetailsType

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

public class SellingManagerTemplateDetailsType
extends java.lang.Object
implements java.io.Serializable

Describes a Selling Manager Template

Java class for SellingManagerTemplateDetailsType complex type.

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

 <complexType name="SellingManagerTemplateDetailsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="SaleTemplateID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="SaleTemplateName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="SuccessPercent" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
         <element name="SellingManagerProductDetails" type="{urn:ebay:apis:eBLBaseComponents}SellingManagerProductDetailsType" minOccurs="0"/>
         <element name="Template" type="{urn:ebay:apis:eBLBaseComponents}ItemType" minOccurs="0"/>
         <any/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  java.util.List<java.lang.Object> any
           
protected  java.lang.String saleTemplateID
           
protected  java.lang.String saleTemplateName
           
protected  SellingManagerProductDetailsType sellingManagerProductDetails
           
protected  java.lang.Float successPercent
           
protected  ItemType template
           
 
Constructor Summary
SellingManagerTemplateDetailsType()
           
 
Method Summary
protected  java.util.List<java.lang.Object> _getAny()
           
 java.lang.Object[] getAny()
           
 java.lang.Object getAny(int idx)
           
 int getAnyLength()
           
 java.lang.String getSaleTemplateID()
          Gets the value of the saleTemplateID property.
 java.lang.String getSaleTemplateName()
          Gets the value of the saleTemplateName property.
 SellingManagerProductDetailsType getSellingManagerProductDetails()
          Gets the value of the sellingManagerProductDetails property.
 java.lang.Float getSuccessPercent()
          Gets the value of the successPercent property.
 ItemType getTemplate()
          Gets the value of the template property.
 java.lang.Object setAny(int idx, java.lang.Object value)
           
 void setAny(java.lang.Object[] values)
           
 void setSaleTemplateID(java.lang.String value)
          Sets the value of the saleTemplateID property.
 void setSaleTemplateName(java.lang.String value)
          Sets the value of the saleTemplateName property.
 void setSellingManagerProductDetails(SellingManagerProductDetailsType value)
          Sets the value of the sellingManagerProductDetails property.
 void setSuccessPercent(java.lang.Float value)
          Sets the value of the successPercent property.
 void setTemplate(ItemType value)
          Sets the value of the template property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

saleTemplateID

protected java.lang.String saleTemplateID

saleTemplateName

protected java.lang.String saleTemplateName

successPercent

protected java.lang.Float successPercent

sellingManagerProductDetails

protected SellingManagerProductDetailsType sellingManagerProductDetails

template

protected ItemType template

any

protected java.util.List<java.lang.Object> any
Constructor Detail

SellingManagerTemplateDetailsType

public SellingManagerTemplateDetailsType()
Method Detail

getSaleTemplateID

public java.lang.String getSaleTemplateID()
Gets the value of the saleTemplateID property.

Returns:
possible object is String

setSaleTemplateID

public void setSaleTemplateID(java.lang.String value)
Sets the value of the saleTemplateID property.

Parameters:
value - allowed object is String

getSaleTemplateName

public java.lang.String getSaleTemplateName()
Gets the value of the saleTemplateName property.

Returns:
possible object is String

setSaleTemplateName

public void setSaleTemplateName(java.lang.String value)
Sets the value of the saleTemplateName property.

Parameters:
value - allowed object is String

getSuccessPercent

public java.lang.Float getSuccessPercent()
Gets the value of the successPercent property.

Returns:
possible object is Float

setSuccessPercent

public void setSuccessPercent(java.lang.Float value)
Sets the value of the successPercent property.

Parameters:
value - allowed object is Float

getSellingManagerProductDetails

public SellingManagerProductDetailsType getSellingManagerProductDetails()
Gets the value of the sellingManagerProductDetails property.

Returns:
possible object is SellingManagerProductDetailsType

setSellingManagerProductDetails

public void setSellingManagerProductDetails(SellingManagerProductDetailsType value)
Sets the value of the sellingManagerProductDetails property.

Parameters:
value - allowed object is SellingManagerProductDetailsType

getTemplate

public ItemType getTemplate()
Gets the value of the template property.

Returns:
possible object is ItemType

setTemplate

public void setTemplate(ItemType value)
Sets the value of the template property.

Parameters:
value - allowed object is ItemType

getAny

public java.lang.Object[] getAny()
Returns:
array of Element Object

getAny

public java.lang.Object getAny(int idx)
Returns:
one of Element Object

getAnyLength

public int getAnyLength()

setAny

public void setAny(java.lang.Object[] values)
Parameters:
values - allowed objects are Element Object

_getAny

protected java.util.List<java.lang.Object> _getAny()

setAny

public java.lang.Object setAny(int idx,
                               java.lang.Object value)
Parameters:
value - allowed object is Element Object

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.