public class

AclPackage

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

Class Overview

Java class for AclPackage complex type.

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

 <complexType name="AclPackage">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Acls" type="{http://acl.core.datamodel.fs.documentum.emc.com/}Acl" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="isInternal" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<Acl> acls
protected boolean isInternal
Public Constructors
AclPackage()
Public Methods
List<Acl> getAcls()
Gets the value of the acls property.
boolean isIsInternal()
Gets the value of the isInternal property.
void setIsInternal(boolean value)
Sets the value of the isInternal property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<Acl> acls

protected boolean isInternal

Public Constructors

public AclPackage ()

Public Methods

public List<Acl> getAcls ()

Gets the value of the acls 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 acls property.

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

    getAcls().add(newItem);
 

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

public boolean isIsInternal ()

Gets the value of the isInternal property.

public void setIsInternal (boolean value)

Sets the value of the isInternal property.

Parameters
value