umontreal.iro.lecuyer.xmlbind.params
Class DateTimeProperty
java.lang.Object
umontreal.iro.lecuyer.xmlbind.params.AbstractProperty
umontreal.iro.lecuyer.xmlbind.params.DateTimeProperty
public class DateTimeProperty
- extends AbstractProperty
Represents a property whose value is a date/time.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
value
protected XMLGregorianCalendar value
DateTimeProperty
public DateTimeProperty()
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()
To submit a bug or ask questions, send an e-mail to
Richard Simard.