Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class SellingManagerAutoListAccordingToScheduleType

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

public class SellingManagerAutoListAccordingToScheduleType
extends Object
implements Serializable

Defines the options available for an Automated Listing Rule that keeps a fixed number of items on the site

Java class for SellingManagerAutoListAccordingToScheduleType complex type.

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

 <complexType name="SellingManagerAutoListAccordingToScheduleType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="DayOfWeek" type="{urn:ebay:apis:eBLBaseComponents}DayOfWeekCodeType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="ListingPeriodInWeeks" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="ListAtSpecificTimeOfDay" type="{http://www.w3.org/2001/XMLSchema}time" minOccurs="0"/>
         <element name="StartTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="EndTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="MaxActiveItemCount" 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  List<DayOfWeekCodeType> dayOfWeek
           
protected  Calendar endTime
           
protected  XMLGregorianCalendar listAtSpecificTimeOfDay
           
protected  Integer listingHoldInventoryLevel
           
protected  Integer listingPeriodInWeeks
           
protected  Integer maxActiveItemCount
           
protected  Calendar startTime
           
 
Constructor Summary
SellingManagerAutoListAccordingToScheduleType()
           
 
Method Summary
protected  List<Object> _getAny()
           
protected  List<DayOfWeekCodeType> _getDayOfWeek()
           
 Object[] getAny()
           
 Object getAny(int idx)
           
 int getAnyLength()
           
 DayOfWeekCodeType[] getDayOfWeek()
           
 DayOfWeekCodeType getDayOfWeek(int idx)
           
 int getDayOfWeekLength()
           
 Calendar getEndTime()
          Gets the value of the endTime property.
 XMLGregorianCalendar getListAtSpecificTimeOfDay()
          Gets the value of the listAtSpecificTimeOfDay property.
 Integer getListingHoldInventoryLevel()
          Gets the value of the listingHoldInventoryLevel property.
 Integer getListingPeriodInWeeks()
          Gets the value of the listingPeriodInWeeks property.
 Integer getMaxActiveItemCount()
          Gets the value of the maxActiveItemCount property.
 Calendar getStartTime()
          Gets the value of the startTime property.
 Object setAny(int idx, Object value)
           
 void setAny(Object[] values)
           
 void setDayOfWeek(DayOfWeekCodeType[] values)
           
 DayOfWeekCodeType setDayOfWeek(int idx, DayOfWeekCodeType value)
           
 void setEndTime(Calendar value)
          Sets the value of the endTime property.
 void setListAtSpecificTimeOfDay(XMLGregorianCalendar value)
          Sets the value of the listAtSpecificTimeOfDay property.
 void setListingHoldInventoryLevel(Integer value)
          Sets the value of the listingHoldInventoryLevel property.
 void setListingPeriodInWeeks(Integer value)
          Sets the value of the listingPeriodInWeeks property.
 void setMaxActiveItemCount(Integer value)
          Sets the value of the maxActiveItemCount property.
 void setStartTime(Calendar value)
          Sets the value of the startTime property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dayOfWeek

protected List<DayOfWeekCodeType> dayOfWeek

listingPeriodInWeeks

protected Integer listingPeriodInWeeks

listAtSpecificTimeOfDay

protected XMLGregorianCalendar listAtSpecificTimeOfDay

startTime

protected Calendar startTime

endTime

protected Calendar endTime

maxActiveItemCount

protected Integer maxActiveItemCount

listingHoldInventoryLevel

protected Integer listingHoldInventoryLevel

any

protected List<Object> any
Constructor Detail

SellingManagerAutoListAccordingToScheduleType

public SellingManagerAutoListAccordingToScheduleType()
Method Detail

getDayOfWeek

public DayOfWeekCodeType[] getDayOfWeek()
Returns:
array of DayOfWeekCodeType

getDayOfWeek

public DayOfWeekCodeType getDayOfWeek(int idx)
Returns:
one of DayOfWeekCodeType

getDayOfWeekLength

public int getDayOfWeekLength()

setDayOfWeek

public void setDayOfWeek(DayOfWeekCodeType[] values)
Parameters:
values - allowed objects are DayOfWeekCodeType

_getDayOfWeek

protected List<DayOfWeekCodeType> _getDayOfWeek()

setDayOfWeek

public DayOfWeekCodeType setDayOfWeek(int idx,
                                      DayOfWeekCodeType value)
Parameters:
value - allowed object is DayOfWeekCodeType

getListingPeriodInWeeks

public Integer getListingPeriodInWeeks()
Gets the value of the listingPeriodInWeeks property.

Returns:
possible object is Integer

setListingPeriodInWeeks

public void setListingPeriodInWeeks(Integer value)
Sets the value of the listingPeriodInWeeks property.

Parameters:
value - allowed object is Integer

getListAtSpecificTimeOfDay

public XMLGregorianCalendar getListAtSpecificTimeOfDay()
Gets the value of the listAtSpecificTimeOfDay property.

Returns:
possible object is XMLGregorianCalendar

setListAtSpecificTimeOfDay

public void setListAtSpecificTimeOfDay(XMLGregorianCalendar value)
Sets the value of the listAtSpecificTimeOfDay property.

Parameters:
value - allowed object is XMLGregorianCalendar

getStartTime

public Calendar getStartTime()
Gets the value of the startTime property.

Returns:
possible object is String

setStartTime

public void setStartTime(Calendar value)
Sets the value of the startTime property.

Parameters:
value - allowed object is String

getEndTime

public Calendar getEndTime()
Gets the value of the endTime property.

Returns:
possible object is String

setEndTime

public void setEndTime(Calendar value)
Sets the value of the endTime property.

Parameters:
value - allowed object is String

getMaxActiveItemCount

public Integer getMaxActiveItemCount()
Gets the value of the maxActiveItemCount property.

Returns:
possible object is Integer

setMaxActiveItemCount

public void setMaxActiveItemCount(Integer value)
Sets the value of the maxActiveItemCount 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.