public abstract class

Relationship

extends Object
java.lang.Object
   ↳ com.emc.documentum.fs.datamodel.core.Relationship
Known Direct Subclasses

Class Overview

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>
 

Summary

Fields
protected RelationshipIntentModifier intentModifier
protected String name
protected PropertySet relationshipProperties
protected String targetRole
Public Constructors
Relationship()
Public Methods
RelationshipIntentModifier getIntentModifier()
Gets the value of the intentModifier property.
String getName()
Gets the value of the name property.
PropertySet getRelationshipProperties()
Gets the value of the relationshipProperties property.
String getTargetRole()
Gets the value of the targetRole property.
void setIntentModifier(RelationshipIntentModifier value)
Sets the value of the intentModifier property.
void setName(String value)
Sets the value of the name property.
void setRelationshipProperties(PropertySet value)
Sets the value of the relationshipProperties property.
void setTargetRole(String value)
Sets the value of the targetRole property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected RelationshipIntentModifier intentModifier

protected String name

protected PropertySet relationshipProperties

protected String targetRole

Public Constructors

public Relationship ()

Public Methods

public RelationshipIntentModifier 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 PropertySet getRelationshipProperties ()

Gets the value of the relationshipProperties property.

Returns

public String getTargetRole ()

Gets the value of the targetRole property.

Returns
  • possible object is String

public void setIntentModifier (RelationshipIntentModifier value)

Sets the value of the intentModifier property.

Parameters
value Allowed object is RelationshipIntentModifier

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String

public void setRelationshipProperties (PropertySet value)

Sets the value of the relationshipProperties property.

Parameters
value Allowed object is PropertySet

public void setTargetRole (String value)

Sets the value of the targetRole property.

Parameters
value Allowed object is String