Class CodeImpl

    • Constructor Detail

    • Method Detail

      • getID

        public java.lang.String getID()
        Gets the "ID" attribute
        Specified by:
        getID in interface Code
      • xgetID

        public XmlToken xgetID()
        Gets (as xml) the "ID" attribute
        Specified by:
        xgetID in interface Code
      • isSetID

        public boolean isSetID()
        True if has "ID" attribute
        Specified by:
        isSetID in interface Code
      • setID

        public void setID​(java.lang.String id)
        Sets the "ID" attribute
        Specified by:
        setID in interface Code
      • xsetID

        public void xsetID​(XmlToken id)
        Sets (as xml) the "ID" attribute
        Specified by:
        xsetID in interface Code
      • unsetID

        public void unsetID()
        Unsets the "ID" attribute
        Specified by:
        unsetID in interface Code