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, isRestriction
getAtomicType, getComplexType, getEnumerations, getParentObject, getPattern, getSimpleType, getUnionType, getXSObjectFactory, isAtomic, isSimple, isTopLevelObject, isUnion
getAnnotations, getLocator, getOpenAttributes, getSchemaHeader, getXSSchema, isGlobal, setGlobal, validate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getLength, getMaxLength
public XsQName getName()
XSType
If the type is global: Returns the types name. Otherwise returns null.
public XSType getItemType()
XSListType
Returns the item type (which is, of course, a simple type).
getItemType
in interface XSListType
public java.lang.Long getMinLength()
XSListType
Returns the value of the "maxLength" facet or null, if the facet is not set.
getMinLength
in interface XSListType
getMinLength
in class AbstractListType
public static XSType getInstance()
public XSListType getListType()
XSSimpleType
Returns the list type details.
getListType
in interface XSSimpleType
getListType
in class AbstractSimpleType