Package ietf.params.xml.ns.icalendar_2
Class DateDatetimePropertyType
java.lang.Object
ietf.params.xml.ns.icalendar_2.BasePropertyType
ietf.params.xml.ns.icalendar_2.DateDatetimePropertyType
- Direct Known Subclasses:
DtendPropType
,DtstartPropType
,DuePropType
,ExdatePropType
,RdatePropType
,RecurrenceIdPropType
,XBedeworkRegistrationEndPropType
,XBedeworkRegistrationStartPropType
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>
-
Field Summary
FieldsFields inherited from class ietf.params.xml.ns.icalendar_2.BasePropertyType
parameters
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDate()
Gets the value of the date property.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.Methods inherited from class ietf.params.xml.ns.icalendar_2.BasePropertyType
getParameters, setParameters
-
Field Details
-
dateTime
-
date
-
-
Constructor Details
-
DateDatetimePropertyType
public DateDatetimePropertyType()
-
-
Method Details
-
getDateTime
Gets the value of the dateTime property.- Returns:
- possible object is
XMLGregorianCalendar
-
setDateTime
Sets the value of the dateTime property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getDate
Gets the value of the date property.- Returns:
- possible object is
XMLGregorianCalendar
-
setDate
Sets the value of the date property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-