org.apache.xerces.xs.datatypes
Interface XSDecimal
public interface XSDecimal
Interface to expose the value of 'decimal' and related datatypes.
$Id: XSDecimal.java 447250 2006-09-18 05:27:17Z mrglavas $
getBigDecimal
public BigDecimal getBigDecimal()
- the
BigDecimal
representation of this object
getBigInteger
public BigInteger getBigInteger()
throws NumberFormatException
- the
BigInteger
representation of this object
getByte
public byte getByte()
throws NumberFormatException
- the byte value representation of this object
getInt
public int getInt()
throws NumberFormatException
- the int value representation of this object
getLong
public long getLong()
throws NumberFormatException
- the long value representation of this object
getShort
public short getShort()
throws NumberFormatException
- the short value representation of this object
Copyright B) 1999-2006 The Apache Software Foundation. All Rights Reserved.