XmlTime Interface
- public interface XmlTime
extends XmlAnySimpleType
Corresponds to the XML Schema
xs:time type.
A gDay specifies only a day-of-month.
Convertible to Calendar or GDate.
Related Topics
XmlCalendar
GDate
-
All Superinterfaces
-
XmlAnySimpleType, XmlObject, XmlTokenSource
Methods from interface com.bea.xml.XmlObject |
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectPath, selectPath, set, setNil, toString, validate, validate, valueEquals, valueHashCode |
Methods from interface com.bea.xml.XmlTokenSource |
documentProperties, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, save, save, save, save, save, save, save, save, xmlText, xmlText |
type
public static final SchemaType type
- The constant
SchemaType object representing this schema type.
calendarValue() Method
DEPRECATED replaced with com.bea.xml.XmlTime.getCalendarValue()
public Calendar calendarValue()
Returns this value as a Calendar
gDateValue() Method
DEPRECATED replaced with com.bea.xml.XmlTime.getGDateValue()
public GDate gDateValue()
Returns this value as a GDate
getCalendarValue() Method
public Calendar getCalendarValue()
Returns this value as a Calendar
getGDateValue() Method
public GDate getGDateValue()
Returns this value as a GDate
set(Calendar) Method
DEPRECATED replaced with com.bea.xml.XmlTime.setCalendarValue(java.util.Calendar)
public void set(Calendar c)
Sets this value as a Calendar
set(GDateSpecification) Method
DEPRECATED replaced with com.bea.xml.XmlTime.setGDateValue(com.bea.xml.GDate)
public void set(GDateSpecification gd)
Sets this value as a GDateSpecification
setCalendarValue(Calendar) Method
public void setCalendarValue(Calendar c)
Sets this value as a Calendar
setGDateValue(GDate) Method
public void setGDateValue(GDate gd)
Sets this value as a GDateSpecification