public class

AclIdentity

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

Class Overview

Java class for AclIdentity complex type.

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

 <complexType name="AclIdentity">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="domain" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
       <attribute name="repositoryName" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String domain
protected String name
protected String repositoryName
Public Constructors
AclIdentity()
Public Methods
String getDomain()
Gets the value of the domain property.
String getName()
Gets the value of the name property.
String getRepositoryName()
Gets the value of the repositoryName property.
void setDomain(String value)
Sets the value of the domain property.
void setName(String value)
Sets the value of the name property.
void setRepositoryName(String value)
Sets the value of the repositoryName property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String domain

protected String name

protected String repositoryName

Public Constructors

public AclIdentity ()

Public Methods

public String getDomain ()

Gets the value of the domain property.

Returns
  • possible object is String

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public String getRepositoryName ()

Gets the value of the repositoryName property.

Returns
  • possible object is String

public void setDomain (String value)

Sets the value of the domain property.

Parameters
value Allowed object is String

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String

public void setRepositoryName (String value)

Sets the value of the repositoryName property.

Parameters
value Allowed object is String