|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.xerces.impl.xs.XSGroupDecl
public class XSGroupDecl
The XML representation for a group declaration schema component is a global <group> element information item
| Field Summary | |
|---|---|
XSObjectList |
fAnnotations
|
XSModelGroupImpl |
fModelGroup
|
java.lang.String |
fName
|
java.lang.String |
fTargetNamespace
|
| Constructor Summary | |
|---|---|
XSGroupDecl()
|
|
| Method Summary | |
|---|---|
XSAnnotation |
getAnnotation()
Optional. |
XSObjectList |
getAnnotations()
Optional. |
XSModelGroup |
getModelGroup()
{model group} A model group. |
java.lang.String |
getName()
The name of this XSObject depending on the
XSObject type. |
java.lang.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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String fName
public java.lang.String fTargetNamespace
public XSModelGroupImpl fModelGroup
public XSObjectList fAnnotations
| Constructor Detail |
|---|
public XSGroupDecl()
| Method Detail |
|---|
public short getType()
getType in interface XSObjectpublic java.lang.String getName()
name of this XSObject depending on the
XSObject type.
getName in interface XSObjectpublic java.lang.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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||