Class TimeZone
java.lang.Object
com.sun.msv.datatype.xsd.datetime.TimeZone
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TimeZone.ZeroTimeZone
simple time zone component.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static class
private static class
(package private) static class
Deprecated.exists just for the backward serialization compatibility. -
Field Summary
FieldsModifier and TypeFieldDescriptionint
Deprecated.here just for the serialization backward compatibility.static final TimeZone
TheTimeZone
representation that corresponds to the missing time zone.private static final long
static final TimeZone
TheTimeZone
representation that corresponds to the ZERO singleton instance. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
minutes
public int minutesDeprecated.here just for the serialization backward compatibility.Difference from GMT in terms of minutes. -
ZERO
TheTimeZone
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
TheTimeZone
representation that corresponds to the missing time zone. -
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
TimeZone
public TimeZone()
-
-
Method Details
-
readResolve
-