public class XSPositiveInteger extends XSNonNegativeInteger
The xs:positiveInteger type
| Modifier | Constructor and Description |
|---|---|
protected |
XSPositiveInteger() |
| 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.
getName in interface XSTypegetName in class XSNonNegativeIntegerpublic 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 XSNonNegativeIntegerpublic 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 XSNonNegativeIntegerpublic static XSType getInstance()
public XSType getRestrictedType()
XSSimpleTypeIf the simple type is a restriction, returns the restricted simple type.
getRestrictedType in interface XSSimpleTypegetRestrictedType in class XSNonNegativeInteger