| java.lang.Object | |
| ↳ | com.emc.documentum.fs.datamodel.core.content.Content |
Known Direct Subclasses
|
Java class for Content complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Content">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="renditionType" type="{http://content.core.datamodel.fs.documentum.emc.com/}RenditionType" minOccurs="0"/>
</sequence>
<attribute name="format" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="pageNumber" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="pageModifier" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="contentTransferMode" type="{http://content.core.datamodel.fs.documentum.emc.com/}ContentTransferMode" />
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| contentTransferMode | |||||||||||
| format | |||||||||||
| pageModifier | |||||||||||
| pageNumber | |||||||||||
| renditionType | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the contentTransferMode property.
| |||||||||||
Gets the value of the format property.
| |||||||||||
Gets the value of the pageModifier property.
| |||||||||||
Gets the value of the pageNumber property.
| |||||||||||
Gets the value of the renditionType property.
| |||||||||||
Sets the value of the contentTransferMode property.
| |||||||||||
Sets the value of the format property.
| |||||||||||
Sets the value of the pageModifier property.
| |||||||||||
Sets the value of the pageNumber property.
| |||||||||||
Sets the value of the renditionType property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the contentTransferMode property.
ContentTransferMode
Gets the value of the format property.
Gets the value of the pageModifier property.
Gets the value of the pageNumber property.
Gets the value of the renditionType property.
RenditionType
Sets the value of the contentTransferMode property.
| value | Allowed object is
ContentTransferMode
|
|---|
Sets the value of the format property.
| value | Allowed object is String |
|---|
Sets the value of the pageModifier property.
| value | Allowed object is String |
|---|
Sets the value of the pageNumber property.
| value |
|---|
Sets the value of the renditionType property.
| value | Allowed object is
RenditionType
|
|---|