public class XSGroupDecl extends Object implements XSModelGroupDefinition
| Modifier and Type | Field and Description |
|---|---|
XSObjectList |
fAnnotations |
XSModelGroupImpl |
fModelGroup |
String |
fName |
String |
fTargetNamespace |
| Constructor and Description |
|---|
XSGroupDecl() |
| Modifier and Type | Method and Description |
|---|---|
XSAnnotation |
getAnnotation()
Optional.
|
XSObjectList |
getAnnotations()
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. |
XSNamespaceItem |
getNamespaceItem()
A namespace schema information item corresponding to the target
namespace of the component, if it is globally declared; or
null otherwise. |
short |
getType()
Get the type of the object, i.e ELEMENT_DECLARATION.
|
public String fName
public String fTargetNamespace
public XSModelGroupImpl fModelGroup
public XSObjectList fAnnotations
public short getType()
public String getName()
name of this XSObject depending on the
XSObject type.public String getNamespace()
null if it is
unspecified. defines how a namespace URI is attached to schema
components.getNamespace in interface XSObjectpublic XSModelGroup getModelGroup()
getModelGroup in interface XSModelGroupDefinitionpublic XSAnnotation getAnnotation()
getAnnotation in interface XSModelGroupDefinitionpublic XSObjectList getAnnotations()
getAnnotations in interface XSModelGroupDefinitionpublic XSNamespaceItem getNamespaceItem()
XSObjectnull otherwise.getNamespaceItem in interface XSObjectXSObject.getNamespaceItem()Copyright © 2017 JBoss by Red Hat. All rights reserved.