public class XSNotationDecl extends Object implements XSNotationDeclaration
| Modifier and Type | Field and Description |
|---|---|
XSObjectList |
fAnnotations |
String |
fName |
String |
fPublicId |
String |
fSystemId |
String |
fTargetNamespace |
| Constructor and Description |
|---|
XSNotationDecl() |
| Modifier and Type | Method and Description |
|---|---|
XSAnnotation |
getAnnotation()
Optional.
|
XSObjectList |
getAnnotations()
Optional.
|
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. |
String |
getPublicId()
Optional if {system identifier} is present.
|
String |
getSystemId()
Optional if {public identifier} is present.
|
short |
getType()
Get the type of the object, i.e ELEMENT_DECLARATION.
|
public String fName
public String fTargetNamespace
public String fPublicId
public String fSystemId
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 String getSystemId()
getSystemId in interface XSNotationDeclarationpublic String getPublicId()
getPublicId in interface XSNotationDeclarationpublic XSAnnotation getAnnotation()
getAnnotation in interface XSNotationDeclarationpublic XSObjectList getAnnotations()
getAnnotations in interface XSNotationDeclarationpublic XSNamespaceItem getNamespaceItem()
XSObjectnull otherwise.getNamespaceItem in interface XSObjectXSObject.getNamespaceItem()Copyright © 2012 JBoss by Red Hat. All Rights Reserved.