| java.lang.Object | ||
| ↳ | com.emc.documentum.fs.datamodel.core.query.ExpressionValue | |
| ↳ | com.emc.documentum.fs.datamodel.core.query.SimpleValue | |
Java class for SimpleValue complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SimpleValue">
<complexContent>
<extension base="{http://query.core.datamodel.fs.documentum.emc.com/}ExpressionValue">
<sequence>
</sequence>
<attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| value | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the value property.
| |||||||||||
Sets the value of the value property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the value property.
Sets the value of the value property.
| value | Allowed object is String |
|---|