public class

DeleteAllVersions

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

Class Overview

Java class for deleteAllVersions complex type.

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

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

Summary

Fields
protected ObjectIdentitySet objectIdentitySet
Public Constructors
DeleteAllVersions()
Public Methods
ObjectIdentitySet getObjectIdentitySet()
Gets the value of the objectIdentitySet property.
void setObjectIdentitySet(ObjectIdentitySet value)
Sets the value of the objectIdentitySet property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected ObjectIdentitySet objectIdentitySet

Public Constructors

public DeleteAllVersions ()

Public Methods

public ObjectIdentitySet getObjectIdentitySet ()

Gets the value of the objectIdentitySet property.

Returns

public void setObjectIdentitySet (ObjectIdentitySet value)

Sets the value of the objectIdentitySet property.

Parameters
value Allowed object is ObjectIdentitySet