public interface XmlGYear extends XmlAnySimpleType
Convertible to Calendar, GDate, or an int.
XmlCalendar,
GDate| Modifier and Type | Interface and Description |
|---|---|
static class |
XmlGYear.Factory
A class with methods for creating instances
of
XmlGYear. |
| Modifier and Type | Field and Description |
|---|---|
static SchemaType |
type
The constant
SchemaType object representing this schema type. |
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL| Modifier and Type | Method and Description |
|---|---|
java.util.Calendar |
calendarValue()
Deprecated.
replaced with
getCalendarValue() |
GDate |
gDateValue()
Deprecated.
replaced with
getGDateValue() |
java.util.Calendar |
getCalendarValue()
Returns this value as a
Calendar |
GDate |
getGDateValue()
Returns this value as a
GDate |
int |
getIntValue()
Returns this value as an int from 1-31
|
int |
intValue()
Deprecated.
replaced with
getIntValue() |
void |
set(java.util.Calendar c)
Deprecated.
replaced with
setCalendarValue(java.util.Calendar) |
void |
set(GDateSpecification gd)
Deprecated.
replaced with
setGDateValue(org.apache.xmlbeans.GDate) |
void |
set(int v)
Deprecated.
replaced with
setIntValue(int) |
void |
setCalendarValue(java.util.Calendar c)
Sets this value as a
Calendar |
void |
setGDateValue(GDate gd)
Sets this value as a
GDateSpecification |
void |
setIntValue(int v)
Sets this value as an int from 1-31
|
getStringValue, set, setStringValue, stringValuechangeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextstatic final SchemaType type
SchemaType object representing this schema type.java.util.Calendar getCalendarValue()
Calendarvoid setCalendarValue(java.util.Calendar c)
Calendarvoid setGDateValue(GDate gd)
GDateSpecificationint getIntValue()
void setIntValue(int v)
java.util.Calendar calendarValue()
getCalendarValue()Calendarvoid set(java.util.Calendar c)
setCalendarValue(java.util.Calendar)CalendarGDate gDateValue()
getGDateValue()GDatevoid set(GDateSpecification gd)
setGDateValue(org.apache.xmlbeans.GDate)GDateSpecificationint intValue()
getIntValue()void set(int v)
setIntValue(int)