org.jbind.xml.schema.element
Interface IAnnotated

All Superinterfaces:
IElement, IHasBindingAttributes, IHasLocation, INode, IOpenAttributes, IParent, ISourceInfo, IXmlElement, IXmlNode
All Known Subinterfaces:
IAdditionalSource, IAny, IAnyAttribute, IAnyElement, IAttributeDeclaration, IAttributeGroupDeclaration, IAttributeGroupRef, IComplexContentModelDesc, IComplexDerivation, IComplexExtensionDerivation, IComplexRestrictionDerivation, IComplexTypeDef, IContentModelDesc, IDeclaration, IDerivation, IElementDeclaration, IElementParticle, IFacet, IField, IGroupDeclaration, IIdentityConstraintElement, IImport, IInclude, IKeyConstraintElement, IKeyRefConstraintElement, IListVariety, IModelGroup, IModelGroupDeclaration, IModelGroupRef, INamed, INotation, IPartDeclaration, IParticle, IRedefine, IRestrictionVariety, ISelector, ISimpleContentModelDesc, ISimpleDerivation, ISimpleExtensionContentModel, ISimpleExtensionDerivation, ISimpleRestrictionContentModel, ISimpleRestrictionDerivation, ISimpleTypeDef, ITypeDef, IUnionVariety, IUniqueConstraintElement, IVariety, IXPathComponent
All Known Implementing Classes:
AbbreviatedContentModel, AdditionalSource, Annotated, Any, AnyAttribute, AnyElement, AttributeDeclaration, AttributeGroupDeclaration, AttributeGroupRef, ComplexContentModelDesc, ComplexDerivation, ComplexExtensionDerivation, ComplexRestrictionDerivation, ComplexTypeDef, ContentModelDesc, Declaration, Derivation, ElementDeclaration, ElementKeyConstraintElement, ElementKeyRefConstraintElement, ElementUniqueConstraintElement, Facet, Field, GroupDeclaration, IdentityConstraintElement, Import, Include, ListVariety, ModelGroup, ModelGroupDeclaration, ModelGroupRef, Named, Notation, PartDeclaration, Particle, Redefine, RestrictionVariety, Selector, SimpleContentModelDesc, SimpleDerivation, SimpleExtensionDerivation, SimpleRestrictionDerivation, SimpleTypeDef, TypeDef, TypeKeyConstraintElement, TypeKeyRefConstraintElement, TypeUniqueConstraintElement, UnionVariety, Variety, XPathComponent

public interface IAnnotated
extends IOpenAttributes


Method Summary
 IAnnotationElement getAnnotationElement()
           
 java.lang.String 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

getAnnotationElement

public IAnnotationElement getAnnotationElement()

getId

public java.lang.String getId()