public class

Update

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

Class Overview

Java class for update complex type.

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

 <complexType name="update">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="dataPackage" 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 DataPackage dataPackage
protected OperationOptions options
Public Constructors
Update()
Public Methods
DataPackage getDataPackage()
Gets the value of the dataPackage property.
OperationOptions getOptions()
Gets the value of the options property.
void setDataPackage(DataPackage value)
Sets the value of the dataPackage property.
void setOptions(OperationOptions value)
Sets the value of the options property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected DataPackage dataPackage

protected OperationOptions options

Public Constructors

public Update ()

Public Methods

public DataPackage getDataPackage ()

Gets the value of the dataPackage property.

Returns

public OperationOptions getOptions ()

Gets the value of the options property.

Returns

public void setDataPackage (DataPackage value)

Sets the value of the dataPackage 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