java.lang.Object
javax.xml.datatype.XMLGregorianCalendar
- All Implemented Interfaces:
- Cloneable
- See Also:
- Top Examples, Source Code,
equals(Object) , compare(XMLGregorianCalendar xmlGregorianCalendar) , toGregorianCalendar(java.util.TimeZone timezone, java.util.Locale aLocale, XMLGregorianCalendar defaults) , GregorianCalendar , DatatypeFactory.newXMLGregorianCalendar(String lexicalRepresentation) , toString() , getTimezone() , getFractionalSecond() , getMillisecond() , getSecond() , getMinute() , getHour() , getDay() , getMonth() , DatatypeConstants.FIELD_UNDEFINED , getEonAndYear() , getEon() , getYear() , Duration
public abstract void add(Duration duration) - See Also:
- NullPointerException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract void clear() - See Also:
DatatypeConstants.FIELD_UNDEFINED
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract Object clone() - See Also:
Cloneable
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract int compare(XMLGregorianCalendar xmlGregorianCalendar) - See Also:
- NullPointerException,
DatatypeConstants.INDETERMINATE , DatatypeConstants.GREATER , DatatypeConstants.EQUAL , DatatypeConstants.LESSER
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public boolean equals(Object obj) - See Also:
Hashtable , Object.hashCode() , NullPointerException, DatatypeConstants.EQUAL , compare(XMLGregorianCalendar obj)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract int getDay() - See Also:
setDay(int) , DatatypeConstants.FIELD_UNDEFINED
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract BigInteger getEon() - See Also:
getEonAndYear() , getYear()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract BigInteger getEonAndYear() - See Also:
getYear() , getEon()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract BigDecimal getFractionalSecond() - See Also:
setTime(int, int, int, BigDecimal) , getSecond() , DatatypeConstants.FIELD_UNDEFINED
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract int getHour() - See Also:
setTime(int, int, int) , DatatypeConstants.FIELD_UNDEFINED
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int getMillisecond() - See Also:
setTime(int, int, int) , getFractionalSecond() , DatatypeConstants.FIELD_UNDEFINED
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract int getMinute() - See Also:
setTime(int, int, int) , DatatypeConstants.FIELD_UNDEFINED
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract int getMonth() - See Also:
-
DatatypeConstants.FIELD_UNDEFINED
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract int getSecond() - See Also:
setTime(int, int, int) , getMillisecond() , getFractionalSecond() , DatatypeConstants.FIELD_UNDEFINED
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract int getTimezone() - See Also:
setTimezone(int) , DatatypeConstants.FIELD_UNDEFINED
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract TimeZone getTimeZone(int defaultZoneoffset) - See Also:
DatatypeConstants.FIELD_UNDEFINED
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract QName getXMLSchemaType() - See Also:
- IllegalStateException,
DatatypeConstants.GDAY , DatatypeConstants.GMONTH , DatatypeConstants.GYEAR , DatatypeConstants.GMONTHDAY , DatatypeConstants.GYEARMONTH , DatatypeConstants.DATE , DatatypeConstants.TIME , DatatypeConstants.DATETIME
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract int getYear() - See Also:
getEonAndYear() , getEon() , DatatypeConstants.FIELD_UNDEFINED
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int hashCode() - See Also:
Hashtable , Object.equals(java.lang.Object)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract boolean isValid() - Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract XMLGregorianCalendar normalize() - Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract void reset() - See Also:
DatatypeFactory.newXMLGregorianCalendarTime(
int hours,
int minutes,
int seconds,
int milliseconds,
int timezone) , DatatypeFactory.newXMLGregorianCalendarTime(
int hours,
int minutes,
int seconds,
BigDecimal fractionalSecond,
int timezone) , DatatypeFactory.newXMLGregorianCalendarTime(
int hours,
int minutes,
int seconds,
int timezone) , DatatypeFactory.newXMLGregorianCalendarDate(
int year,
int month,
int day,
int timezone) , DatatypeFactory.newXMLGregorianCalendar(GregorianCalendar cal) , DatatypeFactory.newXMLGregorianCalendar(
int year,
int month,
int day,
int hour,
int minute,
int second,
int millisecond,
int timezone) , DatatypeFactory.newXMLGregorianCalendar(
BigInteger year,
int month,
int day,
int hour,
int minute,
int second,
BigDecimal fractionalSecond,
int timezone) , DatatypeFactory.newXMLGregorianCalendar(String lexicalRepresentation) , DatatypeFactory.newXMLGregorianCalendar()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract void setDay(int day) - See Also:
- IllegalArgumentException,
DatatypeConstants.FIELD_UNDEFINED
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract void setFractionalSecond(BigDecimal fractional) - See Also:
- IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract void setHour(int hour) - See Also:
- IllegalArgumentException,
DatatypeConstants.FIELD_UNDEFINED
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract void setMillisecond(int millisecond) - See Also:
- IllegalArgumentException,
DatatypeConstants.FIELD_UNDEFINED
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract void setMinute(int minute) - See Also:
- IllegalArgumentException,
DatatypeConstants.FIELD_UNDEFINED
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract void setMonth(int month) - See Also:
- IllegalArgumentException,
DatatypeConstants.FIELD_UNDEFINED
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract void setSecond(int second) - See Also:
- IllegalArgumentException,
DatatypeConstants.FIELD_UNDEFINED
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setTime(int hour,
int minute,
int second) - See Also:
setTime(int, int, int, BigDecimal) , IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setTime(int hour,
int minute,
int second,
int millisecond) - See Also:
- IllegalArgumentException,
DatatypeConstants.FIELD_UNDEFINED
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setTime(int hour,
int minute,
int second,
BigDecimal fractional) - See Also:
- IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract void setTimezone(int offset) - See Also:
- IllegalArgumentException,
DatatypeConstants.FIELD_UNDEFINED
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract void setYear(int year) - See Also:
DatatypeConstants.FIELD_UNDEFINED
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract void setYear(BigInteger year) - See Also:
- IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract GregorianCalendar toGregorianCalendar() - See Also:
toGregorianCalendar(java.util.TimeZone, java.util.Locale, XMLGregorianCalendar) , getTimezone() , getFractionalSecond() , getSecond() , getMinute() , getHour() , getDay() , Calendar.JANUARY , DatatypeConstants.JANUARY , getMonth() , getEonAndYear()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract GregorianCalendar toGregorianCalendar(TimeZone timezone,
Locale aLocale,
XMLGregorianCalendar defaults) - See Also:
Calendar.clear()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String toString() - See Also:
toXMLFormat() , IllegalStateException, Object
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract String toXMLFormat() - See Also:
- IllegalStateException,
getXMLSchemaType()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public XMLGregorianCalendar() - Geek's Notes:
- Description Add your codes or notes Search More Java Examples
| Popular Tags |