| java.lang.Object | ||
| ↳ | com.emc.documentum.fs.datamodel.core.profiles.Profile | |
| ↳ | com.emc.documentum.fs.datamodel.core.profiles.ContentProfile | |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| contentReturnType | |||||||||||
| format | |||||||||||
| formatFilter | |||||||||||
| pageFilter | |||||||||||
| pageModifier | |||||||||||
| pageModifierFilter | |||||||||||
| pageNumber | |||||||||||
| postTransferAction | |||||||||||
| renditionOption | |||||||||||
| renditionTypeFilter | |||||||||||
| urlReturnPolicy | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the contentReturnType property.
| |||||||||||
Gets the value of the format property.
| |||||||||||
Gets the value of the formatFilter property.
| |||||||||||
Gets the value of the pageFilter property.
| |||||||||||
Gets the value of the pageModifier property.
| |||||||||||
Gets the value of the pageModifierFilter property.
| |||||||||||
Gets the value of the pageNumber property.
| |||||||||||
Gets the value of the postTransferAction property.
| |||||||||||
Gets the value of the renditionOption property.
| |||||||||||
Gets the value of the renditionTypeFilter property.
| |||||||||||
Gets the value of the urlReturnPolicy property.
| |||||||||||
Sets the value of the contentReturnType property.
| |||||||||||
Sets the value of the format property.
| |||||||||||
Sets the value of the formatFilter property.
| |||||||||||
Sets the value of the pageFilter property.
| |||||||||||
Sets the value of the pageModifier property.
| |||||||||||
Sets the value of the pageModifierFilter property.
| |||||||||||
Sets the value of the pageNumber property.
| |||||||||||
Sets the value of the postTransferAction property.
| |||||||||||
Sets the value of the renditionOption property.
| |||||||||||
Sets the value of the renditionTypeFilter property.
| |||||||||||
Sets the value of the urlReturnPolicy property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the contentReturnType property.
Gets the value of the format property.
Gets the value of the formatFilter property.
FormatFilter
Gets the value of the pageFilter property.
PageFilter
Gets the value of the pageModifier property.
Gets the value of the pageModifierFilter property.
PageModifierFilter
Gets the value of the pageNumber property.
Gets the value of the postTransferAction property.
Gets the value of the renditionOption property.
RenditionOption
Gets the value of the renditionTypeFilter property.
RenditionTypeFilter
Gets the value of the urlReturnPolicy property.
UrlReturnPolicy
Sets the value of the contentReturnType property.
| value | Allowed object is String |
|---|
Sets the value of the format property.
| value | Allowed object is String |
|---|
Sets the value of the formatFilter property.
| value | Allowed object is
FormatFilter
|
|---|
Sets the value of the pageFilter property.
| value | Allowed object is
PageFilter
|
|---|
Sets the value of the pageModifier property.
| value | Allowed object is String |
|---|
Sets the value of the pageModifierFilter property.
| value | Allowed object is
PageModifierFilter
|
|---|
Sets the value of the pageNumber property.
| value |
|---|
Sets the value of the postTransferAction property.
| value | Allowed object is String |
|---|
Sets the value of the renditionOption property.
| value | Allowed object is
RenditionOption
|
|---|
Sets the value of the renditionTypeFilter property.
| value | Allowed object is
RenditionTypeFilter
|
|---|
Sets the value of the urlReturnPolicy property.
| value | Allowed object is
UrlReturnPolicy
|
|---|