org.jbind.xml.instance.data
Class TimeZone
java.lang.Object
org.jbind.xml.instance.data.TimeZone
- All Implemented Interfaces:
- IDurationBase, ITimeZone
- public class TimeZone
- extends java.lang.Object
- implements ITimeZone
Constructor Summary |
TimeZone(int aSign,
int anHours,
int aMinutes)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
UTC
public static final ITimeZone UTC
TimeZone
public TimeZone(int aSign,
int anHours,
int aMinutes)
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()