module MoneyS3 module Builders class ZavazekType include ParserCore::BaseBuilder def builder root = Ox::Element.new(name) root = add_attributes_and_namespaces(root) root << build_element('Doklad', data[:doklad], data[:doklad_attributes]) if data.key? :doklad root << build_element('ZpusobUctovani', data[:zpusob_uctovani], data[:zpusob_uctovani_attributes]) if data.key? :zpusob_uctovani root << build_element('Storno', data[:storno], data[:storno_attributes]) if data.key? :storno root << build_element('Del', data[:del], data[:del_attributes]) if data.key? :del root << build_element('DRada', data[:d_rada], data[:d_rada_attributes]) if data.key? :d_rada root << build_element('DCislo', data[:d_cislo], data[:d_cislo_attributes]) if data.key? :d_cislo root << build_element('Popis', data[:popis], data[:popis_attributes]) if data.key? :popis root << build_element('PrDokl', data[:pr_dokl], data[:pr_dokl_attributes]) if data.key? :pr_dokl root << build_element('PuvCDokl', data[:puv_c_dokl], data[:puv_c_dokl_attributes]) if data.key? :puv_c_dokl root << build_element('VarSym', data[:var_sym], data[:var_sym_attributes]) if data.key? :var_sym root << build_element('ParSym', data[:par_sym], data[:par_sym_attributes]) if data.key? :par_sym root << build_element('KonSym', data[:kon_sym], data[:kon_sym_attributes]) if data.key? :kon_sym root << build_element('SpecSym', data[:spec_sym], data[:spec_sym_attributes]) if data.key? :spec_sym root << build_element('DatUcPr', data[:dat_uc_pr], data[:dat_uc_pr_attributes]) if data.key? :dat_uc_pr root << build_element('DatVyst', data[:dat_vyst], data[:dat_vyst_attributes]) if data.key? :dat_vyst root << build_element('DatSpl', data[:dat_spl], data[:dat_spl_attributes]) if data.key? :dat_spl root << build_element('DatPln', data[:dat_pln], data[:dat_pln_attributes]) if data.key? :dat_pln root << build_element('Doruceno', data[:doruceno], data[:doruceno_attributes]) if data.key? :doruceno root << build_element('Dbrpis', data[:dbrpis], data[:dbrpis_attributes]) if data.key? :dbrpis root << build_element('DobrDUZP', data[:dobr_duzp], data[:dobr_duzp_attributes]) if data.key? :dobr_duzp if data.key? :adresa root << DokladFirmaType.new('Adresa', data[:adresa]).builder end root << build_element('UcPokl', data[:uc_pokl], data[:uc_pokl_attributes]) if data.key? :uc_pokl root << build_element('PrKont', data[:pr_kont], data[:pr_kont_attributes]) if data.key? :pr_kont root << build_element('Cleneni', data[:cleneni], data[:cleneni_attributes]) if data.key? :cleneni root << build_element('Stred', data[:stred], data[:stred_attributes]) if data.key? :stred root << build_element('Zakazka', data[:zakazka], data[:zakazka_attributes]) if data.key? :zakazka root << build_element('Cinnost', data[:cinnost], data[:cinnost_attributes]) if data.key? :cinnost root << build_element('PlnenDPH', data[:plnen_dph], data[:plnen_dph_attributes]) if data.key? :plnen_dph root << build_element('UcelZdPl', data[:ucel_zd_pl], data[:ucel_zd_pl_attributes]) if data.key? :ucel_zd_pl root << build_element('Pozn', data[:pozn], data[:pozn_attributes]) if data.key? :pozn root << build_element('ZpVypDPH', data[:zp_vyp_dph], data[:zp_vyp_dph_attributes]) if data.key? :zp_vyp_dph root << build_element('SSazba', data[:s_sazba], data[:s_sazba_attributes]) if data.key? :s_sazba root << build_element('ZSazba', data[:z_sazba], data[:z_sazba_attributes]) if data.key? :z_sazba if data.key? :souhrn_dph root << SouhrnDPHType.new('SouhrnDPH', data[:souhrn_dph]).builder end root << build_element('Celkem', data[:celkem], data[:celkem_attributes]) if data.key? :celkem if data.key? :valuty root << Valuty2.new('Valuty', data[:valuty]).builder end root << build_element('UhZbyva', data[:uh_zbyva], data[:uh_zbyva_attributes]) if data.key? :uh_zbyva root << build_element('UhDatum', data[:uh_datum], data[:uh_datum_attributes]) if data.key? :uh_datum root << build_element('UhDokl', data[:uh_dokl], data[:uh_dokl_attributes]) if data.key? :uh_dokl root << build_element('PUDatum', data[:pu_datum], data[:pu_datum_attributes]) if data.key? :pu_datum root << build_element('PUZbyva', data[:pu_zbyva], data[:pu_zbyva_attributes]) if data.key? :pu_zbyva root << build_element('ValutyKUhr', data[:valuty_k_uhr], data[:valuty_k_uhr_attributes]) if data.key? :valuty_k_uhr root << build_element('DatUpom1', data[:dat_upom1], data[:dat_upom1_attributes]) if data.key? :dat_upom1 root << build_element('DatUpom2', data[:dat_upom2], data[:dat_upom2_attributes]) if data.key? :dat_upom2 root << build_element('DatUpomL', data[:dat_upom_l], data[:dat_upom_l_attributes]) if data.key? :dat_upom_l root << build_element('TypDokl', data[:typ_dokl], data[:typ_dokl_attributes]) if data.key? :typ_dokl root << build_element('ZjednD', data[:zjedn_d], data[:zjedn_d_attributes]) if data.key? :zjedn_d root << build_element('Vyst', data[:vyst], data[:vyst_attributes]) if data.key? :vyst if data.key? :seznam_rozuct_polozek element = Ox::Element.new('SeznamRozuctPolozek') data[:seznam_rozuct_polozek].each { |i| element << RozuctPolozUDType.new('RozuctPolozka', i).builder } root << element end if data.key? :seznam_norm_polozek element = Ox::Element.new('SeznamNormPolozek') data[:seznam_norm_polozek].each { |i| element << NormPolozUDType.new('NormPolozka', i).builder } root << element end if data.key? :moje_firma root << MojeFirmaType.new('MojeFirma', data[:moje_firma]).builder end if data.key? :vlajky root << Vlajky.new('Vlajky', data[:vlajky]).builder end if data.key? :dokumenty element = Ox::Element.new('Dokumenty') data[:dokumenty].map { |i| Ox::Element.new('Dokument') << i }.each { |i| element << i } root << element end root end end end end