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