public class

Aspect

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

Class Overview

Java class for Aspect complex type.

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

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

Summary

Fields
protected AspectIntentModifier intentModifier
protected String name
Public Constructors
Aspect()
Public Methods
AspectIntentModifier getIntentModifier()
Gets the value of the intentModifier property.
String getName()
Gets the value of the name property.
void setIntentModifier(AspectIntentModifier value)
Sets the value of the intentModifier property.
void setName(String value)
Sets the value of the name property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected AspectIntentModifier intentModifier

protected String name

Public Constructors

public Aspect ()

Public Methods

public AspectIntentModifier getIntentModifier ()

Gets the value of the intentModifier property.

Returns

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public void setIntentModifier (AspectIntentModifier value)

Sets the value of the intentModifier property.

Parameters
value Allowed object is AspectIntentModifier

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String