public class

VdmRetrieveProfile

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

Class Overview

Java class for VdmRetrieveProfile complex type.

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

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

Summary

Fields
protected String binding
protected boolean shouldFollowAssembly
Public Constructors
VdmRetrieveProfile()
Public Methods
String getBinding()
Gets the value of the binding property.
boolean isShouldFollowAssembly()
Gets the value of the shouldFollowAssembly property.
void setBinding(String value)
Sets the value of the binding property.
void setShouldFollowAssembly(boolean value)
Sets the value of the shouldFollowAssembly property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String binding

protected boolean shouldFollowAssembly

Public Constructors

public VdmRetrieveProfile ()

Public Methods

public String getBinding ()

Gets the value of the binding property.

Returns
  • possible object is String

public boolean isShouldFollowAssembly ()

Gets the value of the shouldFollowAssembly property.

public void setBinding (String value)

Sets the value of the binding property.

Parameters
value Allowed object is String

public void setShouldFollowAssembly (boolean value)

Sets the value of the shouldFollowAssembly property.

Parameters
value