ContactCenters
V. 0.9.9.

umontreal.iro.lecuyer.contactcenters.msk.params
Class IndexThreshIntParams

java.lang.Object
  extended by umontreal.iro.lecuyer.contactcenters.msk.params.IndexThreshIntParams
Direct Known Subclasses:
IndexThreshIntWithTypeParams

public class IndexThreshIntParams
extends Object

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

index

protected int index

threshold

protected int threshold

rel

protected Relationship rel
Constructor Detail

IndexThreshIntParams

public IndexThreshIntParams()
Method Detail

getIndex

public int getIndex()
Gets the value of the index property.


setIndex

public void setIndex(int value)
Sets the value of the index property.


isSetIndex

public boolean isSetIndex()

getThreshold

public int getThreshold()
Gets the value of the threshold property.


setThreshold

public void setThreshold(int value)
Sets the value of the threshold property.


isSetThreshold

public boolean isSetThreshold()

getRel

public Relationship getRel()
Gets the value of the rel property.

Returns:
possible object is Relationship

setRel

public void setRel(Relationship value)
Sets the value of the rel property.

Parameters:
value - allowed object is Relationship

isSetRel

public boolean isSetRel()

ContactCenters
V. 0.9.9.

To submit a bug or ask questions, send an e-mail to Richard Simard.