| java.lang.Object | |
| ↳ | com.emc.documentum.fs.datamodel.core.Relationship |
Known Direct Subclasses
|
Java class for Relationship complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Relationship">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="RelationshipProperties" type="{http://properties.core.datamodel.fs.documentum.emc.com/}PropertySet" minOccurs="0"/>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="targetRole" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="intentModifier" type="{http://core.datamodel.fs.documentum.emc.com/}RelationshipIntentModifier" />
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| intentModifier | |||||||||||
| name | |||||||||||
| relationshipProperties | |||||||||||
| targetRole | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the intentModifier property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Gets the value of the relationshipProperties property.
| |||||||||||
Gets the value of the targetRole property.
| |||||||||||
Sets the value of the intentModifier property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
Sets the value of the relationshipProperties property.
| |||||||||||
Sets the value of the targetRole property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the intentModifier property.
RelationshipIntentModifier
Gets the value of the name property.
Gets the value of the relationshipProperties property.
PropertySet
Gets the value of the targetRole property.
Sets the value of the intentModifier property.
| value | Allowed object is
RelationshipIntentModifier
|
|---|
Sets the value of the name property.
| value | Allowed object is String |
|---|
Sets the value of the relationshipProperties property.
| value | Allowed object is
PropertySet
|
|---|
Sets the value of the targetRole property.
| value | Allowed object is String |
|---|