| java.lang.Object | ||
| ↳ | com.emc.documentum.fs.datamodel.core.query.ExpressionValue | |
| ↳ | com.emc.documentum.fs.datamodel.core.query.RelativeDateValue | |
Java class for RelativeDateValue complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RelativeDateValue">
<complexContent>
<extension base="{http://query.core.datamodel.fs.documentum.emc.com/}ExpressionValue">
<sequence>
</sequence>
<attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="unit" type="{http://query.core.datamodel.fs.documentum.emc.com/}TimeUnit" />
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| unit | |||||||||||
| value | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the unit property.
| |||||||||||
Gets the value of the value property.
| |||||||||||
Sets the value of the unit 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 unit property.
| value | Allowed object is
TimeUnit
|
|---|
Sets the value of the value property.
| value |
|---|