public interface XSRestrictionSimpleType extends XSSimpleType
EXTENSION, RESTRICTION, SUBSTITUTION
Modifier and Type | Method and Description |
---|---|
XSFacet |
getDeclaredFacet(String name)
Gets the declared facet object of the given name.
|
Collection<? extends XSFacet> |
getDeclaredFacets()
Gets all the facets that are declared on this restriction.
|
List<XSFacet> |
getDeclaredFacets(String name)
Gets the declared facets of the given name.
|
Iterator<XSFacet> |
iterateDeclaredFacets()
Iterates facets that are specified in this step of derivation.
|
apply, asList, asRestriction, asUnion, getBaseListType, getBaseUnionType, getFacet, getFacets, getPrimitiveType, getRedefinedBy, getSimpleBaseType, getVariety, isFinal, isList, isPrimitive, isRestriction, isUnion, visit
asComplexType, asSimpleType, getBaseType, getDerivationMethod, getRedefinedCount, isComplexType, isDerivedFrom, isSimpleType, listSubstitutables
getName, getTargetNamespace, isAnonymous, isGlobal, isLocal
apply, getAnnotation, getAnnotation, getForeignAttribute, getForeignAttributes, getLocator, getOwnerSchema, getRoot, getSourceDocument, select, selectSingle, visit
apply, asEmpty, asParticle, asSimpleType, visit
Iterator<XSFacet> iterateDeclaredFacets()
Collection<? extends XSFacet> getDeclaredFacets()
XSFacet getDeclaredFacet(String name)
This method returns a facet object that is added in this type and does not recursively check the ancestors.
For those facets that can have multiple values (pattern facets and enumeration facets), this method will return only the first one.
Copyright © 2021 JBoss by Red Hat. All rights reserved.