|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ebay.soap.eBLBaseComponents.SellingManagerAutoListAccordingToScheduleType
public class SellingManagerAutoListAccordingToScheduleType
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>
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 |
---|
protected java.util.List<DayOfWeekCodeType> dayOfWeek
protected java.lang.Integer listingPeriodInWeeks
protected javax.xml.datatype.XMLGregorianCalendar listAtSpecificTimeOfDay
protected java.util.Calendar startTime
protected java.util.Calendar endTime
protected java.lang.Integer maxActiveItemCount
protected java.lang.Integer listingHoldInventoryLevel
protected java.util.List<java.lang.Object> any
Constructor Detail |
---|
public SellingManagerAutoListAccordingToScheduleType()
Method Detail |
---|
public DayOfWeekCodeType[] getDayOfWeek()
DayOfWeekCodeType
public DayOfWeekCodeType getDayOfWeek(int idx)
DayOfWeekCodeType
public int getDayOfWeekLength()
public void setDayOfWeek(DayOfWeekCodeType[] values)
values
- allowed objects are
DayOfWeekCodeType
protected java.util.List<DayOfWeekCodeType> _getDayOfWeek()
public DayOfWeekCodeType setDayOfWeek(int idx, DayOfWeekCodeType value)
value
- allowed object is
DayOfWeekCodeType
public java.lang.Integer getListingPeriodInWeeks()
Integer
public void setListingPeriodInWeeks(java.lang.Integer value)
value
- allowed object is
Integer
public javax.xml.datatype.XMLGregorianCalendar getListAtSpecificTimeOfDay()
XMLGregorianCalendar
public void setListAtSpecificTimeOfDay(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public java.util.Calendar getStartTime()
String
public void setStartTime(java.util.Calendar value)
value
- allowed object is
String
public java.util.Calendar getEndTime()
String
public void setEndTime(java.util.Calendar value)
value
- allowed object is
String
public java.lang.Integer getMaxActiveItemCount()
Integer
public void setMaxActiveItemCount(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getListingHoldInventoryLevel()
Integer
public void setListingHoldInventoryLevel(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Object[] getAny()
Element
Object
public java.lang.Object getAny(int idx)
Element
Object
public int getAnyLength()
public void setAny(java.lang.Object[] values)
values
- allowed objects are
Element
Object
protected java.util.List<java.lang.Object> _getAny()
public java.lang.Object setAny(int idx, java.lang.Object value)
value
- allowed object is
Element
Object
|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.