Class TimeZone
- java.lang.Object
-
- com.sun.xml.rpc.encoding.simpletype.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
Fields Modifier and Type Field Description intminutesDeprecated.here just for the serialization backward compatibility.static TimeZoneMISSINGTheTimeZonerepresentation that corresponds to the missing time zone.static TimeZoneZEROTheTimeZonerepresentation that corresponds to the ZERO singleton instance.
-
Constructor Summary
Constructors Constructor Description TimeZone()
-
-
-
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 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.
-
-