|
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.msk.params.ScheduleShiftParams
public class ScheduleShiftParams
Defines a shift in the schedule of an agent group.
| Field Summary | |
|---|---|
protected String |
id
|
protected Integer |
numAgents
|
protected int[] |
numAgentsData
|
protected Double |
probAgents
|
protected List<ShiftPartParams> |
shiftParts
|
protected Object |
xref
|
| Constructor Summary | |
|---|---|
ScheduleShiftParams()
|
|
| Method Summary | |
|---|---|
String |
getId()
Gets the value of the id property. |
int |
getNumAgents()
Gets the value of the numAgents property. |
int[] |
getNumAgentsData()
|
int |
getNumAgentsData(int idx)
|
int |
getNumAgentsDataLength()
|
double |
getProbAgents()
Gets the value of the probAgents property. |
List<ShiftPartParams> |
getShiftParts()
Gets the value of the shiftParts property. |
Object |
getXref()
Gets the value of the xref property. |
boolean |
isSetId()
|
boolean |
isSetNumAgents()
|
boolean |
isSetNumAgentsData()
|
boolean |
isSetProbAgents()
|
boolean |
isSetShiftParts()
|
boolean |
isSetXref()
|
void |
setId(String value)
Sets the value of the id property. |
void |
setNumAgents(int value)
Sets the value of the numAgents property. |
void |
setNumAgentsData(int[] values)
|
int |
setNumAgentsData(int idx,
int value)
|
void |
setProbAgents(double value)
Sets the value of the probAgents property. |
void |
setXref(Object value)
Sets the value of the xref property. |
void |
unsetNumAgents()
|
void |
unsetNumAgentsData()
|
void |
unsetProbAgents()
|
void |
unsetShiftParts()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<ShiftPartParams> shiftParts
protected int[] numAgentsData
protected String id
protected Object xref
protected Integer numAgents
protected Double probAgents
| Constructor Detail |
|---|
public ScheduleShiftParams()
| Method Detail |
|---|
public List<ShiftPartParams> getShiftParts()
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 shiftParts property.
For example, to add a new item, do as follows:
getShiftParts().add(newItem);
Objects of the following type(s) are allowed in the list
ShiftPartParams
public boolean isSetShiftParts()
public void unsetShiftParts()
public int[] getNumAgentsData()
Integerpublic int getNumAgentsData(int idx)
Integerpublic int getNumAgentsDataLength()
public void setNumAgentsData(int[] values)
values - allowed objects are
Integer
public int setNumAgentsData(int idx,
int value)
value - allowed object is
Integerpublic boolean isSetNumAgentsData()
public void unsetNumAgentsData()
public String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic boolean isSetId()
public Object getXref()
Objectpublic void setXref(Object value)
value - allowed object is
Objectpublic boolean isSetXref()
public int getNumAgents()
Integerpublic void setNumAgents(int value)
value - allowed object is
Integerpublic boolean isSetNumAgents()
public void unsetNumAgents()
public double getProbAgents()
Doublepublic void setProbAgents(double value)
value - allowed object is
Doublepublic boolean isSetProbAgents()
public void unsetProbAgents()
|
ContactCenters V. 0.9.9. |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||