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.xsom
package. -
-
Uses of XSVariety in com.sun.xml.xsom
Fields in com.sun.xml.xsom declared as XSVariety Modifier and Type Field Description static XSVariety
XSVariety. ATOMIC
static XSVariety
XSVariety. LIST
static XSVariety
XSVariety. UNION
Methods in com.sun.xml.xsom that return XSVariety Modifier and Type Method Description XSVariety
XSSimpleType. getVariety()
Gets the variety of this simple type.Methods in com.sun.xml.xsom with parameters of type XSVariety Modifier and Type Method Description boolean
XSSimpleType. 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
Fields in com.sun.xml.xsom.impl with type parameters of type XSVariety Modifier and Type Field Description private java.util.Set<XSVariety>
SimpleTypeImpl. finalSet
Methods in com.sun.xml.xsom.impl that return XSVariety Modifier and Type Method Description XSVariety
ListSimpleTypeImpl. getVariety()
XSVariety
RestrictionSimpleTypeImpl. getVariety()
XSVariety
SchemaSetImpl.AnySimpleType. getVariety()
XSVariety
UnionSimpleTypeImpl. getVariety()
Methods in com.sun.xml.xsom.impl with parameters of type XSVariety Modifier and Type Method Description boolean
SchemaSetImpl.AnySimpleType. isFinal(XSVariety v)
boolean
SimpleTypeImpl. isFinal(XSVariety v)
Constructor parameters in com.sun.xml.xsom.impl with type arguments of type XSVariety Constructor Description ListSimpleTypeImpl(SchemaDocumentImpl _parent, AnnotationImpl _annon, org.xml.sax.Locator _loc, ForeignAttributesImpl _fa, java.lang.String _name, boolean _anonymous, java.util.Set<XSVariety> finalSet, Ref.SimpleType _itemType)
RestrictionSimpleTypeImpl(SchemaDocumentImpl _parent, AnnotationImpl _annon, org.xml.sax.Locator _loc, ForeignAttributesImpl _fa, java.lang.String _name, boolean _anonymous, java.util.Set<XSVariety> finalSet, Ref.SimpleType _baseType)
SimpleTypeImpl(SchemaDocumentImpl _parent, AnnotationImpl _annon, org.xml.sax.Locator _loc, ForeignAttributesImpl _fa, java.lang.String _name, boolean _anonymous, java.util.Set<XSVariety> finalSet, Ref.SimpleType _baseType)
UnionSimpleTypeImpl(SchemaDocumentImpl _parent, AnnotationImpl _annon, org.xml.sax.Locator _loc, ForeignAttributesImpl _fa, java.lang.String _name, boolean _anonymous, java.util.Set<XSVariety> finalSet, Ref.SimpleType[] _members)
-