org.jbind.xml.schema.element
Interface IElementDeclaration

All Superinterfaces:
IAnnotated, IComponentJobHelper, IDeclaration, IElement, IHasBindingAttributes, IHasLocation, IJobHelper, INamed, INode, IOpenAttributes, IParent, IPartDeclaration, IParticle, ISchemaDataAdder, ISourceInfo, ITopLevelElement, ITopLevelJobHelper, IXmlElement, IXmlNode
All Known Subinterfaces:
IElementParticle
All Known Implementing Classes:
ElementDeclaration

public interface IElementDeclaration
extends IPartDeclaration, IParticle


Method Summary
 java.util.Set getBlockTypes()
           
 java.util.Set getFinalTypes()
           
 boolean getIsAbstract()
           
 boolean getIsNillable()
           
 IRef getSubstitutionGroup()
           
 java.util.Iterator iterIdentityConstraintElements()
           
 
Methods inherited from interface org.jbind.xml.schema.element.IPartDeclaration
getDefault, getFixed, getFormType, getRef, getType
 
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.instantiation.ITopLevelElement
getGlobalRef, setName
 
Methods inherited from interface org.jbind.xml.schema.element.IParticle
collectRefsForCompletion, collectRefsForCreation, getMaxOccurs, getMinOccurs, isUnbounded
 

Method Detail

getIsAbstract

public boolean getIsAbstract()

getBlockTypes

public java.util.Set getBlockTypes()

getFinalTypes

public java.util.Set getFinalTypes()

getIsNillable

public boolean getIsNillable()

getSubstitutionGroup

public IRef getSubstitutionGroup()

iterIdentityConstraintElements

public java.util.Iterator iterIdentityConstraintElements()