org.jbind.xml.core.cmp
Interface IComplexContentModel

All Superinterfaces:
IContentModel
All Known Implementing Classes:
ComplexContentModel

public interface IComplexContentModel
extends IContentModel


Method Summary
 IElemGroupDesc getGroup()
          Gets the group use.
 void setGroup(IElemGroupDesc aGroup)
          Sets the group usage.
 void setIsMixed(boolean aBoolean)
           
 
Methods inherited from interface org.jbind.xml.core.cmp.IContentModel
canContainText, createUseIterator, getElemDesc, getMaxOccurs, getRange, isComplex, isEmpty, isMixed, isSimple, iterElements, iterElemWildcards, validate
 

Method Detail

setIsMixed

public void setIsMixed(boolean aBoolean)

getGroup

public IElemGroupDesc getGroup()
Gets the group use.

Returns:
A group usage (optional).

setGroup

public void setGroup(IElemGroupDesc aGroup)
Sets the group usage.