public class

Permission

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

Class Overview

Java class for Permission complex type.

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

 <complexType name="Permission">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
       </sequence>
       <attribute name="type" use="required" type="{http://core.datamodel.fs.documentum.emc.com/}PermissionType" />
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String name
protected PermissionType type
Public Constructors
Permission()
Public Methods
String getName()
Gets the value of the name property.
PermissionType getType()
Gets the value of the type property.
void setName(String value)
Sets the value of the name property.
void setType(PermissionType value)
Sets the value of the type property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String name

protected PermissionType type

Public Constructors

public Permission ()

Public Methods

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public PermissionType getType ()

Gets the value of the type property.

Returns

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String

public void setType (PermissionType value)

Sets the value of the type property.

Parameters
value Allowed object is PermissionType