public class

CheckoutProfile

extends Profile
java.lang.Object
   ↳ com.emc.documentum.fs.datamodel.core.profiles.Profile
     ↳ com.emc.documentum.fs.datamodel.core.profiles.CheckoutProfile

Class Overview

Java class for CheckoutProfile complex type.

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

 <complexType name="CheckoutProfile">
   <complexContent>
     <extension base="{http://profiles.core.datamodel.fs.documentum.emc.com/}Profile">
       <sequence>
       </sequence>
       <attribute name="checkoutOnlyVDMRoot" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected boolean checkoutOnlyVDMRoot
Public Constructors
CheckoutProfile()
Public Methods
boolean isCheckoutOnlyVDMRoot()
Gets the value of the checkoutOnlyVDMRoot property.
void setCheckoutOnlyVDMRoot(boolean value)
Sets the value of the checkoutOnlyVDMRoot property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected boolean checkoutOnlyVDMRoot

Public Constructors

public CheckoutProfile ()

Public Methods

public boolean isCheckoutOnlyVDMRoot ()

Gets the value of the checkoutOnlyVDMRoot property.

public void setCheckoutOnlyVDMRoot (boolean value)

Sets the value of the checkoutOnlyVDMRoot property.

Parameters
value