public class

RichTextProfile

extends Profile
java.lang.Object
   ↳ com.emc.documentum.fs.datamodel.core.profiles.Profile
     ↳ com.emc.documentum.fs.datamodel.core.profiles.RichTextProfile

Class Overview

Java class for RichTextProfile complex type.

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

 <complexType name="RichTextProfile">
   <complexContent>
     <extension base="{http://profiles.core.datamodel.fs.documentum.emc.com/}Profile">
       <sequence>
         <element name="ImageUrlTemplate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="AnchorUrlTemplate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
       <attribute name="transferContent" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String anchorUrlTemplate
protected String imageUrlTemplate
protected boolean transferContent
Public Constructors
RichTextProfile()
Public Methods
String getAnchorUrlTemplate()
Gets the value of the anchorUrlTemplate property.
String getImageUrlTemplate()
Gets the value of the imageUrlTemplate property.
boolean isTransferContent()
Gets the value of the transferContent property.
void setAnchorUrlTemplate(String value)
Sets the value of the anchorUrlTemplate property.
void setImageUrlTemplate(String value)
Sets the value of the imageUrlTemplate property.
void setTransferContent(boolean value)
Sets the value of the transferContent property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String anchorUrlTemplate

protected String imageUrlTemplate

protected boolean transferContent

Public Constructors

public RichTextProfile ()

Public Methods

public String getAnchorUrlTemplate ()

Gets the value of the anchorUrlTemplate property.

Returns
  • possible object is String

public String getImageUrlTemplate ()

Gets the value of the imageUrlTemplate property.

Returns
  • possible object is String

public boolean isTransferContent ()

Gets the value of the transferContent property.

public void setAnchorUrlTemplate (String value)

Sets the value of the anchorUrlTemplate property.

Parameters
value Allowed object is String

public void setImageUrlTemplate (String value)

Sets the value of the imageUrlTemplate property.

Parameters
value Allowed object is String

public void setTransferContent (boolean value)

Sets the value of the transferContent property.

Parameters
value