public class

ObjectLocation

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

Class Overview

Java class for ObjectLocation complex type.

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

 <complexType name="ObjectLocation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Identity" type="{http://core.datamodel.fs.documentum.emc.com/}ObjectIdentity"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected ObjectIdentity identity
Public Constructors
ObjectLocation()
Public Methods
ObjectIdentity getIdentity()
Gets the value of the identity property.
void setIdentity(ObjectIdentity value)
Sets the value of the identity property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected ObjectIdentity identity

Public Constructors

public ObjectLocation ()

Public Methods

public ObjectIdentity getIdentity ()

Gets the value of the identity property.

Returns

public void setIdentity (ObjectIdentity value)

Sets the value of the identity property.

Parameters
value Allowed object is ObjectIdentity