All Implemented Interfaces:
XmlDecimal
All Known Implementing Classes:
XmlUnsignedShortImpl, XmlUnsignedShort, XmlLong, XmlIntegerImpl, XmlNonNegativeInteger, XmlNegativeInteger, XmlIntImpl, XmlShort, XmlPositiveInteger, XmlPositiveIntegerImpl, XmlByte, XmlUnsignedLong, XmlShortImpl, IdTypeImpl, XmlLongImpl, XmlUnsignedByte, XmlIntRestriction, XmlNonPositiveIntegerImpl, XmlUnsignedInt, XmlByteImpl, XmlLongRestriction, XmlInt, IdType, XmlNonPositiveInteger, XmlIntegerRestriction, XmlNonNegativeIntegerImpl, XmlNegativeIntegerImpl, XmlUnsignedIntImpl, XmlUnsignedByteImpl, XmlUnsignedLongImpl
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. |
| Method from org.apache.xmlbeans.XmlInteger Summary: |
|---|
| bigIntegerValue, getBigIntegerValue, set, setBigIntegerValue |
| Method from org.apache.xmlbeans.XmlInteger Detail: |
|---|
|
|
|
|