|
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()
ConditionParamsListpublic void setEither(ConditionParamsList value)
value - allowed object is
ConditionParamsListpublic boolean isSetEither()
public ConditionParamsList getAll()
ConditionParamsListpublic void setAll(ConditionParamsList value)
value - allowed object is
ConditionParamsListpublic boolean isSetAll()
public TwoIndicesWithTypesParams getQueueSizes()
TwoIndicesWithTypesParamspublic void setQueueSizes(TwoIndicesWithTypesParams value)
value - allowed object is
TwoIndicesWithTypesParamspublic boolean isSetQueueSizes()
public IndexThreshIntWithTypeParams getQueueSizeThresh()
IndexThreshIntWithTypeParamspublic void setQueueSizeThresh(IndexThreshIntWithTypeParams value)
value - allowed object is
IndexThreshIntWithTypeParamspublic boolean isSetQueueSizeThresh()
public TwoIndicesParams getNumFreeAgents()
TwoIndicesParamspublic void setNumFreeAgents(TwoIndicesParams value)
value - allowed object is
TwoIndicesParamspublic boolean isSetNumFreeAgents()
public IndexThreshIntParams getNumFreeAgentsThresh()
IndexThreshIntParamspublic void setNumFreeAgentsThresh(IndexThreshIntParams value)
value - allowed object is
IndexThreshIntParamspublic boolean isSetNumFreeAgentsThresh()
public TwoIndicesWithTypesParams getFracBusyAgents()
TwoIndicesWithTypesParamspublic void setFracBusyAgents(TwoIndicesWithTypesParams value)
value - allowed object is
TwoIndicesWithTypesParamspublic boolean isSetFracBusyAgents()
public IndexThreshWithTypeParams getFracBusyAgentsThresh()
IndexThreshWithTypeParamspublic void setFracBusyAgentsThresh(IndexThreshWithTypeParams value)
value - allowed object is
IndexThreshWithTypeParamspublic boolean isSetFracBusyAgentsThresh()
public StatConditionParams getStat()
StatConditionParamspublic void setStat(StatConditionParams value)
value - allowed object is
StatConditionParamspublic boolean isSetStat()
public Named getCustom()
Namedpublic void setCustom(Named value)
value - allowed object is
Namedpublic boolean isSetCustom()
|
ContactCenters V. 0.9.9. |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||