public class XSNMTokens extends AbstractListType implements XSListType
| Modifier | Constructor and Description |
|---|---|
protected |
XSNMTokens() |
| Modifier and Type | Method and Description |
|---|---|
static XSType |
getInstance() |
XSType |
getItemType()
Returns the item type (which is, of course, a simple type).
|
XSListType |
getListType()
Returns the list type details.
|
java.lang.Long |
getMinLength()
Returns the value of the "maxLength" facet or null, if the facet is not set.
|
XsQName |
getName()
If the type is global: Returns the types name.
|
boolean |
isBuiltin()
Returns whether the type is a builtin type of XML Schema.
|
getLength, getMaxLength, getRestrictedType, isList, isRestrictiongetAtomicType, getComplexType, getEnumerations, getParentObject, getPattern, getSimpleType, getUnionType, getXSObjectFactory, isAtomic, isSimple, isTopLevelObject, isUniongetAnnotations, getLocator, getOpenAttributes, getSchemaHeader, getXSSchema, isGlobal, setGlobal, validateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLength, getMaxLengthpublic XsQName getName()
XSTypeIf the type is global: Returns the types name. Otherwise returns null.
public XSType getItemType()
XSListTypeReturns the item type (which is, of course, a simple type).
getItemType in interface XSListTypepublic java.lang.Long getMinLength()
XSListTypeReturns the value of the "maxLength" facet or null, if the facet is not set.
getMinLength in interface XSListTypegetMinLength in class AbstractListTypepublic static XSType getInstance()
public XSListType getListType()
XSSimpleTypeReturns the list type details.
getListType in interface XSSimpleTypegetListType in class AbstractSimpleType