| | |
| public abstract | void | add(Duration duration) Throws: NullPointerException |
|
| public abstract | void | clear() |
|
| public abstract | Object | clone() Overrides: Object |
|
| public abstract | int | compare(XMLGregorianCalendar xmlGregorianCalendar) Throws: NullPointerException |
|
| public | boolean | equals(Object obj) Overrides: Object |
|
| public abstract | int | getDay() |
|
| public abstract | BigInteger | getEon() |
|
| public abstract | BigInteger | getEonAndYear() |
|
| public abstract | BigDecimal | getFractionalSecond() |
|
| public abstract | int | getHour() |
|
| public | int | getMillisecond() |
|
| public abstract | int | getMinute() |
|
| public abstract | int | getMonth() |
|
| public abstract | int | getSecond() |
|
| public abstract | TimeZone | getTimeZone(int defaultZoneoffset) |
|
| public abstract | int | getTimezone() |
|
| public abstract | QName | getXMLSchemaType() Throws: IllegalStateException |
|
| public abstract | int | getYear() |
|
| public | int | hashCode() Overrides: Object |
|
| public abstract | boolean | isValid() |
|
| public abstract | XMLGregorianCalendar | normalize() |
|
| public abstract | void | reset() |
|
| public abstract | void | setDay(int day) Throws: IllegalArgumentException |
|
| public abstract | void | setFractionalSecond(BigDecimal fractional) Throws: IllegalArgumentException |
|
| public abstract | void | setHour(int hour) Throws: IllegalArgumentException |
|
| public abstract | void | setMillisecond(int millisecond) Throws: IllegalArgumentException |
|
| public abstract | void | setMinute(int minute) Throws: IllegalArgumentException |
|
| public abstract | void | setMonth(int month) Throws: IllegalArgumentException |
|
| public abstract | void | setSecond(int second) Throws: IllegalArgumentException |
|
| public | void | setTime(int hour, int minute, int second) Throws: IllegalArgumentException |
|
| public | void | setTime(int hour, int minute, int second, int millisecond) Throws: IllegalArgumentException |
|
| public | void | setTime(int hour, int minute, int second, BigDecimal fractional) Throws: IllegalArgumentException |
|
| public abstract | void | setTimezone(int offset) Throws: IllegalArgumentException |
|
| public abstract | void | setYear(int year) |
|
| public abstract | void | setYear(BigInteger year) Throws: IllegalArgumentException |
|
| public abstract | GregorianCalendar | toGregorianCalendar() |
|
| public abstract | GregorianCalendar | toGregorianCalendar(TimeZone timezone, Locale aLocale, XMLGregorianCalendar defaults) |
|
| public | String | toString() Throws: IllegalStateException Overrides: Object |
|
| public abstract | String | toXMLFormat() Throws: IllegalStateException |
|