org.jbind.xml.instance.data
Class TimeZone

java.lang.Object
  extended byorg.jbind.xml.instance.data.TimeZone
All Implemented Interfaces:
IDurationBase, ITimeZone

public class TimeZone
extends java.lang.Object
implements ITimeZone


Field Summary
static ITimeZone UTC
           
 
Constructor Summary
TimeZone(int aSign, int anHours, int aMinutes)
           
 
Method Summary
 boolean equals(java.lang.Object anObject)
           
 int getDays()
           
 java.math.BigDecimal getFraction()
           
 int getHours()
           
 int getMinutes()
           
 int getMonths()
           
 int getSeconds()
           
 int getSign()
           
 int getYears()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

UTC

public static final ITimeZone UTC
Constructor Detail

TimeZone

public TimeZone(int aSign,
                int anHours,
                int aMinutes)
Method Detail

getSign

public int getSign()
Specified by:
getSign in interface IDurationBase

getYears

public int getYears()
Specified by:
getYears in interface IDurationBase

getMonths

public int getMonths()
Specified by:
getMonths in interface IDurationBase

getDays

public int getDays()
Specified by:
getDays in interface IDurationBase

getHours

public int getHours()
Specified by:
getHours in interface IDurationBase

getMinutes

public int getMinutes()
Specified by:
getMinutes in interface IDurationBase

getSeconds

public int getSeconds()
Specified by:
getSeconds in interface IDurationBase

getFraction

public java.math.BigDecimal getFraction()
Specified by:
getFraction in interface IDurationBase

equals

public boolean equals(java.lang.Object anObject)

toString

public java.lang.String toString()