Package org.oasisopen.odata.csdl.v4
Class TDateTimeOffsetConstantExpression
- java.lang.Object
-
- org.oasisopen.odata.csdl.v4.TDateTimeOffsetConstantExpression
-
public class TDateTimeOffsetConstantExpression extends Object
Java class for TDateTimeOffsetConstantExpression complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TDateTimeOffsetConstantExpression"> <simpleContent> <extension base="<http://docs.oasis-open.org/odata/ns/edm>dateTimeStamp"> </extension> </simpleContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected XMLGregorianCalendarvalue
-
Constructor Summary
Constructors Constructor Description TDateTimeOffsetConstantExpression()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XMLGregorianCalendargetValue()Gets the value of the value property.voidsetValue(XMLGregorianCalendar value)Sets the value of the value property.
-
-
-
Field Detail
-
value
protected XMLGregorianCalendar value
-
-
Method Detail
-
getValue
public XMLGregorianCalendar getValue()
Gets the value of the value property.- Returns:
- possible object is
XMLGregorianCalendar
-
setValue
public void setValue(XMLGregorianCalendar value)
Sets the value of the value property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
-