public class AccessControlEntryXto extends Object
Java class for AccessControlEntry complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AccessControlEntry">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="principal" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="privileges" type="{http://eclipse.org/stardust/ws/v2012a/api}Privileges" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
AccessControlEntryXto() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPrincipal()
Gets the value of the principal property.
|
PrivilegesXto |
getPrivileges()
Gets the value of the privileges property.
|
void |
setPrincipal(String value)
Sets the value of the principal property.
|
void |
setPrivileges(PrivilegesXto value)
Sets the value of the privileges property.
|
public String getPrincipal()
Stringpublic void setPrincipal(String value)
value - allowed object is
Stringpublic PrivilegesXto getPrivileges()
PrivilegesXtopublic void setPrivileges(PrivilegesXto value)
value - allowed object is
PrivilegesXtoCopyright © 2016 Eclipse Stardust. All Rights Reserved.