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 XSObject
public XSModelGroup getModelGroup()
getModelGroup
in interface XSModelGroupDefinition
public XSAnnotation getAnnotation()
getAnnotation
in interface XSModelGroupDefinition
public XSObjectList getAnnotations()
getAnnotations
in interface XSModelGroupDefinition
public XSNamespaceItem getNamespaceItem()
XSObject
null
otherwise.getNamespaceItem
in interface XSObject
XSObject.getNamespaceItem()
Copyright © 2016 JBoss by Red Hat. All rights reserved.