public class

UrlContent

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

Class Overview

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>
 

Summary

Fields
protected String url
[Expand]
Inherited Fields
From class com.emc.documentum.fs.datamodel.core.content.Content
Public Constructors
UrlContent()
Public Methods
String getUrl()
Gets the value of the url property.
void setUrl(String value)
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

Fields

protected String url

Public Constructors

public UrlContent ()

Public Methods

public String getUrl ()

Gets the value of the url property.

Returns
  • possible object is String

public void setUrl (String value)

Sets the value of the url property.

Parameters
value Allowed object is String