# File lib/soap/element.rb, line 257
  def body=(body)
    body.parent = self
    @body = body
  end