|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.fraunhofer.ipsi.xpathDatatypes.XS_AnySimpleType
de.fraunhofer.ipsi.xpathDatatypes.XDT_AnyAtomicType
de.fraunhofer.ipsi.xpathDatatypes.XS_GMonthDay
public class XS_GMonthDay
Constructor Summary | |
---|---|
XS_GMonthDay(java.math.BigInteger months,
java.math.BigInteger days)
Constructor |
|
XS_GMonthDay(java.lang.String gmonthday)
Constructor |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Method gMonthDayEqual |
XS_Integer |
getDay()
Method getDay |
XS_Integer |
getMonth()
Method getMonth |
java.lang.String |
toString()
Method toString |
Methods inherited from class de.fraunhofer.ipsi.xpathDatatypes.XDT_AnyAtomicType |
---|
castas |
Methods inherited from class java.lang.Object |
---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public XS_GMonthDay(java.math.BigInteger months, java.math.BigInteger days)
months
- a BigIntegerdays
- a BigIntegerpublic XS_GMonthDay(java.lang.String gmonthday)
gmonthday
- a XS_StringMethod Detail |
---|
public XS_Integer getMonth()
public XS_Integer getDay()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
type
- XS_GMonthDay
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |