|
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.contactcenters.app.params.ObsMatrix
public class ObsMatrix
Represents a matrix of observations concerning a specific type of performance measure.
Nested Class Summary | |
---|---|
static class |
ObsMatrix.Obs
Java class for anonymous complex type. |
Field Summary | |
---|---|
protected String |
measure
|
protected List<ObsMatrix.Obs> |
obs
|
Constructor Summary | |
---|---|
ObsMatrix()
|
Method Summary | |
---|---|
String |
getMeasure()
Gets the value of the measure property. |
List<ObsMatrix.Obs> |
getObs()
Gets the value of the obs property. |
boolean |
isSetMeasure()
|
boolean |
isSetObs()
|
void |
setMeasure(String value)
Sets the value of the measure property. |
void |
unsetObs()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected List<ObsMatrix.Obs> obs
protected String measure
Constructor Detail |
---|
public ObsMatrix()
Method Detail |
---|
public List<ObsMatrix.Obs> getObs()
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 obs property.
For example, to add a new item, do as follows:
getObs().add(newItem);
Objects of the following type(s) are allowed in the list
ObsMatrix.Obs
public boolean isSetObs()
public void unsetObs()
public String getMeasure()
String
public void setMeasure(String value)
value
- allowed object is
String
public boolean isSetMeasure()
|
ContactCenters V. 0.9.9. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |