|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.idoox.wasp.serialization.xsdbuiltin.TimeZone
The class represents xsd date type.
Note that XML Schema timezones does not support timezone ids and daylight savings timezone ids but Java support both these concepts.
Constructor Summary | |
TimeZone(int minOffset)
Constructor. |
|
TimeZone(int hourOffset,
int minOffset)
Constructor. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Equals base on time zone's offset. |
int |
hashCode()
|
java.util.TimeZone |
toJavaUtilTimeZone()
Returns the java.util.TimeZone object that is equivalent to this object. |
java.lang.String |
toString()
Deserializes this object to XSD string that represents timezone. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TimeZone(int hourOffset, int minOffset)
hourOffset
- offset from UTC time in hour.minOffset
- offset from UTC time in minute.public TimeZone(int minOffset)
minOffset
may be greater than 60.
minOffset
- offset from UTC time in minute.Method Detail |
public java.util.TimeZone toJavaUtilTimeZone()
public java.lang.String toString()
public boolean equals(java.lang.Object o)
public int hashCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |