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