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
static TimeZone GMT
           
 int minutes
          difference from GMT in terms of minutes
 
Method Summary
static TimeZone create(int minutes)
           
 boolean equals(Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

minutes

public int minutes
difference from GMT in terms of minutes


GMT

public static TimeZone GMT
Method Detail

create

public static TimeZone create(int minutes)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object