ContactCenters
V. 0.9.9.

umontreal.iro.lecuyer.xmlbind.params
Class IntArray

java.lang.Object
  extended by umontreal.iro.lecuyer.xmlbind.params.IntArray
Direct Known Subclasses:
PMMatrixInt

public class IntArray
extends Object

Represents a 2D array of integers.


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

IntArray

public IntArray()
Method Detail

getRows

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