net.sf.mpxj.planner.schema
Class Calendar

java.lang.Object
  extended by net.sf.mpxj.planner.schema.Calendar

public class Calendar
extends Object


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

name

protected String name

id

protected String id

defaultWeek

protected DefaultWeek defaultWeek

overriddenDayTypes

protected OverriddenDayTypes overriddenDayTypes

days

protected Days days

calendar

protected List<Calendar> calendar
Constructor Detail

Calendar

public Calendar()
Method Detail

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getDefaultWeek

public DefaultWeek getDefaultWeek()
Gets the value of the defaultWeek property.

Returns:
possible object is DefaultWeek

setDefaultWeek

public void setDefaultWeek(DefaultWeek value)
Sets the value of the defaultWeek property.

Parameters:
value - allowed object is DefaultWeek

getOverriddenDayTypes

public OverriddenDayTypes getOverriddenDayTypes()
Gets the value of the overriddenDayTypes property.

Returns:
possible object is OverriddenDayTypes

setOverriddenDayTypes

public void setOverriddenDayTypes(OverriddenDayTypes value)
Sets the value of the overriddenDayTypes property.

Parameters:
value - allowed object is OverriddenDayTypes

getDays

public Days getDays()
Gets the value of the days property.

Returns:
possible object is Days

setDays

public void setDays(Days value)
Sets the value of the days property.

Parameters:
value - allowed object is Days

getCalendar

public List<Calendar> getCalendar()
Gets the value of the calendar 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 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 © 2012. All Rights Reserved.