# File lib/rgen/serializer/xmi11_serializer.rb, line 15
  def setNamespace(shortcut, url)
    @namespaceShortcut = shortcut
    @namespaceUrl = url
    @namespacePrefix = shortcut+":"
  end