|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.thaiopensource.datatype.xsd.DateTimeDatatype.DateTime
private static class DateTimeDatatype.DateTime
| Field Summary | |
|---|---|
private Date |
date
|
private boolean |
hasTimeZone
|
private int |
leapMilliseconds
|
| Constructor Summary | |
|---|---|
DateTimeDatatype.DateTime(Date date,
int leapMilliseconds,
boolean hasTimeZone)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
(package private) Date |
getDate()
|
(package private) boolean |
getHasTimeZone()
|
(package private) int |
getLeapMilliseconds()
|
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private final Date date
private final int leapMilliseconds
private final boolean hasTimeZone
| Constructor Detail |
|---|
DateTimeDatatype.DateTime(Date date,
int leapMilliseconds,
boolean hasTimeZone)
| Method Detail |
|---|
public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class ObjectDate getDate()
int getLeapMilliseconds()
boolean getHasTimeZone()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||