1 | <?php |
||
2 | |||
0 ignored issues
–
show
Coding Style
introduced
by
![]() |
|||
3 | namespace DMT\Insolvency\Model; |
||
4 | |||
5 | use JMS\Serializer\Annotation as JMS; |
||
6 | |||
7 | /** |
||
8 | * Class InspubPersoonWebsite |
||
9 | * |
||
10 | * @JMS\XmlNamespace("http://www.rechtspraak.nl/namespaces/inspubber01") |
||
11 | * @JMS\XmlRoot("inspubPersoonWebsite", namespace="http://www.rechtspraak.nl/namespaces/inspubber01") |
||
0 ignored issues
–
show
|
|||
12 | */ |
||
0 ignored issues
–
show
|
|||
13 | class InspubPersoonWebsite implements PersoonType |
||
14 | { |
||
15 | /** |
||
0 ignored issues
–
show
|
|||
16 | * @JMS\SerializedName("rechtspersoonlijkheid") |
||
17 | * @JMS\Type("string") |
||
18 | * @JMS\XmlElement(cdata=false, namespace="http://www.rechtspraak.nl/namespaces/inspubber01") |
||
0 ignored issues
–
show
|
|||
19 | * |
||
20 | * @var string $rechtspersoonlijkheid |
||
21 | */ |
||
22 | public $rechtspersoonlijkheid; |
||
23 | |||
24 | /** |
||
0 ignored issues
–
show
|
|||
25 | * @JMS\SerializedName("voornaam") |
||
26 | * @JMS\Type("string") |
||
27 | * @JMS\XmlElement(cdata=false, namespace="http://www.rechtspraak.nl/namespaces/inspubber01") |
||
0 ignored issues
–
show
|
|||
28 | * |
||
29 | * @var string $voornaam |
||
30 | */ |
||
31 | public $voornaam; |
||
32 | |||
33 | /** |
||
0 ignored issues
–
show
|
|||
34 | * @JMS\SerializedName("voorletters") |
||
35 | * @JMS\Type("string") |
||
36 | * @JMS\XmlElement(cdata=false, namespace="http://www.rechtspraak.nl/namespaces/inspubber01") |
||
0 ignored issues
–
show
|
|||
37 | * |
||
38 | * @var string $voorletters |
||
39 | */ |
||
40 | public $voorletters; |
||
41 | |||
42 | /** |
||
0 ignored issues
–
show
|
|||
43 | * @JMS\SerializedName("voorvoegsel") |
||
44 | * @JMS\Type("string") |
||
45 | * @JMS\XmlElement(cdata=false, namespace="http://www.rechtspraak.nl/namespaces/inspubber01") |
||
0 ignored issues
–
show
|
|||
46 | * |
||
47 | * @var string $voorvoegsel |
||
48 | */ |
||
49 | public $voorvoegsel; |
||
50 | |||
51 | /** |
||
0 ignored issues
–
show
|
|||
52 | * @JMS\SerializedName("achternaam") |
||
53 | * @JMS\Type("string") |
||
54 | * @JMS\XmlElement(cdata=false, namespace="http://www.rechtspraak.nl/namespaces/inspubber01") |
||
0 ignored issues
–
show
|
|||
55 | * |
||
56 | * @var string $achternaam |
||
57 | */ |
||
58 | public $achternaam; |
||
59 | |||
60 | /** |
||
0 ignored issues
–
show
|
|||
61 | * @JMS\SerializedName("geboortedatum") |
||
62 | * @JMS\Type("DateTime<'Y-m-d'>") |
||
63 | * @JMS\XmlElement(cdata=false, namespace="http://www.rechtspraak.nl/namespaces/inspubber01") |
||
0 ignored issues
–
show
|
|||
64 | * |
||
65 | * @var \DateTime $geboortedatum |
||
66 | */ |
||
67 | public $geboortedatum; |
||
68 | |||
69 | /** |
||
0 ignored issues
–
show
|
|||
70 | * @JMS\SerializedName("geboorteplaats") |
||
71 | * @JMS\Type("string") |
||
72 | * @JMS\XmlElement(cdata=false, namespace="http://www.rechtspraak.nl/namespaces/inspubber01") |
||
0 ignored issues
–
show
|
|||
73 | * |
||
74 | * @var string $geboorteplaats |
||
75 | */ |
||
76 | public $geboorteplaats; |
||
77 | |||
78 | /** |
||
0 ignored issues
–
show
|
|||
79 | * @JMS\SerializedName("geboorteland") |
||
80 | * @JMS\Type("string") |
||
81 | * @JMS\XmlElement(cdata=false, namespace="http://www.rechtspraak.nl/namespaces/inspubber01") |
||
0 ignored issues
–
show
|
|||
82 | * |
||
83 | * @var string $geboorteland |
||
84 | */ |
||
85 | public $geboorteland; |
||
86 | |||
87 | /** |
||
0 ignored issues
–
show
|
|||
88 | * @JMS\SerializedName("overlijdensdatum") |
||
89 | * @JMS\Type("DateTime<'Y-m-d'>") |
||
90 | * @JMS\XmlElement(cdata=false, namespace="http://www.rechtspraak.nl/namespaces/inspubber01") |
||
0 ignored issues
–
show
|
|||
91 | * |
||
92 | * @var \DateTime $overlijdensdatum |
||
93 | */ |
||
94 | public $overlijdensdatum; |
||
95 | |||
96 | /** |
||
0 ignored issues
–
show
|
|||
97 | * @JMS\SerializedName("KvKNummer") |
||
98 | * @JMS\Type("string") |
||
99 | * @JMS\XmlElement(cdata=false, namespace="http://www.rechtspraak.nl/namespaces/inspubber01") |
||
0 ignored issues
–
show
|
|||
100 | * |
||
101 | * @var string $kvKNummer |
||
102 | */ |
||
103 | public $kvKNummer; |
||
104 | |||
105 | /** |
||
0 ignored issues
–
show
|
|||
106 | * @JMS\SerializedName("KvKPlaats") |
||
107 | * @JMS\Type("string") |
||
108 | * @JMS\XmlElement(cdata=false, namespace="http://www.rechtspraak.nl/namespaces/inspubber01") |
||
0 ignored issues
–
show
|
|||
109 | * |
||
110 | * @var string $kvKPlaats |
||
111 | */ |
||
112 | public $kvKPlaats; |
||
113 | } |
||
114 |