| java.lang.Object | |
| ↳ | com.emc.documentum.fs.services.core.Update |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| dataPackage | |||||||||||
| options | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the dataPackage property.
| |||||||||||
Gets the value of the options property.
| |||||||||||
Sets the value of the dataPackage property.
| |||||||||||
Sets the value of the options property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the dataPackage property.
DataPackage
Gets the value of the options property.
OperationOptions
Sets the value of the dataPackage property.
| value | Allowed object is
DataPackage
|
|---|
Sets the value of the options property.
| value | Allowed object is
OperationOptions
|
|---|