public class Calendar extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<Calendar> |
calendar |
protected Days |
days |
protected DefaultWeek |
defaultWeek |
protected String |
id |
protected String |
name |
protected OverriddenDayTypes |
overriddenDayTypes |
| Constructor and Description |
|---|
Calendar() |
| Modifier and Type | Method and Description |
|---|---|
List<Calendar> |
getCalendar()
Gets the value of the calendar property.
|
Days |
getDays()
Gets the value of the days property.
|
DefaultWeek |
getDefaultWeek()
Gets the value of the defaultWeek property.
|
String |
getId()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
OverriddenDayTypes |
getOverriddenDayTypes()
Gets the value of the overriddenDayTypes property.
|
void |
setDays(Days value)
Sets the value of the days property.
|
void |
setDefaultWeek(DefaultWeek value)
Sets the value of the defaultWeek property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setOverriddenDayTypes(OverriddenDayTypes value)
Sets the value of the overriddenDayTypes property.
|
protected String name
protected String id
protected DefaultWeek defaultWeek
protected OverriddenDayTypes overriddenDayTypes
protected Days days
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic void setId(String value)
value - allowed object is
Stringpublic DefaultWeek getDefaultWeek()
DefaultWeekpublic void setDefaultWeek(DefaultWeek value)
value - allowed object is
DefaultWeekpublic OverriddenDayTypes getOverriddenDayTypes()
OverriddenDayTypespublic void setOverriddenDayTypes(OverriddenDayTypes value)
value - allowed object is
OverriddenDayTypespublic void setDays(Days value)
value - allowed object is
Dayspublic List<Calendar> getCalendar()
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 calendar property.
For example, to add a new item, do as follows:
getCalendar().add(newItem);
Objects of the following type(s) are allowed in the list
Calendar
Copyright © 2013. All Rights Reserved.