ContactCenters
V. 0.9.9.

umontreal.iro.lecuyer.xmlbind.params
Class DoubleArray

java.lang.Object
  extended by umontreal.iro.lecuyer.xmlbind.params.DoubleArray
Direct Known Subclasses:
DoubleArrayWithMinWaitingTime, PMMatrix

public class DoubleArray
extends Object

Represents a 2D array of double-precision numbers.


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

DoubleArray

public DoubleArray()
Method Detail

getRows

public List<DoubleArray.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 DoubleArray.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.