ContactCenters
V. 0.9.9.

umontreal.iro.lecuyer.xmlbind.params
Class IntegerProperty

java.lang.Object
  extended by umontreal.iro.lecuyer.xmlbind.params.AbstractProperty
      extended by umontreal.iro.lecuyer.xmlbind.params.IntegerProperty

public class IntegerProperty
extends AbstractProperty

Represents a property whose value is a 32-bits signed integer.


Field Summary
protected  Integer value
           
 
Fields inherited from class umontreal.iro.lecuyer.xmlbind.params.AbstractProperty
name
 
Constructor Summary
IntegerProperty()
           
 
Method Summary
 int getValue()
          Gets the value of the value property.
 boolean isSetValue()
           
 void setValue(int value)
          Sets the value of the value property.
 void unsetValue()
           
 
Methods inherited from class umontreal.iro.lecuyer.xmlbind.params.AbstractProperty
getName, isSetName, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected Integer value
Constructor Detail

IntegerProperty

public IntegerProperty()
Method Detail

getValue

public int getValue()
Gets the value of the value property.

Returns:
possible object is Integer

setValue

public void setValue(int value)
Sets the value of the value property.

Parameters:
value - allowed object is Integer

isSetValue

public boolean isSetValue()

unsetValue

public void unsetValue()

ContactCenters
V. 0.9.9.

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