public class

FullTextExpression

extends Expression
java.lang.Object
   ↳ com.emc.documentum.fs.datamodel.core.query.Expression
     ↳ com.emc.documentum.fs.datamodel.core.query.FullTextExpression

Class Overview

Java class for FullTextExpression complex type.

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

 <complexType name="FullTextExpression">
   <complexContent>
     <extension base="{http://query.core.datamodel.fs.documentum.emc.com/}Expression">
       <sequence>
       </sequence>
       <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String value
Public Constructors
FullTextExpression()
Public Methods
String getValue()
Gets the value of the value property.
void setValue(String value)
Sets the value of the value property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String value

Public Constructors

public FullTextExpression ()

Public Methods

public String getValue ()

Gets the value of the value property.

Returns
  • possible object is String

public void setValue (String value)

Sets the value of the value property.

Parameters
value Allowed object is String