ContactCenters
V. 0.9.9.

umontreal.iro.lecuyer.xmlbind.params
Class DateTimeProperty

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

public class DateTimeProperty
extends AbstractProperty

Represents a property whose value is a date/time.


Field Summary
protected  XMLGregorianCalendar value
           
 
Fields inherited from class umontreal.iro.lecuyer.xmlbind.params.AbstractProperty
name
 
Constructor Summary
DateTimeProperty()
           
 
Method Summary
 XMLGregorianCalendar getValue()
          Gets the value of the value property.
 boolean isSetValue()
           
 void setValue(XMLGregorianCalendar value)
          Sets the value of the value property.
 
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 XMLGregorianCalendar value
Constructor Detail

DateTimeProperty

public DateTimeProperty()
Method Detail

getValue

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

Returns:
possible object is XMLGregorianCalendar

setValue

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

Parameters:
value - allowed object is XMLGregorianCalendar

isSetValue

public boolean isSetValue()

ContactCenters
V. 0.9.9.

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