org.plasma.query.model
Class DateParameter
java.lang.Object
org.plasma.query.model.DateParameter
public class DateParameter
- extends Object
Java class for DateParameter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DateParameter">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>date">
</extension>
</simpleContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
value
protected XMLGregorianCalendar value
DateParameter
public DateParameter()
DateParameter
public DateParameter(Date value)
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
Copyright © 2013. All rights reserved.