Uses of Class
com.sun.xml.xsom.XSVariety
Packages that use 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.xsomFields in com.sun.xml.xsom declared as XSVarietyModifier and TypeFieldDescriptionstatic final XSVarietyXSVariety.ATOMICstatic final XSVarietyXSVariety.LISTstatic final XSVarietyXSVariety.UNIONMethods in com.sun.xml.xsom that return XSVarietyModifier and TypeMethodDescriptionXSSimpleType.getVariety()Gets the variety of this simple type.Methods in com.sun.xml.xsom with parameters of type XSVariety
- 
Uses of XSVariety in com.sun.xml.xsom.implMethods in com.sun.xml.xsom.impl that return XSVarietyModifier and TypeMethodDescriptionListSimpleTypeImpl.getVariety()RestrictionSimpleTypeImpl.getVariety()UnionSimpleTypeImpl.getVariety()Methods in com.sun.xml.xsom.impl with parameters of type XSVarietyConstructor parameters in com.sun.xml.xsom.impl with type arguments of type XSVarietyModifierConstructorDescriptionListSimpleTypeImpl(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)