public class

ContentProfile

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

Class Overview

Java class for ContentProfile complex type.

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

 <complexType name="ContentProfile">
   <complexContent>
     <extension base="{http://profiles.core.datamodel.fs.documentum.emc.com/}Profile">
       <sequence>
       </sequence>
       <attribute name="formatFilter" type="{http://profiles.core.datamodel.fs.documentum.emc.com/}FormatFilter" />
       <attribute name="format" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="pageFilter" type="{http://profiles.core.datamodel.fs.documentum.emc.com/}PageFilter" />
       <attribute name="pageNumber" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="pageModifierFilter" type="{http://profiles.core.datamodel.fs.documentum.emc.com/}PageModifierFilter" />
       <attribute name="pageModifier" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="renditionTypeFilter" type="{http://profiles.core.datamodel.fs.documentum.emc.com/}RenditionTypeFilter" />
       <attribute name="renditionOption" type="{http://profiles.core.datamodel.fs.documentum.emc.com/}RenditionOption" />
       <attribute name="contentReturnType" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="postTransferAction" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="urlReturnPolicy" type="{http://profiles.core.datamodel.fs.documentum.emc.com/}UrlReturnPolicy" />
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String contentReturnType
protected String format
protected FormatFilter formatFilter
protected PageFilter pageFilter
protected String pageModifier
protected PageModifierFilter pageModifierFilter
protected int pageNumber
protected String postTransferAction
protected RenditionOption renditionOption
protected RenditionTypeFilter renditionTypeFilter
protected UrlReturnPolicy urlReturnPolicy
Public Constructors
ContentProfile()
Public Methods
String getContentReturnType()
Gets the value of the contentReturnType property.
String getFormat()
Gets the value of the format property.
FormatFilter getFormatFilter()
Gets the value of the formatFilter property.
PageFilter getPageFilter()
Gets the value of the pageFilter property.
String getPageModifier()
Gets the value of the pageModifier property.
PageModifierFilter getPageModifierFilter()
Gets the value of the pageModifierFilter property.
int getPageNumber()
Gets the value of the pageNumber property.
String getPostTransferAction()
Gets the value of the postTransferAction property.
RenditionOption getRenditionOption()
Gets the value of the renditionOption property.
RenditionTypeFilter getRenditionTypeFilter()
Gets the value of the renditionTypeFilter property.
UrlReturnPolicy getUrlReturnPolicy()
Gets the value of the urlReturnPolicy property.
void setContentReturnType(String value)
Sets the value of the contentReturnType property.
void setFormat(String value)
Sets the value of the format property.
void setFormatFilter(FormatFilter value)
Sets the value of the formatFilter property.
void setPageFilter(PageFilter value)
Sets the value of the pageFilter property.
void setPageModifier(String value)
Sets the value of the pageModifier property.
void setPageModifierFilter(PageModifierFilter value)
Sets the value of the pageModifierFilter property.
void setPageNumber(int value)
Sets the value of the pageNumber property.
void setPostTransferAction(String value)
Sets the value of the postTransferAction property.
void setRenditionOption(RenditionOption value)
Sets the value of the renditionOption property.
void setRenditionTypeFilter(RenditionTypeFilter value)
Sets the value of the renditionTypeFilter property.
void setUrlReturnPolicy(UrlReturnPolicy value)
Sets the value of the urlReturnPolicy property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String contentReturnType

protected String format

protected FormatFilter formatFilter

protected PageFilter pageFilter

protected String pageModifier

protected PageModifierFilter pageModifierFilter

protected int pageNumber

protected String postTransferAction

protected RenditionOption renditionOption

protected RenditionTypeFilter renditionTypeFilter

protected UrlReturnPolicy urlReturnPolicy

Public Constructors

public ContentProfile ()

Public Methods

public String getContentReturnType ()

Gets the value of the contentReturnType property.

Returns
  • possible object is String

public String getFormat ()

Gets the value of the format property.

Returns
  • possible object is String

public FormatFilter getFormatFilter ()

Gets the value of the formatFilter property.

Returns

public PageFilter getPageFilter ()

Gets the value of the pageFilter property.

Returns

public String getPageModifier ()

Gets the value of the pageModifier property.

Returns
  • possible object is String

public PageModifierFilter getPageModifierFilter ()

Gets the value of the pageModifierFilter property.

Returns

public int getPageNumber ()

Gets the value of the pageNumber property.

public String getPostTransferAction ()

Gets the value of the postTransferAction property.

Returns
  • possible object is String

public RenditionOption getRenditionOption ()

Gets the value of the renditionOption property.

Returns

public RenditionTypeFilter getRenditionTypeFilter ()

Gets the value of the renditionTypeFilter property.

Returns

public UrlReturnPolicy getUrlReturnPolicy ()

Gets the value of the urlReturnPolicy property.

Returns

public void setContentReturnType (String value)

Sets the value of the contentReturnType property.

Parameters
value Allowed object is String

public void setFormat (String value)

Sets the value of the format property.

Parameters
value Allowed object is String

public void setFormatFilter (FormatFilter value)

Sets the value of the formatFilter property.

Parameters
value Allowed object is FormatFilter

public void setPageFilter (PageFilter value)

Sets the value of the pageFilter property.

Parameters
value Allowed object is PageFilter

public void setPageModifier (String value)

Sets the value of the pageModifier property.

Parameters
value Allowed object is String

public void setPageModifierFilter (PageModifierFilter value)

Sets the value of the pageModifierFilter property.

Parameters
value Allowed object is PageModifierFilter

public void setPageNumber (int value)

Sets the value of the pageNumber property.

Parameters
value

public void setPostTransferAction (String value)

Sets the value of the postTransferAction property.

Parameters
value Allowed object is String

public void setRenditionOption (RenditionOption value)

Sets the value of the renditionOption property.

Parameters
value Allowed object is RenditionOption

public void setRenditionTypeFilter (RenditionTypeFilter value)

Sets the value of the renditionTypeFilter property.

Parameters
value Allowed object is RenditionTypeFilter

public void setUrlReturnPolicy (UrlReturnPolicy value)

Sets the value of the urlReturnPolicy property.

Parameters
value Allowed object is UrlReturnPolicy