public class WsACE extends Object
Java class for wsACE complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="wsACE">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="granted" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="permission" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="username" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
WsACE() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPermission()
Gets the value of the permission property.
|
String |
getUsername()
Gets the value of the username property.
|
boolean |
isGranted()
Gets the value of the granted property.
|
void |
setGranted(boolean value)
Sets the value of the granted property.
|
void |
setPermission(String value)
Sets the value of the permission property.
|
void |
setUsername(String value)
Sets the value of the username property.
|
public boolean isGranted()
public void setGranted(boolean value)
public String getPermission()
Stringpublic void setPermission(String value)
value - allowed object is
Stringpublic String getUsername()
StringCopyright © 2012 Nuxeo SA. All Rights Reserved.