|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jbind.xml.instance.data.AbstractDateOrTimeData.DateStruct
Field Summary | |
int |
day
|
int |
month
|
int |
sign
|
ITimeZone |
timeZone
|
int |
year
|
Constructor Summary | |
AbstractDateOrTimeData.DateStruct(int aSign,
int aYear,
int aMonth,
int aDay,
ITimeZone aTimeZone)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public int sign
public int year
public int month
public int day
public ITimeZone timeZone
Constructor Detail |
public AbstractDateOrTimeData.DateStruct(int aSign, int aYear, int aMonth, int aDay, ITimeZone aTimeZone)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |