Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class SellingManagerAutoListType

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

public class SellingManagerAutoListType
extends Object
implements Serializable

Provides information about an automated listing rule. Automated listing rules cannot be combined with automated relisting rules. A template can have one set of information per automated listing rule specified.

Java class for SellingManagerAutoListType complex type.

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

 <complexType name="SellingManagerAutoListType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="SourceSaleTemplateID" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="KeepMinActive" type="{urn:ebay:apis:eBLBaseComponents}SellingManagerAutoListMinActiveItemsType" minOccurs="0"/>
         <element name="ListAccordingToSchedule" type="{urn:ebay:apis:eBLBaseComponents}SellingManagerAutoListAccordingToScheduleType" minOccurs="0"/>
         <any/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  List<Object> any
           
protected  SellingManagerAutoListMinActiveItemsType keepMinActive
           
protected  SellingManagerAutoListAccordingToScheduleType listAccordingToSchedule
           
protected  Long sourceSaleTemplateID
           
 
Constructor Summary
SellingManagerAutoListType()
           
 
Method Summary
protected  List<Object> _getAny()
           
 Object[] getAny()
           
 Object getAny(int idx)
           
 int getAnyLength()
           
 SellingManagerAutoListMinActiveItemsType getKeepMinActive()
          Gets the value of the keepMinActive property.
 SellingManagerAutoListAccordingToScheduleType getListAccordingToSchedule()
          Gets the value of the listAccordingToSchedule property.
 Long getSourceSaleTemplateID()
          Gets the value of the sourceSaleTemplateID property.
 Object setAny(int idx, Object value)
           
 void setAny(Object[] values)
           
 void setKeepMinActive(SellingManagerAutoListMinActiveItemsType value)
          Sets the value of the keepMinActive property.
 void setListAccordingToSchedule(SellingManagerAutoListAccordingToScheduleType value)
          Sets the value of the listAccordingToSchedule property.
 void setSourceSaleTemplateID(Long value)
          Sets the value of the sourceSaleTemplateID property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sourceSaleTemplateID

protected Long sourceSaleTemplateID

keepMinActive

protected SellingManagerAutoListMinActiveItemsType keepMinActive

listAccordingToSchedule

protected SellingManagerAutoListAccordingToScheduleType listAccordingToSchedule

any

protected List<Object> any
Constructor Detail

SellingManagerAutoListType

public SellingManagerAutoListType()
Method Detail

getSourceSaleTemplateID

public Long getSourceSaleTemplateID()
Gets the value of the sourceSaleTemplateID property.

Returns:
possible object is Long

setSourceSaleTemplateID

public void setSourceSaleTemplateID(Long value)
Sets the value of the sourceSaleTemplateID property.

Parameters:
value - allowed object is Long

getKeepMinActive

public SellingManagerAutoListMinActiveItemsType getKeepMinActive()
Gets the value of the keepMinActive property.

Returns:
possible object is SellingManagerAutoListMinActiveItemsType

setKeepMinActive

public void setKeepMinActive(SellingManagerAutoListMinActiveItemsType value)
Sets the value of the keepMinActive property.

Parameters:
value - allowed object is SellingManagerAutoListMinActiveItemsType

getListAccordingToSchedule

public SellingManagerAutoListAccordingToScheduleType getListAccordingToSchedule()
Gets the value of the listAccordingToSchedule property.

Returns:
possible object is SellingManagerAutoListAccordingToScheduleType

setListAccordingToSchedule

public void setListAccordingToSchedule(SellingManagerAutoListAccordingToScheduleType value)
Sets the value of the listAccordingToSchedule property.

Parameters:
value - allowed object is SellingManagerAutoListAccordingToScheduleType

getAny

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

getAny

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

getAnyLength

public int getAnyLength()

setAny

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

_getAny

protected List<Object> _getAny()

setAny

public Object setAny(int idx,
                     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.