public class

SchedulingInfoType

extends Object
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.SchedulingInfoType

Class Overview

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>
 

Summary

Fields
protected Integer maxScheduledItems
protected Integer maxScheduledMinutes
protected Integer minScheduledMinutes
Public Constructors
SchedulingInfoType()
Public Methods
Integer getMaxScheduledItems()
Gets the value of the maxScheduledItems property.
Integer getMaxScheduledMinutes()
Gets the value of the maxScheduledMinutes property.
Integer getMinScheduledMinutes()
Gets the value of the minScheduledMinutes property.
void setMaxScheduledItems(Integer value)
Sets the value of the maxScheduledItems property.
void setMaxScheduledMinutes(Integer value)
Sets the value of the maxScheduledMinutes property.
void setMinScheduledMinutes(Integer value)
Sets the value of the minScheduledMinutes property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Integer maxScheduledItems

protected Integer maxScheduledMinutes

protected Integer minScheduledMinutes

Public Constructors

public SchedulingInfoType ()

Public Methods

public Integer getMaxScheduledItems ()

Gets the value of the maxScheduledItems property.

Returns
  • possible object is Integer

public Integer getMaxScheduledMinutes ()

Gets the value of the maxScheduledMinutes property.

Returns
  • possible object is Integer

public Integer getMinScheduledMinutes ()

Gets the value of the minScheduledMinutes property.

Returns
  • possible object is Integer

public void setMaxScheduledItems (Integer value)

Sets the value of the maxScheduledItems property.

Parameters
value Allowed object is Integer

public void setMaxScheduledMinutes (Integer value)

Sets the value of the maxScheduledMinutes property.

Parameters
value Allowed object is Integer

public void setMinScheduledMinutes (Integer value)

Sets the value of the minScheduledMinutes property.

Parameters
value Allowed object is Integer