Package com.stardog.stark
Class XMLCalendar.Delegate
java.lang.Object
com.stardog.stark.XMLCalendar.Delegate
- All Implemented Interfaces:
XMLCalendar
- Enclosing interface:
XMLCalendar
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.stardog.stark.XMLCalendar
XMLCalendar.Delegate -
Field Summary
Fields inherited from interface com.stardog.stark.XMLCalendar
FIELD_UNDEFINED -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.stardog.stark.XMLCalendar
toOffsetDateTime
-
Constructor Details
-
Delegate
-
-
Method Details
-
getEon
Description copied from interface:XMLCalendarReturns the high order component for XML Schema 1.0 dateTime datatype field for year. Should always be null for inlined values- Specified by:
getEonin interfaceXMLCalendar- Returns:
- Null if this optional part of the year field is not defined.
- See Also:
-
getYear
public int getYear()- Specified by:
getYearin interfaceXMLCalendar
-
getMonth
public int getMonth()- Specified by:
getMonthin interfaceXMLCalendar
-
getDay
public int getDay()- Specified by:
getDayin interfaceXMLCalendar
-
getHour
public int getHour()- Specified by:
getHourin interfaceXMLCalendar
-
getMinute
public int getMinute()- Specified by:
getMinutein interfaceXMLCalendar
-
getSecond
public int getSecond()- Specified by:
getSecondin interfaceXMLCalendar
-
getMillisecond
public int getMillisecond()- Specified by:
getMillisecondin interfaceXMLCalendar
-
getFractionalSecond
- Specified by:
getFractionalSecondin interfaceXMLCalendar
-
getTimezone
public int getTimezone()- Specified by:
getTimezonein interfaceXMLCalendar
-
toXMLFormat
- Specified by:
toXMLFormatin interfaceXMLCalendar
-
compare
- Specified by:
comparein interfaceXMLCalendar- See Also:
-
unwrap
Description copied from interface:XMLCalendarGet underlying calendar object. Might be created lazily.- Specified by:
unwrapin interfaceXMLCalendar- Returns:
-