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()
Integer
public void setLow(int value)
value
- allowed object is
Integer
public boolean isSetLow()
public void unsetLow()
public int getHigh()
Integer
public void setHigh(int value)
value
- allowed object is
Integer
public boolean isSetHigh()
public void unsetHigh()
public int getDuration()
Integer
public void setDuration(int value)
value
- allowed object is
Integer
public boolean isSetDuration()
public void unsetDuration()
Copyright © 2012. All Rights Reserved.