public class SchedulingPolicy extends BaseResource
Java class for SchedulingPolicy complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SchedulingPolicy"> <complexContent> <extension base="{}BaseResource"> <sequence> <element name="policy" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="thresholds" type="{}SchedulingPolicyThresholds" minOccurs="0"/> <element name="locked" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="default_policy" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element ref="{}properties" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor and Description |
---|
SchedulingPolicy() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getDefaultPolicy()
Gets the value of the defaultPolicy property.
|
Boolean |
getLocked()
Gets the value of the locked property.
|
String |
getPolicy()
Gets the value of the policy property.
|
Properties |
getProperties()
Gets the value of the properties property.
|
SchedulingPolicyThresholds |
getThresholds()
Gets the value of the thresholds property.
|
boolean |
isSetDefaultPolicy() |
boolean |
isSetLocked() |
boolean |
isSetPolicy() |
boolean |
isSetProperties() |
boolean |
isSetThresholds() |
void |
setDefaultPolicy(Boolean value)
Sets the value of the defaultPolicy property.
|
void |
setLocked(Boolean value)
Sets the value of the locked property.
|
void |
setPolicy(String value)
Sets the value of the policy property.
|
void |
setProperties(Properties value)
Sets the value of the properties property.
|
void |
setThresholds(SchedulingPolicyThresholds value)
Sets the value of the thresholds property.
|
getComment, getCreationStatus, getDescription, getHref, getId, getLinks, getName, isSetComment, isSetCreationStatus, isSetDescription, isSetHref, isSetId, isSetLinks, isSetName, setComment, setCreationStatus, setDescription, setHref, setId, setName, unsetLinks
getActions, isSetActions, setActions
public String getPolicy()
String
public void setPolicy(String value)
value
- allowed object is
String
public boolean isSetPolicy()
public SchedulingPolicyThresholds getThresholds()
SchedulingPolicyThresholds
public void setThresholds(SchedulingPolicyThresholds value)
value
- allowed object is
SchedulingPolicyThresholds
public boolean isSetThresholds()
public Boolean getLocked()
Boolean
public void setLocked(Boolean value)
value
- allowed object is
Boolean
public boolean isSetLocked()
public Boolean getDefaultPolicy()
Boolean
public void setDefaultPolicy(Boolean value)
value
- allowed object is
Boolean
public boolean isSetDefaultPolicy()
public Properties getProperties()
Properties
public void setProperties(Properties value)
value
- allowed object is
Properties
public boolean isSetProperties()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0