| java.lang.Object | |
| ↳ | com.emc.documentum.fs.datamodel.core.Aspect |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| intentModifier | |||||||||||
| name | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the intentModifier property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Sets the value of the intentModifier property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the intentModifier property.
AspectIntentModifier
Gets the value of the name property.
Sets the value of the intentModifier property.
| value | Allowed object is
AspectIntentModifier
|
|---|
Sets the value of the name property.
| value | Allowed object is String |
|---|