Home | History | Annotate | Download | only in datatype

Lines Matching refs:fractional

333             null // fractional
387 * <p>Set fractional seconds.</p>
391 * @param fractional value constraints summarized in
392 * <a href="#datetimefield-fractional">fractional field of date/time field mapping table</a>.
394 * @throws IllegalArgumentException if <code>fractional</code> parameter is outside value constraints for the field as specified
397 public abstract void setFractionalSecond(BigDecimal fractional);
401 * fractional seconds.</p>
409 * @param fractional value of <code>null</code> indicates this optional
420 BigDecimal fractional) {
425 setFractionalSecond(fractional);
555 * fractional seconds field, represented by
574 * precision fractional second value returned by
602 * <p>Return fractional seconds.</p>
613 * @return fractional seconds of this <code>XMLGregorianCalendar</code>.