com.xml_project.morganaxdm
Class XS_Date.Date
java.lang.Object
com.xml_project.morganaxdm.XS_Date.Date
- Enclosing class:
- XS_Date
protected static class XS_Date.Date
- extends java.lang.Object
Internal implementation for xs:date
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XS_Date.Date
protected XS_Date.Date()
XS_Date.Date
protected XS_Date.Date(int aYear,
byte aMonth,
byte aDay)
XS_Date.Date
protected XS_Date.Date(java.util.GregorianCalendar c)
copy
protected XS_Date.Date copy()
compare
protected int compare(XS_Date.Date other)
getDay
protected byte getDay()
getMonth
protected byte getMonth()
getYear
protected int getYear()
toCalendar
public java.util.GregorianCalendar toCalendar()
getStringValue
protected java.lang.String getStringValue()