Uses of Class javax.xml.datatype.XMLGregorianCalendar

Uses in package javax.xml.datatype

Methods with parameter type javax.xml.datatype.XMLGregorianCalendar

int
GregorianCalendar

Methods with return type javax.xml.datatype.XMLGregorianCalendar

XMLGregorianCalendar
Returns a new XMLGregorianCalendar with no fields initialized.
XMLGregorianCalendar
DatatypeFactory.newXMLGregorianCalendar(int year, int month, int day, int hour, int minute, int second, int millisecond, int timezone)
Returns a new XMLGregorianCalendar with the specified components.
XMLGregorianCalendar
Returns a new XMLGregorianCalendar from a string representation.
XMLGregorianCalendar
DatatypeFactory.newXMLGregorianCalendar(BigInteger year, int month, int day, int hour, int minute, int second, BigDecimal fractionalSecond, int timezone)
Returns a new XMLGregorianCalendar with the specified components.
XMLGregorianCalendar
Returns a new XMLGregorianCalendar based on the specified Gregorian calendar.
XMLGregorianCalendar
DatatypeFactory.newXMLGregorianCalendarDate(int year, int month, int day, int timezone)
Returns a new XMLGregorianCalendar with the specified components.
XMLGregorianCalendar
DatatypeFactory.newXMLGregorianCalendarTime(int hours, int minutes, int seconds, int timezone)
Returns a new XMLGregorianCalendar with the specified components.
XMLGregorianCalendar
DatatypeFactory.newXMLGregorianCalendarTime(int hours, int minutes, int seconds, int milliseconds, int timezone)
Returns a new XMLGregorianCalendar with the specified components.
XMLGregorianCalendar
DatatypeFactory.newXMLGregorianCalendarTime(int hours, int minutes, int seconds, BigDecimal fractionalSecond, int timezone)
Returns a new XMLGregorianCalendar with the specified components.
XMLGregorianCalendar