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 classprivate static class(package private) static classDeprecated.exists just for the backward serialization compatibility. -
Field Summary
FieldsModifier and TypeFieldDescriptionintDeprecated.here just for the serialization backward compatibility.static final TimeZoneTheTimeZonerepresentation that corresponds to the missing time zone.private static final longstatic final TimeZoneTheTimeZonerepresentation 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
TheTimeZonerepresentation that corresponds to the ZERO singleton instance. Once again, using a special instance is a hack to make the round-tripping work OK. -
MISSING
TheTimeZonerepresentation that corresponds to the missing time zone. -
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
TimeZone
public TimeZone()
-
-
Method Details
-
readResolve
-