org.apache.xmlbeans
public interface: XmlInteger [javadoc |
source]
All Implemented Interfaces:
XmlDecimal
Corresponds to the XML Schema
xs:integer type.
One of the derived types based on
xs:decimal.
This type should not be confused with xs:int
or Java Integer . This type represents an arbitrary-precision integer with
any number of digits, while a Java int or an xs:int is a 32-bit finite-precision integer.
Convertible to a Java BigInteger .
Nested Class Summary: |
---|
public static final class | XmlInteger.Factory | A class with methods for creating instances
of {@link XmlInteger}. |
Field Summary |
---|
public static final SchemaType | type | The constant SchemaType object representing this schema type. |