org.aspsimon.termcomp.entity.xtc
Class Date

java.lang.Object
  extended by org.aspsimon.termcomp.entity.xtc.Date

public class Date
extends java.lang.Object

Schema fragment(s) for this class:

 <xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" type="xs:date" name="date"/>
 


Constructor Summary
Date()
           
 
Method Summary
 java.sql.Date getDate()
          Get the 'date' element value.
 void setDate(java.sql.Date date)
          Set the 'date' element value.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Date

public Date()
Method Detail

getDate

public java.sql.Date getDate()
Get the 'date' element value.

Returns:
value

setDate

public void setDate(java.sql.Date date)
Set the 'date' element value.

Parameters:
date -