public class

ObjectIdentity

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

Class Overview

Java class for ObjectIdentity complex type.

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

 <complexType name="ObjectIdentity">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice minOccurs="0">
           <element name="ObjectId" type="{http://core.datamodel.fs.documentum.emc.com/}ObjectId"/>
           <element name="ObjectKey" type="{http://core.datamodel.fs.documentum.emc.com/}ObjectKey"/>
           <element name="ObjectPath" type="{http://core.datamodel.fs.documentum.emc.com/}ObjectPath"/>
           <element name="Qualification" type="{http://core.datamodel.fs.documentum.emc.com/}Qualification"/>
           <element name="CompositeObjectId" type="{http://core.datamodel.fs.documentum.emc.com/}CompositeObjectId"/>
           <element name="StringUri" type="{http://www.w3.org/2001/XMLSchema}string"/>
         </choice>
       </sequence>
       <attribute name="valueType" type="{http://core.datamodel.fs.documentum.emc.com/}ObjectIdentityType" />
       <attribute name="repositoryName" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected CompositeObjectId compositeObjectId
protected ObjectId objectId
protected ObjectKey objectKey
protected ObjectPath objectPath
protected Qualification qualification
protected String repositoryName
protected String stringUri
protected ObjectIdentityType valueType
Public Constructors
ObjectIdentity()
Public Methods
CompositeObjectId getCompositeObjectId()
Gets the value of the compositeObjectId property.
ObjectId getObjectId()
Gets the value of the objectId property.
ObjectKey getObjectKey()
Gets the value of the objectKey property.
ObjectPath getObjectPath()
Gets the value of the objectPath property.
Qualification getQualification()
Gets the value of the qualification property.
String getRepositoryName()
Gets the value of the repositoryName property.
String getStringUri()
Gets the value of the stringUri property.
ObjectIdentityType getValueType()
Gets the value of the valueType property.
void setCompositeObjectId(CompositeObjectId value)
Sets the value of the compositeObjectId property.
void setObjectId(ObjectId value)
Sets the value of the objectId property.
void setObjectKey(ObjectKey value)
Sets the value of the objectKey property.
void setObjectPath(ObjectPath value)
Sets the value of the objectPath property.
void setQualification(Qualification value)
Sets the value of the qualification property.
void setRepositoryName(String value)
Sets the value of the repositoryName property.
void setStringUri(String value)
Sets the value of the stringUri property.
void setValueType(ObjectIdentityType value)
Sets the value of the valueType property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected CompositeObjectId compositeObjectId

protected ObjectId objectId

protected ObjectKey objectKey

protected ObjectPath objectPath

protected Qualification qualification

protected String repositoryName

protected String stringUri

protected ObjectIdentityType valueType

Public Constructors

public ObjectIdentity ()

Public Methods

public CompositeObjectId getCompositeObjectId ()

Gets the value of the compositeObjectId property.

Returns

public ObjectId getObjectId ()

Gets the value of the objectId property.

Returns

public ObjectKey getObjectKey ()

Gets the value of the objectKey property.

Returns

public ObjectPath getObjectPath ()

Gets the value of the objectPath property.

Returns

public Qualification getQualification ()

Gets the value of the qualification property.

Returns

public String getRepositoryName ()

Gets the value of the repositoryName property.

Returns
  • possible object is String

public String getStringUri ()

Gets the value of the stringUri property.

Returns
  • possible object is String

public ObjectIdentityType getValueType ()

Gets the value of the valueType property.

Returns

public void setCompositeObjectId (CompositeObjectId value)

Sets the value of the compositeObjectId property.

Parameters
value Allowed object is CompositeObjectId

public void setObjectId (ObjectId value)

Sets the value of the objectId property.

Parameters
value Allowed object is ObjectId

public void setObjectKey (ObjectKey value)

Sets the value of the objectKey property.

Parameters
value Allowed object is ObjectKey

public void setObjectPath (ObjectPath value)

Sets the value of the objectPath property.

Parameters
value Allowed object is ObjectPath

public void setQualification (Qualification value)

Sets the value of the qualification property.

Parameters
value Allowed object is Qualification

public void setRepositoryName (String value)

Sets the value of the repositoryName property.

Parameters
value Allowed object is String

public void setStringUri (String value)

Sets the value of the stringUri property.

Parameters
value Allowed object is String

public void setValueType (ObjectIdentityType value)

Sets the value of the valueType property.

Parameters
value Allowed object is ObjectIdentityType