public class

UcfContent

extends Content
java.lang.Object
   ↳ com.emc.documentum.fs.datamodel.core.content.Content
     ↳ com.emc.documentum.fs.datamodel.core.content.UcfContent

Class Overview

Java class for UcfContent complex type.

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

 <complexType name="UcfContent">
   <complexContent>
     <extension base="{http://content.core.datamodel.fs.documentum.emc.com/}Content">
       <sequence>
         <element name="LocalFilePath" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="ActivityInfo" type="{http://content.core.datamodel.fs.documentum.emc.com/}ActivityInfo" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected ActivityInfo activityInfo
protected String localFilePath
[Expand]
Inherited Fields
From class com.emc.documentum.fs.datamodel.core.content.Content
Public Constructors
UcfContent()
Public Methods
ActivityInfo getActivityInfo()
Gets the value of the activityInfo property.
String getLocalFilePath()
Gets the value of the localFilePath property.
void setActivityInfo(ActivityInfo value)
Sets the value of the activityInfo property.
void setLocalFilePath(String value)
Sets the value of the localFilePath property.
[Expand]
Inherited Methods
From class com.emc.documentum.fs.datamodel.core.content.Content
From class java.lang.Object

Fields

protected ActivityInfo activityInfo

protected String localFilePath

Public Constructors

public UcfContent ()

Public Methods

public ActivityInfo getActivityInfo ()

Gets the value of the activityInfo property.

Returns

public String getLocalFilePath ()

Gets the value of the localFilePath property.

Returns
  • possible object is String

public void setActivityInfo (ActivityInfo value)

Sets the value of the activityInfo property.

Parameters
value Allowed object is ActivityInfo

public void setLocalFilePath (String value)

Sets the value of the localFilePath property.

Parameters
value Allowed object is String