XmlAnySimpleType
Corresponds to the XML Schema xs:decimal type.
Convertible to BigDecimal
.
XmlAnySimpleType
, XmlObject
, XmlTokenSource
XmlByte
, XmlInt
, XmlInteger
, XmlLong
, XmlNegativeInteger
, XmlNonNegativeInteger
, XmlNonPositiveInteger
, XmlPositiveInteger
, XmlShort
, XmlUnsignedByte
, XmlUnsignedInt
, XmlUnsignedLong
, XmlUnsignedShort
Nested Class Summary |
public static final class | XmlDecimal.Factory
A class with methods for creating instances of XmlDecimal . |
Nested classes from interface com.bea.xml. |
|
Nested classes from interface com.bea.xml. |
|
Field Summary |
public static final |
|
Fields from interface com.bea.xml. |
|
Fields from interface com.bea.xml. |
|
Method Summary |
public |
|
public |
|
public void |
|
public void |
|
Methods from interface com.bea.xml. |
|
Methods from interface com.bea.xml. |
|
Methods from interface com.bea.xml. |
|
Field Detail |
public static final SchemaType
type
SchemaType
object representing this schema type.
Method Detail |
DEPRECATED replaced with com.bea.xml.XmlDecimal.getBigDecimalValue()
public BigDecimal
bigDecimalValue()
Returns this value as a BigDecimal
public BigDecimal
getBigDecimalValue()
Returns this value as a BigDecimal
DEPRECATED replaced with com.bea.xml.XmlDecimal.setBigDecimalValue(java.math.BigDecimal)
public void set(BigDecimal
bd)
Sets this value as a BigDecimal
public void setBigDecimalValue(BigDecimal
bd)
Sets this value as a BigDecimal