# File lib/wsdl/definitions.rb, line 42
  def inspect
    sprintf("#<%s:0x%x %s>", self.class.name, __id__, @name || '(unnamed)')
  end