org.jbind.xml.schema.instantiation
Interface ITopLevelElement

All Superinterfaces:
IHasLocation
All Known Subinterfaces:
IAttributeDeclaration, IAttributeGroupDeclaration, IComplexTypeDef, IDeclaration, IElementDeclaration, IElementParticle, IGroupDeclaration, IModelGroupDeclaration, IPartDeclaration, IRedefinable, ISimpleTypeDef, ITypeDef
All Known Implementing Classes:
AttributeDeclaration, AttributeGroupDeclaration, ComplexTypeDef, Declaration, ElementDeclaration, GroupDeclaration, ModelGroupDeclaration, PartDeclaration, SimpleTypeDef, TypeDef

public interface ITopLevelElement
extends IHasLocation


Method Summary
 IRef getGlobalRef()
           
 void setName(java.lang.String aName)
           
 
Methods inherited from interface org.jbind.xml.base.IHasLocation
getLocation
 

Method Detail

getGlobalRef

public IRef getGlobalRef()

setName

public void setName(java.lang.String aName)