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