public class

RangeValue

extends ExpressionValue
java.lang.Object
   ↳ com.emc.documentum.fs.datamodel.core.query.ExpressionValue
     ↳ com.emc.documentum.fs.datamodel.core.query.RangeValue

Class Overview

Java class for RangeValue complex type.

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

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

Summary

Fields
protected String fromValue
protected String toValue
Public Constructors
RangeValue()
Public Methods
String getFromValue()
Gets the value of the fromValue property.
String getToValue()
Gets the value of the toValue property.
void setFromValue(String value)
Sets the value of the fromValue property.
void setToValue(String value)
Sets the value of the toValue property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String fromValue

protected String toValue

Public Constructors

public RangeValue ()

Public Methods

public String getFromValue ()

Gets the value of the fromValue property.

Returns
  • possible object is String

public String getToValue ()

Gets the value of the toValue property.

Returns
  • possible object is String

public void setFromValue (String value)

Sets the value of the fromValue property.

Parameters
value Allowed object is String

public void setToValue (String value)

Sets the value of the toValue property.

Parameters
value Allowed object is String