|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.mpxj.planner.schema.Calendar
public class Calendar
| Field Summary | |
|---|---|
protected List<Calendar> |
calendar
|
protected Days |
days
|
protected DefaultWeek |
defaultWeek
|
protected String |
id
|
protected String |
name
|
protected OverriddenDayTypes |
overriddenDayTypes
|
| Constructor Summary | |
|---|---|
Calendar()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String name
protected String id
protected DefaultWeek defaultWeek
protected OverriddenDayTypes overriddenDayTypes
protected Days days
protected List<Calendar> calendar
| Constructor Detail |
|---|
public Calendar()
| Method Detail |
|---|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getId()
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 Days getDays()
Dayspublic 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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||