public class

GetObjectContentUrls

extends Object
java.lang.Object
   ↳ com.emc.documentum.fs.services.core.GetObjectContentUrls

Class Overview

Java class for getObjectContentUrls complex type.

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

 <complexType name="getObjectContentUrls">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="forObjects" type="{http://core.datamodel.fs.documentum.emc.com/}ObjectIdentitySet" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected ObjectIdentitySet forObjects
Public Constructors
GetObjectContentUrls()
Public Methods
ObjectIdentitySet getForObjects()
Gets the value of the forObjects property.
void setForObjects(ObjectIdentitySet value)
Sets the value of the forObjects property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected ObjectIdentitySet forObjects

Public Constructors

public GetObjectContentUrls ()

Public Methods

public ObjectIdentitySet getForObjects ()

Gets the value of the forObjects property.

Returns

public void setForObjects (ObjectIdentitySet value)

Sets the value of the forObjects property.

Parameters
value Allowed object is ObjectIdentitySet