Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class SellingManagerAutoListMinActiveItemsType

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

public class SellingManagerAutoListMinActiveItemsType
extends Object
implements Serializable

Defines the options available for an automated listing rule that keeps a minimum number of items on the site.

Java class for SellingManagerAutoListMinActiveItemsType complex type.

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

 <complexType name="SellingManagerAutoListMinActiveItemsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="MinActiveItemCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="ListTimeFrom" type="{http://www.w3.org/2001/XMLSchema}time" minOccurs="0"/>
         <element name="ListTimeTo" type="{http://www.w3.org/2001/XMLSchema}time" minOccurs="0"/>
         <element name="SpacingIntervalInMinutes" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="ListingHoldInventoryLevel" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <any/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  List<Object> any
           
protected  Integer listingHoldInventoryLevel
           
protected  XMLGregorianCalendar listTimeFrom
           
protected  XMLGregorianCalendar listTimeTo
           
protected  Integer minActiveItemCount
           
protected  Integer spacingIntervalInMinutes
           
 
Constructor Summary
SellingManagerAutoListMinActiveItemsType()
           
 
Method Summary
protected  List<Object> _getAny()
           
 Object[] getAny()
           
 Object getAny(int idx)
           
 int getAnyLength()
           
 Integer getListingHoldInventoryLevel()
          Gets the value of the listingHoldInventoryLevel property.
 XMLGregorianCalendar getListTimeFrom()
          Gets the value of the listTimeFrom property.
 XMLGregorianCalendar getListTimeTo()
          Gets the value of the listTimeTo property.
 Integer getMinActiveItemCount()
          Gets the value of the minActiveItemCount property.
 Integer getSpacingIntervalInMinutes()
          Gets the value of the spacingIntervalInMinutes property.
 Object setAny(int idx, Object value)
           
 void setAny(Object[] values)
           
 void setListingHoldInventoryLevel(Integer value)
          Sets the value of the listingHoldInventoryLevel property.
 void setListTimeFrom(XMLGregorianCalendar value)
          Sets the value of the listTimeFrom property.
 void setListTimeTo(XMLGregorianCalendar value)
          Sets the value of the listTimeTo property.
 void setMinActiveItemCount(Integer value)
          Sets the value of the minActiveItemCount property.
 void setSpacingIntervalInMinutes(Integer value)
          Sets the value of the spacingIntervalInMinutes property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

minActiveItemCount

protected Integer minActiveItemCount

listTimeFrom

protected XMLGregorianCalendar listTimeFrom

listTimeTo

protected XMLGregorianCalendar listTimeTo

spacingIntervalInMinutes

protected Integer spacingIntervalInMinutes

listingHoldInventoryLevel

protected Integer listingHoldInventoryLevel

any

protected List<Object> any
Constructor Detail

SellingManagerAutoListMinActiveItemsType

public SellingManagerAutoListMinActiveItemsType()
Method Detail

getMinActiveItemCount

public Integer getMinActiveItemCount()
Gets the value of the minActiveItemCount property.

Returns:
possible object is Integer

setMinActiveItemCount

public void setMinActiveItemCount(Integer value)
Sets the value of the minActiveItemCount property.

Parameters:
value - allowed object is Integer

getListTimeFrom

public XMLGregorianCalendar getListTimeFrom()
Gets the value of the listTimeFrom property.

Returns:
possible object is XMLGregorianCalendar

setListTimeFrom

public void setListTimeFrom(XMLGregorianCalendar value)
Sets the value of the listTimeFrom property.

Parameters:
value - allowed object is XMLGregorianCalendar

getListTimeTo

public XMLGregorianCalendar getListTimeTo()
Gets the value of the listTimeTo property.

Returns:
possible object is XMLGregorianCalendar

setListTimeTo

public void setListTimeTo(XMLGregorianCalendar value)
Sets the value of the listTimeTo property.

Parameters:
value - allowed object is XMLGregorianCalendar

getSpacingIntervalInMinutes

public Integer getSpacingIntervalInMinutes()
Gets the value of the spacingIntervalInMinutes property.

Returns:
possible object is Integer

setSpacingIntervalInMinutes

public void setSpacingIntervalInMinutes(Integer value)
Sets the value of the spacingIntervalInMinutes property.

Parameters:
value - allowed object is Integer

getListingHoldInventoryLevel

public Integer getListingHoldInventoryLevel()
Gets the value of the listingHoldInventoryLevel property.

Returns:
possible object is Integer

setListingHoldInventoryLevel

public void setListingHoldInventoryLevel(Integer value)
Sets the value of the listingHoldInventoryLevel property.

Parameters:
value - allowed object is Integer

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.