Package ietf.params.xml.ns.icalendar_2
Class UntilRecurType
java.lang.Object
ietf.params.xml.ns.icalendar_2.UntilRecurType
Java class for UntilRecurType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UntilRecurType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <choice> <element ref="{urn:ietf:params:xml:ns:icalendar-2.0}date"/> <element ref="{urn:ietf:params:xml:ns:icalendar-2.0}date-time"/> </choice> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Fields -
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.
-
Field Details
-
date
-
dateTime
-
-
Constructor Details
-
UntilRecurType
public UntilRecurType()
-
-
Method Details
-
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
-
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
-