public interface XSNotationDeclaration extends XSObject
Modifier and Type | Method and Description |
---|---|
XSAnnotation |
getAnnotation()
An annotation if it exists, otherwise
null . |
XSObjectList |
getAnnotations()
A sequence of [annotations] or an empty
XSObjectList . |
String |
getPublicId()
The string representing the public identifier for this notation
declaration, if present;
null otherwise. |
String |
getSystemId()
The URI reference representing the system identifier for the notation
declaration, if present,
null otherwise. |
getName, getNamespace, getNamespaceItem, getType
String getSystemId()
null
otherwise.String getPublicId()
null
otherwise.XSAnnotation getAnnotation()
null
. If not null
then the first [annotation] from the sequence of annotations.XSObjectList getAnnotations()
XSObjectList
.Copyright © 2012 JBoss by Red Hat. All Rights Reserved.