umontreal.iro.lecuyer.contactcenters.msk.params
Class IndexThreshIntWithTypeParams
java.lang.Object
umontreal.iro.lecuyer.contactcenters.msk.params.IndexThreshIntParams
umontreal.iro.lecuyer.contactcenters.msk.params.IndexThreshIntWithTypeParams
public class IndexThreshIntWithTypeParams
- extends IndexThreshIntParams
Contains the parameters for a condition comparing
an indexed quantity with a fixed integer threshold,
possibly for a specific
call type.
Java class for IndexThreshIntWithTypeParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IndexThreshIntWithTypeParams">
<complexContent>
<extension base="{http://www.iro.umontreal.ca/lecuyer/contactcenters/msk}IndexThreshIntParams">
<attribute name="type" type="{http://www.iro.umontreal.ca/lecuyer/ssj}nonNegativeInt" />
</extension>
</complexContent>
</complexType>
Method Summary |
int |
getType()
Gets the value of the type property. |
boolean |
isSetType()
|
void |
setType(int value)
Sets the value of the type property. |
void |
unsetType()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
type
protected Integer type
IndexThreshIntWithTypeParams
public IndexThreshIntWithTypeParams()
getType
public int getType()
- Gets the value of the type property.
- Returns:
- possible object is
Integer
setType
public void setType(int value)
- Sets the value of the type property.
- Parameters:
value
- allowed object is
Integer
isSetType
public boolean isSetType()
unsetType
public void unsetType()
To submit a bug or ask questions, send an e-mail to
Richard Simard.