| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.SchedulingInfoType |
Contains information for Scheduling limits for the user. All dtails must be present,unless we will have revise call one day, just in case we might let's make min occur = 0
Java class for SchedulingInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SchedulingInfoType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="MaxScheduledMinutes" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="MinScheduledMinutes" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="MaxScheduledItems" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| maxScheduledItems | |||||||||||
| maxScheduledMinutes | |||||||||||
| minScheduledMinutes | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the maxScheduledItems property.
| |||||||||||
Gets the value of the maxScheduledMinutes property.
| |||||||||||
Gets the value of the minScheduledMinutes property.
| |||||||||||
Sets the value of the maxScheduledItems property.
| |||||||||||
Sets the value of the maxScheduledMinutes property.
| |||||||||||
Sets the value of the minScheduledMinutes property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the maxScheduledItems property.
Gets the value of the maxScheduledMinutes property.
Gets the value of the minScheduledMinutes property.
Sets the value of the maxScheduledItems property.
| value | Allowed object is Integer |
|---|
Sets the value of the maxScheduledMinutes property.
| value | Allowed object is Integer |
|---|
Sets the value of the minScheduledMinutes property.
| value | Allowed object is Integer |
|---|