public class Role extends BaseResource
Java class for Role complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Role"> <complexContent> <extension base="{}BaseResource"> <sequence> <element name="mutable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="administrative" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="user" type="{}User" minOccurs="0"/> <element name="permits" type="{}Permits" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor and Description |
---|
Role() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getAdministrative()
Gets the value of the administrative property.
|
Boolean |
getMutable()
Gets the value of the mutable property.
|
Object |
getPermits()
Gets the value of the permits property.
|
User |
getUser()
Gets the value of the user property.
|
boolean |
isSetAdministrative() |
boolean |
isSetMutable() |
boolean |
isSetPermits() |
boolean |
isSetUser() |
void |
setAdministrative(Boolean value)
Sets the value of the administrative property.
|
void |
setMutable(Boolean value)
Sets the value of the mutable property.
|
void |
setPermits(Permits value)
Sets the value of the permits property.
|
void |
setUser(User value)
Sets the value of the user 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 getMutable()
Boolean
public void setMutable(Boolean value)
value
- allowed object is
Boolean
public boolean isSetMutable()
public Boolean getAdministrative()
Boolean
public void setAdministrative(Boolean value)
value
- allowed object is
Boolean
public boolean isSetAdministrative()
public void setUser(User value)
value
- allowed object is
User
public boolean isSetUser()
public Object getPermits()
Permits
public void setPermits(Permits value)
value
- allowed object is
Permits
public boolean isSetPermits()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0