org.apache.ws.jaxme.xs.types

Class XSNegativeInteger

Implemented Interfaces:
XSAtomicType, XSObject, XSOpenAttrs, XSSimpleType, XSType

public class XSNegativeInteger
extends XSNonPositiveInteger

The xs:integer type
Author:
Jochen Wiedmann

Constructor Summary

XSNegativeInteger()

Method Summary

static XSType
getInstance()
String
getMaxExclusive()
Returns the value of the "maxExclusive" facet or null, if the facet is not set.
String
getMaxInclusive()
Returns the value of the "maxInclusive" facet or null, if the facet is not set.
XsQName
getName()
XSType
getRestrictedType()
If the simple type is a restriction, returns the restricted simple type.

Methods inherited from class org.apache.ws.jaxme.xs.types.XSNonPositiveInteger

getInstance, getMaxExclusive, getMaxInclusive, getName, getRestrictedType

Methods inherited from class org.apache.ws.jaxme.xs.types.XSInteger

getFractionDigits, getInstance, getName, getRestrictedType

Methods inherited from class org.apache.ws.jaxme.xs.types.XSDecimal

getInstance, getName, getRestrictedType, isRestriction

Methods inherited from class org.apache.ws.jaxme.xs.types.AbstractAtomicType

getAtomicType, getFractionDigits, getLength, getMaxExclusive, getMaxInclusive, getMaxLength, getMinExclusive, getMinInclusive, getMinLength, getTotalDigits, isAtomic, isBuiltin, isCollapsing, isReplacing

Methods inherited from class org.apache.ws.jaxme.xs.types.AbstractSimpleType

getAtomicType, getComplexType, getEnumerations, getListType, getParentObject, getPattern, getSimpleType, getUnionType, getXSObjectFactory, isAtomic, isList, isSimple, isTopLevelObject, isUnion

Methods inherited from class org.apache.ws.jaxme.xs.types.AbstractBuiltinType

getAnnotations, getLocator, getOpenAttributes, getSchemaHeader, getXSSchema, isGlobal, setGlobal, validate

Constructor Details

XSNegativeInteger

protected XSNegativeInteger()

Method Details

getInstance

public static XSType getInstance()
Overrides:
getInstance in interface XSNonPositiveInteger

getMaxExclusive

public String getMaxExclusive()
Returns the value of the "maxExclusive" facet or null, if the facet is not set.
Specified by:
getMaxExclusive in interface XSAtomicType
Overrides:
getMaxExclusive in interface XSNonPositiveInteger

getMaxInclusive

public String getMaxInclusive()
Returns the value of the "maxInclusive" facet or null, if the facet is not set.
Specified by:
getMaxInclusive in interface XSAtomicType
Overrides:
getMaxInclusive in interface XSNonPositiveInteger

getName

public XsQName getName()
Specified by:
getName in interface XSType
Overrides:
getName in interface XSNonPositiveInteger

getRestrictedType

public XSType getRestrictedType()
If the simple type is a restriction, returns the restricted simple type.
Specified by:
getRestrictedType in interface XSSimpleType
Overrides:
getRestrictedType in interface XSNonPositiveInteger