net.sf.mpxj.planner.schema
Class Day

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

public class Day
extends Object


Field Summary
protected  String date
           
protected  String id
           
protected  List<Interval> interval
           
protected  String type
           
 
Constructor Summary
Day()
           
 
Method Summary
 String getDate()
          Gets the value of the date property.
 String getId()
          Gets the value of the id property.
 List<Interval> getInterval()
          Gets the value of the interval property.
 String getType()
          Gets the value of the type property.
 void setDate(String value)
          Sets the value of the date property.
 void setId(String value)
          Sets the value of the id property.
 void setType(String value)
          Sets the value of the type property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

date

protected String date

type

protected String type

id

protected String id

interval

protected List<Interval> interval
Constructor Detail

Day

public Day()
Method Detail

getDate

public String getDate()
Gets the value of the date property.

Returns:
possible object is String

setDate

public void setDate(String value)
Sets the value of the date property.

Parameters:
value - allowed object is String

getType

public String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(String value)
Sets the value of the type 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

getInterval

public List<Interval> getInterval()
Gets the value of the interval 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 interval property.

For example, to add a new item, do as follows:

    getInterval().add(newItem);
 

Objects of the following type(s) are allowed in the list Interval



Copyright © 2012. All Rights Reserved.