public class

RelationshipProfile

extends Profile
java.lang.Object
   ↳ com.emc.documentum.fs.datamodel.core.profiles.Profile
     ↳ com.emc.documentum.fs.datamodel.core.profiles.RelationshipProfile

Class Overview

Java class for RelationshipProfile complex type.

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

 <complexType name="RelationshipProfile">
   <complexContent>
     <extension base="{http://profiles.core.datamodel.fs.documentum.emc.com/}Profile">
       <sequence>
         <element name="PropertyProfile" type="{http://profiles.core.datamodel.fs.documentum.emc.com/}PropertyProfile" minOccurs="0"/>
       </sequence>
       <attribute name="resultDataMode" type="{http://profiles.core.datamodel.fs.documentum.emc.com/}ResultDataMode" />
       <attribute name="nameFilter" type="{http://profiles.core.datamodel.fs.documentum.emc.com/}RelationshipNameFilter" />
       <attribute name="relationName" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="targetRoleFilter" type="{http://profiles.core.datamodel.fs.documentum.emc.com/}TargetRoleFilter" />
       <attribute name="targetRole" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="depthFilter" type="{http://profiles.core.datamodel.fs.documentum.emc.com/}DepthFilter" />
       <attribute name="depth" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected int depth
protected DepthFilter depthFilter
protected RelationshipNameFilter nameFilter
protected PropertyProfile propertyProfile
protected String relationName
protected ResultDataMode resultDataMode
protected String targetRole
protected TargetRoleFilter targetRoleFilter
Public Constructors
RelationshipProfile()
Public Methods
int getDepth()
Gets the value of the depth property.
DepthFilter getDepthFilter()
Gets the value of the depthFilter property.
RelationshipNameFilter getNameFilter()
Gets the value of the nameFilter property.
PropertyProfile getPropertyProfile()
Gets the value of the propertyProfile property.
String getRelationName()
Gets the value of the relationName property.
ResultDataMode getResultDataMode()
Gets the value of the resultDataMode property.
String getTargetRole()
Gets the value of the targetRole property.
TargetRoleFilter getTargetRoleFilter()
Gets the value of the targetRoleFilter property.
void setDepth(int value)
Sets the value of the depth property.
void setDepthFilter(DepthFilter value)
Sets the value of the depthFilter property.
void setNameFilter(RelationshipNameFilter value)
Sets the value of the nameFilter property.
void setPropertyProfile(PropertyProfile value)
Sets the value of the propertyProfile property.
void setRelationName(String value)
Sets the value of the relationName property.
void setResultDataMode(ResultDataMode value)
Sets the value of the resultDataMode property.
void setTargetRole(String value)
Sets the value of the targetRole property.
void setTargetRoleFilter(TargetRoleFilter value)
Sets the value of the targetRoleFilter property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected int depth

protected DepthFilter depthFilter

protected RelationshipNameFilter nameFilter

protected PropertyProfile propertyProfile

protected String relationName

protected ResultDataMode resultDataMode

protected String targetRole

protected TargetRoleFilter targetRoleFilter

Public Constructors

public RelationshipProfile ()

Public Methods

public int getDepth ()

Gets the value of the depth property.

public DepthFilter getDepthFilter ()

Gets the value of the depthFilter property.

Returns

public RelationshipNameFilter getNameFilter ()

Gets the value of the nameFilter property.

Returns

public PropertyProfile getPropertyProfile ()

Gets the value of the propertyProfile property.

Returns

public String getRelationName ()

Gets the value of the relationName property.

Returns
  • possible object is String

public ResultDataMode getResultDataMode ()

Gets the value of the resultDataMode property.

Returns

public String getTargetRole ()

Gets the value of the targetRole property.

Returns
  • possible object is String

public TargetRoleFilter getTargetRoleFilter ()

Gets the value of the targetRoleFilter property.

Returns

public void setDepth (int value)

Sets the value of the depth property.

Parameters
value

public void setDepthFilter (DepthFilter value)

Sets the value of the depthFilter property.

Parameters
value Allowed object is DepthFilter

public void setNameFilter (RelationshipNameFilter value)

Sets the value of the nameFilter property.

Parameters
value Allowed object is RelationshipNameFilter

public void setPropertyProfile (PropertyProfile value)

Sets the value of the propertyProfile property.

Parameters
value Allowed object is PropertyProfile

public void setRelationName (String value)

Sets the value of the relationName property.

Parameters
value Allowed object is String

public void setResultDataMode (ResultDataMode value)

Sets the value of the resultDataMode property.

Parameters
value Allowed object is ResultDataMode

public void setTargetRole (String value)

Sets the value of the targetRole property.

Parameters
value Allowed object is String

public void setTargetRoleFilter (TargetRoleFilter value)

Sets the value of the targetRoleFilter property.

Parameters
value Allowed object is TargetRoleFilter