com.xml_project.morganaxproc.xdm
Class XS_Date.Date

java.lang.Object
  extended by com.xml_project.morganaxproc.xdm.XS_Date.Date
Enclosing class:
XS_Date

protected static class XS_Date.Date
extends Object

Internal implementation for xs:date


Constructor Summary
protected XS_Date.Date()
           
protected XS_Date.Date(GregorianCalendar c)
           
protected XS_Date.Date(int aYear, byte aMonth, byte aDay)
           
 
Method Summary
protected  int compare(XS_Date.Date other)
           
protected  XS_Date.Date copy()
           
protected  byte getDay()
           
protected  byte getMonth()
           
protected  String getStringValue()
           
protected  int getYear()
           
 GregorianCalendar toCalendar()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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(GregorianCalendar c)
Method Detail

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 GregorianCalendar toCalendar()

getStringValue

protected String getStringValue()