org.jbind.xml.core.data
Interface IGMonthDay

All Superinterfaces:
IGDate, java.io.Serializable
All Known Implementing Classes:
GMonthDay

public interface IGMonthDay
extends IGDate


Method Summary
 CompareResult compareTo(IGMonthDay aDate)
           
 int getDay()
           
 int getMonth()
           
 
Methods inherited from interface org.jbind.xml.core.data.IGDate
getTimeZone
 

Method Detail

getMonth

public int getMonth()

getDay

public int getDay()

compareTo

public CompareResult compareTo(IGMonthDay aDate)