FileDocCategorySizeDatePackage
XSDecimal.javaAPI DocJava SE 6 API2311Tue Jun 10 00:22:56 BST 2008com.sun.org.apache.xerces.internal.xs.datatypes

XSDecimal

public interface XSDecimal

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

author
Naela Nissar, IBM
version
$Id: XSDecimal.java,v 1.2.6.1 2005/09/06 03:59:13 sunithareddy Exp $

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