public class

Copy

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

Class Overview

Java class for copy complex type.

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

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

Summary

Fields
protected ObjectIdentitySet fromObjects
protected DataPackage modifyObjects
protected OperationOptions options
protected ObjectLocation targetLocation
Public Constructors
Copy()
Public Methods
ObjectIdentitySet getFromObjects()
Gets the value of the fromObjects property.
DataPackage getModifyObjects()
Gets the value of the modifyObjects property.
OperationOptions getOptions()
Gets the value of the options property.
ObjectLocation getTargetLocation()
Gets the value of the targetLocation property.
void setFromObjects(ObjectIdentitySet value)
Sets the value of the fromObjects property.
void setModifyObjects(DataPackage value)
Sets the value of the modifyObjects property.
void setOptions(OperationOptions value)
Sets the value of the options property.
void setTargetLocation(ObjectLocation value)
Sets the value of the targetLocation property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected ObjectIdentitySet fromObjects

protected DataPackage modifyObjects

protected OperationOptions options

protected ObjectLocation targetLocation

Public Constructors

public Copy ()

Public Methods

public ObjectIdentitySet getFromObjects ()

Gets the value of the fromObjects property.

Returns

public DataPackage getModifyObjects ()

Gets the value of the modifyObjects property.

Returns

public OperationOptions getOptions ()

Gets the value of the options property.

Returns

public ObjectLocation getTargetLocation ()

Gets the value of the targetLocation property.

Returns

public void setFromObjects (ObjectIdentitySet value)

Sets the value of the fromObjects property.

Parameters
value Allowed object is ObjectIdentitySet

public void setModifyObjects (DataPackage value)

Sets the value of the modifyObjects property.

Parameters
value Allowed object is DataPackage

public void setOptions (OperationOptions value)

Sets the value of the options property.

Parameters
value Allowed object is OperationOptions

public void setTargetLocation (ObjectLocation value)

Sets the value of the targetLocation property.

Parameters
value Allowed object is ObjectLocation