org.jbind.xml.schema.element
Interface INamed

All Superinterfaces:
IAnnotated, IComponentJobHelper, IElement, IHasBindingAttributes, IHasLocation, IJobHelper, INode, IOpenAttributes, IParent, ISchemaDataAdder, ISourceInfo, ITopLevelJobHelper, IXmlElement, IXmlNode
All Known Subinterfaces:
IAttributeDeclaration, IAttributeGroupDeclaration, IComplexTypeDef, IDeclaration, IElementDeclaration, IElementParticle, IGroupDeclaration, IIdentityConstraintElement, IKeyConstraintElement, IKeyRefConstraintElement, IModelGroupDeclaration, INotation, IPartDeclaration, ISimpleTypeDef, ITypeDef, IUniqueConstraintElement
All Known Implementing Classes:
AttributeDeclaration, AttributeGroupDeclaration, ComplexTypeDef, Declaration, ElementDeclaration, ElementKeyConstraintElement, ElementKeyRefConstraintElement, ElementUniqueConstraintElement, GroupDeclaration, IdentityConstraintElement, ModelGroupDeclaration, Named, Notation, PartDeclaration, SimpleTypeDef, TypeDef, TypeKeyConstraintElement, TypeKeyRefConstraintElement, TypeUniqueConstraintElement

public interface INamed
extends IAnnotated, IComponentJobHelper


Method Summary
 IRef getGlobalRef()
           
 java.lang.String getName()
           
 ISymbolspace 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
 

Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface IComponentJobHelper

getSymbolSpace

public ISymbolspace getSymbolSpace()
Specified by:
getSymbolSpace in interface IComponentJobHelper

getGlobalRef

public IRef getGlobalRef()