ContactCenters
V. 0.9.9.

umontreal.iro.lecuyer.xmlbind.params
Class BooleanArray

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

public class BooleanArray
extends Object

Represents a 2D array of booleans.


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

BooleanArray

public BooleanArray()
Method Detail

getRows

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