| java.lang.Object | |
| ↳ | com.emc.documentum.fs.services.core.DeleteVersion |
Java class for deleteVersion complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="deleteVersion">
<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"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| objectsToDelete | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the objectsToDelete property.
| |||||||||||
Sets the value of the objectsToDelete property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the objectsToDelete property.
ObjectIdentitySet
Sets the value of the objectsToDelete property.
| value | Allowed object is
ObjectIdentitySet
|
|---|