public abstract class

Content

extends Object
java.lang.Object
   ↳ com.emc.documentum.fs.datamodel.core.content.Content
Known Direct Subclasses

Class Overview

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>
 

Summary

Fields
protected ContentTransferMode contentTransferMode
protected String format
protected String pageModifier
protected int pageNumber
protected RenditionType renditionType
Public Constructors
Content()
Public Methods
ContentTransferMode getContentTransferMode()
Gets the value of the contentTransferMode property.
String getFormat()
Gets the value of the format property.
String getPageModifier()
Gets the value of the pageModifier property.
int getPageNumber()
Gets the value of the pageNumber property.
RenditionType getRenditionType()
Gets the value of the renditionType property.
void setContentTransferMode(ContentTransferMode value)
Sets the value of the contentTransferMode property.
void setFormat(String value)
Sets the value of the format property.
void setPageModifier(String value)
Sets the value of the pageModifier property.
void setPageNumber(int value)
Sets the value of the pageNumber property.
void setRenditionType(RenditionType value)
Sets the value of the renditionType property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected ContentTransferMode contentTransferMode

protected String format

protected String pageModifier

protected int pageNumber

protected RenditionType renditionType

Public Constructors

public Content ()

Public Methods

public ContentTransferMode getContentTransferMode ()

Gets the value of the contentTransferMode property.

Returns

public String getFormat ()

Gets the value of the format property.

Returns
  • possible object is String

public String getPageModifier ()

Gets the value of the pageModifier property.

Returns
  • possible object is String

public int getPageNumber ()

Gets the value of the pageNumber property.

public RenditionType getRenditionType ()

Gets the value of the renditionType property.

Returns

public void setContentTransferMode (ContentTransferMode value)

Sets the value of the contentTransferMode property.

Parameters
value Allowed object is ContentTransferMode

public void setFormat (String value)

Sets the value of the format property.

Parameters
value Allowed object is String

public void setPageModifier (String value)

Sets the value of the pageModifier property.

Parameters
value Allowed object is String

public void setPageNumber (int value)

Sets the value of the pageNumber property.

Parameters
value

public void setRenditionType (RenditionType value)

Sets the value of the renditionType property.

Parameters
value Allowed object is RenditionType