void | add(Duration duration) - Adds the specified duration to this calendar.
|
void | clear() - Resets all fields to undefined.
|
Object | clone()
|
int | compare(XMLGregorianCalendar xmlGregorianCalendar)
|
boolean | equals(Object obj)
|
int | getDay()
|
BigInteger | getEon()
|
BigInteger | getEonAndYear()
|
BigDecimal | getFractionalSecond()
|
int | getHour()
|
int | getMillisecond()
|
int | getMinute()
|
int | getMonth()
|
int | getSecond()
|
TimeZone | getTimeZone(int defaultZoneoffset)
|
int | getTimezone()
|
QName | getXMLSchemaType()
|
int | getYear()
|
int | hashCode()
|
boolean | isValid() - Determines the validity of this calendar by
getXMLSchemaType constraints.
|
XMLGregorianCalendar | normalize()
|
void | reset() - Resets all fields to their original values.
|
void | setDay(int day)
|
void | setFractionalSecond(BigDecimal fractional)
|
void | setHour(int hour)
|
void | setMillisecond(int millisecond)
|
void | setMinute(int minute)
|
void | setMonth(int month)
|
void | setSecond(int second)
|
void | setTime(int hour, int minute, int second)
|
void | setTime(int hour, int minute, int second, BigDecimal fractional)
|
void | setTime(int hour, int minute, int second, int millisecond)
|
void | setTimezone(int offset)
|
void | setYear(BigInteger year)
|
void | setYear(int year)
|
GregorianCalendar | toGregorianCalendar()
|
GregorianCalendar | toGregorianCalendar(TimeZone timezone, Locale locale, XMLGregorianCalendar defaults)
|
String | toString()
|
String | toXMLFormat() - Returns the XML Schema lexical representation of this calendar.
|