public class

DataHandlerContent

extends Content
java.lang.Object
   ↳ com.emc.documentum.fs.datamodel.core.content.Content
     ↳ com.emc.documentum.fs.datamodel.core.content.DataHandlerContent

Class Overview

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>
 

Summary

Fields
protected DataHandler value
[Expand]
Inherited Fields
From class com.emc.documentum.fs.datamodel.core.content.Content
Public Constructors
DataHandlerContent()
Public Methods
DataHandler getValue()
Gets the value of the value property.
void setValue(DataHandler value)
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

Fields

protected DataHandler value

Public Constructors

public DataHandlerContent ()

Public Methods

public DataHandler getValue ()

Gets the value of the value property.

Returns
  • possible object is DataHandler

public void setValue (DataHandler value)

Sets the value of the value property.

Parameters
value Allowed object is DataHandler