Class TimeZone
- java.lang.Object
-
- com.sun.msv.datatype.xsd.datetime.TimeZone
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
TimeZone.ZeroTimeZone
public class TimeZone extends java.lang.Object implements java.io.Serializablesimple time zone component.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static classTimeZone.JavaMissingTimeZoneprivate static classTimeZone.JavaZeroTimeZone(package private) static classTimeZone.ZeroTimeZoneDeprecated.exists just for the backward serialization compatibility.
-
Field Summary
Fields Modifier and Type Field Description intminutesDeprecated.here just for the serialization backward compatibility.static java.util.TimeZoneMISSINGTheTimeZonerepresentation that corresponds to the missing time zone.private static longserialVersionUIDstatic java.util.TimeZoneZEROTheTimeZonerepresentation that corresponds to the ZERO singleton instance.
-
Constructor Summary
Constructors Constructor Description TimeZone()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private java.lang.ObjectreadResolve()
-
-
-
Field Detail
-
minutes
public int minutes
Deprecated.here just for the serialization backward compatibility.Difference from GMT in terms of minutes.
-
ZERO
public static final java.util.TimeZone 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
public static final java.util.TimeZone MISSING
TheTimeZonerepresentation that corresponds to the missing time zone.
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-