Interface TopLevelElement

    • Method Detail

      • getName

        java.lang.String getName()
        Gets the "name" attribute
        Specified by:
        getName in interface Element
      • isSetName

        boolean isSetName()
        True if has "name" attribute
        Specified by:
        isSetName in interface Element
      • setName

        void setName​(java.lang.String name)
        Sets the "name" attribute
        Specified by:
        setName in interface Element
      • xsetName

        void xsetName​(XmlNCName name)
        Sets (as xml) the "name" attribute
        Specified by:
        xsetName in interface Element
      • unsetName

        void unsetName()
        Unsets the "name" attribute
        Specified by:
        unsetName in interface Element