public class

Checkin

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

Class Overview

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>
 

Summary

Fields
protected DataPackage dataPackage
protected boolean isRetainLock
protected OperationOptions options
protected List<String> symbolicLabels
protected VersionStrategy versionStrategy
Public Constructors
Checkin()
Public Methods
DataPackage getDataPackage()
Gets the value of the dataPackage property.
OperationOptions getOptions()
Gets the value of the options property.
List<String> getSymbolicLabels()
Gets the value of the symbolicLabels property.
VersionStrategy getVersionStrategy()
Gets the value of the versionStrategy property.
boolean isIsRetainLock()
Gets the value of the isRetainLock property.
void setDataPackage(DataPackage value)
Sets the value of the dataPackage property.
void setIsRetainLock(boolean value)
Sets the value of the isRetainLock property.
void setOptions(OperationOptions value)
Sets the value of the options property.
void setVersionStrategy(VersionStrategy value)
Sets the value of the versionStrategy property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected DataPackage dataPackage

protected boolean isRetainLock

protected OperationOptions options

protected List<String> symbolicLabels

protected VersionStrategy versionStrategy

Public Constructors

public Checkin ()

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 List<String> getSymbolicLabels ()

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

public VersionStrategy getVersionStrategy ()

Gets the value of the versionStrategy property.

Returns

public boolean isIsRetainLock ()

Gets the value of the isRetainLock property.

public void setDataPackage (DataPackage value)

Sets the value of the dataPackage property.

Parameters
value Allowed object is DataPackage

public void setIsRetainLock (boolean value)

Sets the value of the isRetainLock property.

Parameters
value

public void setOptions (OperationOptions value)

Sets the value of the options property.

Parameters
value Allowed object is OperationOptions

public void setVersionStrategy (VersionStrategy value)

Sets the value of the versionStrategy property.

Parameters
value Allowed object is VersionStrategy