Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class SellingManagerAutoListAccordingToScheduleType

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

public class SellingManagerAutoListAccordingToScheduleType
extends java.lang.Object
implements java.io.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  java.util.List<java.lang.Object> any
           
protected  java.util.List<DayOfWeekCodeType> dayOfWeek
           
protected  java.util.Calendar endTime
           
protected  javax.xml.datatype.XMLGregorianCalendar listAtSpecificTimeOfDay
           
protected  java.lang.Integer listingHoldInventoryLevel
           
protected  java.lang.Integer listingPeriodInWeeks
           
protected  java.lang.Integer maxActiveItemCount
           
protected  java.util.Calendar startTime
           
 
Constructor Summary
SellingManagerAutoListAccordingToScheduleType()
           
 
Method Summary
protected  java.util.List<java.lang.Object> _getAny()
           
protected  java.util.List<DayOfWeekCodeType> _getDayOfWeek()
           
 java.lang.Object[] getAny()
           
 java.lang.Object getAny(int idx)
           
 int getAnyLength()
           
 DayOfWeekCodeType[] getDayOfWeek()
           
 DayOfWeekCodeType getDayOfWeek(int idx)
           
 int getDayOfWeekLength()
           
 java.util.Calendar getEndTime()
          Gets the value of the endTime property.
 javax.xml.datatype.XMLGregorianCalendar getListAtSpecificTimeOfDay()
          Gets the value of the listAtSpecificTimeOfDay property.
 java.lang.Integer getListingHoldInventoryLevel()
          Gets the value of the listingHoldInventoryLevel property.
 java.lang.Integer getListingPeriodInWeeks()
          Gets the value of the listingPeriodInWeeks property.
 java.lang.Integer getMaxActiveItemCount()
          Gets the value of the maxActiveItemCount property.
 java.util.Calendar getStartTime()
          Gets the value of the startTime property.
 java.lang.Object setAny(int idx, java.lang.Object value)
           
 void setAny(java.lang.Object[] values)
           
 void setDayOfWeek(DayOfWeekCodeType[] values)
           
 DayOfWeekCodeType setDayOfWeek(int idx, DayOfWeekCodeType value)
           
 void setEndTime(java.util.Calendar value)
          Sets the value of the endTime property.
 void setListAtSpecificTimeOfDay(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the listAtSpecificTimeOfDay property.
 void setListingHoldInventoryLevel(java.lang.Integer value)
          Sets the value of the listingHoldInventoryLevel property.
 void setListingPeriodInWeeks(java.lang.Integer value)
          Sets the value of the listingPeriodInWeeks property.
 void setMaxActiveItemCount(java.lang.Integer value)
          Sets the value of the maxActiveItemCount property.
 void setStartTime(java.util.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 java.util.List<DayOfWeekCodeType> dayOfWeek

listingPeriodInWeeks

protected java.lang.Integer listingPeriodInWeeks

listAtSpecificTimeOfDay

protected javax.xml.datatype.XMLGregorianCalendar listAtSpecificTimeOfDay

startTime

protected java.util.Calendar startTime

endTime

protected java.util.Calendar endTime

maxActiveItemCount

protected java.lang.Integer maxActiveItemCount

listingHoldInventoryLevel

protected java.lang.Integer listingHoldInventoryLevel

any

protected java.util.List<java.lang.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 java.util.List<DayOfWeekCodeType> _getDayOfWeek()

setDayOfWeek

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

getListingPeriodInWeeks

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

Returns:
possible object is Integer

setListingPeriodInWeeks

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

Parameters:
value - allowed object is Integer

getListAtSpecificTimeOfDay

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

Returns:
possible object is XMLGregorianCalendar

setListAtSpecificTimeOfDay

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

Parameters:
value - allowed object is XMLGregorianCalendar

getStartTime

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

Returns:
possible object is String

setStartTime

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

Parameters:
value - allowed object is String

getEndTime

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

Returns:
possible object is String

setEndTime

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

Parameters:
value - allowed object is String

getMaxActiveItemCount

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

Returns:
possible object is Integer

setMaxActiveItemCount

public void setMaxActiveItemCount(java.lang.Integer value)
Sets the value of the maxActiveItemCount property.

Parameters:
value - allowed object is Integer

getListingHoldInventoryLevel

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

Returns:
possible object is Integer

setListingHoldInventoryLevel

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

Parameters:
value - allowed object is Integer

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.