public interface XSDecimal
Interface to expose the value of 'decimal' and related datatypes.
| Modifier and Type | Method and Description | 
|---|---|
| java.math.BigDecimal | getBigDecimal() | 
| java.math.BigInteger | getBigInteger() | 
| byte | getByte() | 
| int | getInt() | 
| long | getLong() | 
| short | getShort() | 
java.math.BigDecimal getBigDecimal()
BigDecimal representation of this objectjava.math.BigInteger getBigInteger()
                                   throws java.lang.NumberFormatException
BigInteger representation of this objectjava.lang.NumberFormatException - if the value cannot be represented as a BigIntegerlong getLong()
             throws java.lang.NumberFormatException
java.lang.NumberFormatException - if the value cannot be represented as a longint getInt()
           throws java.lang.NumberFormatException
java.lang.NumberFormatException - if the value cannot be represented as a intshort getShort()
               throws java.lang.NumberFormatException
java.lang.NumberFormatException - if the value cannot be represented as a shortbyte getByte()
             throws java.lang.NumberFormatException
java.lang.NumberFormatException - if the value cannot be represented as a byteCopyright © 1999-2022 The Apache Software Foundation. All Rights Reserved.