public class DateDatetimePropertyType extends BasePropertyType
Java class for DateDatetimePropertyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DateDatetimePropertyType">
<complexContent>
<extension base="{urn:ietf:params:xml:ns:icalendar-2.0}BasePropertyType">
<sequence>
<choice>
<element ref="{urn:ietf:params:xml:ns:icalendar-2.0}date-time"/>
<element ref="{urn:ietf:params:xml:ns:icalendar-2.0}date"/>
</choice>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
date |
protected XMLGregorianCalendar |
dateTime |
parameters| Constructor and Description |
|---|
DateDatetimePropertyType() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getDate()
Gets the value of the date property.
|
XMLGregorianCalendar |
getDateTime()
Gets the value of the dateTime property.
|
void |
setDate(XMLGregorianCalendar value)
Sets the value of the date property.
|
void |
setDateTime(XMLGregorianCalendar value)
Sets the value of the dateTime property.
|
getParameters, setParametersprotected XMLGregorianCalendar dateTime
protected XMLGregorianCalendar date
public XMLGregorianCalendar getDateTime()
XMLGregorianCalendarpublic void setDateTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getDate()
XMLGregorianCalendarpublic void setDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2015 Bedework. All rights reserved.