# File lib/soap/baseData.rb, line 170
  def data
    if @obj.respond_to?(:data)
      @obj.data
    end
  end