org.apache.xerces.xs.datatypes

Interface XSDecimal

public interface XSDecimal

Interface to expose the value of 'decimal' and related datatypes.
Version:
$Id: XSDecimal.java 447250 2006-09-18 05:27:17Z mrglavas $
Author:
Naela Nissar, IBM

Method Summary

BigDecimal
getBigDecimal()
BigInteger
getBigInteger()
byte
getByte()
int
getInt()
long
getLong()
short
getShort()

Method Details

getBigDecimal

public BigDecimal getBigDecimal()
Returns:
the BigDecimal representation of this object

getBigInteger

public BigInteger getBigInteger()
            throws NumberFormatException
Returns:
the BigInteger representation of this object

getByte

public byte getByte()
            throws NumberFormatException
Returns:
the byte value representation of this object

getInt

public int getInt()
            throws NumberFormatException
Returns:
the int value representation of this object

getLong

public long getLong()
            throws NumberFormatException
Returns:
the long value representation of this object

getShort

public short getShort()
            throws NumberFormatException
Returns:
the short value representation of this object

Copyright B) 1999-2006 The Apache Software Foundation. All Rights Reserved.