Lines Matching refs:XMLGregorianCalendar

232      *   <li>{@link XMLGregorianCalendar}  Date/Time Datatype Field Mapping Between XML Schema 1.0 and Java Representation</li>
413 * <li>{@link XMLGregorianCalendar} Date/Time Datatype Field Mapping Between XML Schema 1.0 and Java Representation</li>
592 * <li>{@link XMLGregorianCalendar} Date/Time Datatype Field Mapping Between XML Schema 1.0 and Java Representation</li>
698 * <p>Create a new instance of an <code>XMLGregorianCalendar</code>.</p>
702 * @return New <code>XMLGregorianCalendar</code> with all date/time datatype fields set to
705 public abstract XMLGregorianCalendar newXMLGregorianCalendar();
708 * <p>Create a new XMLGregorianCalendar by parsing the String as a lexical representation.</p>
727 * @return <code>XMLGregorianCalendar</code> created from the <code>lexicalRepresentation</code>.
729 * @throws IllegalArgumentException If the <code>lexicalRepresentation</code> is not a valid <code>XMLGregorianCalendar</code>.
732 public abstract XMLGregorianCalendar newXMLGregorianCalendar(final String lexicalRepresentation);
735 * <p>Create an <code>XMLGregorianCalendar</code> from a {@link GregorianCalendar}.</p>
742 * {@link GregorianCalendar} to an {@link XMLGregorianCalendar}
747 * <th><code>javax.xml.datatype.XMLGregorianCalendar</code> field</th>
753 * <td>{@link XMLGregorianCalendar#setYear(int year)}</td>
757 * <td>{@link XMLGregorianCalendar#setMonth(int month)}</td>
761 * <td>{@link XMLGregorianCalendar#setDay(int day)}</td>
765 * <td>{@link XMLGregorianCalendar#setTime(int hour, int minute, int second, BigDecimal fractional)}</td>
772 * <td>{@link XMLGregorianCalendar#setTimezone(int offset)}<sup><em>*</em></sup>
790 * @param cal <code>java.util.GregorianCalendar</code> used to create <code>XMLGregorianCalendar</code>
792 * @return <code>XMLGregorianCalendar</code> created from <code>java.util.GregorianCalendar</code>
796 public abstract XMLGregorianCalendar newXMLGregorianCalendar(final GregorianCalendar cal);
807 * @param year of <code>XMLGregorianCalendar</code> to be created.
808 * @param month of <code>XMLGregorianCalendar</code> to be created.
809 * @param day of <code>XMLGregorianCalendar</code> to be created.
810 * @param hour of <code>XMLGregorianCalendar</code> to be created.
811 * @param minute of <code>XMLGregorianCalendar</code> to be created.
812 * @param second of <code>XMLGregorianCalendar</code> to be created.
813 * @param fractionalSecond of <code>XMLGregorianCalendar</code> to be created.
814 * @param timezone of <code>XMLGregorianCalendar</code> to be created.
816 * @return <code>XMLGregorianCalendar</code> created from specified values.
819 * as determined by the Date/Time Data Mapping table in {@link XMLGregorianCalendar}
820 * or if the composite values constitute an invalid <code>XMLGregorianCalendar</code> instance
821 * as determined by {@link XMLGregorianCalendar#isValid()}.
823 public abstract XMLGregorianCalendar newXMLGregorianCalendar(
836 * <code>XMLGregorianCalendar</code> instance.</p>
838 * <p><code>XMLGregorianCalendar eon</code> and
843 * @param year of <code>XMLGregorianCalendar</code> to be created.
844 * @param month of <code>XMLGregorianCalendar</code> to be created.
845 * @param day of <code>XMLGregorianCalendar</code> to be created.
846 * @param hour of <code>XMLGregorianCalendar</code> to be created.
847 * @param minute of <code>XMLGregorianCalendar</code> to be created.
848 * @param second of <code>XMLGregorianCalendar</code> to be created.
849 * @param millisecond of <code>XMLGregorianCalendar</code> to be created.
850 * @param timezone of <code>XMLGregorianCalendar</code> to be created.
852 * @return <code>XMLGregorianCalendar</code> created from specified values.
855 * as determined by the Date/Time Data Mapping table in {@link XMLGregorianCalendar}
856 * or if the composite values constitute an invalid <code>XMLGregorianCalendar</code> instance
857 * as determined by {@link XMLGregorianCalendar#isValid()}.
859 public XMLGregorianCalendar newXMLGregorianCalendar(
908 * @param year of <code>XMLGregorianCalendar</code> to be created.
909 * @param month of <code>XMLGregorianCalendar</code> to be created.
910 * @param day of <code>XMLGregorianCalendar</code> to be created.
913 * @return <code>XMLGregorianCalendar</code> created from parameter values.
918 * as determined by the Date/Time Data Mapping table in {@link XMLGregorianCalendar}
919 * or if the composite values constitute an invalid <code>XMLGregorianCalendar</code> instance
920 * as determined by {@link XMLGregorianCalendar#isValid()}.
922 public XMLGregorianCalendar newXMLGregorianCalendarDate(
949 * @return <code>XMLGregorianCalendar</code> created from parameter values.
952 * as determined by the Date/Time Data Mapping table in {@link XMLGregorianCalendar}
953 * or if the composite values constitute an invalid <code>XMLGregorianCalendar</code> instance
954 * as determined by {@link XMLGregorianCalendar#isValid()}.
958 public XMLGregorianCalendar newXMLGregorianCalendarTime(
987 * @return <code>XMLGregorianCalendar</code> created from parameter values.
992 * as determined by the Date/Time Data Mapping table in {@link XMLGregorianCalendar}
993 * or if the composite values constitute an invalid <code>XMLGregorianCalendar</code> instance
994 * as determined by {@link XMLGregorianCalendar#isValid()}.
996 public XMLGregorianCalendar newXMLGregorianCalendarTime(
1025 * @return <code>XMLGregorianCalendar</code> created from parameter values.
1030 * as determined by the Date/Time Data Mapping table in {@link XMLGregorianCalendar}
1031 * or if the composite values constitute an invalid <code>XMLGregorianCalendar</code> instance
1032 * as determined by {@link XMLGregorianCalendar#isValid()}.
1034 public XMLGregorianCalendar newXMLGregorianCalendarTime(