org.jbind.xml.schema.element
Interface IContentModelDesc

All Superinterfaces:
IAnnotated, IElement, IHasBindingAttributes, IHasLocation, INode, IOpenAttributes, IParent, ISourceInfo, IXmlElement, IXmlNode
All Known Subinterfaces:
IComplexContentModelDesc, ISimpleContentModelDesc, ISimpleExtensionContentModel, ISimpleRestrictionContentModel
All Known Implementing Classes:
AbbreviatedContentModel, ComplexContentModelDesc, ContentModelDesc, SimpleContentModelDesc

public interface IContentModelDesc
extends IAnnotated

The content of a complex type. Corresponds either to a or to a tag.


Method Summary
 void collectRefsForCreation(IJobRefs aJobRefs)
          Collects the references that must be resolvable for the content model to be created.
 IDerivation getDerivation()
           
 boolean isComplex()
           
 java.lang.Boolean isMixed()
           
 
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
 

Method Detail

isMixed

public java.lang.Boolean isMixed()

getDerivation

public IDerivation getDerivation()

isComplex

public boolean isComplex()

collectRefsForCreation

public void collectRefsForCreation(IJobRefs aJobRefs)
Collects the references that must be resolvable for the content model to be created. The references of the enclosed derivation are considered.

Parameters:
aJobRefs - (required).