|
ContactCenters V. 0.9.9. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectumontreal.iro.lecuyer.xmlbind.params.DurationArray
public class DurationArray
Represents a 2D array of time durations.
Nested Class Summary | |
---|---|
static class |
DurationArray.Row
Java class for anonymous complex type. |
Field Summary | |
---|---|
protected List<DurationArray.Row> |
rows
|
Constructor Summary | |
---|---|
DurationArray()
|
Method Summary | |
---|---|
List<DurationArray.Row> |
getRows()
Gets the value of the rows property. |
boolean |
isSetRows()
|
void |
unsetRows()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected List<DurationArray.Row> rows
Constructor Detail |
---|
public DurationArray()
Method Detail |
---|
public List<DurationArray.Row> getRows()
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
DurationArray.Row
public boolean isSetRows()
public void unsetRows()
|
ContactCenters V. 0.9.9. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |