Lines Matching defs:year

74  *       <td><a name="datetimefield-year"/>year</td>
80 * {@link #getEon()} is high order year value in billion of years.<br/>
83 * Given that <a href="http://www.w3.org/2001/05/xmlschema-errata#e2-63">XML Schema 1.0 errata</a> states that the year zero
85 * this class allows the year field to be set to zero. Otherwise,
86 * the year field value is handled exactly as described
88 * validation does not allow for the year field to have a value of zero.
213 * BigInteger year,
222 * int year,
232 * int year,
261 * <p>Set low and high order component of XSD <code>dateTime</code> year field.</p>
265 * @param year value constraints summarized in <a href="#datetimefield-year">year field of date/time field mapping table</a>.
267 * @throws IllegalArgumentException if <code>year</code> parameter is
271 public abstract void setYear(BigInteger year);
274 * <p>Set year of XSD <code>dateTime</code> year field.</p>
279 * <p>Note: if the absolute value of the <code>year</code> parameter
280 * is less than 10^9, the eon component of the XSD year field is set to
283 * @param year value constraints are summarized in <a href="#datetimefield-year">year field of date/time field mapping table</a>.
284 * If year is {@link DatatypeConstants#FIELD_UNDEFINED}, then eon is set to <code>null</code>.
286 public abstract void setYear(int year);
473 * <code>year</code>.
474 * <code>null</code> if this optional part of the year field is not defined.</p>
477 * <a href="#datetimefield-year">year field of date/time field mapping table</a>.</p>
488 * <code>year</code> or {@link DatatypeConstants#FIELD_UNDEFINED}.</p>
491 * <a href="#datetimefield-year">year field of date/time field mapping table</a>.</p>
493 * @return year of this <code>XMLGregorianCalendar</code>.
502 * <code>year</code>.</p>
505 * <a href="#datetimefield-year">year field of date/time field mapping table</a>.</p>
507 * @return sum of <code>eon</code> and <code>BigInteger.valueOf(year)</code>
508 * when both fields are defined. When only <code>year</code> is defined,
509 * return it. When both <code>eon</code> and <code>year</code> are not
523 * @return year of this <code>XMLGregorianCalendar</code>.
755 * <td>year</td>