|
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.CallTypeParams
umontreal.iro.lecuyer.contactcenters.msk.params.OutboundTypeParams
public class OutboundTypeParams
Defines the parameters for an outbound call type, for blend/multi-skill call center.
Field Summary | |
---|---|
protected DialerParams |
dialer
|
protected MultiPeriodGenParams |
failTime
|
protected List<ServiceTimeParams> |
previewTimes
|
protected Double |
previewTimesMult
|
protected double[] |
probReach
|
protected double[] |
probRPC
|
protected MultiPeriodGenParams |
reachTime
|
Fields inherited from class umontreal.iro.lecuyer.xmlbind.params.Named |
---|
name, properties |
Constructor Summary | |
---|---|
OutboundTypeParams()
|
Method Summary | |
---|---|
DialerParams |
getDialer()
Gets the value of the dialer property. |
MultiPeriodGenParams |
getFailTime()
Gets the value of the failTime property. |
List<ServiceTimeParams> |
getPreviewTimes()
Gets the value of the previewTimes property. |
double |
getPreviewTimesMult()
Gets the value of the previewTimesMult property. |
double[] |
getProbReach()
|
double |
getProbReach(int idx)
|
int |
getProbReachLength()
|
double[] |
getProbRPC()
|
double |
getProbRPC(int idx)
|
int |
getProbRPCLength()
|
MultiPeriodGenParams |
getReachTime()
Gets the value of the reachTime property. |
boolean |
isSetDialer()
|
boolean |
isSetFailTime()
|
boolean |
isSetPreviewTimes()
|
boolean |
isSetPreviewTimesMult()
|
boolean |
isSetProbReach()
|
boolean |
isSetProbRPC()
|
boolean |
isSetReachTime()
|
void |
setDialer(DialerParams value)
Sets the value of the dialer property. |
void |
setFailTime(MultiPeriodGenParams value)
Sets the value of the failTime property. |
void |
setPreviewTimesMult(double value)
Sets the value of the previewTimesMult property. |
void |
setProbReach(double[] values)
|
double |
setProbReach(int idx,
double value)
|
void |
setProbRPC(double[] values)
|
double |
setProbRPC(int idx,
double value)
|
void |
setReachTime(MultiPeriodGenParams value)
Sets the value of the reachTime property. |
void |
unsetPreviewTimes()
|
void |
unsetPreviewTimesMult()
|
void |
unsetProbReach()
|
void |
unsetProbRPC()
|
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 double[] probReach
protected MultiPeriodGenParams reachTime
protected MultiPeriodGenParams failTime
protected double[] probRPC
protected List<ServiceTimeParams> previewTimes
protected DialerParams dialer
protected Double previewTimesMult
Constructor Detail |
---|
public OutboundTypeParams()
Method Detail |
---|
public double[] getProbReach()
Double
public double getProbReach(int idx)
Double
public int getProbReachLength()
public void setProbReach(double[] values)
values
- allowed objects are
Double
public double setProbReach(int idx, double value)
value
- allowed object is
Double
public boolean isSetProbReach()
public void unsetProbReach()
public MultiPeriodGenParams getReachTime()
MultiPeriodGenParams
public void setReachTime(MultiPeriodGenParams value)
value
- allowed object is
MultiPeriodGenParams
public boolean isSetReachTime()
public MultiPeriodGenParams getFailTime()
MultiPeriodGenParams
public void setFailTime(MultiPeriodGenParams value)
value
- allowed object is
MultiPeriodGenParams
public boolean isSetFailTime()
public double[] getProbRPC()
Double
public double getProbRPC(int idx)
Double
public int getProbRPCLength()
public void setProbRPC(double[] values)
values
- allowed objects are
Double
public double setProbRPC(int idx, double value)
value
- allowed object is
Double
public boolean isSetProbRPC()
public void unsetProbRPC()
public List<ServiceTimeParams> getPreviewTimes()
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 previewTimes property.
For example, to add a new item, do as follows:
getPreviewTimes().add(newItem);
Objects of the following type(s) are allowed in the list
ServiceTimeParams
public boolean isSetPreviewTimes()
public void unsetPreviewTimes()
public DialerParams getDialer()
DialerParams
public void setDialer(DialerParams value)
value
- allowed object is
DialerParams
public boolean isSetDialer()
public double getPreviewTimesMult()
Double
public void setPreviewTimesMult(double value)
value
- allowed object is
Double
public boolean isSetPreviewTimesMult()
public void unsetPreviewTimesMult()
|
ContactCenters V. 0.9.9. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |