Methods Summary |
---|
public com.sun.org.apache.xerces.internal.xs.XSAnnotation | getAnnotation()Optional. Annotation.
return fAnnotation;
|
public com.sun.org.apache.xerces.internal.xs.XSModelGroup | getModelGroup(){model group} A model group.
return fModelGroup;
|
public java.lang.String | getName()The name of this XSObject depending on the
XSObject type.
return fName;
|
public java.lang.String | getNamespace()The namespace URI of this node, or null if it is
unspecified. defines how a namespace URI is attached to schema
components.
return fTargetNamespace;
|
public com.sun.org.apache.xerces.internal.xs.XSNamespaceItem | getNamespaceItem()
// REVISIT: implement
return null;
|
public short | getType()Get the type of the object, i.e ELEMENT_DECLARATION.
return XSConstants.MODEL_GROUP_DEFINITION;
|