|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.mpxj.planner.schema.OverriddenDayType
public class OverriddenDayType
| Field Summary | |
|---|---|
protected String |
id
|
protected List<Interval> |
interval
|
| Constructor Summary | |
|---|---|
OverriddenDayType()
|
|
| Method Summary | |
|---|---|
String |
getId()
Gets the value of the id property. |
List<Interval> |
getInterval()
Gets the value of the interval property. |
void |
setId(String value)
Sets the value of the id property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String id
protected List<Interval> interval
| Constructor Detail |
|---|
public OverriddenDayType()
| Method Detail |
|---|
public 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 | |||||||||