|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XSRestrictionSimpleType
Restriction simple type.
Field Summary |
---|
Fields inherited from interface com.sun.xml.xsom.XSType |
---|
EXTENSION, RESTRICTION, SUBSTITUTION |
Method Summary | |
---|---|
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. |
Methods inherited from interface com.sun.xml.xsom.XSSimpleType |
---|
apply, asList, asRestriction, asUnion, getBaseListType, getBaseUnionType, getFacet, getFacets, getPrimitiveType, getRedefinedBy, getSimpleBaseType, getVariety, isFinal, isList, isPrimitive, isRestriction, isUnion, visit |
Methods inherited from interface com.sun.xml.xsom.XSType |
---|
asComplexType, asSimpleType, getBaseType, getDerivationMethod, getRedefinedCount, isComplexType, isDerivedFrom, isSimpleType, listSubstitutables |
Methods inherited from interface com.sun.xml.xsom.XSDeclaration |
---|
getName, getTargetNamespace, isAnonymous, isGlobal, isLocal |
Methods inherited from interface com.sun.xml.xsom.XSComponent |
---|
apply, getAnnotation, getAnnotation, getForeignAttribute, getForeignAttributes, getLocator, getOwnerSchema, getRoot, getSourceDocument, select, selectSingle, visit |
Methods inherited from interface com.sun.xml.xsom.XSContentType |
---|
apply, asEmpty, asParticle, asSimpleType, visit |
Method Detail |
---|
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.
List<XSFacet> getDeclaredFacets(String name)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |