|
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.xmlbind.params.Named
umontreal.iro.lecuyer.contactcenters.msk.params.CallSourceParams
public abstract class CallSourceParams
Defines the parameters for a call source generating inbound or outbound calls, possibly of more than one type.
Field Summary | |
---|---|
protected Boolean |
checkAgentsForCall
|
protected List<ProducedCallTypeParams> |
producedCallTypes
|
protected Boolean |
sourceEnabled
|
protected List<TimeIntervalParams> |
sourceToggleTimes
|
Fields inherited from class umontreal.iro.lecuyer.xmlbind.params.Named |
---|
name, properties |
Constructor Summary | |
---|---|
CallSourceParams()
|
Method Summary | |
---|---|
List<ProducedCallTypeParams> |
getProducedCallTypes()
Gets the value of the producedCallTypes property. |
List<TimeIntervalParams> |
getSourceToggleTimes()
Gets the value of the sourceToggleTimes property. |
boolean |
isCheckAgentsForCall()
Gets the value of the checkAgentsForCall property. |
boolean |
isSetCheckAgentsForCall()
|
boolean |
isSetProducedCallTypes()
|
boolean |
isSetSourceEnabled()
|
boolean |
isSetSourceToggleTimes()
|
boolean |
isSourceEnabled()
Gets the value of the sourceEnabled property. |
void |
setCheckAgentsForCall(boolean value)
Sets the value of the checkAgentsForCall property. |
void |
setSourceEnabled(boolean value)
Sets the value of the sourceEnabled property. |
void |
unsetCheckAgentsForCall()
|
void |
unsetProducedCallTypes()
|
void |
unsetSourceEnabled()
|
void |
unsetSourceToggleTimes()
|
Methods inherited from class umontreal.iro.lecuyer.xmlbind.params.Named |
---|
getName, getProperties, isSetName, isSetProperties, setName, setProperties |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected List<TimeIntervalParams> sourceToggleTimes
protected List<ProducedCallTypeParams> producedCallTypes
protected Boolean sourceEnabled
protected Boolean checkAgentsForCall
Constructor Detail |
---|
public CallSourceParams()
Method Detail |
---|
public List<TimeIntervalParams> getSourceToggleTimes()
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 sourceToggleTimes property.
For example, to add a new item, do as follows:
getSourceToggleTimes().add(newItem);
Objects of the following type(s) are allowed in the list
TimeIntervalParams
public boolean isSetSourceToggleTimes()
public void unsetSourceToggleTimes()
public List<ProducedCallTypeParams> getProducedCallTypes()
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 producedCallTypes property.
For example, to add a new item, do as follows:
getProducedCallTypes().add(newItem);
Objects of the following type(s) are allowed in the list
ProducedCallTypeParams
public boolean isSetProducedCallTypes()
public void unsetProducedCallTypes()
public boolean isSourceEnabled()
Boolean
public void setSourceEnabled(boolean value)
value
- allowed object is
Boolean
public boolean isSetSourceEnabled()
public void unsetSourceEnabled()
public boolean isCheckAgentsForCall()
Boolean
public void setCheckAgentsForCall(boolean value)
value
- allowed object is
Boolean
public boolean isSetCheckAgentsForCall()
public void unsetCheckAgentsForCall()
|
ContactCenters V. 0.9.9. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |