org.apache.xmlbeans
public interface: XmlDecimal [javadoc |
source]
All Implemented Interfaces:
XmlAnySimpleType
All Known Implementing Classes:
XmlUnsignedShortImpl, XmlUnsignedShort, XmlLong, XmlIntegerImpl, XmlNonNegativeInteger, XmlNegativeInteger, XmlDecimalRestriction, XmlIntImpl, XmlInteger, XmlShort, XmlPositiveInteger, XmlPositiveIntegerImpl, XmlByte, XmlDecimalImpl, XmlUnsignedLong, XmlShortImpl, IdTypeImpl, XmlLongImpl, XmlUnsignedByte, XmlIntRestriction, XmlNonPositiveIntegerImpl, XmlUnsignedInt, XmlByteImpl, XmlLongRestriction, XmlInt, IdType, XmlNonPositiveInteger, XmlIntegerRestriction, XmlNonNegativeIntegerImpl, XmlNegativeIntegerImpl, XmlUnsignedIntImpl, XmlUnsignedByteImpl, XmlUnsignedLongImpl
Corresponds to the XML Schema
xs:decimal type.
Convertible to BigDecimal .
| Nested Class Summary: |
|---|
| public static final class | XmlDecimal.Factory | A class with methods for creating instances
of {@link XmlDecimal}. |
| Field Summary |
|---|
| public static final SchemaType | type | The constant SchemaType object representing this schema type. |