public class Ace extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<D:owner>
<D:href>http://www.example.com/acl/users/gstein</D:href>
</D:owner>
| Constructor and Description |
|---|
Ace() |
| Modifier and Type | Method and Description |
|---|---|
Deny |
getDeny() |
Grant |
getGrant() |
Inherited |
getInherited() |
Principal |
getPrincipal() |
Protected |
getProtected() |
void |
setDeny(Deny deny) |
void |
setGrant(Grant grant) |
void |
setInherited(Inherited inherited) |
void |
setPrincipal(Principal principal) |
void |
setProtected(Protected protected1) |
public Principal getPrincipal()
public void setPrincipal(Principal principal)
public Grant getGrant()
public void setGrant(Grant grant)
public Deny getDeny()
public void setDeny(Deny deny)
public Inherited getInherited()
public void setInherited(Inherited inherited)
public Protected getProtected()
public void setProtected(Protected protected1)
Copyright © 2019. All rights reserved.