public class RecurType extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
byday |
protected List<String> |
byhour |
protected List<String> |
byminute |
protected List<Integer> |
bymonth |
protected List<Integer> |
bymonthday |
protected List<String> |
bysecond |
protected List<BigInteger> |
bysetpos |
protected List<String> |
byweekno |
protected List<String> |
byyearday |
protected BigInteger |
count |
protected FreqRecurType |
freq |
protected String |
interval |
protected UntilRecurType |
until |
protected WeekdayRecurType |
wkst |
| Constructor and Description |
|---|
RecurType() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getByday()
Gets the value of the byday property.
|
List<String> |
getByhour()
Gets the value of the byhour property.
|
List<String> |
getByminute()
Gets the value of the byminute property.
|
List<Integer> |
getBymonth()
Gets the value of the bymonth property.
|
List<Integer> |
getBymonthday()
Gets the value of the bymonthday property.
|
List<String> |
getBysecond()
Gets the value of the bysecond property.
|
List<BigInteger> |
getBysetpos()
Gets the value of the bysetpos property.
|
List<String> |
getByweekno()
Gets the value of the byweekno property.
|
List<String> |
getByyearday()
Gets the value of the byyearday property.
|
BigInteger |
getCount()
Gets the value of the count property.
|
FreqRecurType |
getFreq()
Gets the value of the freq property.
|
String |
getInterval()
Gets the value of the interval property.
|
UntilRecurType |
getUntil()
Gets the value of the until property.
|
WeekdayRecurType |
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.
|
protected FreqRecurType freq
protected UntilRecurType until
protected BigInteger count
protected String interval
protected List<BigInteger> bysetpos
protected WeekdayRecurType wkst
public FreqRecurType getFreq()
FreqRecurTypepublic void setFreq(FreqRecurType value)
value - allowed object is
FreqRecurTypepublic UntilRecurType getUntil()
UntilRecurTypepublic void setUntil(UntilRecurType value)
value - allowed object is
UntilRecurTypepublic BigInteger getCount()
BigIntegerpublic void setCount(BigInteger value)
value - allowed object is
BigIntegerpublic String getInterval()
Stringpublic void setInterval(String value)
value - allowed object is
Stringpublic List<String> getBysecond()
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
public List<String> getByminute()
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
public List<String> getByhour()
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
public List<String> getByday()
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
public List<String> getByyearday()
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
public List<Integer> getBymonthday()
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
public List<String> getByweekno()
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
public List<Integer> getBymonth()
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
public List<BigInteger> getBysetpos()
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
public WeekdayRecurType getWkst()
WeekdayRecurTypepublic void setWkst(WeekdayRecurType value)
value - allowed object is
WeekdayRecurTypeCopyright © 2015 Bedework. All rights reserved.