org.jbind.xml.schema.element
Interface IRestrictionVariety

All Superinterfaces:
IAnnotated, IElement, IHasBindingAttributes, IHasLocation, INode, IOpenAttributes, IParent, ISourceInfo, IVariety, IXmlElement, IXmlNode
All Known Implementing Classes:
RestrictionVariety

public interface IRestrictionVariety
extends IVariety


Method Summary
 IRef getBaseAttribute()
           
 ISimpleTypeDef getSimpleTypeDef()
           
 java.util.Iterator iterFacets()
           
 void setBaseAttribute(IRef aRef)
           
 
Methods inherited from interface org.jbind.xml.schema.element.IVariety
addSchemaData, collectConstraints, collectRefsForCreation, createComponent, getBaseRef
 
Methods inherited from interface org.jbind.xml.schema.element.IAnnotated
getAnnotationElement, getId
 
Methods inherited from interface org.jbind.xml.schema.element.IOpenAttributes
getAttributeString
 
Methods inherited from interface org.jbind.xml.schema.element.IElement
addAttribute, createChild, getQName, getSchema, getSchemaDocument, getSubElement, isTopLevelComponent, iterChildrenByClass, validateElement
 
Methods inherited from interface org.jbind.xml.schema.element.IParent
addChild, hasChildren, iterChildren
 
Methods inherited from interface org.jbind.xml.schema.element.INode
getParent_, setLocation, setParent_
 
Methods inherited from interface org.jbind.xml.base.IHasLocation
getLocation
 
Methods inherited from interface org.jbind.xml.core.cmp.IXmlNode
acceptAppInfoVisitor
 
Methods inherited from interface org.jbind.xml.base.IHasBindingAttributes
getBindingAttribute, getDefaultedLocalBindingAttribute, getDefaultedLocalStringBindingAttribute, getLocalBindingAttribute, getLocalStringBindingAttribute, getStringBindingAttribute
 
Methods inherited from interface org.jbind.xml.core.cmp.ISourceInfo
getAnnotation, getPrefixToNamespaceMapping
 
Methods inherited from interface org.jbind.xml.core.cmp.IXmlElement
getAttributes, iterXmlNodes
 

Method Detail

getBaseAttribute

public IRef getBaseAttribute()

setBaseAttribute

public void setBaseAttribute(IRef aRef)

getSimpleTypeDef

public ISimpleTypeDef getSimpleTypeDef()

iterFacets

public java.util.Iterator iterFacets()