| java.lang.Object | |
| ↳ | com.emc.documentum.fs.services.core.Checkin |
Java class for checkin complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="checkin">
<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="versionStrategy" type="{http://core.datamodel.fs.documentum.emc.com/}VersionStrategy" minOccurs="0"/>
<element name="isRetainLock" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="symbolicLabels" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="options" type="{http://core.datamodel.fs.documentum.emc.com/}OperationOptions" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| dataPackage | |||||||||||
| isRetainLock | |||||||||||
| options | |||||||||||
| symbolicLabels | |||||||||||
| versionStrategy | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the dataPackage property.
| |||||||||||
Gets the value of the options property.
| |||||||||||
Gets the value of the symbolicLabels property.
| |||||||||||
Gets the value of the versionStrategy property.
| |||||||||||
Gets the value of the isRetainLock property.
| |||||||||||
Sets the value of the dataPackage property.
| |||||||||||
Sets the value of the isRetainLock property.
| |||||||||||
Sets the value of the options property.
| |||||||||||
Sets the value of the versionStrategy 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
Gets the value of the symbolicLabels property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the symbolicLabels property.
For example, to add a new item, do as follows:
getSymbolicLabels().add(newItem);
Objects of the following type(s) are allowed in the list String
Gets the value of the versionStrategy property.
VersionStrategy
Gets the value of the isRetainLock property.
Sets the value of the dataPackage property.
| value | Allowed object is
DataPackage
|
|---|
Sets the value of the isRetainLock property.
| value |
|---|
Sets the value of the options property.
| value | Allowed object is
OperationOptions
|
|---|
Sets the value of the versionStrategy property.
| value | Allowed object is
VersionStrategy
|
|---|