Package | Description |
---|---|
com.sun.xml.xsom |
Interfaces that the client should use to access schema information.
|
com.sun.xml.xsom.impl |
Implementation of the
com.sun.xml.xsom package. |
Modifier and Type | Field and Description |
---|---|
static XSVariety |
XSVariety.ATOMIC |
static XSVariety |
XSVariety.LIST |
static XSVariety |
XSVariety.UNION |
Modifier and Type | Method and Description |
---|---|
XSVariety |
XSSimpleType.getVariety()
Gets the variety of this simple type.
|
Modifier and Type | Method and Description |
---|---|
boolean |
XSSimpleType.isFinal(XSVariety v)
Returns true if this type definition is marked as 'final'
with respect to the given
XSVariety . |
Modifier and Type | Method and Description |
---|---|
XSVariety |
ListSimpleTypeImpl.getVariety() |
XSVariety |
RestrictionSimpleTypeImpl.getVariety() |
XSVariety |
UnionSimpleTypeImpl.getVariety() |
Modifier and Type | Method and Description |
---|---|
boolean |
SimpleTypeImpl.isFinal(XSVariety v) |
Constructor and 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) |
Copyright © 2017 Oracle. All rights reserved.