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>
Modifier and Type | Field and Description |
---|---|
protected Boolean |
administrative |
protected Boolean |
mutable |
protected Permits |
permits |
protected User |
user |
actions, creationStatus, description, href, id, links, name
Constructor and Description |
---|
Role() |
Modifier and Type | Method and Description |
---|---|
Permits |
getPermits()
Gets the value of the permits property.
|
User |
getUser()
Gets the value of the user property.
|
Boolean |
isAdministrative()
Gets the value of the administrative property.
|
Boolean |
isMutable()
Gets the value of the mutable 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.
|
getActions, getCreationStatus, getDescription, getHref, getId, getLinks, getName, isSetActions, isSetCreationStatus, isSetDescription, isSetHref, isSetId, isSetLinks, isSetName, setActions, setCreationStatus, setDescription, setHref, setId, setName, unsetLinks
protected Boolean mutable
protected Boolean administrative
protected User user
protected Permits permits
public Boolean isMutable()
Boolean
public void setMutable(Boolean value)
value
- allowed object is
Boolean
public boolean isSetMutable()
public Boolean isAdministrative()
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 Permits getPermits()
Permits
public void setPermits(Permits value)
value
- allowed object is
Permits
public boolean isSetPermits()
Copyright © 2012. All Rights Reserved.