XSModelGroupDefinitionpublic interface XSModelGroupDefinition implements XSObjectThis interface represents the Model Group Definition schema component. |
Methods Summary |
---|
public XSAnnotation | getAnnotation()An annotation if it exists, otherwise null . If not null
then the first [annotation] from the sequence of annotations.
| public XSObjectList | getAnnotations()A sequence of [annotations] or an empty XSObjectList .
| public XSModelGroup | getModelGroup()A model group.
|
|