Interface XSNotationDeclaration

  • All Superinterfaces:
    XSObject

    public interface XSNotationDeclaration
    extends XSObject
    This interface represents the Notation Declaration schema component.
    • Method Detail

      • getSystemId

        java.lang.String getSystemId()
        The URI reference representing the system identifier for the notation declaration, if present, null otherwise.
      • getPublicId

        java.lang.String getPublicId()
        The string representing the public identifier for this notation declaration, if present; null otherwise.
      • getAnnotation

        XSAnnotation getAnnotation()
        An annotation if it exists, otherwise null. If not null then the first [annotation] from the sequence of annotations.
      • getAnnotations

        XSObjectList getAnnotations()
        A sequence of [annotations] or an empty XSObjectList.