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