org.jbind.xml.schema.element
Interface ISimpleTypeDef

All Superinterfaces:
IAnnotated, IComponentJobHelper, IElement, IHasBindingAttributes, IHasLocation, IJobHelper, INamed, INode, IOpenAttributes, IParent, IRedefinable, ISchemaDataAdder, ISourceInfo, ITopLevelElement, ITopLevelJobHelper, ITypeDef, IXmlElement, IXmlNode
All Known Implementing Classes:
SimpleTypeDef

public interface ISimpleTypeDef
extends ITypeDef


Method Summary
 void collectConstraints(IAnyType aType, IConstraintViolations aViolations)
          Collects the constraints (facets) of probably nested inlined simple types.
 IRef getBaseRef()
           
 IVariety getVariety()
           
 
Methods inherited from interface org.jbind.xml.schema.element.ITypeDef
getFinalTypes
 
Methods inherited from interface org.jbind.xml.schema.element.INamed
getGlobalRef, getName, getSymbolSpace
 
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
 
Methods inherited from interface org.jbind.xml.schema.instantiation.IComponentJobHelper
collectRefsForCompletion, collectRefsForCreation, collectRefsForValidation, completeComponent, createComponent, isTopLevelComponent
 
Methods inherited from interface org.jbind.xml.schema.instantiation.ITopLevelJobHelper
createAndAddJob
 
Methods inherited from interface org.jbind.xml.core.cmp.ISchemaDataAdder
addSchemaData
 
Methods inherited from interface org.jbind.xml.schema.element.IRedefinable
getRedefinedRef, redefine, setRedefinedRef
 
Methods inherited from interface org.jbind.xml.schema.instantiation.ITopLevelElement
getGlobalRef, setName
 

Method Detail

getVariety

public IVariety getVariety()

getBaseRef

public IRef getBaseRef()

collectConstraints

public void collectConstraints(IAnyType aType,
                               IConstraintViolations aViolations)
Collects the constraints (facets) of probably nested inlined simple types.

Parameters:
aType - (required). The type to which the constraints are added.
aViolations - (required).