public class

CheckoutInfo

extends Object
java.lang.Object
   ↳ com.emc.documentum.fs.datamodel.core.CheckoutInfo

Class Overview

Java class for CheckoutInfo complex type.

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

 <complexType name="CheckoutInfo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Identity" type="{http://core.datamodel.fs.documentum.emc.com/}ObjectIdentity" minOccurs="0"/>
       </sequence>
       <attribute name="isCheckedOut" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="userName" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected ObjectIdentity identity
protected boolean isCheckedOut
protected String userName
Public Constructors
CheckoutInfo()
Public Methods
ObjectIdentity getIdentity()
Gets the value of the identity property.
String getUserName()
Gets the value of the userName property.
boolean isIsCheckedOut()
Gets the value of the isCheckedOut property.
void setIdentity(ObjectIdentity value)
Sets the value of the identity property.
void setIsCheckedOut(boolean value)
Sets the value of the isCheckedOut property.
void setUserName(String value)
Sets the value of the userName property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected ObjectIdentity identity

protected boolean isCheckedOut

protected String userName

Public Constructors

public CheckoutInfo ()

Public Methods

public ObjectIdentity getIdentity ()

Gets the value of the identity property.

Returns

public String getUserName ()

Gets the value of the userName property.

Returns
  • possible object is String

public boolean isIsCheckedOut ()

Gets the value of the isCheckedOut property.

public void setIdentity (ObjectIdentity value)

Sets the value of the identity property.

Parameters
value Allowed object is ObjectIdentity

public void setIsCheckedOut (boolean value)

Sets the value of the isCheckedOut property.

Parameters
value

public void setUserName (String value)

Sets the value of the userName property.

Parameters
value Allowed object is String