| java.lang.Object | ||
| ↳ | com.emc.documentum.fs.datamodel.core.profiles.Profile | |
| ↳ | com.emc.documentum.fs.datamodel.core.profiles.VdmUpdateProfile | |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| convertToSimple | |||||||||||
| labels | |||||||||||
| retainLock | |||||||||||
| updateMethod | |||||||||||
| versionStrategy | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the labels property.
| |||||||||||
Gets the value of the updateMethod property.
| |||||||||||
Gets the value of the versionStrategy property.
| |||||||||||
Gets the value of the convertToSimple property.
| |||||||||||
Gets the value of the retainLock property.
| |||||||||||
Sets the value of the convertToSimple property.
| |||||||||||
Sets the value of the retainLock property.
| |||||||||||
Sets the value of the updateMethod property.
| |||||||||||
Sets the value of the versionStrategy property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
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
Gets the value of the updateMethod property.
ListUpdateMethod
Gets the value of the versionStrategy property.
VersionStrategy
Gets the value of the convertToSimple property.
Gets the value of the retainLock property.
Sets the value of the convertToSimple property.
| value |
|---|
Sets the value of the retainLock property.
| value |
|---|
Sets the value of the updateMethod property.
| value | Allowed object is
ListUpdateMethod
|
|---|
Sets the value of the versionStrategy property.
| value | Allowed object is
VersionStrategy
|
|---|