public class SchedulingInfoType
extends java.lang.Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Integer |
maxScheduledItems |
protected java.lang.Integer |
maxScheduledMinutes |
protected java.lang.Integer |
minScheduledMinutes |
| Constructor and Description |
|---|
SchedulingInfoType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getMaxScheduledItems()
Gets the value of the maxScheduledItems property.
|
java.lang.Integer |
getMaxScheduledMinutes()
Gets the value of the maxScheduledMinutes property.
|
java.lang.Integer |
getMinScheduledMinutes()
Gets the value of the minScheduledMinutes property.
|
void |
setMaxScheduledItems(java.lang.Integer value)
Sets the value of the maxScheduledItems property.
|
void |
setMaxScheduledMinutes(java.lang.Integer value)
Sets the value of the maxScheduledMinutes property.
|
void |
setMinScheduledMinutes(java.lang.Integer value)
Sets the value of the minScheduledMinutes property.
|
protected java.lang.Integer maxScheduledMinutes
protected java.lang.Integer minScheduledMinutes
protected java.lang.Integer maxScheduledItems
public java.lang.Integer getMaxScheduledMinutes()
Integerpublic void setMaxScheduledMinutes(java.lang.Integer value)
value - the value
allowed object is
Integerpublic java.lang.Integer getMinScheduledMinutes()
Integerpublic void setMinScheduledMinutes(java.lang.Integer value)
value - the value
allowed object is
Integerpublic java.lang.Integer getMaxScheduledItems()
Integerpublic void setMaxScheduledItems(java.lang.Integer value)
value - the value
allowed object is
IntegerstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.