| java.lang.Object | ||
| ↳ | com.emc.documentum.fs.datamodel.core.content.Content | |
| ↳ | com.emc.documentum.fs.datamodel.core.content.DataHandlerContent | |
Java class for DataHandlerContent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DataHandlerContent">
<complexContent>
<extension base="{http://content.core.datamodel.fs.documentum.emc.com/}Content">
<sequence>
<element name="Value" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| value | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.emc.documentum.fs.datamodel.core.content.Content
| |||||||||||
| 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.content.Content
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the value property.
Sets the value of the value property.
| value | Allowed object is DataHandler |
|---|