public class

ReferenceRelationship

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

Class Overview

Java class for ReferenceRelationship complex type.

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

 <complexType name="ReferenceRelationship">
   <complexContent>
     <extension base="{http://core.datamodel.fs.documentum.emc.com/}Relationship">
       <sequence>
         <element name="Target" type="{http://core.datamodel.fs.documentum.emc.com/}ObjectIdentity"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected ObjectIdentity target
[Expand]
Inherited Fields
From class com.emc.documentum.fs.datamodel.core.Relationship
Public Constructors
ReferenceRelationship()
Public Methods
ObjectIdentity getTarget()
Gets the value of the target property.
void setTarget(ObjectIdentity value)
Sets the value of the target property.
[Expand]
Inherited Methods
From class com.emc.documentum.fs.datamodel.core.Relationship
From class java.lang.Object

Fields

protected ObjectIdentity target

Public Constructors

public ReferenceRelationship ()

Public Methods

public ObjectIdentity getTarget ()

Gets the value of the target property.

Returns

public void setTarget (ObjectIdentity value)

Sets the value of the target property.

Parameters
value Allowed object is ObjectIdentity