|
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.app.params.ReportParams
public class ReportParams
Defines parameters for reports on simulation results. Reporting parameters include the statistics to put in the report, confidence level as well as general options.
Java class for ReportParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReportParams"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="properties" type="{http://www.iro.umontreal.ca/lecuyer/ssj}PropertiesParams" minOccurs="0"/> <element name="printedStat" type="{http://www.iro.umontreal.ca/lecuyer/contactcenters/app}PrintedStatParams" maxOccurs="unbounded" minOccurs="0"/> <element name="printedObs" type="{http://www.iro.umontreal.ca/lecuyer/contactcenters/app}PerformanceMeasureParams" maxOccurs="unbounded" minOccurs="0"/> <element name="shownContactTypeProperty" type="{http://www.iro.umontreal.ca/lecuyer/contactcenters/app}PropertyNameParam" maxOccurs="unbounded" minOccurs="0"/> <element name="shownAgentGroupProperty" type="{http://www.iro.umontreal.ca/lecuyer/contactcenters/app}PropertyNameParam" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="confidenceLevel" use="required" type="{http://www.iro.umontreal.ca/lecuyer/ssj}double01" /> <attribute name="numDigits" type="{http://www.iro.umontreal.ca/lecuyer/ssj}positiveInt" default="3" /> <attribute name="maxColumns" type="{http://www.iro.umontreal.ca/lecuyer/ssj}positiveInt" default="15" /> <attribute name="summarySheetName" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="detailedSheetNameWithoutPeriods" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="detailedSheetNameWithPeriods" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="obsSheetName" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="defaultDetailed" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> <attribute name="defaultPeriods" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> <attribute name="defaultOnlyAverages" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected double |
confidenceLevel
|
protected Boolean |
defaultDetailed
|
protected Boolean |
defaultOnlyAverages
|
protected Boolean |
defaultPeriods
|
protected String |
detailedSheetNameWithoutPeriods
|
protected String |
detailedSheetNameWithPeriods
|
protected Integer |
maxColumns
|
protected Integer |
numDigits
|
protected String |
obsSheetName
|
protected List<PerformanceMeasureParams> |
printedObs
|
protected List<PrintedStatParams> |
printedStats
|
protected PropertiesParams |
properties
|
protected List<PropertyNameParam> |
shownAgentGroupProperties
|
protected List<PropertyNameParam> |
shownContactTypeProperties
|
protected String |
summarySheetName
|
Constructor Summary | |
---|---|
ReportParams()
|
Method Summary | |
---|---|
double |
getConfidenceLevel()
Gets the value of the confidenceLevel property. |
String |
getDetailedSheetNameWithoutPeriods()
Gets the value of the detailedSheetNameWithoutPeriods property. |
String |
getDetailedSheetNameWithPeriods()
Gets the value of the detailedSheetNameWithPeriods property. |
int |
getMaxColumns()
Gets the value of the maxColumns property. |
int |
getNumDigits()
Gets the value of the numDigits property. |
String |
getObsSheetName()
Gets the value of the obsSheetName property. |
List<PerformanceMeasureParams> |
getPrintedObs()
Gets the value of the printedObs property. |
List<PrintedStatParams> |
getPrintedStats()
Gets the value of the printedStats property. |
PropertiesParams |
getProperties()
Gets the value of the properties property. |
List<PropertyNameParam> |
getShownAgentGroupProperties()
Gets the value of the shownAgentGroupProperties property. |
List<PropertyNameParam> |
getShownContactTypeProperties()
Gets the value of the shownContactTypeProperties property. |
String |
getSummarySheetName()
Gets the value of the summarySheetName property. |
boolean |
isDefaultDetailed()
Gets the value of the defaultDetailed property. |
boolean |
isDefaultOnlyAverages()
Gets the value of the defaultOnlyAverages property. |
boolean |
isDefaultPeriods()
Gets the value of the defaultPeriods property. |
boolean |
isSetConfidenceLevel()
|
boolean |
isSetDefaultDetailed()
|
boolean |
isSetDefaultOnlyAverages()
|
boolean |
isSetDefaultPeriods()
|
boolean |
isSetDetailedSheetNameWithoutPeriods()
|
boolean |
isSetDetailedSheetNameWithPeriods()
|
boolean |
isSetMaxColumns()
|
boolean |
isSetNumDigits()
|
boolean |
isSetObsSheetName()
|
boolean |
isSetPrintedObs()
|
boolean |
isSetPrintedStats()
|
boolean |
isSetProperties()
|
boolean |
isSetShownAgentGroupProperties()
|
boolean |
isSetShownContactTypeProperties()
|
boolean |
isSetSummarySheetName()
|
void |
setConfidenceLevel(double value)
Sets the value of the confidenceLevel property. |
void |
setDefaultDetailed(boolean value)
Sets the value of the defaultDetailed property. |
void |
setDefaultOnlyAverages(boolean value)
Sets the value of the defaultOnlyAverages property. |
void |
setDefaultPeriods(boolean value)
Sets the value of the defaultPeriods property. |
void |
setDetailedSheetNameWithoutPeriods(String value)
Sets the value of the detailedSheetNameWithoutPeriods property. |
void |
setDetailedSheetNameWithPeriods(String value)
Sets the value of the detailedSheetNameWithPeriods property. |
void |
setMaxColumns(int value)
Sets the value of the maxColumns property. |
void |
setNumDigits(int value)
Sets the value of the numDigits property. |
void |
setObsSheetName(String value)
Sets the value of the obsSheetName property. |
void |
setProperties(PropertiesParams value)
Sets the value of the properties property. |
void |
setSummarySheetName(String value)
Sets the value of the summarySheetName property. |
void |
unsetDefaultDetailed()
|
void |
unsetDefaultOnlyAverages()
|
void |
unsetDefaultPeriods()
|
void |
unsetMaxColumns()
|
void |
unsetNumDigits()
|
void |
unsetPrintedObs()
|
void |
unsetPrintedStats()
|
void |
unsetShownAgentGroupProperties()
|
void |
unsetShownContactTypeProperties()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected PropertiesParams properties
protected List<PrintedStatParams> printedStats
protected List<PerformanceMeasureParams> printedObs
protected List<PropertyNameParam> shownContactTypeProperties
protected List<PropertyNameParam> shownAgentGroupProperties
protected double confidenceLevel
protected Integer numDigits
protected Integer maxColumns
protected String summarySheetName
protected String detailedSheetNameWithoutPeriods
protected String detailedSheetNameWithPeriods
protected String obsSheetName
protected Boolean defaultDetailed
protected Boolean defaultPeriods
protected Boolean defaultOnlyAverages
Constructor Detail |
---|
public ReportParams()
Method Detail |
---|
public PropertiesParams getProperties()
PropertiesParams
public void setProperties(PropertiesParams value)
value
- allowed object is
PropertiesParams
public boolean isSetProperties()
public List<PrintedStatParams> getPrintedStats()
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 printedStats property.
For example, to add a new item, do as follows:
getPrintedStats().add(newItem);
Objects of the following type(s) are allowed in the list
PrintedStatParams
public boolean isSetPrintedStats()
public void unsetPrintedStats()
public List<PerformanceMeasureParams> getPrintedObs()
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 printedObs property.
For example, to add a new item, do as follows:
getPrintedObs().add(newItem);
Objects of the following type(s) are allowed in the list
PerformanceMeasureParams
public boolean isSetPrintedObs()
public void unsetPrintedObs()
public List<PropertyNameParam> getShownContactTypeProperties()
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 shownContactTypeProperties property.
For example, to add a new item, do as follows:
getShownContactTypeProperties().add(newItem);
Objects of the following type(s) are allowed in the list
PropertyNameParam
public boolean isSetShownContactTypeProperties()
public void unsetShownContactTypeProperties()
public List<PropertyNameParam> getShownAgentGroupProperties()
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 shownAgentGroupProperties property.
For example, to add a new item, do as follows:
getShownAgentGroupProperties().add(newItem);
Objects of the following type(s) are allowed in the list
PropertyNameParam
public boolean isSetShownAgentGroupProperties()
public void unsetShownAgentGroupProperties()
public double getConfidenceLevel()
public void setConfidenceLevel(double value)
public boolean isSetConfidenceLevel()
public int getNumDigits()
Integer
public void setNumDigits(int value)
value
- allowed object is
Integer
public boolean isSetNumDigits()
public void unsetNumDigits()
public int getMaxColumns()
Integer
public void setMaxColumns(int value)
value
- allowed object is
Integer
public boolean isSetMaxColumns()
public void unsetMaxColumns()
public String getSummarySheetName()
String
public void setSummarySheetName(String value)
value
- allowed object is
String
public boolean isSetSummarySheetName()
public String getDetailedSheetNameWithoutPeriods()
String
public void setDetailedSheetNameWithoutPeriods(String value)
value
- allowed object is
String
public boolean isSetDetailedSheetNameWithoutPeriods()
public String getDetailedSheetNameWithPeriods()
String
public void setDetailedSheetNameWithPeriods(String value)
value
- allowed object is
String
public boolean isSetDetailedSheetNameWithPeriods()
public String getObsSheetName()
String
public void setObsSheetName(String value)
value
- allowed object is
String
public boolean isSetObsSheetName()
public boolean isDefaultDetailed()
Boolean
public void setDefaultDetailed(boolean value)
value
- allowed object is
Boolean
public boolean isSetDefaultDetailed()
public void unsetDefaultDetailed()
public boolean isDefaultPeriods()
Boolean
public void setDefaultPeriods(boolean value)
value
- allowed object is
Boolean
public boolean isSetDefaultPeriods()
public void unsetDefaultPeriods()
public boolean isDefaultOnlyAverages()
Boolean
public void setDefaultOnlyAverages(boolean value)
value
- allowed object is
Boolean
public boolean isSetDefaultOnlyAverages()
public void unsetDefaultOnlyAverages()
|
ContactCenters V. 0.9.9. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |