public interface

XSModelGroupDefinition

implements XSObject
org.apache.xerces.xs.XSModelGroupDefinition
Known Indirect Subclasses

Class Overview

This interface represents the Model Group Definition schema component.

Summary

Public Methods
abstract XSAnnotation getAnnotation()
An annotation if it exists, otherwise null.
abstract XSObjectList getAnnotations()
A sequence of [annotations] or an empty XSObjectList.
abstract XSModelGroup getModelGroup()
A model group.
[Expand]
Inherited Methods
From interface org.apache.xerces.xs.XSObject

Public Methods

public abstract XSAnnotation getAnnotation ()

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

public abstract XSObjectList getAnnotations ()

A sequence of [annotations] or an empty XSObjectList.

public abstract XSModelGroup getModelGroup ()

A model group.