com.sun.msv.datatype.xsd.datetime
Class TimeZone

java.lang.Object
  extended bycom.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

GMT

public static TimeZone GMT

minutes

public int minutes
difference from GMT in terms of minutes

Method Detail

create

public static TimeZone create(int minutes)

equals

public boolean equals(Object o)

hashCode

public int hashCode()


Copyright © 2001-2003 Sun Microsystems, Inc. Documenation generated September 9 2004.