public class

VdmUpdateProfile

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

Class Overview

Java class for VdmUpdateProfile complex type.

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

 <complexType name="VdmUpdateProfile">
   <complexContent>
     <extension base="{http://profiles.core.datamodel.fs.documentum.emc.com/}Profile">
       <sequence>
         <element name="Labels" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="versionStrategy" type="{http://core.datamodel.fs.documentum.emc.com/}VersionStrategy" />
       <attribute name="retainLock" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="updateMethod" type="{http://profiles.core.datamodel.fs.documentum.emc.com/}ListUpdateMethod" />
       <attribute name="convertToSimple" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected boolean convertToSimple
protected List<String> labels
protected boolean retainLock
protected ListUpdateMethod updateMethod
protected VersionStrategy versionStrategy
Public Constructors
VdmUpdateProfile()
Public Methods
List<String> getLabels()
Gets the value of the labels property.
ListUpdateMethod getUpdateMethod()
Gets the value of the updateMethod property.
VersionStrategy getVersionStrategy()
Gets the value of the versionStrategy property.
boolean isConvertToSimple()
Gets the value of the convertToSimple property.
boolean isRetainLock()
Gets the value of the retainLock property.
void setConvertToSimple(boolean value)
Sets the value of the convertToSimple property.
void setRetainLock(boolean value)
Sets the value of the retainLock property.
void setUpdateMethod(ListUpdateMethod value)
Sets the value of the updateMethod property.
void setVersionStrategy(VersionStrategy value)
Sets the value of the versionStrategy property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected boolean convertToSimple

protected List<String> labels

protected boolean retainLock

protected ListUpdateMethod updateMethod

protected VersionStrategy versionStrategy

Public Constructors

public VdmUpdateProfile ()

Public Methods

public List<String> getLabels ()

Gets the value of the labels 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 labels property.

For example, to add a new item, do as follows:

    getLabels().add(newItem);
 

Objects of the following type(s) are allowed in the list String

public ListUpdateMethod getUpdateMethod ()

Gets the value of the updateMethod property.

Returns

public VersionStrategy getVersionStrategy ()

Gets the value of the versionStrategy property.

Returns

public boolean isConvertToSimple ()

Gets the value of the convertToSimple property.

public boolean isRetainLock ()

Gets the value of the retainLock property.

public void setConvertToSimple (boolean value)

Sets the value of the convertToSimple property.

Parameters
value

public void setRetainLock (boolean value)

Sets the value of the retainLock property.

Parameters
value

public void setUpdateMethod (ListUpdateMethod value)

Sets the value of the updateMethod property.

Parameters
value Allowed object is ListUpdateMethod

public void setVersionStrategy (VersionStrategy value)

Sets the value of the versionStrategy property.

Parameters
value Allowed object is VersionStrategy