# File rbCFTypes.rb, line 53
    def to_xml
      return LibXML::XML::Node.new('integer') << LibXML::XML::Node.new_text(@value.to_s)
    end