org.jbind.xml.core.cmp
Interface IComplexContentModel
- All Superinterfaces:
- IContentModel
- All Known Implementing Classes:
- ComplexContentModel
- public interface IComplexContentModel
- extends IContentModel
Methods inherited from interface org.jbind.xml.core.cmp.IContentModel |
canContainText, createUseIterator, getElemDesc, getMaxOccurs, getRange, isComplex, isEmpty, isMixed, isSimple, iterElements, iterElemWildcards, validate |
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.