|
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.ConditionParams
public class ConditionParams
Represents a condition on the state of a call center.
Java class for ConditionParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConditionParams"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <group ref="{http://www.iro.umontreal.ca/lecuyer/contactcenters/msk}Conditions"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected ConditionParamsList |
all
|
protected Named |
custom
|
protected ConditionParamsList |
either
|
protected TwoIndicesWithTypesParams |
fracBusyAgents
|
protected IndexThreshWithTypeParams |
fracBusyAgentsThresh
|
protected TwoIndicesParams |
numFreeAgents
|
protected IndexThreshIntParams |
numFreeAgentsThresh
|
protected TwoIndicesWithTypesParams |
queueSizes
|
protected IndexThreshIntWithTypeParams |
queueSizeThresh
|
protected StatConditionParams |
stat
|
Constructor Summary | |
---|---|
ConditionParams()
|
Method Summary | |
---|---|
ConditionParamsList |
getAll()
Gets the value of the all property. |
Named |
getCustom()
Gets the value of the custom property. |
ConditionParamsList |
getEither()
Gets the value of the either property. |
TwoIndicesWithTypesParams |
getFracBusyAgents()
Gets the value of the fracBusyAgents property. |
IndexThreshWithTypeParams |
getFracBusyAgentsThresh()
Gets the value of the fracBusyAgentsThresh property. |
TwoIndicesParams |
getNumFreeAgents()
Gets the value of the numFreeAgents property. |
IndexThreshIntParams |
getNumFreeAgentsThresh()
Gets the value of the numFreeAgentsThresh property. |
TwoIndicesWithTypesParams |
getQueueSizes()
Gets the value of the queueSizes property. |
IndexThreshIntWithTypeParams |
getQueueSizeThresh()
Gets the value of the queueSizeThresh property. |
StatConditionParams |
getStat()
Gets the value of the stat property. |
boolean |
isSetAll()
|
boolean |
isSetCustom()
|
boolean |
isSetEither()
|
boolean |
isSetFracBusyAgents()
|
boolean |
isSetFracBusyAgentsThresh()
|
boolean |
isSetNumFreeAgents()
|
boolean |
isSetNumFreeAgentsThresh()
|
boolean |
isSetQueueSizes()
|
boolean |
isSetQueueSizeThresh()
|
boolean |
isSetStat()
|
void |
setAll(ConditionParamsList value)
Sets the value of the all property. |
void |
setCustom(Named value)
Sets the value of the custom property. |
void |
setEither(ConditionParamsList value)
Sets the value of the either property. |
void |
setFracBusyAgents(TwoIndicesWithTypesParams value)
Sets the value of the fracBusyAgents property. |
void |
setFracBusyAgentsThresh(IndexThreshWithTypeParams value)
Sets the value of the fracBusyAgentsThresh property. |
void |
setNumFreeAgents(TwoIndicesParams value)
Sets the value of the numFreeAgents property. |
void |
setNumFreeAgentsThresh(IndexThreshIntParams value)
Sets the value of the numFreeAgentsThresh property. |
void |
setQueueSizes(TwoIndicesWithTypesParams value)
Sets the value of the queueSizes property. |
void |
setQueueSizeThresh(IndexThreshIntWithTypeParams value)
Sets the value of the queueSizeThresh property. |
void |
setStat(StatConditionParams value)
Sets the value of the stat property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected ConditionParamsList either
protected ConditionParamsList all
protected TwoIndicesWithTypesParams queueSizes
protected IndexThreshIntWithTypeParams queueSizeThresh
protected TwoIndicesParams numFreeAgents
protected IndexThreshIntParams numFreeAgentsThresh
protected TwoIndicesWithTypesParams fracBusyAgents
protected IndexThreshWithTypeParams fracBusyAgentsThresh
protected StatConditionParams stat
protected Named custom
Constructor Detail |
---|
public ConditionParams()
Method Detail |
---|
public ConditionParamsList getEither()
ConditionParamsList
public void setEither(ConditionParamsList value)
value
- allowed object is
ConditionParamsList
public boolean isSetEither()
public ConditionParamsList getAll()
ConditionParamsList
public void setAll(ConditionParamsList value)
value
- allowed object is
ConditionParamsList
public boolean isSetAll()
public TwoIndicesWithTypesParams getQueueSizes()
TwoIndicesWithTypesParams
public void setQueueSizes(TwoIndicesWithTypesParams value)
value
- allowed object is
TwoIndicesWithTypesParams
public boolean isSetQueueSizes()
public IndexThreshIntWithTypeParams getQueueSizeThresh()
IndexThreshIntWithTypeParams
public void setQueueSizeThresh(IndexThreshIntWithTypeParams value)
value
- allowed object is
IndexThreshIntWithTypeParams
public boolean isSetQueueSizeThresh()
public TwoIndicesParams getNumFreeAgents()
TwoIndicesParams
public void setNumFreeAgents(TwoIndicesParams value)
value
- allowed object is
TwoIndicesParams
public boolean isSetNumFreeAgents()
public IndexThreshIntParams getNumFreeAgentsThresh()
IndexThreshIntParams
public void setNumFreeAgentsThresh(IndexThreshIntParams value)
value
- allowed object is
IndexThreshIntParams
public boolean isSetNumFreeAgentsThresh()
public TwoIndicesWithTypesParams getFracBusyAgents()
TwoIndicesWithTypesParams
public void setFracBusyAgents(TwoIndicesWithTypesParams value)
value
- allowed object is
TwoIndicesWithTypesParams
public boolean isSetFracBusyAgents()
public IndexThreshWithTypeParams getFracBusyAgentsThresh()
IndexThreshWithTypeParams
public void setFracBusyAgentsThresh(IndexThreshWithTypeParams value)
value
- allowed object is
IndexThreshWithTypeParams
public boolean isSetFracBusyAgentsThresh()
public StatConditionParams getStat()
StatConditionParams
public void setStat(StatConditionParams value)
value
- allowed object is
StatConditionParams
public boolean isSetStat()
public Named getCustom()
Named
public void setCustom(Named value)
value
- allowed object is
Named
public boolean isSetCustom()
|
ContactCenters V. 0.9.9. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |