public class

Acl

extends Object
java.lang.Object
   ↳ com.emc.documentum.fs.datamodel.core.acl.Acl

Class Overview

Java class for Acl complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Acl">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Identity" type="{http://acl.core.datamodel.fs.documentum.emc.com/}AclIdentity" minOccurs="0"/>
         <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="SystemCreated" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="Type" type="{http://acl.core.datamodel.fs.documentum.emc.com/}AclType" minOccurs="0"/>
         <element name="Visibility" type="{http://acl.core.datamodel.fs.documentum.emc.com/}AclVisibility" minOccurs="0"/>
         <element name="entries" type="{http://acl.core.datamodel.fs.documentum.emc.com/}AclEntry" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String description
protected List<AclEntry> entries
protected AclIdentity identity
protected boolean systemCreated
protected AclType type
protected AclVisibility visibility
Public Constructors
Acl()
Public Methods
String getDescription()
Gets the value of the description property.
List<AclEntry> getEntries()
Gets the value of the entries property.
AclIdentity getIdentity()
Gets the value of the identity property.
AclType getType()
Gets the value of the type property.
AclVisibility getVisibility()
Gets the value of the visibility property.
boolean isSystemCreated()
Gets the value of the systemCreated property.
void setDescription(String value)
Sets the value of the description property.
void setIdentity(AclIdentity value)
Sets the value of the identity property.
void setSystemCreated(boolean value)
Sets the value of the systemCreated property.
void setType(AclType value)
Sets the value of the type property.
void setVisibility(AclVisibility value)
Sets the value of the visibility property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String description

protected List<AclEntry> entries

protected AclIdentity identity

protected boolean systemCreated

protected AclType type

protected AclVisibility visibility

Public Constructors

public Acl ()

Public Methods

public String getDescription ()

Gets the value of the description property.

Returns
  • possible object is String

public List<AclEntry> getEntries ()

Gets the value of the entries property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the entries property.

For example, to add a new item, do as follows:

    getEntries().add(newItem);
 

Objects of the following type(s) are allowed in the list AclEntry

public AclIdentity getIdentity ()

Gets the value of the identity property.

Returns

public AclType getType ()

Gets the value of the type property.

Returns

public AclVisibility getVisibility ()

Gets the value of the visibility property.

Returns

public boolean isSystemCreated ()

Gets the value of the systemCreated property.

public void setDescription (String value)

Sets the value of the description property.

Parameters
value Allowed object is String

public void setIdentity (AclIdentity value)

Sets the value of the identity property.

Parameters
value Allowed object is AclIdentity

public void setSystemCreated (boolean value)

Sets the value of the systemCreated property.

Parameters
value

public void setType (AclType value)

Sets the value of the type property.

Parameters
value Allowed object is AclType

public void setVisibility (AclVisibility value)

Sets the value of the visibility property.

Parameters
value Allowed object is AclVisibility