Class RecurType
Java class for RecurType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RecurType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="freq" type="{urn:ietf:params:xml:ns:icalendar-2.0}FreqRecurType"/> <sequence> <choice minOccurs="0"> <element ref="{urn:ietf:params:xml:ns:icalendar-2.0}until"/> <element ref="{urn:ietf:params:xml:ns:icalendar-2.0}count"/> </choice> </sequence> <element name="interval" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="bysecond" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="byminute" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="byhour" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="byday" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="byyearday" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="bymonthday" type="{urn:ietf:params:xml:ns:icalendar-2.0}BymonthdayRecurType" maxOccurs="unbounded" minOccurs="0"/> <element name="byweekno" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="bymonth" type="{urn:ietf:params:xml:ns:icalendar-2.0}BymonthRecurType" maxOccurs="unbounded" minOccurs="0"/> <element name="bysetpos" type="{http://www.w3.org/2001/XMLSchema}integer" maxOccurs="unbounded" minOccurs="0"/> <element name="wkst" type="{urn:ietf:params:xml:ns:icalendar-2.0}WeekdayRecurType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<BigInteger>
protected BigInteger
protected FreqRecurType
protected String
protected UntilRecurType
protected WeekdayRecurType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetByday()
Gets the value of the byday property.Gets the value of the byhour property.Gets the value of the byminute property.Gets the value of the bymonth property.Gets the value of the bymonthday property.Gets the value of the bysecond property.Gets the value of the bysetpos property.Gets the value of the byweekno property.Gets the value of the byyearday property.getCount()
Gets the value of the count property.getFreq()
Gets the value of the freq property.Gets the value of the interval property.getUntil()
Gets the value of the until property.getWkst()
Gets the value of the wkst property.void
setCount
(BigInteger value) Sets the value of the count property.void
setFreq
(FreqRecurType value) Sets the value of the freq property.void
setInterval
(String value) Sets the value of the interval property.void
setUntil
(UntilRecurType value) Sets the value of the until property.void
setWkst
(WeekdayRecurType value) Sets the value of the wkst property.
-
Field Details
-
freq
-
until
-
count
-
interval
-
bysecond
-
byminute
-
byhour
-
byday
-
byyearday
-
bymonthday
-
byweekno
-
bymonth
-
bysetpos
-
wkst
-
-
Constructor Details
-
RecurType
public RecurType()
-
-
Method Details
-
getFreq
Gets the value of the freq property.- Returns:
- possible object is
FreqRecurType
-
setFreq
Sets the value of the freq property.- Parameters:
value
- allowed object isFreqRecurType
-
getUntil
Gets the value of the until property.- Returns:
- possible object is
UntilRecurType
-
setUntil
Sets the value of the until property.- Parameters:
value
- allowed object isUntilRecurType
-
getCount
Gets the value of the count property.- Returns:
- possible object is
BigInteger
-
setCount
Sets the value of the count property.- Parameters:
value
- allowed object isBigInteger
-
getInterval
Gets the value of the interval property.- Returns:
- possible object is
String
-
setInterval
Sets the value of the interval property.- Parameters:
value
- allowed object isString
-
getBysecond
Gets the value of the bysecond property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the bysecond property.For example, to add a new item, do as follows:
getBysecond().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
getByminute
Gets the value of the byminute property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the byminute property.For example, to add a new item, do as follows:
getByminute().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
getByhour
Gets the value of the byhour property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the byhour property.For example, to add a new item, do as follows:
getByhour().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
getByday
Gets the value of the byday property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the byday property.For example, to add a new item, do as follows:
getByday().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
getByyearday
Gets the value of the byyearday property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the byyearday property.For example, to add a new item, do as follows:
getByyearday().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
getBymonthday
Gets the value of the bymonthday property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the bymonthday property.For example, to add a new item, do as follows:
getBymonthday().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
-
getByweekno
Gets the value of the byweekno property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the byweekno property.For example, to add a new item, do as follows:
getByweekno().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
getBymonth
Gets the value of the bymonth property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the bymonth property.For example, to add a new item, do as follows:
getBymonth().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
-
getBysetpos
Gets the value of the bysetpos property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the bysetpos property.For example, to add a new item, do as follows:
getBysetpos().add(newItem);
Objects of the following type(s) are allowed in the list
BigInteger
-
getWkst
Gets the value of the wkst property.- Returns:
- possible object is
WeekdayRecurType
-
setWkst
Sets the value of the wkst property.- Parameters:
value
- allowed object isWeekdayRecurType
-