Uses of Class
com.sun.xml.xsom.XSVariety
-
Packages that use XSVariety Package Description com.sun.xml.xsom Interfaces that the client should use to access schema information.com.sun.xml.xsom.impl Implementation of thecom.sun.xml.xsompackage. -
-
Uses of XSVariety in com.sun.xml.xsom
Fields in com.sun.xml.xsom declared as XSVariety Modifier and Type Field Description static XSVarietyXSVariety. ATOMICstatic XSVarietyXSVariety. LISTstatic XSVarietyXSVariety. UNIONMethods in com.sun.xml.xsom that return XSVariety Modifier and Type Method Description XSVarietyXSSimpleType. getVariety()Gets the variety of this simple type.Methods in com.sun.xml.xsom with parameters of type XSVariety Modifier and Type Method Description booleanXSSimpleType. isFinal(XSVariety v)Returns true if this type definition is marked as 'final' with respect to the givenXSVariety. -
Uses of XSVariety in com.sun.xml.xsom.impl
Methods in com.sun.xml.xsom.impl that return XSVariety Modifier and Type Method Description XSVarietyListSimpleTypeImpl. getVariety()XSVarietyRestrictionSimpleTypeImpl. getVariety()XSVarietyUnionSimpleTypeImpl. getVariety()Methods in com.sun.xml.xsom.impl with parameters of type XSVariety Modifier and Type Method Description booleanSimpleTypeImpl. isFinal(XSVariety v)Constructor parameters in com.sun.xml.xsom.impl with type arguments of type XSVariety Constructor Description ListSimpleTypeImpl(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)
-