XmlDuration Interface
- public interface XmlDuration
extends XmlAnySimpleType
Corresponds to the XML Schema
xs:duration type.
Convertible to a GDuration.
Related Topics
GDuration
-
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.
gDurationValue() Method
DEPRECATED replaced with com.bea.xml.XmlDuration.getGDurationValue()
public GDuration gDurationValue()
Returns this value as a GDuration
getGDurationValue() Method
public GDuration getGDurationValue()
Returns this value as a GDuration
set(GDurationSpecification) Method
DEPRECATED replaced with com.bea.xml.XmlDuration.setGDurationValue(com.bea.xml.GDuration)
public void set(GDurationSpecification gd)
Sets this value as a GDuration
setGDurationValue(GDuration) Method
public void setGDurationValue(GDuration gd)
Sets this value as a GDuration