com.sun.msv.datatype.xsd.datetime
Class TimeZone
java.lang.Object
com.sun.msv.datatype.xsd.datetime.TimeZone
- All Implemented Interfaces:
- Serializable
public class TimeZone
- extends Object
- implements Serializable
simple time zone component.
- Author:
- Kohsuke KAWAGUCHI
- See Also:
- Serialized Form
Field Summary |
int |
minutes
Deprecated. here just for the serialization backward compatibility. |
static TimeZone |
MISSING
The TimeZone representation that corresponds
to the missing time zone. |
static TimeZone |
ZERO
The TimeZone representation that corresponds
to the ZERO singleton instance. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
minutes
public int minutes
- Deprecated. here just for the serialization backward compatibility.
- Difference from GMT in terms of minutes.
ZERO
public static final TimeZone ZERO
- The
TimeZone
representation that corresponds
to the ZERO singleton instance. Once again, using a special
instance is a hack to make the round-tripping work OK.
MISSING
public static final TimeZone MISSING
- The
TimeZone
representation that corresponds
to the missing time zone.
TimeZone
public TimeZone()
MSV