public class TDateConstantExpression extends Object
Java class for TDateConstantExpression complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TDateConstantExpression">
<simpleContent>
<extension base="<http://docs.oasis-open.org/odata/ns/edm>date">
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
value |
| Constructor and Description |
|---|
TDateConstantExpression() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getValue()
Gets the value of the value property.
|
void |
setValue(XMLGregorianCalendar value)
Sets the value of the value property.
|
protected XMLGregorianCalendar value
public XMLGregorianCalendar getValue()
XMLGregorianCalendarpublic void setValue(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2018–2020. All rights reserved.