|
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.IndexThreshIntParams
public class IndexThreshIntParams
Same as
<?xml version="1.0" encoding="UTF-8"?><tt xmlns="http://www.w3.org/1999/xhtml" xmlns:cc="http://www.iro.umontreal.ca/lecuyer/contactcenters" xmlns:ccapp="http://www.iro.umontreal.ca/lecuyer/contactcenters/app" xmlns:ccmsk="http://www.iro.umontreal.ca/lecuyer/contactcenters/msk" xmlns:jxb="http://java.sun.com/xml/ns/jaxb" xmlns:ssj="http://www.iro.umontreal.ca/lecuyer/ssj" xmlns:xsd="http://www.w3.org/2001/XMLSchema">IndexThreshParams</tt>but the threshold is an integer.
Java class for IndexThreshIntParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IndexThreshIntParams"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="index" use="required" type="{http://www.iro.umontreal.ca/lecuyer/ssj}nonNegativeInt" /> <attribute name="threshold" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="rel" use="required" type="{http://www.iro.umontreal.ca/lecuyer/contactcenters/msk}Relationship" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected int |
index
|
protected Relationship |
rel
|
protected int |
threshold
|
Constructor Summary | |
---|---|
IndexThreshIntParams()
|
Method Summary | |
---|---|
int |
getIndex()
Gets the value of the index property. |
Relationship |
getRel()
Gets the value of the rel property. |
int |
getThreshold()
Gets the value of the threshold property. |
boolean |
isSetIndex()
|
boolean |
isSetRel()
|
boolean |
isSetThreshold()
|
void |
setIndex(int value)
Sets the value of the index property. |
void |
setRel(Relationship value)
Sets the value of the rel property. |
void |
setThreshold(int value)
Sets the value of the threshold property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected int index
protected int threshold
protected Relationship rel
Constructor Detail |
---|
public IndexThreshIntParams()
Method Detail |
---|
public int getIndex()
public void setIndex(int value)
public boolean isSetIndex()
public int getThreshold()
public void setThreshold(int value)
public boolean isSetThreshold()
public Relationship getRel()
Relationship
public void setRel(Relationship value)
value
- allowed object is
Relationship
public boolean isSetRel()
|
ContactCenters V. 0.9.9. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |