org.apache.xerces.impl.xs
public class XSGroupDecl extends Object implements XSModelGroupDefinition
Version: $Id: XSGroupDecl.java,v 1.10 2004/10/06 15:14:55 mrglavas Exp $
| Field Summary | |
|---|---|
| XSAnnotationImpl | fAnnotation |
| XSModelGroupImpl | fModelGroup |
| String | fName |
| String | fTargetNamespace |
| Method Summary | |
|---|---|
| XSAnnotation | getAnnotation()
Optional. |
| XSModelGroup | getModelGroup()
{model group} A model group. |
| String | getName()
The name of this XSObject depending on the
XSObject type. |
| String | getNamespace()
The namespace URI of this node, or null if it is
unspecified. defines how a namespace URI is attached to schema
components. |
| XSNamespaceItem | getNamespaceItem() |
| short | getType()
Get the type of the object, i.e ELEMENT_DECLARATION. |
name of this XSObject depending on the
XSObject type.null if it is
unspecified. defines how a namespace URI is attached to schema
components.See Also: org.apache.xerces.xs.XSObject#getNamespaceItem()