public class SchedulingPolicyThresholds extends Object
Java class for SchedulingPolicyThresholds complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SchedulingPolicyThresholds">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="low" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="high" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="duration" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
duration |
protected Integer |
high |
protected Integer |
low |
| Constructor and Description |
|---|
SchedulingPolicyThresholds() |
| Modifier and Type | Method and Description |
|---|---|
int |
getDuration()
Gets the value of the duration property.
|
int |
getHigh()
Gets the value of the high property.
|
int |
getLow()
Gets the value of the low property.
|
boolean |
isSetDuration() |
boolean |
isSetHigh() |
boolean |
isSetLow() |
void |
setDuration(int value)
Sets the value of the duration property.
|
void |
setHigh(int value)
Sets the value of the high property.
|
void |
setLow(int value)
Sets the value of the low property.
|
void |
unsetDuration() |
void |
unsetHigh() |
void |
unsetLow() |
protected Integer low
protected Integer high
protected Integer duration
public int getLow()
Integerpublic void setLow(int value)
value - allowed object is
Integerpublic boolean isSetLow()
public void unsetLow()
public int getHigh()
Integerpublic void setHigh(int value)
value - allowed object is
Integerpublic boolean isSetHigh()
public void unsetHigh()
public int getDuration()
Integerpublic void setDuration(int value)
value - allowed object is
Integerpublic boolean isSetDuration()
public void unsetDuration()
Copyright © 2012. All Rights Reserved.