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 Insolvente |
||
9 | * |
||
10 | * @JMS\XmlNamespace("http://www.rechtspraak.nl/namespaces/inspubber01") |
||
11 | * @JMS\XmlRoot("insolvente", namespace="http://www.rechtspraak.nl/namespaces/inspubber01") |
||
0 ignored issues
–
show
|
|||
12 | */ |
||
0 ignored issues
–
show
|
|||
13 | class Insolvente |
||
14 | { |
||
15 | /** |
||
0 ignored issues
–
show
|
|||
16 | * @JMS\SerializedName("ssrNummer") |
||
17 | * @JMS\Type("string") |
||
18 | * @JMS\XmlElement(cdata=false, namespace="http://www.rechtspraak.nl/namespaces/inspubber01") |
||
0 ignored issues
–
show
|
|||
19 | * |
||
20 | * @var string $ssrNummer |
||
21 | */ |
||
22 | public $ssrNummer; |
||
23 | |||
24 | /** |
||
0 ignored issues
–
show
|
|||
25 | * @JMS\SerializedName("preHGKInsolventieNummer") |
||
26 | * @JMS\Type("string") |
||
27 | * @JMS\XmlElement(cdata=false, namespace="http://www.rechtspraak.nl/namespaces/inspubber01") |
||
0 ignored issues
–
show
|
|||
28 | * |
||
29 | * @var string $preHGKInsolventieNummer |
||
30 | */ |
||
31 | public $preHGKInsolventieNummer; |
||
32 | |||
33 | /** |
||
0 ignored issues
–
show
|
|||
34 | * @JMS\SerializedName("insolventienummer") |
||
35 | * @JMS\Type("string") |
||
36 | * @JMS\XmlElement(cdata=false, namespace="http://www.rechtspraak.nl/namespaces/inspubber01") |
||
0 ignored issues
–
show
|
|||
37 | * |
||
38 | * @var string $insolventienummer |
||
39 | */ |
||
40 | public $insolventienummer; |
||
41 | |||
42 | /** |
||
0 ignored issues
–
show
|
|||
43 | * @JMS\SerializedName("behandelendeInstantieCode") |
||
44 | * @JMS\Type("string") |
||
45 | * @JMS\XmlElement(cdata=false, namespace="http://www.rechtspraak.nl/namespaces/inspubber01") |
||
0 ignored issues
–
show
|
|||
46 | * |
||
47 | * @var string $behandelendeInstantieCode |
||
48 | */ |
||
49 | public $behandelendeInstantieCode; |
||
50 | |||
51 | /** |
||
0 ignored issues
–
show
|
|||
52 | * @JMS\SerializedName("behandelendeInstantieNaam") |
||
53 | * @JMS\Type("string") |
||
54 | * @JMS\XmlElement(cdata=false, namespace="http://www.rechtspraak.nl/namespaces/inspubber01") |
||
0 ignored issues
–
show
|
|||
55 | * |
||
56 | * @var string $behandelendeInstantieNaam |
||
57 | */ |
||
58 | public $behandelendeInstantieNaam; |
||
59 | |||
60 | /** |
||
0 ignored issues
–
show
|
|||
61 | * @JMS\SerializedName("behandelendeVestigingCode") |
||
62 | * @JMS\Type("string") |
||
63 | * @JMS\XmlElement(cdata=false, namespace="http://www.rechtspraak.nl/namespaces/inspubber01") |
||
0 ignored issues
–
show
|
|||
64 | * |
||
65 | * @var string $behandelendeVestigingCode |
||
66 | */ |
||
67 | public $behandelendeVestigingCode; |
||
68 | |||
69 | /** |
||
0 ignored issues
–
show
|
|||
70 | * @JMS\SerializedName("behandelendeVestigingNaam") |
||
71 | * @JMS\Type("string") |
||
72 | * @JMS\XmlElement(cdata=false, namespace="http://www.rechtspraak.nl/namespaces/inspubber01") |
||
0 ignored issues
–
show
|
|||
73 | * |
||
74 | * @var string $behandelendeVestigingNaam |
||
75 | */ |
||
76 | public $behandelendeVestigingNaam; |
||
77 | |||
78 | /** |
||
0 ignored issues
–
show
|
|||
79 | * @JMS\SerializedName("isPreHGKGepubliceerd") |
||
80 | * @JMS\Type("bool") |
||
81 | * @JMS\XmlElement(cdata=false, namespace="http://www.rechtspraak.nl/namespaces/inspubber01") |
||
0 ignored issues
–
show
|
|||
82 | * |
||
83 | * @var bool $isPreHGKGepubliceerd |
||
84 | */ |
||
85 | public $isPreHGKGepubliceerd; |
||
86 | |||
87 | /** |
||
0 ignored issues
–
show
|
|||
88 | * @JMS\SerializedName("persoon") |
||
89 | * @JMS\Type("DMT\Insolvency\Model\InspubPersoonWebsite") |
||
90 | * @JMS\XmlElement(cdata=false, namespace="http://www.rechtspraak.nl/namespaces/inspubber01") |
||
0 ignored issues
–
show
|
|||
91 | * |
||
92 | * @var InspubPersoonWebsite $persoon |
||
93 | */ |
||
94 | public $persoon; |
||
95 | |||
96 | /** |
||
0 ignored issues
–
show
|
|||
97 | * @JMS\SerializedName("RC") |
||
98 | * @JMS\Type("string") |
||
99 | * @JMS\XmlElement(cdata=false, namespace="http://www.rechtspraak.nl/namespaces/inspubber01") |
||
100 | * |
||
101 | * @var string $rC |
||
102 | */ |
||
103 | public $rC; |
||
104 | |||
105 | /** |
||
0 ignored issues
–
show
|
|||
106 | * @JMS\SerializedName("VorigeRC") |
||
107 | * @JMS\Type("string") |
||
108 | * @JMS\XmlElement(cdata=false, namespace="http://www.rechtspraak.nl/namespaces/inspubber01") |
||
0 ignored issues
–
show
|
|||
109 | * |
||
110 | * @var string $vorigeRC |
||
111 | */ |
||
112 | public $vorigeRC; |
||
113 | |||
114 | /** |
||
0 ignored issues
–
show
|
|||
115 | * @JMS\SerializedName("vorigInsolventienummer") |
||
116 | * @JMS\Type("string") |
||
117 | * @JMS\XmlElement(cdata=false, namespace="http://www.rechtspraak.nl/namespaces/inspubber01") |
||
0 ignored issues
–
show
|
|||
118 | * |
||
119 | * @var string $vorigInsolventienummer |
||
120 | */ |
||
121 | public $vorigInsolventienummer; |
||
122 | |||
123 | /** |
||
0 ignored issues
–
show
|
|||
124 | * @JMS\SerializedName("adressen") |
||
125 | * @JMS\Type("DMT\Insolvency\Model\Adressen") |
||
126 | * @JMS\XmlElement(cdata=false, namespace="http://www.rechtspraak.nl/namespaces/inspubber01") |
||
0 ignored issues
–
show
|
|||
127 | * |
||
128 | * @var Adressen $adressen |
||
129 | */ |
||
130 | public $adressen; |
||
131 | |||
132 | /** |
||
0 ignored issues
–
show
|
|||
133 | * @JMS\SerializedName("handelendOnderDeNamen") |
||
134 | * @JMS\Type("DMT\Insolvency\Model\HandelendOnderDeNamen") |
||
135 | * @JMS\XmlElement(cdata=false, namespace="http://www.rechtspraak.nl/namespaces/inspubber01") |
||
0 ignored issues
–
show
|
|||
136 | * |
||
137 | * @var HandelendOnderDeNamen $handelendOnderDeNamen |
||
138 | */ |
||
139 | public $handelendOnderDeNamen; |
||
140 | |||
141 | /** |
||
0 ignored issues
–
show
|
|||
142 | * @JMS\SerializedName("cbvers") |
||
143 | * @JMS\Type("DMT\Insolvency\Model\InspubCbvers") |
||
144 | * @JMS\XmlElement(cdata=false, namespace="http://www.rechtspraak.nl/namespaces/inspubber01") |
||
0 ignored issues
–
show
|
|||
145 | * |
||
146 | * @var InspubCbvers $cbvers |
||
147 | */ |
||
148 | public $cbvers; |
||
149 | |||
150 | /** |
||
0 ignored issues
–
show
|
|||
151 | * @JMS\SerializedName("publicatiegeschiedenis") |
||
152 | * @JMS\Type("DMT\Insolvency\Model\InspubPublicatiegeschiedenis") |
||
153 | * @JMS\XmlElement(cdata=false, namespace="http://www.rechtspraak.nl/namespaces/inspubber01") |
||
0 ignored issues
–
show
|
|||
154 | * |
||
155 | * @var InspubPublicatiegeschiedenis $publicatiegeschiedenis |
||
156 | */ |
||
157 | public $publicatiegeschiedenis; |
||
158 | |||
159 | /** |
||
0 ignored issues
–
show
|
|||
160 | * @JMS\SerializedName("beschikbareVerslagen") |
||
161 | * @JMS\Type("DMT\Insolvency\Model\BeschikbareVerslagen") |
||
162 | * @JMS\XmlElement(cdata=false, namespace="http://www.rechtspraak.nl/namespaces/inspubber01") |
||
0 ignored issues
–
show
|
|||
163 | * |
||
164 | * @var BeschikbareVerslagen $beschikbareVerslagen |
||
165 | */ |
||
166 | public $beschikbareVerslagen; |
||
167 | |||
168 | /** |
||
0 ignored issues
–
show
|
|||
169 | * @JMS\SerializedName("eindeVindbaarheid") |
||
170 | * @JMS\Type("DateTime<'Y-m-d'>") |
||
171 | * @JMS\XmlElement(cdata=false, namespace="http://www.rechtspraak.nl/namespaces/inspubber01") |
||
0 ignored issues
–
show
|
|||
172 | * |
||
173 | * @var \DateTime $eindeVindbaarheid |
||
174 | */ |
||
175 | public $eindeVindbaarheid; |
||
176 | |||
177 | } |
||
178 |