6364656667686970
try { date2 = DatatypeFactory.newInstance().newXMLGregorianCalendar(c); } catch (DatatypeConfigurationException e) { throw new RuntimeException(e); } CalendarLiteralImpl objectValue = new CalendarLiteralImpl(date2); return objectValue; }