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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XSAnnotation
getAnnotation()
An annotation if it exists, otherwisenull
.XSObjectList
getAnnotations()
A sequence of [annotations] or an emptyXSObjectList
.XSModelGroup
getModelGroup()
A model group.-
Methods inherited from interface org.smooks.engine.delivery.sax.ng.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, otherwisenull
. If not null then the first [annotation] from the sequence of annotations.
-
getAnnotations
XSObjectList getAnnotations()
A sequence of [annotations] or an emptyXSObjectList
.
-
-