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, unsetLinksgetActions, isSetActions, setActionspublic String getPolicy()
Stringpublic void setPolicy(String value)
value - allowed object is
Stringpublic boolean isSetPolicy()
public SchedulingPolicyThresholds getThresholds()
SchedulingPolicyThresholdspublic void setThresholds(SchedulingPolicyThresholds value)
value - allowed object is
SchedulingPolicyThresholdspublic boolean isSetThresholds()
public Boolean getLocked()
Booleanpublic void setLocked(Boolean value)
value - allowed object is
Booleanpublic boolean isSetLocked()
public Boolean getDefaultPolicy()
Booleanpublic void setDefaultPolicy(Boolean value)
value - allowed object is
Booleanpublic boolean isSetDefaultPolicy()
public Properties getProperties()
Propertiespublic void setProperties(Properties value)
value - allowed object is
Propertiespublic boolean isSetProperties()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0