public class Permit extends BaseResource
Java class for Permit complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Permit"> <complexContent> <extension base="{}BaseResource"> <sequence> <element name="administrative" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="role" type="{}Role" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor and Description |
---|
Permit() |
Modifier and Type | Method and Description |
---|---|
Role |
getRole()
Gets the value of the role property.
|
boolean |
isAdministrative()
Gets the value of the administrative property.
|
boolean |
isSetAdministrative() |
boolean |
isSetRole() |
void |
setAdministrative(boolean value)
Sets the value of the administrative property.
|
void |
setRole(Role value)
Sets the value of the role 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 isAdministrative()
public void setAdministrative(boolean value)
public boolean isSetAdministrative()
public void setRole(Role value)
value
- allowed object is
Role
public boolean isSetRole()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0