public class XSInteger extends XSDecimal
The xs:integer type
Modifier | Constructor and Description |
---|---|
protected |
XSInteger() |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getFractionDigits()
Returns the value of the "fractionDigits" facet or null, if the facet is not set.
|
static XSType |
getInstance() |
XsQName |
getName()
If the type is global: Returns the types name.
|
XSType |
getRestrictedType()
If the simple type is a restriction, returns the restricted
simple type.
|
isRestriction
getAtomicType, getLength, getMaxExclusive, getMaxInclusive, getMaxLength, getMinExclusive, getMinInclusive, getMinLength, getTotalDigits, isAtomic, isBuiltin, isCollapsing, isReplacing
getComplexType, getEnumerations, getListType, getParentObject, getPattern, getSimpleType, getUnionType, getXSObjectFactory, isList, isSimple, isTopLevelObject, isUnion
getAnnotations, getLocator, getOpenAttributes, getSchemaHeader, getXSSchema, isGlobal, setGlobal, validate
public XsQName getName()
XSType
If the type is global: Returns the types name. Otherwise returns null.
public java.lang.Long getFractionDigits()
XSAtomicType
Returns the value of the "fractionDigits" facet or null, if the facet is not set.
getFractionDigits
in interface XSAtomicType
getFractionDigits
in class AbstractAtomicType
public static XSType getInstance()
public XSType getRestrictedType()
XSSimpleType
If the simple type is a restriction, returns the restricted simple type.
getRestrictedType
in interface XSSimpleType
getRestrictedType
in class XSDecimal