public class

RepositoryIdentity

extends BasicIdentity
java.lang.Object
   ↳ com.emc.documentum.fs.datamodel.core.context.Identity
     ↳ com.emc.documentum.fs.datamodel.core.context.BasicIdentity
       ↳ com.emc.documentum.fs.datamodel.core.context.RepositoryIdentity

Class Overview

Java class for RepositoryIdentity complex type.

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

 <complexType name="RepositoryIdentity">
   <complexContent>
     <extension base="{http://context.core.datamodel.fs.documentum.emc.com/}BasicIdentity">
       <sequence>
       </sequence>
       <attribute name="repositoryName" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="domain" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String domain
protected String repositoryName
[Expand]
Inherited Fields
From class com.emc.documentum.fs.datamodel.core.context.BasicIdentity
Public Constructors
RepositoryIdentity()
Public Methods
String getDomain()
Gets the value of the domain property.
String getRepositoryName()
Gets the value of the repositoryName property.
void setDomain(String value)
Sets the value of the domain property.
void setRepositoryName(String value)
Sets the value of the repositoryName property.
[Expand]
Inherited Methods
From class com.emc.documentum.fs.datamodel.core.context.BasicIdentity
From class java.lang.Object

Fields

protected String domain

protected String repositoryName

Public Constructors

public RepositoryIdentity ()

Public Methods

public String getDomain ()

Gets the value of the domain property.

Returns
  • possible object is String

public String getRepositoryName ()

Gets the value of the repositoryName property.

Returns
  • possible object is String

public void setDomain (String value)

Sets the value of the domain property.

Parameters
value Allowed object is String

public void setRepositoryName (String value)

Sets the value of the repositoryName property.

Parameters
value Allowed object is String