Defines XML/Java Type Mappings.
-
Create a new instance of an XMLGregorianCalendar
.
DatatypeFactory.newXMLGregorianCalendar(int year,
int month,
int day,
int hour,
int minute,
int second,
int millisecond,
int timezone)
Constructor of value spaces that a
java.util.GregorianCalendar
instance would need to convert to an
XMLGregorianCalendar
instance.
Create a new XMLGregorianCalendar by parsing the String as a lexical representation.
Constructor allowing for complete value spaces allowed by
W3C XML Schema 1.0 recommendation for xsd:dateTime and related
builtin datatypes.
Create a Java representation of XML Schema builtin datatype date
or g*
.
Create a Java instance of XML Schema builtin datatype time
.
Create a Java instance of XML Schema builtin datatype time.
Create a Java instance of XML Schema builtin datatype time.
Normalize this instance to UTC.
abstract int
Convert this
XMLGregorianCalendar
along with provided parameters
to a
GregorianCalendar
instance.