public class

ObjectIdProperty

extends Property
java.lang.Object
   ↳ com.emc.documentum.fs.datamodel.core.properties.Property
     ↳ com.emc.documentum.fs.datamodel.core.properties.ObjectIdProperty

Class Overview

Java class for ObjectIdProperty complex type.

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

 <complexType name="ObjectIdProperty">
   <complexContent>
     <extension base="{http://properties.core.datamodel.fs.documentum.emc.com/}Property">
       <sequence>
         <element name="Value" type="{http://core.datamodel.fs.documentum.emc.com/}ObjectId" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected ObjectId value
[Expand]
Inherited Fields
From class com.emc.documentum.fs.datamodel.core.properties.Property
Public Constructors
ObjectIdProperty()
Public Methods
ObjectId getValue()
Gets the value of the value property.
void setValue(ObjectId value)
Sets the value of the value property.
[Expand]
Inherited Methods
From class com.emc.documentum.fs.datamodel.core.properties.Property
From class java.lang.Object

Fields

protected ObjectId value

Public Constructors

public ObjectIdProperty ()

Public Methods

public ObjectId getValue ()

Gets the value of the value property.

Returns

public void setValue (ObjectId value)

Sets the value of the value property.

Parameters
value Allowed object is ObjectId