| Total Complexity | 0 |
| Total Lines | 37 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 13 | class InspubZittingslocatie |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * @JMS\SerializedName("straat") |
||
| 17 | * @JMS\Type("string") |
||
| 18 | * @JMS\XmlElement(cdata=false, namespace="http://www.rechtspraak.nl/namespaces/inspubber01") |
||
| 19 | * |
||
| 20 | * @var string $straat |
||
| 21 | */ |
||
| 22 | public $straat; |
||
| 23 | |||
| 24 | /** |
||
| 25 | * @JMS\SerializedName("huisnummer") |
||
| 26 | * @JMS\Type("string") |
||
| 27 | * @JMS\XmlElement(cdata=false, namespace="http://www.rechtspraak.nl/namespaces/inspubber01") |
||
| 28 | * |
||
| 29 | * @var string $huisnummer |
||
| 30 | */ |
||
| 31 | public $huisnummer; |
||
| 32 | |||
| 33 | /** |
||
| 34 | * @JMS\SerializedName("huisnummerToevoeging") |
||
| 35 | * @JMS\Type("string") |
||
| 36 | * @JMS\XmlElement(cdata=false, namespace="http://www.rechtspraak.nl/namespaces/inspubber01") |
||
| 37 | * |
||
| 38 | * @var string $huisnummerToevoeging |
||
| 39 | */ |
||
| 40 | public $huisnummerToevoeging; |
||
| 41 | |||
| 42 | /** |
||
| 43 | * @JMS\SerializedName("plaats") |
||
| 44 | * @JMS\Type("string") |
||
| 45 | * @JMS\XmlElement(cdata=false, namespace="http://www.rechtspraak.nl/namespaces/inspubber01") |
||
| 46 | * |
||
| 47 | * @var string $plaats |
||
| 48 | */ |
||
| 49 | public $plaats; |
||
| 50 | } |
||
| 51 |