Uses of Class
com.sun.xml.xsom.XSVariety
Package
Description
Interfaces that the client should use to access schema information.
Implementation of the
com.sun.xml.xsom
package.-
Uses of XSVariety in com.sun.xml.xsom
Modifier and TypeFieldDescriptionstatic final XSVariety
XSVariety.ATOMIC
static final XSVariety
XSVariety.LIST
static final XSVariety
XSVariety.UNION
Modifier and TypeMethodDescriptionXSSimpleType.getVariety()
Gets the variety of this simple type. -
Uses of XSVariety in com.sun.xml.xsom.impl
Modifier and TypeMethodDescriptionListSimpleTypeImpl.getVariety()
RestrictionSimpleTypeImpl.getVariety()
UnionSimpleTypeImpl.getVariety()
ModifierConstructorDescriptionListSimpleTypeImpl
(SchemaDocumentImpl _parent, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, String _name, boolean _anonymous, Set<XSVariety> finalSet, Ref.SimpleType _itemType) RestrictionSimpleTypeImpl
(SchemaDocumentImpl _parent, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, String _name, boolean _anonymous, Set<XSVariety> finalSet, Ref.SimpleType _baseType) UnionSimpleTypeImpl
(SchemaDocumentImpl _parent, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, String _name, boolean _anonymous, Set<XSVariety> finalSet, Ref.SimpleType[] _members)