Advertisement
Guest User

Untitled

a guest
Apr 6th, 2016
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.31 KB | None | 0 0
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Threading.Tasks;
  6.  
  7. namespace ConsoleApplication1
  8. {
  9.  
  10. /// <remarks/>
  11. [System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
  12. [System.Xml.Serialization.XmlRootAttribute(Namespace = "", IsNullable = false)]
  13. public partial class ArrayOfFolkbokforingspostTYPE
  14. {
  15.  
  16. private ulong personNrField;
  17.  
  18. private ArrayOfFolkbokforingspostTYPEFolkbokforingspostTYPE[] folkbokforingspostTYPEField;
  19.  
  20. /// <remarks/>
  21. public ulong PersonNr
  22. {
  23. get
  24. {
  25. return this.personNrField;
  26. }
  27. set
  28. {
  29. this.personNrField = value;
  30. }
  31. }
  32.  
  33. /// <remarks/>
  34. [System.Xml.Serialization.XmlElementAttribute("FolkbokforingspostTYPE")]
  35. public ArrayOfFolkbokforingspostTYPEFolkbokforingspostTYPE[] FolkbokforingspostTYPE
  36. {
  37. get
  38. {
  39. return this.folkbokforingspostTYPEField;
  40. }
  41. set
  42. {
  43. this.folkbokforingspostTYPEField = value;
  44. }
  45. }
  46. }
  47.  
  48. /// <remarks/>
  49. [System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
  50. public partial class ArrayOfFolkbokforingspostTYPEFolkbokforingspostTYPE
  51. {
  52.  
  53. private object sekretessmarkeringField;
  54.  
  55. private ArrayOfFolkbokforingspostTYPEFolkbokforingspostTYPEPersonpost personpostField;
  56.  
  57. /// <remarks/>
  58. [System.Xml.Serialization.XmlElementAttribute(IsNullable = true)]
  59. public object Sekretessmarkering
  60. {
  61. get
  62. {
  63. return this.sekretessmarkeringField;
  64. }
  65. set
  66. {
  67. this.sekretessmarkeringField = value;
  68. }
  69. }
  70.  
  71. /// <remarks/>
  72. public ArrayOfFolkbokforingspostTYPEFolkbokforingspostTYPEPersonpost Personpost
  73. {
  74. get
  75. {
  76. return this.personpostField;
  77. }
  78. set
  79. {
  80. this.personpostField = value;
  81. }
  82. }
  83. }
  84.  
  85. /// <remarks/>
  86. [System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
  87. public partial class ArrayOfFolkbokforingspostTYPEFolkbokforingspostTYPEPersonpost
  88. {
  89.  
  90. private ArrayOfFolkbokforingspostTYPEFolkbokforingspostTYPEPersonpostPersonId personIdField;
  91.  
  92. private object hanvisningsPersonNrField;
  93.  
  94. private ArrayOfFolkbokforingspostTYPEFolkbokforingspostTYPEPersonpostNamn namnField;
  95.  
  96. private ArrayOfFolkbokforingspostTYPEFolkbokforingspostTYPEPersonpostFolkbokforing folkbokforingField;
  97.  
  98. private ArrayOfFolkbokforingspostTYPEFolkbokforingspostTYPEPersonpostAdresser adresserField;
  99.  
  100. private ArrayOfFolkbokforingspostTYPEFolkbokforingspostTYPEPersonpostFodelse fodelseField;
  101.  
  102. private ArrayOfFolkbokforingspostTYPEFolkbokforingspostTYPEPersonpostMedborgarskap medborgarskapField;
  103.  
  104. /// <remarks/>
  105. public ArrayOfFolkbokforingspostTYPEFolkbokforingspostTYPEPersonpostPersonId PersonId
  106. {
  107. get
  108. {
  109. return this.personIdField;
  110. }
  111. set
  112. {
  113. this.personIdField = value;
  114. }
  115. }
  116.  
  117. /// <remarks/>
  118. [System.Xml.Serialization.XmlElementAttribute(IsNullable = true)]
  119. public object HanvisningsPersonNr
  120. {
  121. get
  122. {
  123. return this.hanvisningsPersonNrField;
  124. }
  125. set
  126. {
  127. this.hanvisningsPersonNrField = value;
  128. }
  129. }
  130.  
  131. /// <remarks/>
  132. public ArrayOfFolkbokforingspostTYPEFolkbokforingspostTYPEPersonpostNamn Namn
  133. {
  134. get
  135. {
  136. return this.namnField;
  137. }
  138. set
  139. {
  140. this.namnField = value;
  141. }
  142. }
  143.  
  144. /// <remarks/>
  145. public ArrayOfFolkbokforingspostTYPEFolkbokforingspostTYPEPersonpostFolkbokforing Folkbokforing
  146. {
  147. get
  148. {
  149. return this.folkbokforingField;
  150. }
  151. set
  152. {
  153. this.folkbokforingField = value;
  154. }
  155. }
  156.  
  157. /// <remarks/>
  158. public ArrayOfFolkbokforingspostTYPEFolkbokforingspostTYPEPersonpostAdresser Adresser
  159. {
  160. get
  161. {
  162. return this.adresserField;
  163. }
  164. set
  165. {
  166. this.adresserField = value;
  167. }
  168. }
  169.  
  170. /// <remarks/>
  171. public ArrayOfFolkbokforingspostTYPEFolkbokforingspostTYPEPersonpostFodelse Fodelse
  172. {
  173. get
  174. {
  175. return this.fodelseField;
  176. }
  177. set
  178. {
  179. this.fodelseField = value;
  180. }
  181. }
  182.  
  183. /// <remarks/>
  184. public ArrayOfFolkbokforingspostTYPEFolkbokforingspostTYPEPersonpostMedborgarskap Medborgarskap
  185. {
  186. get
  187. {
  188. return this.medborgarskapField;
  189. }
  190. set
  191. {
  192. this.medborgarskapField = value;
  193. }
  194. }
  195. }
  196.  
  197. /// <remarks/>
  198. [System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
  199. public partial class ArrayOfFolkbokforingspostTYPEFolkbokforingspostTYPEPersonpostPersonId
  200. {
  201.  
  202. private ulong tilldelatPersonNrSamordningsNrField;
  203.  
  204. private bool tilldelatPersonNrSamordningsNrFieldSpecified;
  205.  
  206. private ulong personNrField;
  207.  
  208. private bool personNrFieldSpecified;
  209.  
  210. /// <remarks/>
  211. public ulong TilldelatPersonNrSamordningsNr
  212. {
  213. get
  214. {
  215. return this.tilldelatPersonNrSamordningsNrField;
  216. }
  217. set
  218. {
  219. this.tilldelatPersonNrSamordningsNrField = value;
  220. }
  221. }
  222.  
  223. /// <remarks/>
  224. [System.Xml.Serialization.XmlIgnoreAttribute()]
  225. public bool TilldelatPersonNrSamordningsNrSpecified
  226. {
  227. get
  228. {
  229. return this.tilldelatPersonNrSamordningsNrFieldSpecified;
  230. }
  231. set
  232. {
  233. this.tilldelatPersonNrSamordningsNrFieldSpecified = value;
  234. }
  235. }
  236.  
  237. /// <remarks/>
  238. public ulong PersonNr
  239. {
  240. get
  241. {
  242. return this.personNrField;
  243. }
  244. set
  245. {
  246. this.personNrField = value;
  247. }
  248. }
  249.  
  250. /// <remarks/>
  251. [System.Xml.Serialization.XmlIgnoreAttribute()]
  252. public bool PersonNrSpecified
  253. {
  254. get
  255. {
  256. return this.personNrFieldSpecified;
  257. }
  258. set
  259. {
  260. this.personNrFieldSpecified = value;
  261. }
  262. }
  263. }
  264.  
  265. /// <remarks/>
  266. [System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
  267. public partial class ArrayOfFolkbokforingspostTYPEFolkbokforingspostTYPEPersonpostNamn
  268. {
  269.  
  270. private byte tilltalsnamnsmarkeringField;
  271.  
  272. private bool tilltalsnamnsmarkeringFieldSpecified;
  273.  
  274. private ArrayOfFolkbokforingspostTYPEFolkbokforingspostTYPEPersonpostNamnFornamn fornamnField;
  275.  
  276. private object mellannamnField;
  277.  
  278. private ArrayOfFolkbokforingspostTYPEFolkbokforingspostTYPEPersonpostNamnEfternamn efternamnField;
  279.  
  280. private object aviseringsnamnField;
  281.  
  282. /// <remarks/>
  283. public byte Tilltalsnamnsmarkering
  284. {
  285. get
  286. {
  287. return this.tilltalsnamnsmarkeringField;
  288. }
  289. set
  290. {
  291. this.tilltalsnamnsmarkeringField = value;
  292. }
  293. }
  294.  
  295. /// <remarks/>
  296. [System.Xml.Serialization.XmlIgnoreAttribute()]
  297. public bool TilltalsnamnsmarkeringSpecified
  298. {
  299. get
  300. {
  301. return this.tilltalsnamnsmarkeringFieldSpecified;
  302. }
  303. set
  304. {
  305. this.tilltalsnamnsmarkeringFieldSpecified = value;
  306. }
  307. }
  308.  
  309. /// <remarks/>
  310. public ArrayOfFolkbokforingspostTYPEFolkbokforingspostTYPEPersonpostNamnFornamn Fornamn
  311. {
  312. get
  313. {
  314. return this.fornamnField;
  315. }
  316. set
  317. {
  318. this.fornamnField = value;
  319. }
  320. }
  321.  
  322. /// <remarks/>
  323. [System.Xml.Serialization.XmlElementAttribute(IsNullable = true)]
  324. public object Mellannamn
  325. {
  326. get
  327. {
  328. return this.mellannamnField;
  329. }
  330. set
  331. {
  332. this.mellannamnField = value;
  333. }
  334. }
  335.  
  336. /// <remarks/>
  337. public ArrayOfFolkbokforingspostTYPEFolkbokforingspostTYPEPersonpostNamnEfternamn Efternamn
  338. {
  339. get
  340. {
  341. return this.efternamnField;
  342. }
  343. set
  344. {
  345. this.efternamnField = value;
  346. }
  347. }
  348.  
  349. /// <remarks/>
  350. [System.Xml.Serialization.XmlElementAttribute(IsNullable = true)]
  351. public object Aviseringsnamn
  352. {
  353. get
  354. {
  355. return this.aviseringsnamnField;
  356. }
  357. set
  358. {
  359. this.aviseringsnamnField = value;
  360. }
  361. }
  362. }
  363.  
  364. /// <remarks/>
  365. [System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
  366. public partial class ArrayOfFolkbokforingspostTYPEFolkbokforingspostTYPEPersonpostNamnFornamn
  367. {
  368.  
  369. private string styrktField;
  370.  
  371. private string valueField;
  372.  
  373. /// <remarks/>
  374. [System.Xml.Serialization.XmlAttributeAttribute()]
  375. public string styrkt
  376. {
  377. get
  378. {
  379. return this.styrktField;
  380. }
  381. set
  382. {
  383. this.styrktField = value;
  384. }
  385. }
  386.  
  387. /// <remarks/>
  388. [System.Xml.Serialization.XmlTextAttribute()]
  389. public string Value
  390. {
  391. get
  392. {
  393. return this.valueField;
  394. }
  395. set
  396. {
  397. this.valueField = value;
  398. }
  399. }
  400. }
  401.  
  402. /// <remarks/>
  403. [System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
  404. public partial class ArrayOfFolkbokforingspostTYPEFolkbokforingspostTYPEPersonpostNamnEfternamn
  405. {
  406.  
  407. private string styrktField;
  408.  
  409. private string valueField;
  410.  
  411. /// <remarks/>
  412. [System.Xml.Serialization.XmlAttributeAttribute()]
  413. public string styrkt
  414. {
  415. get
  416. {
  417. return this.styrktField;
  418. }
  419. set
  420. {
  421. this.styrktField = value;
  422. }
  423. }
  424.  
  425. /// <remarks/>
  426. [System.Xml.Serialization.XmlTextAttribute()]
  427. public string Value
  428. {
  429. get
  430. {
  431. return this.valueField;
  432. }
  433. set
  434. {
  435. this.valueField = value;
  436. }
  437. }
  438. }
  439.  
  440. /// <remarks/>
  441. [System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
  442. public partial class ArrayOfFolkbokforingspostTYPEFolkbokforingspostTYPEPersonpostFolkbokforing
  443. {
  444.  
  445. private string folkbokforingsdatumField;
  446.  
  447. private byte lanKodField;
  448.  
  449. private string kommunKodField;
  450.  
  451. private object forsamlingKodField;
  452.  
  453. private string fastighetsbeteckningField;
  454.  
  455. private byte fiktivtNrField;
  456.  
  457. private bool fiktivtNrFieldSpecified;
  458.  
  459. /// <remarks/>
  460. [System.Xml.Serialization.XmlElementAttribute(IsNullable = true)]
  461. public string Folkbokforingsdatum
  462. {
  463. get
  464. {
  465. return this.folkbokforingsdatumField;
  466. }
  467. set
  468. {
  469. this.folkbokforingsdatumField = value;
  470. }
  471. }
  472.  
  473. /// <remarks/>
  474. public byte LanKod
  475. {
  476. get
  477. {
  478. return this.lanKodField;
  479. }
  480. set
  481. {
  482. this.lanKodField = value;
  483. }
  484. }
  485.  
  486. /// <remarks/>
  487. [System.Xml.Serialization.XmlElementAttribute(IsNullable = true)]
  488. public string KommunKod
  489. {
  490. get
  491. {
  492. return this.kommunKodField;
  493. }
  494. set
  495. {
  496. this.kommunKodField = value;
  497. }
  498. }
  499.  
  500. /// <remarks/>
  501. [System.Xml.Serialization.XmlElementAttribute(IsNullable = true)]
  502. public object ForsamlingKod
  503. {
  504. get
  505. {
  506. return this.forsamlingKodField;
  507. }
  508. set
  509. {
  510. this.forsamlingKodField = value;
  511. }
  512. }
  513.  
  514. /// <remarks/>
  515. [System.Xml.Serialization.XmlElementAttribute(IsNullable = true)]
  516. public string Fastighetsbeteckning
  517. {
  518. get
  519. {
  520. return this.fastighetsbeteckningField;
  521. }
  522. set
  523. {
  524. this.fastighetsbeteckningField = value;
  525. }
  526. }
  527.  
  528. /// <remarks/>
  529. public byte FiktivtNr
  530. {
  531. get
  532. {
  533. return this.fiktivtNrField;
  534. }
  535. set
  536. {
  537. this.fiktivtNrField = value;
  538. }
  539. }
  540.  
  541. /// <remarks/>
  542. [System.Xml.Serialization.XmlIgnoreAttribute()]
  543. public bool FiktivtNrSpecified
  544. {
  545. get
  546. {
  547. return this.fiktivtNrFieldSpecified;
  548. }
  549. set
  550. {
  551. this.fiktivtNrFieldSpecified = value;
  552. }
  553. }
  554. }
  555.  
  556. /// <remarks/>
  557. [System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
  558. public partial class ArrayOfFolkbokforingspostTYPEFolkbokforingspostTYPEPersonpostAdresser
  559. {
  560.  
  561. private ArrayOfFolkbokforingspostTYPEFolkbokforingspostTYPEPersonpostAdresserFolkbokforingsadress folkbokforingsadressField;
  562.  
  563. private ArrayOfFolkbokforingspostTYPEFolkbokforingspostTYPEPersonpostAdresserRiksnycklar riksnycklarField;
  564.  
  565. /// <remarks/>
  566. public ArrayOfFolkbokforingspostTYPEFolkbokforingspostTYPEPersonpostAdresserFolkbokforingsadress Folkbokforingsadress
  567. {
  568. get
  569. {
  570. return this.folkbokforingsadressField;
  571. }
  572. set
  573. {
  574. this.folkbokforingsadressField = value;
  575. }
  576. }
  577.  
  578. /// <remarks/>
  579. public ArrayOfFolkbokforingspostTYPEFolkbokforingspostTYPEPersonpostAdresserRiksnycklar Riksnycklar
  580. {
  581. get
  582. {
  583. return this.riksnycklarField;
  584. }
  585. set
  586. {
  587. this.riksnycklarField = value;
  588. }
  589. }
  590. }
  591.  
  592. /// <remarks/>
  593. [System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
  594. public partial class ArrayOfFolkbokforingspostTYPEFolkbokforingspostTYPEPersonpostAdresserFolkbokforingsadress
  595. {
  596.  
  597. private object careOfField;
  598.  
  599. private object utdelningsadress1Field;
  600.  
  601. private string utdelningsadress2Field;
  602.  
  603. private uint postNrField;
  604.  
  605. private string postortField;
  606.  
  607. /// <remarks/>
  608. [System.Xml.Serialization.XmlElementAttribute(IsNullable = true)]
  609. public object CareOf
  610. {
  611. get
  612. {
  613. return this.careOfField;
  614. }
  615. set
  616. {
  617. this.careOfField = value;
  618. }
  619. }
  620.  
  621. /// <remarks/>
  622. [System.Xml.Serialization.XmlElementAttribute(IsNullable = true)]
  623. public object Utdelningsadress1
  624. {
  625. get
  626. {
  627. return this.utdelningsadress1Field;
  628. }
  629. set
  630. {
  631. this.utdelningsadress1Field = value;
  632. }
  633. }
  634.  
  635. /// <remarks/>
  636. public string Utdelningsadress2
  637. {
  638. get
  639. {
  640. return this.utdelningsadress2Field;
  641. }
  642. set
  643. {
  644. this.utdelningsadress2Field = value;
  645. }
  646. }
  647.  
  648. /// <remarks/>
  649. public uint PostNr
  650. {
  651. get
  652. {
  653. return this.postNrField;
  654. }
  655. set
  656. {
  657. this.postNrField = value;
  658. }
  659. }
  660.  
  661. /// <remarks/>
  662. public string Postort
  663. {
  664. get
  665. {
  666. return this.postortField;
  667. }
  668. set
  669. {
  670. this.postortField = value;
  671. }
  672. }
  673. }
  674.  
  675. /// <remarks/>
  676. [System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
  677. public partial class ArrayOfFolkbokforingspostTYPEFolkbokforingspostTYPEPersonpostAdresserRiksnycklar
  678. {
  679.  
  680. private uint fastighetsIdField;
  681.  
  682. private uint adressplatsIdField;
  683.  
  684. private uint lagenhetsIdField;
  685.  
  686. /// <remarks/>
  687. public uint FastighetsId
  688. {
  689. get
  690. {
  691. return this.fastighetsIdField;
  692. }
  693. set
  694. {
  695. this.fastighetsIdField = value;
  696. }
  697. }
  698.  
  699. /// <remarks/>
  700. public uint AdressplatsId
  701. {
  702. get
  703. {
  704. return this.adressplatsIdField;
  705. }
  706. set
  707. {
  708. this.adressplatsIdField = value;
  709. }
  710. }
  711.  
  712. /// <remarks/>
  713. public uint LagenhetsId
  714. {
  715. get
  716. {
  717. return this.lagenhetsIdField;
  718. }
  719. set
  720. {
  721. this.lagenhetsIdField = value;
  722. }
  723. }
  724. }
  725.  
  726. /// <remarks/>
  727. [System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
  728. public partial class ArrayOfFolkbokforingspostTYPEFolkbokforingspostTYPEPersonpostFodelse
  729. {
  730.  
  731. private ArrayOfFolkbokforingspostTYPEFolkbokforingspostTYPEPersonpostFodelseOrtUtlandet ortUtlandetField;
  732.  
  733. private ArrayOfFolkbokforingspostTYPEFolkbokforingspostTYPEPersonpostFodelseHemortSverige hemortSverigeField;
  734.  
  735. /// <remarks/>
  736. public ArrayOfFolkbokforingspostTYPEFolkbokforingspostTYPEPersonpostFodelseOrtUtlandet OrtUtlandet
  737. {
  738. get
  739. {
  740. return this.ortUtlandetField;
  741. }
  742. set
  743. {
  744. this.ortUtlandetField = value;
  745. }
  746. }
  747.  
  748. /// <remarks/>
  749. public ArrayOfFolkbokforingspostTYPEFolkbokforingspostTYPEPersonpostFodelseHemortSverige HemortSverige
  750. {
  751. get
  752. {
  753. return this.hemortSverigeField;
  754. }
  755. set
  756. {
  757. this.hemortSverigeField = value;
  758. }
  759. }
  760. }
  761.  
  762. /// <remarks/>
  763. [System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
  764. public partial class ArrayOfFolkbokforingspostTYPEFolkbokforingspostTYPEPersonpostFodelseOrtUtlandet
  765. {
  766.  
  767. private ArrayOfFolkbokforingspostTYPEFolkbokforingspostTYPEPersonpostFodelseOrtUtlandetFodelseortUtland fodelseortUtlandField;
  768.  
  769. private string fodelselandField;
  770.  
  771. /// <remarks/>
  772. public ArrayOfFolkbokforingspostTYPEFolkbokforingspostTYPEPersonpostFodelseOrtUtlandetFodelseortUtland FodelseortUtland
  773. {
  774. get
  775. {
  776. return this.fodelseortUtlandField;
  777. }
  778. set
  779. {
  780. this.fodelseortUtlandField = value;
  781. }
  782. }
  783.  
  784. /// <remarks/>
  785. public string Fodelseland
  786. {
  787. get
  788. {
  789. return this.fodelselandField;
  790. }
  791. set
  792. {
  793. this.fodelselandField = value;
  794. }
  795. }
  796. }
  797.  
  798. /// <remarks/>
  799. [System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
  800. public partial class ArrayOfFolkbokforingspostTYPEFolkbokforingspostTYPEPersonpostFodelseOrtUtlandetFodelseortUtland
  801. {
  802.  
  803. private string styrktField;
  804.  
  805. private string valueField;
  806.  
  807. /// <remarks/>
  808. [System.Xml.Serialization.XmlAttributeAttribute()]
  809. public string styrkt
  810. {
  811. get
  812. {
  813. return this.styrktField;
  814. }
  815. set
  816. {
  817. this.styrktField = value;
  818. }
  819. }
  820.  
  821. /// <remarks/>
  822. [System.Xml.Serialization.XmlTextAttribute()]
  823. public string Value
  824. {
  825. get
  826. {
  827. return this.valueField;
  828. }
  829. set
  830. {
  831. this.valueField = value;
  832. }
  833. }
  834. }
  835.  
  836. /// <remarks/>
  837. [System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
  838. public partial class ArrayOfFolkbokforingspostTYPEFolkbokforingspostTYPEPersonpostFodelseHemortSverige
  839. {
  840.  
  841. private byte fodelselanKodField;
  842.  
  843. private string fodelseforsamlingField;
  844.  
  845. /// <remarks/>
  846. public byte FodelselanKod
  847. {
  848. get
  849. {
  850. return this.fodelselanKodField;
  851. }
  852. set
  853. {
  854. this.fodelselanKodField = value;
  855. }
  856. }
  857.  
  858. /// <remarks/>
  859. public string Fodelseforsamling
  860. {
  861. get
  862. {
  863. return this.fodelseforsamlingField;
  864. }
  865. set
  866. {
  867. this.fodelseforsamlingField = value;
  868. }
  869. }
  870. }
  871.  
  872. /// <remarks/>
  873. [System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
  874. public partial class ArrayOfFolkbokforingspostTYPEFolkbokforingspostTYPEPersonpostMedborgarskap
  875. {
  876.  
  877. private ArrayOfFolkbokforingspostTYPEFolkbokforingspostTYPEPersonpostMedborgarskapMedborgarskapslandKod medborgarskapslandKodField;
  878.  
  879. private byte medborgarskapsdatumField;
  880.  
  881. /// <remarks/>
  882. public ArrayOfFolkbokforingspostTYPEFolkbokforingspostTYPEPersonpostMedborgarskapMedborgarskapslandKod MedborgarskapslandKod
  883. {
  884. get
  885. {
  886. return this.medborgarskapslandKodField;
  887. }
  888. set
  889. {
  890. this.medborgarskapslandKodField = value;
  891. }
  892. }
  893.  
  894. /// <remarks/>
  895. public byte Medborgarskapsdatum
  896. {
  897. get
  898. {
  899. return this.medborgarskapsdatumField;
  900. }
  901. set
  902. {
  903. this.medborgarskapsdatumField = value;
  904. }
  905. }
  906. }
  907.  
  908. /// <remarks/>
  909. [System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
  910. public partial class ArrayOfFolkbokforingspostTYPEFolkbokforingspostTYPEPersonpostMedborgarskapMedborgarskapslandKod
  911. {
  912.  
  913. private string styrktField;
  914.  
  915. private string valueField;
  916.  
  917. /// <remarks/>
  918. [System.Xml.Serialization.XmlAttributeAttribute()]
  919. public string styrkt
  920. {
  921. get
  922. {
  923. return this.styrktField;
  924. }
  925. set
  926. {
  927. this.styrktField = value;
  928. }
  929. }
  930.  
  931. /// <remarks/>
  932. [System.Xml.Serialization.XmlTextAttribute()]
  933. public string Value
  934. {
  935. get
  936. {
  937. return this.valueField;
  938. }
  939. set
  940. {
  941. this.valueField = value;
  942. }
  943. }
  944. }
  945.  
  946.  
  947. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement