| java.lang.Object | ||
| ↳ | com.emc.documentum.fs.datamodel.core.content.Content | |
| ↳ | com.emc.documentum.fs.datamodel.core.content.UcfContent | |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| activityInfo | |||||||||||
| localFilePath | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.emc.documentum.fs.datamodel.core.content.Content
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the activityInfo property.
| |||||||||||
Gets the value of the localFilePath property.
| |||||||||||
Sets the value of the activityInfo property.
| |||||||||||
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
| |||||||||||
Gets the value of the activityInfo property.
ActivityInfo
Gets the value of the localFilePath property.
Sets the value of the activityInfo property.
| value | Allowed object is
ActivityInfo
|
|---|
Sets the value of the localFilePath property.
| value | Allowed object is String |
|---|