umontreal.iro.lecuyer.xmlbind.params
Class NonNegativeDurationArray
java.lang.Object
umontreal.iro.lecuyer.xmlbind.params.NonNegativeDurationArray
public class NonNegativeDurationArray
- extends Object
Represents a 2D array of non-negative time durations.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
rows
protected List<NonNegativeDurationArray.Row> rows
NonNegativeDurationArray
public NonNegativeDurationArray()
getRows
public List<NonNegativeDurationArray.Row> getRows()
- Gets the value of the rows 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 rows property.
For example, to add a new item, do as follows:
getRows().add(newItem);
Objects of the following type(s) are allowed in the list
NonNegativeDurationArray.Row
isSetRows
public boolean isSetRows()
unsetRows
public void unsetRows()
To submit a bug or ask questions, send an e-mail to
Richard Simard.