de.fraunhofer.ipsi.xpathDatatypes
Class XS_GMonthDay

java.lang.Object
  extended by de.fraunhofer.ipsi.xpathDatatypes.XS_AnySimpleType
      extended by de.fraunhofer.ipsi.xpathDatatypes.XDT_AnyAtomicType
          extended by de.fraunhofer.ipsi.xpathDatatypes.XS_GMonthDay

public class XS_GMonthDay
extends XDT_AnyAtomicType


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

XS_GMonthDay

public XS_GMonthDay(java.math.BigInteger months,
                    java.math.BigInteger days)
Constructor

Parameters:
months - a BigInteger
days - a BigInteger

XS_GMonthDay

public XS_GMonthDay(java.lang.String gmonthday)
Constructor

Parameters:
gmonthday - a XS_String
Method Detail

getMonth

public XS_Integer getMonth()
Method getMonth

Returns:
a XS_Integer

getDay

public XS_Integer getDay()
Method getDay

Returns:
a XS_Integer

equals

public boolean equals(java.lang.Object o)
Method gMonthDayEqual

Overrides:
equals in class java.lang.Object
Parameters:
type - XS_GMonthDay
Returns:
XS_Boolean

toString

public java.lang.String toString()
Method toString

Overrides:
toString in class java.lang.Object
Returns:
a String