org.apache.ws.jaxme.xs.types

Class XSDate

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

public class XSDate
extends AbstractAtomicType

The type xs:gYearMonth.
Author:
Jochen Wiedmann

Constructor Summary

XSDate()

Method Summary

static XSDate
getInstance()
XsQName
getName()
XSType
getRestrictedType()
boolean
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

XSDate

protected XSDate()

Method Details

getInstance

public static XSDate getInstance()

getName

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

getRestrictedType

public XSType getRestrictedType()
Specified by:
getRestrictedType in interface XSSimpleType

isRestriction

public boolean isRestriction()
Specified by:
isRestriction in interface XSSimpleType