| java.lang.Object | ||
| ↳ | com.emc.documentum.fs.datamodel.core.properties.Property | |
| ↳ | com.emc.documentum.fs.datamodel.core.properties.ObjectIdProperty | |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| value | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.emc.documentum.fs.datamodel.core.properties.Property
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the value property.
| |||||||||||
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
| |||||||||||
Gets the value of the value property.
ObjectId
Sets the value of the value property.
| value | Allowed object is
ObjectId
|
|---|