| java.lang.Object | ||
| ↳ | com.emc.documentum.fs.datamodel.core.content.Content | |
| ↳ | com.emc.documentum.fs.datamodel.core.content.UrlContent | |
Java class for UrlContent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UrlContent">
<complexContent>
<extension base="{http://content.core.datamodel.fs.documentum.emc.com/}Content">
<sequence>
</sequence>
<attribute name="url" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| url | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.emc.documentum.fs.datamodel.core.content.Content
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the url property.
| |||||||||||
Sets the value of the url property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.emc.documentum.fs.datamodel.core.content.Content
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the url property.
Sets the value of the url property.
| value | Allowed object is String |
|---|