|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.mpxj.planner.schema.Day
public class Day
| 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 |
|---|
protected String date
protected String type
protected String id
protected List<Interval> interval
| Constructor Detail |
|---|
public Day()
| Method Detail |
|---|
public String getDate()
Stringpublic void setDate(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic List<Interval> getInterval()
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||