public class XSNonNegativeInteger extends XSInteger
The xs:nonNegativeInteger type
| Modifier | Constructor and Description |
|---|---|
protected |
XSNonNegativeInteger() |
| Modifier and Type | Method and Description |
|---|---|
static XSType |
getInstance() |
java.lang.String |
getMinExclusive()
Returns the value of the "minExclusive" facet or null, if the facet is not set.
|
java.lang.String |
getMinInclusive()
Returns the value of the "minInclusive" facet or null, if the facet is not set.
|
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.
|
getFractionDigitsisRestrictiongetAtomicType, getLength, getMaxExclusive, getMaxInclusive, getMaxLength, getMinLength, getTotalDigits, isAtomic, isBuiltin, isCollapsing, isReplacinggetComplexType, getEnumerations, getListType, getParentObject, getPattern, getSimpleType, getUnionType, getXSObjectFactory, isList, isSimple, isTopLevelObject, isUniongetAnnotations, getLocator, getOpenAttributes, getSchemaHeader, getXSSchema, isGlobal, setGlobal, validatepublic XsQName getName()
XSTypeIf the type is global: Returns the types name. Otherwise returns null.
public java.lang.String getMinInclusive()
XSAtomicTypeReturns the value of the "minInclusive" facet or null, if the facet is not set.
getMinInclusive in interface XSAtomicTypegetMinInclusive in class AbstractAtomicTypepublic java.lang.String getMinExclusive()
XSAtomicTypeReturns the value of the "minExclusive" facet or null, if the facet is not set.
getMinExclusive in interface XSAtomicTypegetMinExclusive in class AbstractAtomicTypepublic static XSType getInstance()
public XSType getRestrictedType()
XSSimpleTypeIf the simple type is a restriction, returns the restricted simple type.
getRestrictedType in interface XSSimpleTypegetRestrictedType in class XSInteger