# File rbCFTypes.rb, line 140
    def to_xml
      return LibXML::XML::Node.new(@value ? 'true' : 'false')
    end