FileDocCategorySizeDatePackage
XSDecimal.javaAPI DocApache Xerces 3.0.12535Fri Sep 14 20:33:52 BST 2007org.apache.xerces.xs.datatypes

XSDecimal

public interface XSDecimal

Interface to expose the value of 'decimal' and related datatypes.

author
Naela Nissar, IBM
version
$Id: XSDecimal.java 447250 2006-09-18 05:27:17Z mrglavas $

Fields Summary
Constructors Summary
Methods Summary
public java.math.BigDecimalgetBigDecimal()

return
the BigDecimal representation of this object

public java.math.BigIntegergetBigInteger()

return
the BigInteger representation of this object
exception
NumberFormatException if the value cannot be represented as a BigInteger

public bytegetByte()

return
the byte value representation of this object
exception
NumberFormatException if the value cannot be represented as a byte

public intgetInt()

return
the int value representation of this object
exception
NumberFormatException if the value cannot be represented as a int

public longgetLong()

return
the long value representation of this object
exception
NumberFormatException if the value cannot be represented as a long

public shortgetShort()

return
the short value representation of this object
exception
NumberFormatException if the value cannot be represented as a short