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, unsetLinks
getActions, isSetActions, setActions
public SchedulingPolicyUnit getSchedulingPolicyUnit()
SchedulingPolicyUnit
public void setSchedulingPolicyUnit(SchedulingPolicyUnit value)
value
- allowed object is
SchedulingPolicyUnit
public boolean isSetSchedulingPolicyUnit()
public Integer getPosition()
Integer
public void setPosition(Integer value)
value
- allowed object is
Integer
public boolean isSetPosition()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0