|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.thaiopensource.datatype.xsd.DurationDatatype.Duration
private static class DurationDatatype.Duration
Field Summary | |
---|---|
private BigInteger |
days
|
private BigInteger |
hours
|
private BigInteger |
minutes
|
private BigInteger |
months
|
private BigDecimal |
seconds
|
private BigInteger |
years
|
Constructor Summary | |
---|---|
DurationDatatype.Duration(boolean negative,
BigInteger years,
BigInteger months,
BigInteger days,
BigInteger hours,
BigInteger minutes,
BigDecimal seconds)
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
(package private) BigInteger |
getDays()
|
(package private) BigInteger |
getHours()
|
(package private) BigInteger |
getMinutes()
|
(package private) BigInteger |
getMonths()
|
(package private) BigDecimal |
getSeconds()
|
(package private) BigInteger |
getYears()
|
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final BigInteger years
private final BigInteger months
private final BigInteger days
private final BigInteger hours
private final BigInteger minutes
private final BigDecimal seconds
Constructor Detail |
---|
DurationDatatype.Duration(boolean negative, BigInteger years, BigInteger months, BigInteger days, BigInteger hours, BigInteger minutes, BigDecimal seconds)
Method Detail |
---|
BigInteger getYears()
BigInteger getMonths()
BigInteger getDays()
BigInteger getHours()
BigInteger getMinutes()
BigDecimal getSeconds()
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |