org.jbind.xml.core.data
Interface IPointInTime

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IDateTime, ITime
All Known Implementing Classes:
DateTime, PointInTime, Time

public interface IPointInTime
extends java.io.Serializable


Method Summary
 java.math.BigDecimal getFraction()
           
 int getHour()
           
 int getMinute()
           
 int getSecond()
           
 boolean hadTimeZone()
           
 

Method Detail

getHour

public int getHour()

getMinute

public int getMinute()

getSecond

public int getSecond()

getFraction

public java.math.BigDecimal getFraction()

hadTimeZone

public boolean hadTimeZone()