public class

Delete

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

Class Overview

Java class for delete complex type.

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

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

Summary

Fields
protected ObjectIdentitySet objectsToDelete
protected OperationOptions options
Public Constructors
Delete()
Public Methods
ObjectIdentitySet getObjectsToDelete()
Gets the value of the objectsToDelete property.
OperationOptions getOptions()
Gets the value of the options property.
void setObjectsToDelete(ObjectIdentitySet value)
Sets the value of the objectsToDelete property.
void setOptions(OperationOptions value)
Sets the value of the options property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected ObjectIdentitySet objectsToDelete

protected OperationOptions options

Public Constructors

public Delete ()

Public Methods

public ObjectIdentitySet getObjectsToDelete ()

Gets the value of the objectsToDelete property.

Returns

public OperationOptions getOptions ()

Gets the value of the options property.

Returns

public void setObjectsToDelete (ObjectIdentitySet value)

Sets the value of the objectsToDelete property.

Parameters
value Allowed object is ObjectIdentitySet

public void setOptions (OperationOptions value)

Sets the value of the options property.

Parameters
value Allowed object is OperationOptions