public class XSIDREFs extends AbstractListType
| Modifier | Constructor and Description |
|---|---|
protected |
XSIDREFs() |
| Modifier and Type | Method and Description |
|---|---|
static XSType |
getInstance() |
XSType |
getItemType()
Returns the item type (which is, of course, a simple type).
|
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, getListType, getParentObject, getPattern, getSimpleType, getUnionType, getXSObjectFactory, isAtomic, isSimple, isTopLevelObject, isUniongetAnnotations, getLocator, getOpenAttributes, getSchemaHeader, getXSSchema, isGlobal, setGlobal, validatepublic 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).
public 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 boolean isBuiltin()
XSTypeReturns whether the type is a builtin type of XML Schema.