public class SchedulingPolicyUnit extends BaseResource
Java class for SchedulingPolicyUnit complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SchedulingPolicyUnit"> <complexContent> <extension base="{}BaseResource"> <sequence> <element name="internal" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element ref="{}properties" minOccurs="0"/> </sequence> <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
Constructor and Description |
---|
SchedulingPolicyUnit() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getEnabled()
Gets the value of the enabled property.
|
Boolean |
getInternal()
Gets the value of the internal property.
|
Properties |
getPropertiesMetaData()
Gets the value of the propertiesMetaData property.
|
String |
getType()
Gets the value of the type property.
|
boolean |
isSetEnabled() |
boolean |
isSetInternal() |
boolean |
isSetPropertiesMetaData() |
boolean |
isSetType() |
void |
setEnabled(Boolean value)
Sets the value of the enabled property.
|
void |
setInternal(Boolean value)
Sets the value of the internal property.
|
void |
setPropertiesMetaData(Properties value)
Sets the value of the propertiesMetaData property.
|
void |
setType(String value)
Sets the value of the type 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 Boolean getInternal()
Boolean
public void setInternal(Boolean value)
value
- allowed object is
Boolean
public boolean isSetInternal()
public Boolean getEnabled()
Boolean
public void setEnabled(Boolean value)
value
- allowed object is
Boolean
public boolean isSetEnabled()
public Properties getPropertiesMetaData()
Properties
public void setPropertiesMetaData(Properties value)
value
- allowed object is
Properties
public boolean isSetPropertiesMetaData()
public String getType()
String
public void setType(String value)
value
- allowed object is
String
public boolean isSetType()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0