public class

SearchProfile

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

Class Overview

Java class for SearchProfile complex type.

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

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

Summary

Fields
protected boolean isAsyncCall
Public Constructors
SearchProfile()
Public Methods
boolean isIsAsyncCall()
Gets the value of the isAsyncCall property.
void setIsAsyncCall(boolean value)
Sets the value of the isAsyncCall property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected boolean isAsyncCall

Public Constructors

public SearchProfile ()

Public Methods

public boolean isIsAsyncCall ()

Gets the value of the isAsyncCall property.

public void setIsAsyncCall (boolean value)

Sets the value of the isAsyncCall property.

Parameters
value