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, isRestriction
getAtomicType, getComplexType, getEnumerations, getListType, getParentObject, getPattern, getSimpleType, getUnionType, getXSObjectFactory, isAtomic, isSimple, isTopLevelObject, isUnion
getAnnotations, getLocator, getOpenAttributes, getSchemaHeader, getXSSchema, isGlobal, setGlobal, validate
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).
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 boolean isBuiltin()
XSType
Returns whether the type is a builtin type of XML Schema.