org.plasma.query.model
Class DateParameter

java.lang.Object
  extended by org.plasma.query.model.DateParameter

public class DateParameter
extends java.lang.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>
 


Field Summary
protected  javax.xml.datatype.XMLGregorianCalendar value
           
 
Constructor Summary
DateParameter()
           
DateParameter(java.util.Date value)
           
 
Method Summary
 javax.xml.datatype.XMLGregorianCalendar getValue()
          Gets the value of the value property.
 void setValue(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected javax.xml.datatype.XMLGregorianCalendar value
Constructor Detail

DateParameter

public DateParameter()

DateParameter

public DateParameter(java.util.Date value)
Method Detail

getValue

public javax.xml.datatype.XMLGregorianCalendar getValue()
Gets the value of the value property.

Returns:
possible object is XMLGregorianCalendar

setValue

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

Parameters:
value - allowed object is XMLGregorianCalendar


Copyright © 2013. All Rights Reserved.