Class Ace

java.lang.Object
com.github.sardine.model.Ace

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 Details

    • Ace

      public Ace()
  • Method Details

    • getPrincipal

      public Principal getPrincipal()
    • setPrincipal

      public void setPrincipal(Principal principal)
    • getGrant

      public Grant getGrant()
    • setGrant

      public void setGrant(Grant grant)
    • getDeny

      public Deny getDeny()
    • setDeny

      public void setDeny(Deny deny)
    • getInherited

      public Inherited getInherited()
    • setInherited

      public void setInherited(Inherited inherited)
    • getProtected

      public Protected getProtected()
    • setProtected

      public void setProtected(Protected protected1)