| java.lang.Object | |
| ↳ | com.emc.documentum.fs.datamodel.core.CheckoutInfo |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| identity | |||||||||||
| isCheckedOut | |||||||||||
| userName | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the identity property.
| |||||||||||
Gets the value of the userName property.
| |||||||||||
Gets the value of the isCheckedOut property.
| |||||||||||
Sets the value of the identity property.
| |||||||||||
Sets the value of the isCheckedOut property.
| |||||||||||
Sets the value of the userName property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the identity property.
ObjectIdentity
Gets the value of the userName property.
Gets the value of the isCheckedOut property.
Sets the value of the identity property.
| value | Allowed object is
ObjectIdentity
|
|---|
Sets the value of the isCheckedOut property.
| value |
|---|
Sets the value of the userName property.
| value | Allowed object is String |
|---|