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>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
administrative |
protected Role |
role |
actions, creationStatus, description, href, id, links, name| 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.
|
getActions, getCreationStatus, getDescription, getHref, getId, getLinks, getName, isSetActions, isSetCreationStatus, isSetDescription, isSetHref, isSetId, isSetLinks, isSetName, setActions, setCreationStatus, setDescription, setHref, setId, setName, unsetLinksprotected boolean administrative
protected Role role
public boolean isAdministrative()
public void setAdministrative(boolean value)
public boolean isSetAdministrative()
public void setRole(Role value)
value - allowed object is
Rolepublic boolean isSetRole()
Copyright © 2012. All Rights Reserved.