net.sf.mpxj.planner.schema
Class OverriddenDayType

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

public class OverriddenDayType
extends Object


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

id

protected String id

interval

protected List<Interval> interval
Constructor Detail

OverriddenDayType

public OverriddenDayType()
Method Detail

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.