org.apache.xerces.xs
Interface XSModelGroupDefinition

All Superinterfaces:
XSObject
All Known Implementing Classes:
XSGroupDecl

public interface XSModelGroupDefinition
extends XSObject

This interface represents the Model Group Definition schema component.


Method Summary
 XSAnnotation getAnnotation()
          An annotation if it exists, otherwise null.
 XSObjectList getAnnotations()
          A sequence of [annotations] or an empty XSObjectList.
 XSModelGroup getModelGroup()
          A model group.
 
Methods inherited from interface org.apache.xerces.xs.XSObject
getName, getNamespace, getNamespaceItem, getType
 

Method Detail

getModelGroup

XSModelGroup getModelGroup()
A model group.


getAnnotation

XSAnnotation getAnnotation()
An annotation if it exists, otherwise null. If not null then the first [annotation] from the sequence of annotations.


getAnnotations

XSObjectList getAnnotations()
A sequence of [annotations] or an empty XSObjectList.