org.jbind.xml.core.data
Interface IDurationBase

All Known Subinterfaces:
IDuration, ITimeZone
All Known Implementing Classes:
Duration, TimeZone

public interface IDurationBase


Method Summary
 int getDays()
           
 java.math.BigDecimal getFraction()
           
 int getHours()
           
 int getMinutes()
           
 int getMonths()
           
 int getSeconds()
           
 int getSign()
           
 int getYears()
           
 

Method Detail

getSign

public int getSign()

getYears

public int getYears()

getMonths

public int getMonths()

getDays

public int getDays()

getHours

public int getHours()

getMinutes

public int getMinutes()

getSeconds

public int getSeconds()

getFraction

public java.math.BigDecimal getFraction()