org.apache.xmlbeans
public interface: XmlDate [javadoc |
source]
All Implemented Interfaces:
XmlAnySimpleType
All Known Implementing Classes:
XmlDateImpl
Corresponds to the XML Schema
xs:date type.
Convertible to Calendar , Date , and GDate .
Nested Class Summary: |
---|
public static final class | XmlDate.Factory | A class with methods for creating instances
of {@link XmlDate}. |
Field Summary |
---|
public static final SchemaType | type | The constant SchemaType object representing this schema type. |
Method from org.apache.xmlbeans.XmlDate Summary: |
---|
calendarValue, dateValue, gDateValue, getCalendarValue, getDateValue, getGDateValue, set, set, set, setCalendarValue, setDateValue, setGDateValue |