| java.lang.Object | |
| ↳ | com.emc.documentum.fs.datamodel.core.RichText |
Java class for RichText complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RichText">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Body" type="{http://content.core.datamodel.fs.documentum.emc.com/}Content" minOccurs="0"/>
<element name="Contents" type="{http://content.core.datamodel.fs.documentum.emc.com/}Content" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="format" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| body | |||||||||||
| contents | |||||||||||
| format | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the body property.
| |||||||||||
Gets the value of the contents property.
| |||||||||||
Gets the value of the format property.
| |||||||||||
Sets the value of the body property.
| |||||||||||
Sets the value of the format property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the contents property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the contents property.
For example, to add a new item, do as follows:
getContents().add(newItem);
Objects of the following type(s) are allowed in the list
Content
Gets the value of the format property.
Sets the value of the body property.
| value | Allowed object is
Content
|
|---|
Sets the value of the format property.
| value | Allowed object is String |
|---|