public class Filter extends BaseResource
Java class for Filter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Filter">
<complexContent>
<extension base="{}BaseResource">
<sequence>
<element ref="{}scheduling_policy_unit" minOccurs="0"/>
<element name="position" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
Filter() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getPosition()
Gets the value of the position property.
|
SchedulingPolicyUnit |
getSchedulingPolicyUnit()
Gets the value of the schedulingPolicyUnit property.
|
boolean |
isSetPosition() |
boolean |
isSetSchedulingPolicyUnit() |
void |
setPosition(Integer value)
Sets the value of the position property.
|
void |
setSchedulingPolicyUnit(SchedulingPolicyUnit value)
Sets the value of the schedulingPolicyUnit property.
|
getComment, getCreationStatus, getDescription, getHref, getId, getLinks, getName, isSetComment, isSetCreationStatus, isSetDescription, isSetHref, isSetId, isSetLinks, isSetName, setComment, setCreationStatus, setDescription, setHref, setId, setName, unsetLinksgetActions, isSetActions, setActionspublic SchedulingPolicyUnit getSchedulingPolicyUnit()
SchedulingPolicyUnitpublic void setSchedulingPolicyUnit(SchedulingPolicyUnit value)
value - allowed object is
SchedulingPolicyUnitpublic boolean isSetSchedulingPolicyUnit()
public Integer getPosition()
Integerpublic void setPosition(Integer value)
value - allowed object is
Integerpublic boolean isSetPosition()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0