XmlDecimal Interface
- public interface XmlDecimal
extends XmlAnySimpleType
Corresponds to the XML Schema
xs:decimal type.
Convertible to BigDecimal.
-
All Superinterfaces
-
XmlAnySimpleType, XmlObject, XmlTokenSource
-
All Known Subinterfaces
-
XmlByte, XmlInt, XmlInteger, XmlLong, XmlNegativeInteger, XmlNonNegativeInteger, XmlNonPositiveInteger, XmlPositiveInteger, XmlShort, XmlUnsignedByte, XmlUnsignedInt, XmlUnsignedLong, XmlUnsignedShort
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.
bigDecimalValue() Method
DEPRECATED replaced with com.bea.xml.XmlDecimal.getBigDecimalValue()
public BigDecimal bigDecimalValue()
Returns this value as a BigDecimal
getBigDecimalValue() Method
public BigDecimal getBigDecimalValue()
Returns this value as a BigDecimal
set(BigDecimal) Method
DEPRECATED replaced with com.bea.xml.XmlDecimal.setBigDecimalValue(java.math.BigDecimal)
public void set(BigDecimal bd)
Sets this value as a BigDecimal
setBigDecimalValue(BigDecimal) Method
public void setBigDecimalValue(BigDecimal bd)
Sets this value as a BigDecimal