Package ietf.params.xml.ns.icalendar_2
Class UntilRecurType
- java.lang.Object
-
- ietf.params.xml.ns.icalendar_2.UntilRecurType
-
public class UntilRecurType extends Object
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 Modifier and Type Field Description protected XMLGregorianCalendardateprotected XMLGregorianCalendardateTime
-
Constructor Summary
Constructors Constructor Description UntilRecurType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XMLGregorianCalendargetDate()Gets the value of the date property.XMLGregorianCalendargetDateTime()Gets the value of the dateTime property.voidsetDate(XMLGregorianCalendar value)Sets the value of the date property.voidsetDateTime(XMLGregorianCalendar value)Sets the value of the dateTime property.
-
-
-
Field Detail
-
date
protected XMLGregorianCalendar date
-
dateTime
protected XMLGregorianCalendar dateTime
-
-
Method Detail
-
getDate
public XMLGregorianCalendar getDate()
Gets the value of the date property.- Returns:
- possible object is
XMLGregorianCalendar
-
setDate
public void setDate(XMLGregorianCalendar value)
Sets the value of the date property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getDateTime
public XMLGregorianCalendar getDateTime()
Gets the value of the dateTime property.- Returns:
- possible object is
XMLGregorianCalendar
-
setDateTime
public void setDateTime(XMLGregorianCalendar value)
Sets the value of the dateTime property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
-