public class

RichTextProperty

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

Class Overview

Java class for RichTextProperty complex type.

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

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

Summary

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

Public Constructors

public RichTextProperty ()

Public Methods

public RichText getValue ()

Gets the value of the value property.

Returns

public void setValue (RichText value)

Sets the value of the value property.

Parameters
value Allowed object is RichText