ContactCenters
V. 0.9.9.

umontreal.iro.lecuyer.xmlbind.params
Class NonNegativeDurationArray

java.lang.Object
  extended by umontreal.iro.lecuyer.xmlbind.params.NonNegativeDurationArray

public class NonNegativeDurationArray
extends Object

Represents a 2D array of non-negative time durations.


Nested Class Summary
static class NonNegativeDurationArray.Row
          Java class for anonymous complex type.
 
Field Summary
protected  List<NonNegativeDurationArray.Row> rows
           
 
Constructor Summary
NonNegativeDurationArray()
           
 
Method Summary
 List<NonNegativeDurationArray.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

rows

protected List<NonNegativeDurationArray.Row> rows
Constructor Detail

NonNegativeDurationArray

public NonNegativeDurationArray()
Method Detail

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()

ContactCenters
V. 0.9.9.

To submit a bug or ask questions, send an e-mail to Richard Simard.