diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..0eefb7f --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +# .editorconfig +root = true + +[*] +charset = utf-8 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true +indent_style = space +indent_size = 4 diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml new file mode 100644 index 0000000..5131624 --- /dev/null +++ b/.github/workflows/test.yaml @@ -0,0 +1,41 @@ +name: PHPUnit + +on: + push: + branches: + - '**' + tags-ignore: + - '**' + +jobs: + run: + runs-on: ubuntu-latest + strategy: + matrix: + php-versions: + - 8.0 + - 8.1 + - 8.2 + name: PHP ${{ matrix.php-versions }} test + + steps: + + - uses: actions/checkout@v3 + + - name: Setup PHP + uses: shivammathur/setup-php@v2 + with: + php-version: ${{ matrix.php-versions }} + tools: phpunit:9.6 + coverage: none + + - name: Install dependencies + run: composer install --prefer-dist --dev + + - run: composer check + + - run: phpunit + env: + DATABOX_LOGIN: ${{ secrets.DATABOX_LOGIN }} + DATABOX_PASSWORD: ${{ secrets.DATABOX_PASSWORD }} + DATABOX_PRODUCTION: ${{ secrets.DATABOX_PRODUCTION }} diff --git a/.gitignore b/.gitignore index 692e057..5a11878 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ -composer.phar -composer.lock vendor/ .git/ .idea/ -config.ini \ No newline at end of file +config.ini +.phpunit.result.cache +.phpcs-cache +phpunit.xml diff --git a/.php-version b/.php-version new file mode 100644 index 0000000..cc40bca --- /dev/null +++ b/.php-version @@ -0,0 +1 @@ +8.0 diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 40fae55..0000000 --- a/.travis.yml +++ /dev/null @@ -1,14 +0,0 @@ -language: php - -php: - - 5.6 - - 7.0 - - 7.1 - - 7.2 - -before_script: - - composer self-update - - composer install --no-interaction --prefer-source - -script: - - phpunit diff --git a/LICENSE b/LICENSE index 3a00b01..7440666 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2015 Dennis Fridrich +Copyright (c) 2015 - 2023 Dennis Fridrich Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 965b5fe..1b538e8 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # CzechDataBox -[![Build Status](https://travis-ci.org/dfridrich/CzechDataBox.svg)](https://travis-ci.org/dfridrich/CzechDataBox) -[![Latest Stable Version](https://poser.pugx.org/dfridrich/czech-data-box/v/stable)](https://packagist.org/packages/dfridrich/czech-data-box) +[![PHPUnit](https://github.com/dfridrich/CzechDataBox/actions/workflows/test.yaml/badge.svg)](https://github.com/dfridrich/CzechDataBox/actions/workflows/test.yaml) +[![Latest Stable Version](https://poser.pugx.org/dfridrich/czech-data-box/v/stable)](https://packagist.org/packages/dfridrich/czech-data-box) [![Total Downloads](https://poser.pugx.org/dfridrich/czech-data-box/downloads)](https://packagist.org/packages/dfridrich/czech-data-box) [![Monthly Downloads](https://poser.pugx.org/dfridrich/czech-data-box/d/monthly)](https://packagist.org/packages/dfridrich/czech-data-box) [![License](https://poser.pugx.org/dfridrich/czech-data-box/license)](https://packagist.org/packages/dfridrich/czech-data-box) @@ -76,15 +76,15 @@ foreach ($messages as $message) { echo "

Msg# " . $message->getDmID() . "

"; // Defr\CzechDataBox\Api\tIdDm var_dump($message); - + echo "

Signed message

"; // Defr\CzechDataBox\DataBoxMessageFile var_dump($simpleApi->downloadSignedReceivedMessage($message->getDmID())); - + echo "

Delivery info

"; // Defr\CzechDataBox\DataBoxMessageFile var_dump($simpleApi->downloadDeliveryInfo($message->getDmID())); - + echo "

Attachments

"; // Defr\CzechDataBox\DataBoxMessageAttachment[] var_dump($simpleApi->getReceivedDataMessageAttachments($message->getDmID())); @@ -139,10 +139,8 @@ Jakmile přístupové údaje budete mít, vytvořte config.ini (z config.ini.dis ## Odkazy -- Žádost o testovací datovou schránku - https://www.datoveschranky.info/documents/1744842/1746073/zadost_zrizeni_testovaci_ds.zfo/4b75d5bf-0272-4305-9cef-8ec8f019e9d3 - Testovací prostředí datových schránek - https://www.czebox.cz/ - Ostré prostředí datových schránek - https://www.mojedatovaschranka.cz/ -- 602 XML Filler (pro formát ZFO) - http://www.602.cz/602xml_filler/download ## Contributing diff --git a/Resources/dbTypes.xsd b/Resources/dbTypes.xsd index b73e48e..94678c2 100644 --- a/Resources/dbTypes.xsd +++ b/Resources/dbTypes.xsd @@ -1,7 +1,10 @@ - + + - - - ID datové schránky - - - - - - - - - - - - - - - - - - - typ DS - výčet FO,PO,FPO a OVM. Některé mají podtypy, např. FPO_INSSPR aj. - - - - - - - - - - - - - - - - - - - - - - - - - typ uživatele DZ - výčet - - - - - - - - - - - - - ID uživatele - - - - - - - - - - - - - - - - nepovinné referenční číslo žádosti - - - - - - - návratový typ WS - - - - - - - skupina elementů pro datum a místo narození - - - - - - - - - - - skupina elementů pro jméno - - - - - - - - - - - skupina elementů pro adresu - - - - - - - - - - - - - typ pro veškeré informace o DS, pro některé typy budou některé elementy nevyplněné - - - - - - - - - - - - - - - externí identifkátor schránky pro poskytovatele dat OVM a PO, možná PFO - - - - - - - - - - kód externího registru PFO - - - - - - - - - - Stav DS (pouze stav=1 znamená aktivní schránka) - - - - - příznak, že DS vystupuje jako OVM §5a - - - - - příznak, že ne-OVM DS má aktivováno otevřené adresování §18a - - - - - - - - - - - - typ pro veškeré informace o uživateli schránky a - - - - - - - - - - - IČ firmy vystupující jako statutár jiné PO (data z OR) - - - - - - - - - - jméno firmy vystupující jako statutár jiné PO (data z OR) - - - - - - - - - - Kontaktní adresa - ulice a čísla v jednom řetězci - - - - - Kontaktní adresa - město - - - - - Kontaktní adresa - PSČ nebo ZIP - - - - - Kontaktní adresa - stát zkratkou, není-li uveden, pak CZ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Příznak pro použití Virtuální obálky - pouze pro CzP - - - + - V případě použití virtuální obálky se zde zapíše email, na nějž má přijít odkaz na Aktivační portál + ID datové schránky - - - - - - - - + + + + + - ID nové DS + ID uživatele - - + + + + + + - pouze pro CzechPOINT + IsdsID uživatele - přežije vydání nových přístupových údajů - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - pouze pro CzechPOINT + vstupní parametry u služeb pro správu schránek - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + - true, pokud se přístupové údaje (pouze pro interní uživatele) nemají posílat ale má se použít virtuální obálka + vstupní parametry u služeb pro správu uživatelů schránek - - + + + + + + - V případě použití virtuální obálky se zde zapíše email, na nějž má přijít odkaz na Aktivační portál + vstupní parametry u služeb pro správu schránek s atributy pro CzP - - - - - - - - + + + + + + + + + + + + + + - ID nové DS + vstupní parametry u služeb pro správu uživatelů schránek s atributy pro CzP - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - true, pokud je zaplacen správní poplatek + typ DS podle zákona - výčet FO, PO, FPO a OVM. Některé mají podtypy, např. PFO_ADVOK aj. - - + + + + + + + + + + + + + + + + + + + + + + + - true, pokud se přístupové údaje nemají posílat ale má se použít virtuální obálku + IČO subjektu, kontrola formátu se provádí aplikačně, kvůli cizím subjektům - - + + + - V případě použití virtuální obálky se zde zapíše email, na nějž má přijít odkaz na Aktivační portál + typ uživatele DZ - výčet - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + nepovinné referenční číslo žádosti + + + + + - příznak, že žádost byla schválena mimo ISDS + návratový typ WS - - + + + + - číslo jedn. externího schválení, bude uloženo v ISDS + skupina elementů pro datum a místo narození - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + - informace o uživateli + skupina elementů pro jméno - - - - - - - - - + + + + + + + + - datum a čas exiprace hesla + skupina elementů pro jméno (2018) - - - - - - - - + + + + Všechna křestní jména v jednom elementu + + + + + Příjmení + + + + + - původní heslo + skupina elementů pro adresu - - + + + + + + + + + + - nové heslo + skupina elementů pro adresu (kod adresního místa a část obce, nefinální podoba) - - - - - - - - + + + + + + + + + + + + - typ souboru s daty + skupina elementů pro adresu verze 3 (2018) - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + kód adresního místa z RUIAN + + + + + + + + + + + + + + + + příznak, že žádost byla schválena mimo ISDS + + + + + číslo jedn. externího schválení, bude uloženo v ISDS + + + + + + + + identifikace úředníka CzP + + + + + název subjektu CzP + + + + + název pracoviště CzP + + + + - Typ PDZ: K - smluvní PDZ, O - odpovědní PDZ, G - globálně dotovaná, Z - omezeně dotovaná, D - externě dotovaná, E - EPZ + typ pro veškeré informace o uživateli schránky a - - + + + + + + + + + + IČ firmy vystupující jako statutár jiné PO (data z OR) + + + + + + + + + + jméno firmy vystupující jako statutár jiné PO + + + + + Kontaktní adresa - ulice a čísla v jednom řetězci + + + + + Kontaktní adresa - město + + + + + Kontaktní adresa - PSČ nebo ZIP + + + + + Kontaktní adresa - stát zkratkou, není-li uveden, pak CZ + + + + + - Komu je možn o poslat PDZ, nil = všichni adresáti + typ pro veškeré informace o uživateli schránky verze 1 - - + + + + + + + + + + IČ firmy vystupující jako statutár jiné PO + + + + + + + + + + jméno firmy vystupující jako statutár jiné PO + + + + + Kontaktní adresa - ulice a čísla v jednom řetězci + + + + + Kontaktní adresa - město + + + + + Kontaktní adresa - PSČ nebo ZIP + + + + + Kontaktní adresa - stát zkratkou, není-li uveden, pak CZ + + + + + - Kdo platí za PDZ + typ pro veškeré informace o uživateli schránky verze 3 (2018) - - + + + + příznak, je-li uživatel ztotožněn s ROB (má-li AIFO) + + + + + + + + IsdsID je bezvýznamový identifikátor, unikátnéí pro každého uživatele. Nezmění se vydáním nových přístupových údajů. + + + + + Typ (role) schránkového uživatele + + + + + přidělená schránková oprávnění - součet jednotlivých bitů + + + + + IČ společnosti, která vystupuje jako statutární zástupce a v níž je tento uživatel fyzickým statutárním zástupcem + + + + + + + + + + jméno společnosti, která vystupuje jako statutární zástupce a v níž je tento uživatel fyzickým statutárním zástupcem + + + + + Kontaktní adresa - ulice a čísla v jednom řetězci + + + + + Kontaktní adresa - město + + + + + Kontaktní adresa - PSČ nebo ZIP + + + + + Kontaktní adresa - stát zkratkou, není-li uveden, pak CZ + + + + + - Kdy vyprší platnost, nil = neomezené + typ pro veškeré informace o DS, pro některé typy budou některé elementy nevyplněné - - + + + + + + + + + + + + + + pro schránky OVM je zde Identifikátor OVM z Rejstříku OVM (ISZR), pro jiné typy schránek různé interní údaje, které nemají pro běžného uživatele význam. + + + + + + + + + + kód externího registru PFO + + + + + + + + + + Stav DS (pouze stav=1 znamená aktivní schránka) + + + + + příznak dle §5a, zrušeno od července 2017 + + + + + příznak, že ne-OVM DS má aktivováno otevřené adresování §18a + + + + + - Počet zpráv daného typu, nil = neomezené + typ pro veškeré informace o DS, pro některé typy budou některé elementy nevyplněné - - + + + + + + + + + + + + + + + + Stav DS (pouze stav=1 znamená aktivní schránka) + + + + + + příznak, že ne-OVM DS má aktivováno otevřené adresování §18a + + + + + - Pouze u ODZ - identifikátor zadaný iniciátorem ODZ + typ pro veškeré informace o DS, pro některé typy budou některé elementy nevyplněné - - - - - - - - - - - - - - - + + + + + Pro FO, PFO a profesní schránky je zde příznak ztotožnění s ROB, jinak nil + + + + + + + + + + + národnost; stát registrace u PO + + + + + Identifikátor OVM z Rejstříku OVM + + + + + Stav DS (pouze stav=1 znamená aktivní schránka) + + + + + příznak, že ne-OVM DS má aktivováno otevřené adresování §18a + + + + + ID nadřízené OVM schránky + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + PDZ=1 - zapne se příjem PDZ + + + + + + + + + + + + + + + + + + + Příznak pro použití Virtuální obálky - pouze pro CzP + + + + + V případě použití virtuální obálky se zde zapíše email, na nějž má přijít odkaz na Aktivační portál + + + + + + + + + + + ID nové DS + + + + + pouze pro Czech POINT + + + + + pouze pro Czech POINT + + + + + + + + + + + + + + + + identifikace formuláře CzP + + + + + číslo dokladu na CzP + + + + + typ dokladu na CzP + + + + + PDZ=1 - zapne se příjem PDZ + + + + + + + + + + + + + + + Nepovinné rodné příjmení, stále je uvedeno v ZEU jako povinný vstupní údaj pro zřízení DS typu FO a PFO + + + + + U schránek s jediným primárním uživatelem se zde uvede mailová adresa pro notifikace (z CzP) + + + + + + Příznak pro použití Virtuální obálky - pouze pro CzP + + + + + V případě použití virtuální obálky se zde zapíše email, na nějž má přijít odkaz na Aktivační portál + + + + + + + + + + + ID nové DS + + + + + pouze pro Czech POINT + + + + + pouze pro Czech POINT + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true, pokud se přístupové údaje (pouze pro interní uživatele) nemají posílat, ale má se použít virtuální obálka + + + + + V případě použití virtuální obálky se zde zapíše email, na nějž má přijít odkaz na Aktivační portál + + + + + + + + + + + ID nové DS + + + + + + + + + + + + + + + + + + + + + + true, pokud se přístupové údaje (pouze pro interní uživatele) nemají posílat, ale má se použít virtuální obálka + + + + + V případě použití virtuální obálky se zde zapíše email, na nějž má přijít odkaz na Aktivační portál + + + + + + + + + + + ID nové DS + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true, pokud je zaplacen správní poplatek + + + + + true, pokud se přístupové údaje nemají posílat, ale má se použít virtuální obálku + + + + + V případě použití virtuální obálky se zde zapíše email, na nějž má přijít odkaz na Aktivační portál + + + + + + + + + + + + + + + + + + + + true, pokud je zaplacen správní poplatek + + + + + true, pokud se přístupové údaje nemají posílat, ale má se použít virtuální obálku + + + + + V případě použití virtuální obálky se zde zapíše email, na nějž má přijít odkaz na Aktivační portál + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + informace o uživateli + + + + + + + + + + + + + + + + + + + + informace o uživateli + + + + + + + + + + + + datum a čas exiprace hesla + + + + + + + + + + + původní heslo + + + + + nové heslo + + + + + + + + + + + typ souboru s daty + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Typ PDZ: K - smluvní PDZ, O - odpovědní PDZ, G - globálně dotovaná, E - PDZ z kreditu + + + + + Komu je možno poslat PDZ, nil = všichni adresáti + + + + + Kdo platí za PDZ + + + + + Kdy vyprší platnost, nil = neomezené + + + + + Počet zpráv daného typu, nil = neomezené + + + + + Pouze u ODZ - identifikátor zadaný iniciátorem ODZ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + pro eventType=1 a 2 + + + + + pro eventType=3 + + + + + + + pro eventType=4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Resources/db_access.wsdl b/Resources/db_access.wsdl index 68d208d..09323ad 100644 --- a/Resources/db_access.wsdl +++ b/Resources/db_access.wsdl @@ -1,11 +1,11 @@ - + - - + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - + + - - + + - - + + - - + + - - + + - + diff --git a/Resources/db_manipulations.wsdl b/Resources/db_manipulations.wsdl index 2ee37c4..34cb818 100644 --- a/Resources/db_manipulations.wsdl +++ b/Resources/db_manipulations.wsdl @@ -2,7 +2,7 @@ + - - + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + + + + + + + + @@ -149,51 +162,56 @@ Seznam služeb: - + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + + + + + + @@ -241,87 +259,97 @@ Seznam služeb: - - - - - - - - + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - - + + + + + + + + + - - - - - - - - + + + + + + + + + + + + + + + + + + - + diff --git a/Resources/dmBaseTypes.xsd b/Resources/dmBaseTypes.xsd index cd08f22..4bfc7b5 100644 --- a/Resources/dmBaseTypes.xsd +++ b/Resources/dmBaseTypes.xsd @@ -1,991 +1,1476 @@ - + + - - - - ID datové zprávy - - - - - - - - ID datové schránky - - - - - - - - - - obálka pro písemnost libovolného podporovaného formátu - - - - - obálka pro libovolný XML obsah - - - - - - - - - - - - - - Jedna písemnost DZ (=soubor nebo XML ) - - - - - + + + + ID datové zprávy + + + + + + + + ID datové schránky + + + + + + + + + + obálka pro písemnost libovolného podporovaného formátu + + + + + obálka pro libovolný XML obsah + + + + + + + + + + + + + + Jedna písemnost DZ (=soubor nebo XML ) + + + + + + + typ písemnosti v MIME zápisu, např. application/pdf nebo image/tiff + + + + + typ přílohy, první by měla být "main" + + + + + + + + + + + + + nepovinný interní identifikátor tohoto dokumentu - pro vytváření stromu závislostí dokumentů + + + + + nepovinný interní identifikátor nadřízeného dokumentu (např. pro vztah soubor - podpis aj.) + + + + + Název souboru + + + + + nepovinný údaj, nepoužívá se v současné verzi + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Algoritmus hashovací funkce, např. SHA-1 + + + + + + + + + + + + + + + + + + + + + + + + Obálka zprávy bez ID DZ + + + + + Organizační jednotka odesílatele slovně; nepovinné, mohou doplňovat ESS + + + + + Organizační jednotka odesílatele hodnotou z číselníku; ESS, nepovinné + + + - typ písemnosti v MIME zápisu, např. application/pdf nebo image/tiff + Textová poznámka (Věc, Předmět, Anotace) - - + + + + + + + - typ přílohy, první by měla být "main" + Číslo jednací za strany příjemce; nepovinné, - - - - - - + + + - - + + - nepovinný interní identifikátor tohoto dokumentu - pro vytváření stromu závislostí dokumentů + Číslo jednací za strany odesílatele; nepovinné - - + + + + + + + - nepovinný interní identifikátor nadřízeného dokumentu (např. pro vztah soubor - podpis aj.) + Spisová značka ze strany příjemce; nepovinné - - + + + + + + + - Název souboru + Spisová značka a strany odesílatele; nepovinné - - + + + + + + + - nepovinný údaj, nepoužívá se v současné verzi + Zmocnění - číslo zákona; ESS - - - - - - - - - - + + + + Zmocnění - rok vydání zákona; ESS + + + + + Zmocnění - paragraf v zákoně; ESS + + + + + Zmocnění - odstavec v paragrafu; ESS + + + + + Zmocnění - písmeno v odstavci; ESS + + + + + Příznak Do vlastních rukou - může číst pouze adresát nebo osoba s explicitně daným oprávněním + + + + + Náhradní doručení povoleno/nepovoleno - pouze pro některé subjekty (např. soudy) + + + + + + + + + ID datové schránky příjemce + + + + + Organizační jednotka příjemce slovně, nepovinné, možné upřesnění příjemce při podání z portálu + + + + + Organizační jednotka příjemce hodnotou z číselníku; ESS, nepovinné + + + + + K rukám - pomocný údaj + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Obálka zprávy bez ID DZ + + + + + Organizační jednotka odesílatele slovně; nepovinné, mohou doplňovat ESS + + + + + Organizační jednotka odesílatele hodnotou z číselníku; ESS, nepovinné + + + + + ID datové schránky příjemce + + + + + Organizační jednotka příjemce slovně, nepovinné, možné upřesnění příjemce při podání z portálu + + + + + Organizační jednotka příjemce hodnotou z číselníku; ESS, nepovinné + + + + + K rukám - pomocný údaj + + + + + Textová poznámka (Věc, Předmět, Anotace) + + + + + + + + + + Číslo jednací za strany příjemce; nepovinné, + + + + + + + + + + Číslo jednací za strany odesílatele; nepovinné + + + + + + + + + + Spisová značka ze strany příjemce; nepovinné + + + + + + + + + + Spisová značka a strany odesílatele; nepovinné + + + + + + + + + + Zmocnění - číslo zákona; ESS + + + + + Zmocnění - rok vydání zákona; ESS + + + + + Zmocnění - paragraf v zákoně; ESS + + + + + Zmocnění - odstavec v paragrafu; ESS + + + + + Zmocnění - písmeno v odstavci; ESS + + + + + Příznak Do vlastních rukou - může číst pouze adresát nebo osoba s explicitně daným oprávněním + + + + + Náhradní doručení povoleno/nepovoleno - pouze pro některé subjekty (např. soudy) + + + + + - kód chyby nebo stavu (0000 - bez chyby, 0001 - odložení zprac.) + Kompletní obálka zprávy včetně ID DZ a ostatnich elementu, které se nezadávají při vytvoření DZ - - + + + + ID datové zprávy + + + + + ID datové schránky odesílatele + + + + + Odesílatel slovně; doplňuje ISDS + + + + + + + + + + Poštovní adresa odesílatele - požadavek ESS; doplňuje ISDS + + + + + + + + + + hrubý typ schránky odesílatele (10=OVM,20=PO,30=PFO,40=FO) + + + + + Příjemce slovně; doplňuje ISDS + + + + + + + + + + Poštovní adresa příjemce - požadavek ESS; doplňuje ISDS + + + + + + + + + + Příznak, že adresát je ne-OVM povýšené na OVM (§5a) + + + + + + - popis chyby česky + typ pro staženou DZ - - - - - - - - - - Algoritmus hashovací funkce, např. SHA-1 - + + + + Datová zpráva + + + + + + + Pole písemností DZ + + + + + + + + Hash kompletní DZ (z elementu dmDm) + + + + + Kvalifikované časové razítko + + + + + čas dodání do DS + + + + + čas doručení + + + + + Stav DZ (dodaná, doručená atd.); celé číslo 1-9 + + + + + velikost přílohy v kilobajtech (zaokrouhleno) + + + + + + + + typ pro staženou obálku DZ (bez písemností, hash neplatí) + + + + + + + + + + Hash kompletní DZ vč. písemností, hash nejde spočítat z obálky! + + + + + + + + Stav DZ - celé číslo 1-9 + + + + + velikost přílohy v kilobajtech (zaokrouhleno) + + + + + + + + + + typ pro WS CreateMessage na vstupu + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + typ pro Dodejku, Doručenku a Nedoručenku + + + + + + + + + + + + + + Stav DZ + + + + + pole událostí dané DZ (obvykle jen dodání a doručení) + + + + + + + + + + + + + + + + + + + + + + + + + Pořadové číslo v seznamu + + + + + + + + + + + Stav DZ, celé číslo 1 - 9 + + + + + velikost přílohy v kilobajtech (zaokrouhleno) + + + + + Čas dodání + + + + + Čas doručení + + + + + + + - - - - - - - - - - - - - - - - - - - - - - Obálka zprávy bez ID DZ - - - - - Organizační jednotka odesílatele slovně; nepovinné, mohou doplňovat ESS - - - - - Organizační jednotka odesílatele hodnotou z číselníku; ESS, nepovinné - - - - - Textová poznámka (Věc, Předmět, Anotace) - - - - - - - - - - Číslo jednací za strany příjemce; nepovinné, - - - - - - - - - - Číslo jednací za strany odesílatele; nepovinné - - - - - - - - - - Spisová značka ze strany příjemce; nepovinné - - - - - - - - - - Spisová značka a strany odesílatele; nepovinné - - - - - - - - - - Zmocnění - číslo zákona; ESS - - - - - Zmocnění - rok vydání zákona; ESS - - - - - Zmocnění - paragraf v zákoně; ESS - - - - - Zmocnění - odstavec v paragrafu; ESS - - - - - Zmocnění - písmeno v odstavci; ESS - - - - - Příznak Do vlastních rukou - může číst pouze adresát nebo osoba s explicitně daným oprávněním - - - - - Náhradní doručení povoleno/nepovoleno - pouze pro některé subjekty (např. soudy) - - - - - - - - - ID datové schránky příjemce - - - - - Organizační jednotka příjemce slovně, nepovinné, možné upřesnění příjemce při podání z portálu - - - - - Organizační jednotka příjemce hodnotou z číselníku; ESS, nepovinné - - - - - K rukám - pomocný údaj - - - - - - - - - - - - - - - - - - - - + + + + + typ pro vrácený seznam DZ + + + + + + + + + + čas dodání od + + + + + čas dodání do + + + + + org. jednotka odesílatele - číselník ESS + + + + + filtr na stav zprávy + + + + + od kolikátého záznamu + + + + + kolik záznamů + + + + + + + + + pole výsledků + + + + + + + + + + čas dodání od + + + + + čas dodání do + + + + + org. jednotka příjemce - z číselníku ESS + + + + + filtr na stav zprávy + + + + + od kolikátého záznamu (od 1) + + + + + kolik záznamů + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + typ DZ: na vstupu CreateMessage: +K = komerční DZ, O = vynucení odpovědní DZ, I = iniciační pro ODZ, V = veřejná DZ; nepoužitý atribut = veřejná DZ +Na výstupu: +K - smluvní PDZ, O - odpovědní PDZ, G - globálně dotovaná, Z - omezeně dotovaná, D - externě dotovaná, E - EPZ, I - iniciační k ODZ, Y - iniciační k ODZ zkonzumovaná, X - iniciační k ODZ expirovaná, A - iniciační k ODZ dotovaná, B - dotovaná iniciační k ODZ zkonzumovaná, C - dotovaná iniciační k ODZ expirovaná, neuvedeno = veřejná DZ + + + + + + + + + + Podepsaná datová zpráva b base64 kódování + + + + + + + + + + Výsledek ověření zprávy + + + + + + + + + + + čas dodání od + + + + + čas dodání do + + + + + + + + + + + + + + + typ pro vrácený seznam DZ + + + + + + + + + + pole výsledků + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - Obálka zprávy bez ID DZ - - - - - Organizační jednotka odesílatele slovně; nepovinné, mohou doplňovat ESS - - - - - Organizační jednotka odesílatele hodnotou z číselníku; ESS, nepovinné - - - - - ID datové schránky příjemce - - - - - Organizační jednotka příjemce slovně, nepovinné, možné upřesnění příjemce při podání z portálu - - - - - Organizační jednotka příjemce hodnotou z číselníku; ESS, nepovinné - - - - - K rukám - pomocný údaj - - - - - Textová poznámka (Věc, Předmět, Anotace) - - - - - - - - - - Číslo jednací za strany příjemce; nepovinné, - - - - - - - - - - Číslo jednací za strany odesílatele; nepovinné - - - - - - - - - - Spisová značka ze strany příjemce; nepovinné - - - - - - - - - - Spisová značka a strany odesílatele; nepovinné - - - - - - - - - - Zmocnění - číslo zákona; ESS - - - - - Zmocnění - rok vydání zákona; ESS - - - - - Zmocnění - paragraf v zákoně; ESS - - - - - Zmocnění - odstavec v paragrafu; ESS - - - - - Zmocnění - písmeno v odstavci; ESS - - - - - Příznak Do vlastních rukou - může číst pouze adresát nebo osoba s explicitně daným oprávněním - - - - - Náhradní doručení povoleno/nepovoleno - pouze pro některé subjekty (např. soudy) - - - - - - - Kompletní obálka zprávy včetně ID DZ a ostatnich elementu, které se nezadávají při vytvoření DZ - - - - - ID datové zprávy - - - - - ID datové schránky odesílatele - - - - - Odesílatel slovně; doplňuje ISDS - - - - - - - - - - Poštovní adresa odesílatele - požadavek ESS; doplňuje ISDS - - - - - - - - - - hrubý typ schránky odesílatele (10=OVM,20=PO,30=PFO,40=FO) - - - - - Příjemce slovně; doplňuje ISDS - - - - - - - - - - Poštovní adresa příjemce - požadavek ESS; doplňuje ISDS - - - - - - - - - - Příznak, že adresát je ne-OVM povýšené na OVM (§5a) - - - - - - - - typ pro staženou DZ - - - - - Datová zpráva - + + - - - - - Pole písemností DZ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Organizační jednotka odesílatele slovně; nepovinné, mohou doplňovat ESS + - + + + Organizační jednotka odesílatele hodnotou z číselníku; ESS, nepovinné + + + + + ID datové schránky příjemce + + + + + Organizační jednotka příjemce slovně, nepovinné, možné upřesnění příjemce při podání z portálu + + + + + Organizační jednotka příjemce hodnotou z číselníku; ESS, nepovinné + + + + + K rukám - pomocný údaj + + + + + Textová poznámka (Věc, Předmět, Anotace) + + + + + + + + + + Číslo jednací za strany příjemce; nepovinné, + + + + + + + + + + Číslo jednací za strany odesílatele; nepovinné + + + + + + + + + + Spisová značka ze strany příjemce; nepovinné + + + + + + + + + + Spisová značka a strany odesílatele; nepovinné + + + + + + + + + + Zmocnění - číslo zákona; ESS + + + + + Zmocnění - rok vydání zákona; ESS + + + + + Zmocnění - paragraf v zákoně; ESS + + + + + Zmocnění - odstavec v paragrafu; ESS + + + + + Zmocnění - písmeno v odstavci; ESS + + + + + Příznak Do vlastních rukou - může číst pouze adresát nebo osoba s explicitně daným oprávněním + + + + + Náhradní doručení povoleno/nepovoleno - pouze pro některé subjekty (např. soudy) + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - Hash kompletní DZ (z elementu dmDm) - - - - - Kvalifikované časové razítko - - - - - čas dodání do DS - - - - - čas doručení - - - - - Stav DZ (dodaná, doručená atd.); celé číslo 1-9 - - - - - velikost přílohy v kilobajtech (zaokrouhleno) - - - - - - - - typ pro staženou obálku DZ (bez písemností, hash neplatí) - - - + + - + + + + - - - - Hash kompletní DZ vč. písemností, hash nejde spočítat z obálky! - - - - - - - - Stav DZ - celé číslo 1-9 - - - - - velikost přílohy v kilobajtech (zaokrouhleno) - - - - - - - - typ pro WS CreateMessage na vstupu - - - - - - - - - - - + + - - - + + + - - - - - - - - - - - - - - - - - - - - - - - typ pro Dodejku, Doručenku a Nedoručenku - - - + + - + + + + - - - - - - - - Stav DZ - - - - - pole událostí dané DZ (obvykle jen dodání a doručení) - - - - - - - - - - - - - - - - - - - - - - - - - Pořadové číslo v seznamu - - - - - - - - - - - Stav DZ, celé číslo 1 - 9 - - - - - velikost přílohy v kilobajtech (zaokrouhleno) - - - - - Čas dodání - - - - - Čas doručení - - - - - - - - - - - - typ pro vrácený seznam DZ - - - - - - - - - - čas dodání od - - - - - čas dodání do - - - - - org. jednotka odesílatele - číselník ESS - - - - - filtr na stav zprávy - - - - - od kolikátého záznamu - - - - - kolik záznamů - - - - - - - - - pole výsledků - - - - - - - - - - čas dodání od - - - - - čas dodání do - - - - - org. jednotka příjemce - z číselníku ESS - - - - - filtr na stav zprávy - - - - - od kolikátého záznamu (od 1) - - - - - kolik záznamů - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - typ DZ: na vstupu CreateMessage: - K = komerční DZ, O = vynucení odpovědní DZ, I = iniciační pro ODZ, V = veřejná DZ; nepoužitý atribut = veřejná DZ - Na výstupu: - K - smluvní PDZ, O - odpovědní PDZ, G - globálně dotovaná, Z - omezeně dotovaná, D - externě dotovaná, E - EPZ, I - iniciační k ODZ, Y - iniciační k ODZ zkonzumovaná, X - iniciační k ODZ expirovaná, A - iniciační k ODZ dotovaná, B - dotovaná iniciační k ODZ zkonzumovaná, C - dotovaná iniciační k ODZ expirovaná, neuvedeno = veřejná DZ - - - - - - - - - - - - - - - - - Podepsaná datová zpráva b base64 kódování - - - - - - - - - - Výsledek ověření zprávy - - - - - - - - - - - čas dodání od - - - - - čas dodání do - - - - - - - - - - - - - - - typ pro vrácený seznam DZ - - - - - - - - - - pole výsledků - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Datová zpráva + + + + + + + Pole písemností DZ + + + + + + + + Hash kompletní DZ (z elementu dmDm) + + + + + Kvalifikované časové razítko + + + + + čas dodání do DS + + + + + čas doručení + + + + + Stav DZ (dodaná, doručená atd.); celé číslo 1-9 + + + + + velikost přílohy v kilobajtech (zaokrouhleno) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Resources/dm_VoDZ.wsdl b/Resources/dm_VoDZ.wsdl new file mode 100644 index 0000000..639e54d --- /dev/null +++ b/Resources/dm_VoDZ.wsdl @@ -0,0 +1,211 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/dm_info.wsdl b/Resources/dm_info.wsdl index 2f4251d..8973f31 100644 --- a/Resources/dm_info.wsdl +++ b/Resources/dm_info.wsdl @@ -1,9 +1,9 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/dm_operations.wsdl b/Resources/dm_operations.wsdl index a8ab618..11dffee 100644 --- a/Resources/dm_operations.wsdl +++ b/Resources/dm_operations.wsdl @@ -1,101 +1,106 @@ - - + + - + - + - + - + - + - + - + - - + + - + - - + + - + - + - + - + - + - + @@ -143,7 +148,7 @@ - + diff --git a/Resources/isds_wsdl_v303.txt b/Resources/isds_wsdl_v303.txt new file mode 100644 index 0000000..3d91247 --- /dev/null +++ b/Resources/isds_wsdl_v303.txt @@ -0,0 +1,347 @@ +WSDL a XSD definice verejneho rozhrani webovych sluzeb ISDS + +verze: 2.7 +datum nasazeni: 21.1.2010 +============================================================ + +Novinky a zmeny: +---------------- +1. nova skupina WS v db_access.wsdl, typy v dbTypes.xsd +2. zrusen db_supplementary.wsdl +3. do db_manipulations.wsdl presunuta WS GetDataBoxUsers ze zruseneho db_supplementary.wsdl + +verze: 2.8 +datum nasazeni: 25.3.2010 +============================================================ + +Novinky a zmeny: +---------------- +1. ve schematu pro spravu schranek dbTypes.xsd (pro Poskytovatele dat) pribyl ve struktue dbUserInfo nepovinny element caState. Obsahuje zkratku statu v kontaktni adrese, pokud neni uveden, stat je CZ. +Tyka se to WS CreateDataBox, AddDataBoxUser, UpdateDataBoxUser, DeleteDataBoxUser, NewAccessData, GetUserInfoFromLogin, GetDataBoxUsers. + + +verze: 2.9 +datum nasazeni: 22.5.2010 +============================================================ + +Novinky a zmeny: +---------------- +1. dbTypes.xsd: u CreateDataBox pribyl nepovinny atribut na vstupu a nepovinny atribut na vystupu (priprava pro virtualni obalky) +2. dm_operations.wsdl: nov WS AuthenticateMessage +3. dmBaseType.xsd: nepovinny atribut dmType u CreateMessage (priprava na budouci rozsireni) +4. dmBaseType.xsd: formalni zmeny v umistni nepovinnych atributu dmType u obalky a seznamu beze zmeny v XML (kompatibilni) + + +verze: 2.10 +datum nasazeni na TEST: 17.10.2010 +datum nasazeni na PRODUKCI: 27.11.2010 +============================================================ + +Novinky a zmeny: +---------------- +1. Zmena URL v service location v dusledku povinneho prechodu na Basic autentizaci z https://www.mojedatovaschranka.cz/DS na https://ws1.mojedatovaschranka.cz/DS +V pripade testovaciho prostredi z https://www.czebox.cz/DS na https://ws1.czebox.cz/DS +2. dbTypes.xsd: u WS NewAccessData pribyl nepovinny element email pro zaznamenani emailu pro Aktivacni portal a na vystupu nepovinny element dbUserID s novym ID uzivatele - pouze pro Czech POINT a pouit Virtuln oblky +3. dbTypes.xsd: u WS AddDataBoxUser pribyly na vstupu nepovinne elementy dbVirtual a email, na vystupu nepovinne elementy dbUserId a dbAccessDataId - pouze pro pidvn Internch uivatel z Portlu MV. +4. dbTypes.xsd: u WS CreateDataBox pribyly na vstupu nepovinne elementy dbVirtual a email, na vystupu nepovinne elementy dbUserId a dbAccessDataId - pouze pro Czech POINT a pouit Virtuln oblky (v budouc verzi) +5. dmBaseTypes.xsd: pridan typu pro WS GetMessageStateChanges (dm_info.wsdl) +6. dbTypes.xsd: pridan typu pro GetDataBoxList (db_search.wsdl) + +verze: 2.11 +datum nasazeni na TEST: 18.12.2010 +datum nasazeni na PRODUKCI: 5.2.2011 +============================================================ + +Novinky a zmeny: +---------------- +1. dmBaseType.xsd: nova WS GetMessageAuthor +2. dmBaseType.xsd: pridani nepovinnho elementu dmPublishOwnID do CreateMessage a CreateMultipleMessage +3. dbTypes.xsd: u WS GetDataBoxUsers povolen nulovy pocet uzivatelu schranky + +verze: 2.12 +datum nasazeni na TEST: 16.4.2011 +datum nasazeni na PRODUKCI: 15.5.2011 +============================================================ +Novinky a zmeny: +---------------- +1. dbTypes.xsd: pidna definice pro neveejnou WS DeleteDataBoxPromptly +2. dbTypes.xsd: nov konstanta typu uivatele LIQUIDATOR a OFFICIAL_CERT (vude, kde se vrac typ uivatele, je nutno u schrnek typu PO potat s novm typem Likvidtor) + + +verze: 2.13 +datum nasazeni na TEST: 30.7.2011 +datum nasazeni na PRODUKCI: 19.9.2011 +============================================================ +Novinky a zmeny: +---------------- +1. pidno wsdl a xsd pro statistickou WS NumOfMessages + +verze: 2.14 +datum nasazeni na TEST: 17.9.2011 +datum nasazeni na PRODUKCI: 16.10.2011 +============================================================ +Novinky a zmeny: +---------------- +1. pidno wsdl a xsd pro WS tkajc se OTP pihlaovn + + +verze: 2.15 (novela zkona 300/2008) +datum nasazeni na TEST: 16.10.2011 +datum nasazeni na PRODUKCI: 27.11.2011 +============================================================ +Novinky a zmeny: +---------------- +Nasazen zmn v pouvn PDZ: +1. db_search.wsdl - pidna WS PDZInfo +2. dbTypes.xsd - pidna definice pro novou WS PDZInfo +3. dmBaseTypes.xsd - pidn dalch typ zprvy (rzn podtypy PDZ) +3. dmBaseTypes.xsd - Create[Multiple]Message - nepovinn atributy pro oznaen Inician potovn zprvy pro Odpovdn DZ + +verze: 2.16 +datum nasazeni na TEST: 25.6.2012 +datum nasazeni na PRODUKCI: -- +============================================================ +Novinky a zmeny: +---------------- +dm_info.wsdl + dmBaseTypes - pidna WS EraseMessage + +verze: 2.17 +datum nasazeni na TEST: 20.7.2012 +datum nasazeni na PRODUKCI: 21.10.2012 +============================================================ +Novinky a zmeny: +---------------- +dm_operation.wsdl + dmBaseTypes - pidna WS Re-signISDSDocument + + +verze: 2.18 +datum nasazeni na TEST: 20.11.2012 +datum nasazeni na PRODUKCI: 20.4.2013 +============================================================ + Novinky a zmeny: +---------------- +db_search.wsdl + dbTypes.xsd - pidna WS DataBoxCreditInfo + + +verze: 2.18a (25.1.2014) +kompatibiln z 2.18 +============================================================ + Novinky a zmeny: +---------------- +dmBaseTypes.xsd - oprava definice dmXMLContent pro pouit v ess.xsd + + +verze: 2.18b (17.4.2014) +kompatibiln z 2.18 +============================================================ + Novinky a zmeny: +---------------- +dmBaseTypes.xsd - pouze opravy koment u atribut elementu dmFile + + +verze: 2.19 +datum nasazeni na TEST: 4.12.2014 +datum nasazeni na PRODUKCI: 14.12.2014 +============================================================ + Novinky a zmeny: +---------------- +db_search.wsdl + dbTypes.xsd - pidna WS ISDSSearch2 + + +verze: 2.20 +datum nasazeni na TEST: 8.8.2015 +datum nasazeni na PRODUKCI: 8.8.2015 +============================================================ + Novinky a zmeny: +---------------- +dbTypes.xsd - pidna definice WS GetDataBoxActivityStatus +db_search.wsdl - pidna WS GetDataBoxActivityStatus + + +verze: 2.21 +datum nasazeni na TEST: 23.9.2015 +datum nasazeni na PRODUKCI: 11.10.2015 +============================================================ + Novinky a zmeny: +---------------- +dbTypes.xsd - pidna definice WS FindPersonalDataBox +db_search.wsdl - pidna WS FindPersonalDataBox + + +verze: 2.22 +datum nasazeni na TEST: 8.11.2015 +datum nasazeni na PRODUKCI: 8.11.2015 +============================================================ + Novinky a zmeny: +---------------- +dbTypes.xsd - pidna hodnota OVM_MAIN parametru searchScope u sluby ISDSSearch2 + +verze: 2.23 +datum nasazeni na TEST: 7.2.2016 +datum nasazeni na PRODUKCI: 7.2.2016 +============================================================ + Novinky a zmeny: +---------------- +dbTypes.xsd - na vstupu slueb CreateDataBox, UpdateDataBoxDescr, AddDataBoxUser a UpdateDataBoxUser pouita rozen skupina adresnch element gAddressExt + +verze 2.24 +datum nasazeni na TEST: 10.4.2016 +datum nasazeni na PRODUKCI: 10.4.2016 +============================================================ + Novinky a zmeny: +---------------- +dbTypes.xsd - pidna definice WS DTInfo +db_search.wsdl - pidna WS DTInfo + +verze 2.25 +datum nasazeni na TEST: 11.9.2016 +datum nasazeni na PRODUKCI: 11.9.2016 +============================================================ + Novinky a zmeny: +---------------- +dbTypes.xsd - pidna definice WS PDZSendInfo +db_search.wsdl - pidna WS PDZSendInfo + + +verze 2.26 +datum nasazeni na TEST: 5.3.2017 +datum nasazeni na PRODUKCI: 5.3.2017 +============================================================ + Novinky a zmeny: +---------------- +dbTypes.xsd - pidna nov typ schrnky PFO_AUDITOR + - pidny nov typy uivatel GUARDIAN a RECEIVER + - zmna typu u dbOwnerInfo ze simple na complex + + +verze 2.27 +datum nasazeni na TEST: 26.5.2017 +datum nasazeni na PRODUKCI: 10.9.2017 +============================================================ + Novinky a zmeny: +---------------- +dbTypes.xsd - pidny nov typy schrnek OVM_FO, OVM_PFO a PVM_PO +dodaten pidna klasifikace informac, nezmnno slo verze + + +verze 2.28 +datum nasazeni na TEST: 13.5.2018 +datum nasazeni na PRODUKCI: 2.9.2018 - posledn wsdl starho formtu pro uivatele +============================================================ + Novinky a zmeny: +---------------- +dbTypes.xsd - pidny definice pro slubu GetDataBoxUsers2, odstranny sluby Activate, SetEffectiveOVM, ClearEffectiveOVM +db_manipulations.wsdl - pidna sluba GetDataBoxUsers2, odstranny sluby Activate, SetEffectiveOVM, ClearEffectiveOVM +- vydno Info pro vvoje (kvten 2018) + + +verze 2.29 +datum nasazeni na TEST: 2.9.2018 +datum nasazeni na PRODUKCI: 2.9.2018 - pouze pro Czech POINT, neveejn, nen teba publikovat +============================================================ + Novinky a zmeny: +---------------- +dbTypes.xsd - CzP atributy guid, subject a branch pro sluby CzP + + +verze 2.30 +datum nasazeni na TEST: 2.9.2018 , druh den staeno +datum nasazeni na PRODUKCI: nikdy +============================================================ + Novinky a zmeny: +---------------- +- ZSADN ZMNY ve strukturch, star sluby zstvaj funkn, ale nedokumentovan +- jin namespace, nov formt WS pro sprvu schrnek a vyhledvn (UserInfo a OwnerInfo) +- pidno idOVM i do vyhledvn +- z wsdl odstranna GetDataBoxUsers a Activate +- pesuny mezi wsdl + + +verze 2.31 +datum nasazeni na TEST: 6.9.2018 +datum nasazeni na PRODUKCI: 4.11.2018 +============================================================ + Novinky a zmeny: +---------------- +- slouen starch (2.28) a novch (2.30) verz do jedinho wsdl +- jedin namespace /v20 +- dokumentovny ji jen nov verze slueb - pruky od verze 2.64; star sluby jsou popsny v prukch do verze 2.63 (Provozn d k odstvce z 2018) +- vydno Info pro vvoje (z 2018) + +verze 2.32 +datum nasazeni na TEST: 11.2.2021 +datum nasazeni na PRODUKCI: 7.3.2021 +============================================================ + Novinky a zmeny: +---------------- +- pidny typy schrnek PFO_ZNALEC a PFO_TLUMOCNIK pro FindDataBox2 a ISDSSearch3 a CreateDataBox2 +- vydno Info pro vvoje (jaro 2021) + + +verze 2.33 +datum nasazeni na TEST: 5.9.2021 +datum nasazeni na PRODUKCI: 5.9.2021 +============================================================ + Novinky a zmeny: +---------------- +- nov sluby PickUpAsyncResponse a GetListOfErasedMessages +- nov sluby RegisterForNotifications a GetListForNotifications +- odstrann 10 let nepouvan ConfirmDelivery (stle bude volateln) +- vydno Info pro vvoje (podzim 2021) +- popsno v nov verzi dokumentace 2.73 + + +verze 2.34 +datum nasazeni na TEST: 7.1.2022 +datum nasazeni na PRODUKCI: nikdy +============================================================ + Novinky a zmeny: +---------------- +- pouit spolenho XSD souboru (VoDZ sluby) s verz 3.0 +- vydno Info pro vvoje (leden 2022) + + +verze 3.00 (ISDS 2023) - nadmnoina WSDl verze 2.3x +datum nasazeni na TEST: 7.1.2022 +datum nasazeni na PRODUKCI: 1.1.2023 +============================================================ + Novinky a zmeny: +---------------- +- nov dm_VoDZ.wsdl pro SOAP 1.2 - sluby pro VoDZ +- upraven dmBaseTypes.xsd, spolen i pro verzi 2.34 +- vydno Info pro vvoje (leden 2022), nhrada budouc dokumentace + + +verze 3.01 (ISDS 2023) +datum nasazeni na TEST: 5.6.2022 +datum nasazeni na PRODUKCI: 1.7.2023 +============================================================ + Novinky a zmeny: +---------------- +Stejn zmny jako pro stvajc verzi 2.35, pidan do verze 3 pro ISDS 2023. +- osobn daje v datov zprv - CreateMessage (kompatibiln) +- ten osobnch daj ze zprvy - GetMessageAuthor2 +- popis u wsdl verze 2.35 a dokumentace verze 2.75 + +verze 3.02 (ISDS 2023) +datum nasazeni na TEST: 4.9.2022 +datum nasazeni na PRODUKCI: ? +============================================================ + Novinky a zmeny: +---------------- +- nov sluba GetConstants (kvli VoDZ) +- nov enum VoDZ u PDZSendInfo (kvli VoDZ) +- nov typ schrnky PO_REQ (50) +- vydno Info pro vvoje (z 2022), nhrada budouc dokumentace + +verze 3.03 (ISDS 2023) +datum nasazeni na TEST: 6.11.2022 +datum nasazeni na PRODUKCI: ? +============================================================ + Novinky a zmeny: +---------------- +Stejn zmny jako pro stvajc verzi 2.36, pidan do verze 3 pro ISDS 2023. +- osobn daje v datov zprv - CreateMultipleMessage (kompatibiln) +- popis u wsdl verze 2.36 a dokumentace verze 2.76 + + \ No newline at end of file diff --git a/Tests/DataBoxSimpleApiTest.php b/Tests/DataBoxSimpleApiTest.php deleted file mode 100644 index 0ff009f..0000000 --- a/Tests/DataBoxSimpleApiTest.php +++ /dev/null @@ -1,47 +0,0 @@ -loginWithUsernameAndPassword( - getenv('DATABOX_LOGIN'), - getenv('DATABOX_PASSWORD'), - getenv('DATABOX_PRODUCTION') - ); - - return $dataBox; - } - - public function testSimpleApiFindDataBox() - { - $api = $this->__getDataBox()->getSimpleApi(); - $foundDataBox = $api->findDataBoxById('wucb4dd')->getDbOwnerInfo(); - $this->assertEquals("Dennis", $foundDataBox->getPnFirstName()); - $this->assertEquals("Fridrich", $foundDataBox->getPnLastName()); - } - - public function testSimpleApiStats() - { - $api = $this->__getDataBox()->getSimpleApi(); - $this->assertInternalType("int", $api->getStats()); - } - - public function testSimpleApiPasswordChange() - { - $api = $this->__getDataBox()->getSimpleApi(); - $this->assertNull($api->getPasswordExpires()); - } -} diff --git a/Tests/DataBoxTest.php b/Tests/DataBoxTest.php deleted file mode 100644 index 88dff25..0000000 --- a/Tests/DataBoxTest.php +++ /dev/null @@ -1,39 +0,0 @@ -loginWithUsernameAndPassword(getenv('DATABOX_LOGIN'), getenv('DATABOX_PASSWORD'), getenv('DATABOX_PRODUCTION')); - - return $dataBox; - } - - public function testLogin() - { - $info = $this->__getDataBox()->DataBoxAccess()->GetOwnerInfoFromLogin(new \Defr\CzechDataBox\Api\tDummyInput(null)); - $this->assertInstanceOf("Defr\\CzechDataBox\\Api\\tGetOwnInfoOutput", $info); - } - - /** - * @expectedException \Defr\CzechDataBox\DataBoxException - */ - public function testLoginFailure() - { - $dataBox = new DataBox(); - $dataBox->loginWithUsernameAndPassword("fakeLogin", "fakePassword", false); - $dataBox->testConnection(); - } - -} diff --git a/composer.json b/composer.json index 370f268..f3d4b5b 100644 --- a/composer.json +++ b/composer.json @@ -1,32 +1,61 @@ { - "name": "dfridrich/czech-data-box", - "type": "library", - "description": "Knihovna pro komunikaci s datovou schránkou v PHP.", - "keywords": [ - "php", - "library", - "ISDS", - "Datové schránky" - ], - "homepage": "https://github.com/dfridrich/CzechDataBox", - "license": "MIT", - "authors": [ - { - "name": "Dennis Fridrich", - "email": "fridrich.dennis@gmail.com" + "name": "dfridrich/czech-data-box", + "type": "library", + "description": "Knihovna pro komunikaci s datovou schránkou v PHP.", + "keywords": [ + "php", + "library", + "ISDS", + "Datové schránky" + ], + "homepage": "https://github.com/dfridrich/CzechDataBox", + "license": "MIT", + "authors": [ + { + "name": "Dennis Fridrich", + "email": "fridrich.dennis@gmail.com" + } + ], + "require": { + "php": ">=8.0.0", + "ext-soap": "*" + }, + "require-dev": { + "wsdl2phpgenerator/wsdl2phpgenerator": "^3.2", + "phpunit/phpunit": "^9", + "symfony/var-dumper": "^6.0", + "phpstan/phpstan": "^1.10", + "squizlabs/php_codesniffer": "^3.7", + "slevomat/coding-standard": "^8.8", + "wsdltophp/packagegenerator": "^4.1", + "rector/rector": "^0.15.21" + }, + "autoload": { + "psr-4": { + "Defr\\CzechDataBox\\": "src/" + } + }, + "autoload-dev": { + "psr-4": { + "Defr\\CzechDataBox\\": "tests/" + } + }, + "scripts": { + "phpcs": "@php -d memor_limit=2G vendor/bin/phpcs -sp", + "phpcbf": "@php -d memor_limit=2G vendor/bin/phpcbf -sp", + "phpstan": [ + "Composer\\Config::disableProcessTimeout", + "@php -d memory_limit=2G vendor/bin/phpstan analyse -c phpstan.neon" + ], + "check": [ + "@phpcs", + "@phpstan" + ] + + }, + "config": { + "allow-plugins": { + "dealerdirect/phpcodesniffer-composer-installer": true + } } - ], - "require": { - "php": ">=5.6.0", - "ext-soap": "*" - }, - "require-dev": { - "wsdl2phpgenerator/wsdl2phpgenerator": "^3.2", - "phpunit/phpunit": "^5" - }, - "autoload": { - "psr-4": { - "Defr\\CzechDataBox\\": "src/" - } - } } diff --git a/composer.lock b/composer.lock new file mode 100644 index 0000000..6a2956f --- /dev/null +++ b/composer.lock @@ -0,0 +1,4957 @@ +{ + "_readme": [ + "This file locks the dependencies of your project to a known state", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", + "This file is @generated automatically" + ], + "content-hash": "0cf4a853cbed674fef028ceb8b641561", + "packages": [], + "packages-dev": [ + { + "name": "composer/ca-bundle", + "version": "1.3.5", + "source": { + "type": "git", + "url": "https://github.com/composer/ca-bundle.git", + "reference": "74780ccf8c19d6acb8d65c5f39cd72110e132bbd" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/composer/ca-bundle/zipball/74780ccf8c19d6acb8d65c5f39cd72110e132bbd", + "reference": "74780ccf8c19d6acb8d65c5f39cd72110e132bbd", + "shasum": "" + }, + "require": { + "ext-openssl": "*", + "ext-pcre": "*", + "php": "^5.3.2 || ^7.0 || ^8.0" + }, + "require-dev": { + "phpstan/phpstan": "^0.12.55", + "psr/log": "^1.0", + "symfony/phpunit-bridge": "^4.2 || ^5", + "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Composer\\CaBundle\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be", + "homepage": "http://seld.be" + } + ], + "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.", + "keywords": [ + "cabundle", + "cacert", + "certificate", + "ssl", + "tls" + ], + "support": { + "irc": "irc://irc.freenode.org/composer", + "issues": "https://github.com/composer/ca-bundle/issues", + "source": "https://github.com/composer/ca-bundle/tree/1.3.5" + }, + "funding": [ + { + "url": "https://packagist.com", + "type": "custom" + }, + { + "url": "https://github.com/composer", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/composer/composer", + "type": "tidelift" + } + ], + "time": "2023-01-11T08:27:00+00:00" + }, + { + "name": "composer/class-map-generator", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/composer/class-map-generator.git", + "reference": "1e1cb2b791facb2dfe32932a7718cf2571187513" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/composer/class-map-generator/zipball/1e1cb2b791facb2dfe32932a7718cf2571187513", + "reference": "1e1cb2b791facb2dfe32932a7718cf2571187513", + "shasum": "" + }, + "require": { + "composer/pcre": "^2 || ^3", + "php": "^7.2 || ^8.0", + "symfony/finder": "^4.4 || ^5.3 || ^6" + }, + "require-dev": { + "phpstan/phpstan": "^1.6", + "phpstan/phpstan-deprecation-rules": "^1", + "phpstan/phpstan-phpunit": "^1", + "phpstan/phpstan-strict-rules": "^1.1", + "symfony/filesystem": "^5.4 || ^6", + "symfony/phpunit-bridge": "^5" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Composer\\ClassMapGenerator\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be", + "homepage": "https://seld.be" + } + ], + "description": "Utilities to scan PHP code and generate class maps.", + "keywords": [ + "classmap" + ], + "support": { + "issues": "https://github.com/composer/class-map-generator/issues", + "source": "https://github.com/composer/class-map-generator/tree/1.0.0" + }, + "funding": [ + { + "url": "https://packagist.com", + "type": "custom" + }, + { + "url": "https://github.com/composer", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/composer/composer", + "type": "tidelift" + } + ], + "time": "2022-06-19T11:31:27+00:00" + }, + { + "name": "composer/composer", + "version": "2.5.4", + "source": { + "type": "git", + "url": "https://github.com/composer/composer.git", + "reference": "6b67eeea4d72051c369ccdbfb2423a56e2ab51a9" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/composer/composer/zipball/6b67eeea4d72051c369ccdbfb2423a56e2ab51a9", + "reference": "6b67eeea4d72051c369ccdbfb2423a56e2ab51a9", + "shasum": "" + }, + "require": { + "composer/ca-bundle": "^1.0", + "composer/class-map-generator": "^1.0", + "composer/metadata-minifier": "^1.0", + "composer/pcre": "^2.1 || ^3.1", + "composer/semver": "^3.0", + "composer/spdx-licenses": "^1.5.7", + "composer/xdebug-handler": "^2.0.2 || ^3.0.3", + "justinrainbow/json-schema": "^5.2.11", + "php": "^7.2.5 || ^8.0", + "psr/log": "^1.0 || ^2.0 || ^3.0", + "react/promise": "^2.8", + "seld/jsonlint": "^1.4", + "seld/phar-utils": "^1.2", + "seld/signal-handler": "^2.0", + "symfony/console": "^5.4.11 || ^6.0.11", + "symfony/filesystem": "^5.4 || ^6.0", + "symfony/finder": "^5.4 || ^6.0", + "symfony/polyfill-php73": "^1.24", + "symfony/polyfill-php80": "^1.24", + "symfony/polyfill-php81": "^1.24", + "symfony/process": "^5.4 || ^6.0" + }, + "require-dev": { + "phpstan/phpstan": "^1.9.3", + "phpstan/phpstan-deprecation-rules": "^1", + "phpstan/phpstan-phpunit": "^1.0", + "phpstan/phpstan-strict-rules": "^1", + "phpstan/phpstan-symfony": "^1.2.10", + "symfony/phpunit-bridge": "^6.0" + }, + "suggest": { + "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages", + "ext-zip": "Enabling the zip extension allows you to unzip archives", + "ext-zlib": "Allow gzip compression of HTTP requests" + }, + "bin": [ + "bin/composer" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "2.5-dev" + }, + "phpstan": { + "includes": [ + "phpstan/rules.neon" + ] + } + }, + "autoload": { + "psr-4": { + "Composer\\": "src/Composer" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nils Adermann", + "email": "naderman@naderman.de", + "homepage": "https://www.naderman.de" + }, + { + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be", + "homepage": "https://seld.be" + } + ], + "description": "Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.", + "homepage": "https://getcomposer.org/", + "keywords": [ + "autoload", + "dependency", + "package" + ], + "support": { + "irc": "ircs://irc.libera.chat:6697/composer", + "issues": "https://github.com/composer/composer/issues", + "source": "https://github.com/composer/composer/tree/2.5.4" + }, + "funding": [ + { + "url": "https://packagist.com", + "type": "custom" + }, + { + "url": "https://github.com/composer", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/composer/composer", + "type": "tidelift" + } + ], + "time": "2023-02-15T12:10:06+00:00" + }, + { + "name": "composer/metadata-minifier", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/composer/metadata-minifier.git", + "reference": "c549d23829536f0d0e984aaabbf02af91f443207" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/composer/metadata-minifier/zipball/c549d23829536f0d0e984aaabbf02af91f443207", + "reference": "c549d23829536f0d0e984aaabbf02af91f443207", + "shasum": "" + }, + "require": { + "php": "^5.3.2 || ^7.0 || ^8.0" + }, + "require-dev": { + "composer/composer": "^2", + "phpstan/phpstan": "^0.12.55", + "symfony/phpunit-bridge": "^4.2 || ^5" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Composer\\MetadataMinifier\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be", + "homepage": "http://seld.be" + } + ], + "description": "Small utility library that handles metadata minification and expansion.", + "keywords": [ + "composer", + "compression" + ], + "support": { + "issues": "https://github.com/composer/metadata-minifier/issues", + "source": "https://github.com/composer/metadata-minifier/tree/1.0.0" + }, + "funding": [ + { + "url": "https://packagist.com", + "type": "custom" + }, + { + "url": "https://github.com/composer", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/composer/composer", + "type": "tidelift" + } + ], + "time": "2021-04-07T13:37:33+00:00" + }, + { + "name": "composer/pcre", + "version": "3.1.0", + "source": { + "type": "git", + "url": "https://github.com/composer/pcre.git", + "reference": "4bff79ddd77851fe3cdd11616ed3f92841ba5bd2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/composer/pcre/zipball/4bff79ddd77851fe3cdd11616ed3f92841ba5bd2", + "reference": "4bff79ddd77851fe3cdd11616ed3f92841ba5bd2", + "shasum": "" + }, + "require": { + "php": "^7.4 || ^8.0" + }, + "require-dev": { + "phpstan/phpstan": "^1.3", + "phpstan/phpstan-strict-rules": "^1.1", + "symfony/phpunit-bridge": "^5" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "3.x-dev" + } + }, + "autoload": { + "psr-4": { + "Composer\\Pcre\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be", + "homepage": "http://seld.be" + } + ], + "description": "PCRE wrapping library that offers type-safe preg_* replacements.", + "keywords": [ + "PCRE", + "preg", + "regex", + "regular expression" + ], + "support": { + "issues": "https://github.com/composer/pcre/issues", + "source": "https://github.com/composer/pcre/tree/3.1.0" + }, + "funding": [ + { + "url": "https://packagist.com", + "type": "custom" + }, + { + "url": "https://github.com/composer", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/composer/composer", + "type": "tidelift" + } + ], + "time": "2022-11-17T09:50:14+00:00" + }, + { + "name": "composer/semver", + "version": "3.3.2", + "source": { + "type": "git", + "url": "https://github.com/composer/semver.git", + "reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/composer/semver/zipball/3953f23262f2bff1919fc82183ad9acb13ff62c9", + "reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9", + "shasum": "" + }, + "require": { + "php": "^5.3.2 || ^7.0 || ^8.0" + }, + "require-dev": { + "phpstan/phpstan": "^1.4", + "symfony/phpunit-bridge": "^4.2 || ^5" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "3.x-dev" + } + }, + "autoload": { + "psr-4": { + "Composer\\Semver\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nils Adermann", + "email": "naderman@naderman.de", + "homepage": "http://www.naderman.de" + }, + { + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be", + "homepage": "http://seld.be" + }, + { + "name": "Rob Bast", + "email": "rob.bast@gmail.com", + "homepage": "http://robbast.nl" + } + ], + "description": "Semver library that offers utilities, version constraint parsing and validation.", + "keywords": [ + "semantic", + "semver", + "validation", + "versioning" + ], + "support": { + "irc": "irc://irc.freenode.org/composer", + "issues": "https://github.com/composer/semver/issues", + "source": "https://github.com/composer/semver/tree/3.3.2" + }, + "funding": [ + { + "url": "https://packagist.com", + "type": "custom" + }, + { + "url": "https://github.com/composer", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/composer/composer", + "type": "tidelift" + } + ], + "time": "2022-04-01T19:23:25+00:00" + }, + { + "name": "composer/spdx-licenses", + "version": "1.5.7", + "source": { + "type": "git", + "url": "https://github.com/composer/spdx-licenses.git", + "reference": "c848241796da2abf65837d51dce1fae55a960149" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/c848241796da2abf65837d51dce1fae55a960149", + "reference": "c848241796da2abf65837d51dce1fae55a960149", + "shasum": "" + }, + "require": { + "php": "^5.3.2 || ^7.0 || ^8.0" + }, + "require-dev": { + "phpstan/phpstan": "^0.12.55", + "symfony/phpunit-bridge": "^4.2 || ^5" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Composer\\Spdx\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nils Adermann", + "email": "naderman@naderman.de", + "homepage": "http://www.naderman.de" + }, + { + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be", + "homepage": "http://seld.be" + }, + { + "name": "Rob Bast", + "email": "rob.bast@gmail.com", + "homepage": "http://robbast.nl" + } + ], + "description": "SPDX licenses list and validation library.", + "keywords": [ + "license", + "spdx", + "validator" + ], + "support": { + "irc": "irc://irc.freenode.org/composer", + "issues": "https://github.com/composer/spdx-licenses/issues", + "source": "https://github.com/composer/spdx-licenses/tree/1.5.7" + }, + "funding": [ + { + "url": "https://packagist.com", + "type": "custom" + }, + { + "url": "https://github.com/composer", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/composer/composer", + "type": "tidelift" + } + ], + "time": "2022-05-23T07:37:50+00:00" + }, + { + "name": "composer/xdebug-handler", + "version": "3.0.3", + "source": { + "type": "git", + "url": "https://github.com/composer/xdebug-handler.git", + "reference": "ced299686f41dce890debac69273b47ffe98a40c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/ced299686f41dce890debac69273b47ffe98a40c", + "reference": "ced299686f41dce890debac69273b47ffe98a40c", + "shasum": "" + }, + "require": { + "composer/pcre": "^1 || ^2 || ^3", + "php": "^7.2.5 || ^8.0", + "psr/log": "^1 || ^2 || ^3" + }, + "require-dev": { + "phpstan/phpstan": "^1.0", + "phpstan/phpstan-strict-rules": "^1.1", + "symfony/phpunit-bridge": "^6.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Composer\\XdebugHandler\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "John Stevenson", + "email": "john-stevenson@blueyonder.co.uk" + } + ], + "description": "Restarts a process without Xdebug.", + "keywords": [ + "Xdebug", + "performance" + ], + "support": { + "irc": "irc://irc.freenode.org/composer", + "issues": "https://github.com/composer/xdebug-handler/issues", + "source": "https://github.com/composer/xdebug-handler/tree/3.0.3" + }, + "funding": [ + { + "url": "https://packagist.com", + "type": "custom" + }, + { + "url": "https://github.com/composer", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/composer/composer", + "type": "tidelift" + } + ], + "time": "2022-02-25T21:32:43+00:00" + }, + { + "name": "dealerdirect/phpcodesniffer-composer-installer", + "version": "v1.0.0", + "source": { + "type": "git", + "url": "https://github.com/PHPCSStandards/composer-installer.git", + "reference": "4be43904336affa5c2f70744a348312336afd0da" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/PHPCSStandards/composer-installer/zipball/4be43904336affa5c2f70744a348312336afd0da", + "reference": "4be43904336affa5c2f70744a348312336afd0da", + "shasum": "" + }, + "require": { + "composer-plugin-api": "^1.0 || ^2.0", + "php": ">=5.4", + "squizlabs/php_codesniffer": "^2.0 || ^3.1.0 || ^4.0" + }, + "require-dev": { + "composer/composer": "*", + "ext-json": "*", + "ext-zip": "*", + "php-parallel-lint/php-parallel-lint": "^1.3.1", + "phpcompatibility/php-compatibility": "^9.0", + "yoast/phpunit-polyfills": "^1.0" + }, + "type": "composer-plugin", + "extra": { + "class": "PHPCSStandards\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin" + }, + "autoload": { + "psr-4": { + "PHPCSStandards\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Franck Nijhof", + "email": "franck.nijhof@dealerdirect.com", + "homepage": "http://www.frenck.nl", + "role": "Developer / IT Manager" + }, + { + "name": "Contributors", + "homepage": "https://github.com/PHPCSStandards/composer-installer/graphs/contributors" + } + ], + "description": "PHP_CodeSniffer Standards Composer Installer Plugin", + "homepage": "http://www.dealerdirect.com", + "keywords": [ + "PHPCodeSniffer", + "PHP_CodeSniffer", + "code quality", + "codesniffer", + "composer", + "installer", + "phpcbf", + "phpcs", + "plugin", + "qa", + "quality", + "standard", + "standards", + "style guide", + "stylecheck", + "tests" + ], + "support": { + "issues": "https://github.com/PHPCSStandards/composer-installer/issues", + "source": "https://github.com/PHPCSStandards/composer-installer" + }, + "time": "2023-01-05T11:28:13+00:00" + }, + { + "name": "doctrine/instantiator", + "version": "1.5.0", + "source": { + "type": "git", + "url": "https://github.com/doctrine/instantiator.git", + "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/instantiator/zipball/0a0fa9780f5d4e507415a065172d26a98d02047b", + "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b", + "shasum": "" + }, + "require": { + "php": "^7.1 || ^8.0" + }, + "require-dev": { + "doctrine/coding-standard": "^9 || ^11", + "ext-pdo": "*", + "ext-phar": "*", + "phpbench/phpbench": "^0.16 || ^1", + "phpstan/phpstan": "^1.4", + "phpstan/phpstan-phpunit": "^1", + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", + "vimeo/psalm": "^4.30 || ^5.4" + }, + "type": "library", + "autoload": { + "psr-4": { + "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Marco Pivetta", + "email": "ocramius@gmail.com", + "homepage": "https://ocramius.github.io/" + } + ], + "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", + "homepage": "https://www.doctrine-project.org/projects/instantiator.html", + "keywords": [ + "constructor", + "instantiate" + ], + "support": { + "issues": "https://github.com/doctrine/instantiator/issues", + "source": "https://github.com/doctrine/instantiator/tree/1.5.0" + }, + "funding": [ + { + "url": "https://www.doctrine-project.org/sponsorship.html", + "type": "custom" + }, + { + "url": "https://www.patreon.com/phpdoctrine", + "type": "patreon" + }, + { + "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator", + "type": "tidelift" + } + ], + "time": "2022-12-30T00:15:36+00:00" + }, + { + "name": "justinrainbow/json-schema", + "version": "5.2.12", + "source": { + "type": "git", + "url": "https://github.com/justinrainbow/json-schema.git", + "reference": "ad87d5a5ca981228e0e205c2bc7dfb8e24559b60" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/ad87d5a5ca981228e0e205c2bc7dfb8e24559b60", + "reference": "ad87d5a5ca981228e0e205c2bc7dfb8e24559b60", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "require-dev": { + "friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1", + "json-schema/json-schema-test-suite": "1.2.0", + "phpunit/phpunit": "^4.8.35" + }, + "bin": [ + "bin/validate-json" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "JsonSchema\\": "src/JsonSchema/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Bruno Prieto Reis", + "email": "bruno.p.reis@gmail.com" + }, + { + "name": "Justin Rainbow", + "email": "justin.rainbow@gmail.com" + }, + { + "name": "Igor Wiedler", + "email": "igor@wiedler.ch" + }, + { + "name": "Robert Schönthal", + "email": "seroscho@googlemail.com" + } + ], + "description": "A library to validate a json schema.", + "homepage": "https://github.com/justinrainbow/json-schema", + "keywords": [ + "json", + "schema" + ], + "support": { + "issues": "https://github.com/justinrainbow/json-schema/issues", + "source": "https://github.com/justinrainbow/json-schema/tree/5.2.12" + }, + "time": "2022-04-13T08:02:27+00:00" + }, + { + "name": "myclabs/deep-copy", + "version": "1.11.1", + "source": { + "type": "git", + "url": "https://github.com/myclabs/DeepCopy.git", + "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/7284c22080590fb39f2ffa3e9057f10a4ddd0e0c", + "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c", + "shasum": "" + }, + "require": { + "php": "^7.1 || ^8.0" + }, + "conflict": { + "doctrine/collections": "<1.6.8", + "doctrine/common": "<2.13.3 || >=3,<3.2.2" + }, + "require-dev": { + "doctrine/collections": "^1.6.8", + "doctrine/common": "^2.13.3 || ^3.2.2", + "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13" + }, + "type": "library", + "autoload": { + "files": [ + "src/DeepCopy/deep_copy.php" + ], + "psr-4": { + "DeepCopy\\": "src/DeepCopy/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Create deep copies (clones) of your objects", + "keywords": [ + "clone", + "copy", + "duplicate", + "object", + "object graph" + ], + "support": { + "issues": "https://github.com/myclabs/DeepCopy/issues", + "source": "https://github.com/myclabs/DeepCopy/tree/1.11.1" + }, + "funding": [ + { + "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy", + "type": "tidelift" + } + ], + "time": "2023-03-08T13:26:56+00:00" + }, + { + "name": "nikic/php-parser", + "version": "v4.15.4", + "source": { + "type": "git", + "url": "https://github.com/nikic/PHP-Parser.git", + "reference": "6bb5176bc4af8bcb7d926f88718db9b96a2d4290" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/6bb5176bc4af8bcb7d926f88718db9b96a2d4290", + "reference": "6bb5176bc4af8bcb7d926f88718db9b96a2d4290", + "shasum": "" + }, + "require": { + "ext-tokenizer": "*", + "php": ">=7.0" + }, + "require-dev": { + "ircmaxell/php-yacc": "^0.0.7", + "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0" + }, + "bin": [ + "bin/php-parse" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.9-dev" + } + }, + "autoload": { + "psr-4": { + "PhpParser\\": "lib/PhpParser" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Nikita Popov" + } + ], + "description": "A PHP parser written in PHP", + "keywords": [ + "parser", + "php" + ], + "support": { + "issues": "https://github.com/nikic/PHP-Parser/issues", + "source": "https://github.com/nikic/PHP-Parser/tree/v4.15.4" + }, + "time": "2023-03-05T19:49:14+00:00" + }, + { + "name": "phar-io/manifest", + "version": "2.0.3", + "source": { + "type": "git", + "url": "https://github.com/phar-io/manifest.git", + "reference": "97803eca37d319dfa7826cc2437fc020857acb53" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53", + "reference": "97803eca37d319dfa7826cc2437fc020857acb53", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "ext-phar": "*", + "ext-xmlwriter": "*", + "phar-io/version": "^3.0.1", + "php": "^7.2 || ^8.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0.x-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Arne Blankerts", + "email": "arne@blankerts.de", + "role": "Developer" + }, + { + "name": "Sebastian Heuer", + "email": "sebastian@phpeople.de", + "role": "Developer" + }, + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "Developer" + } + ], + "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", + "support": { + "issues": "https://github.com/phar-io/manifest/issues", + "source": "https://github.com/phar-io/manifest/tree/2.0.3" + }, + "time": "2021-07-20T11:28:43+00:00" + }, + { + "name": "phar-io/version", + "version": "3.2.1", + "source": { + "type": "git", + "url": "https://github.com/phar-io/version.git", + "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74", + "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74", + "shasum": "" + }, + "require": { + "php": "^7.2 || ^8.0" + }, + "type": "library", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Arne Blankerts", + "email": "arne@blankerts.de", + "role": "Developer" + }, + { + "name": "Sebastian Heuer", + "email": "sebastian@phpeople.de", + "role": "Developer" + }, + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "Developer" + } + ], + "description": "Library for handling version information and constraints", + "support": { + "issues": "https://github.com/phar-io/version/issues", + "source": "https://github.com/phar-io/version/tree/3.2.1" + }, + "time": "2022-02-21T01:04:05+00:00" + }, + { + "name": "phpstan/phpdoc-parser", + "version": "1.15.3", + "source": { + "type": "git", + "url": "https://github.com/phpstan/phpdoc-parser.git", + "reference": "61800f71a5526081d1b5633766aa88341f1ade76" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/61800f71a5526081d1b5633766aa88341f1ade76", + "reference": "61800f71a5526081d1b5633766aa88341f1ade76", + "shasum": "" + }, + "require": { + "php": "^7.2 || ^8.0" + }, + "require-dev": { + "php-parallel-lint/php-parallel-lint": "^1.2", + "phpstan/extension-installer": "^1.0", + "phpstan/phpstan": "^1.5", + "phpstan/phpstan-phpunit": "^1.1", + "phpstan/phpstan-strict-rules": "^1.0", + "phpunit/phpunit": "^9.5", + "symfony/process": "^5.2" + }, + "type": "library", + "autoload": { + "psr-4": { + "PHPStan\\PhpDocParser\\": [ + "src/" + ] + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "PHPDoc parser with support for nullable, intersection and generic types", + "support": { + "issues": "https://github.com/phpstan/phpdoc-parser/issues", + "source": "https://github.com/phpstan/phpdoc-parser/tree/1.15.3" + }, + "time": "2022-12-20T20:56:55+00:00" + }, + { + "name": "phpstan/phpstan", + "version": "1.10.6", + "source": { + "type": "git", + "url": "https://github.com/phpstan/phpstan.git", + "reference": "50d089a3e0904b0fe7e2cf2d4fd37d427d64235a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/50d089a3e0904b0fe7e2cf2d4fd37d427d64235a", + "reference": "50d089a3e0904b0fe7e2cf2d4fd37d427d64235a", + "shasum": "" + }, + "require": { + "php": "^7.2|^8.0" + }, + "conflict": { + "phpstan/phpstan-shim": "*" + }, + "bin": [ + "phpstan", + "phpstan.phar" + ], + "type": "library", + "autoload": { + "files": [ + "bootstrap.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "PHPStan - PHP Static Analysis Tool", + "keywords": [ + "dev", + "static analysis" + ], + "support": { + "issues": "https://github.com/phpstan/phpstan/issues", + "source": "https://github.com/phpstan/phpstan/tree/1.10.6" + }, + "funding": [ + { + "url": "https://github.com/ondrejmirtes", + "type": "github" + }, + { + "url": "https://github.com/phpstan", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan", + "type": "tidelift" + } + ], + "time": "2023-03-09T16:55:12+00:00" + }, + { + "name": "phpunit/php-code-coverage", + "version": "9.2.26", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-code-coverage.git", + "reference": "443bc6912c9bd5b409254a40f4b0f4ced7c80ea1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/443bc6912c9bd5b409254a40f4b0f4ced7c80ea1", + "reference": "443bc6912c9bd5b409254a40f4b0f4ced7c80ea1", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "ext-libxml": "*", + "ext-xmlwriter": "*", + "nikic/php-parser": "^4.15", + "php": ">=7.3", + "phpunit/php-file-iterator": "^3.0.3", + "phpunit/php-text-template": "^2.0.2", + "sebastian/code-unit-reverse-lookup": "^2.0.2", + "sebastian/complexity": "^2.0", + "sebastian/environment": "^5.1.2", + "sebastian/lines-of-code": "^1.0.3", + "sebastian/version": "^3.0.1", + "theseer/tokenizer": "^1.2.0" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "suggest": { + "ext-pcov": "PHP extension that provides line coverage", + "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "9.2-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", + "homepage": "https://github.com/sebastianbergmann/php-code-coverage", + "keywords": [ + "coverage", + "testing", + "xunit" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", + "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.26" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2023-03-06T12:58:08+00:00" + }, + { + "name": "phpunit/php-file-iterator", + "version": "3.0.6", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-file-iterator.git", + "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf", + "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "FilterIterator implementation that filters files based on a list of suffixes.", + "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", + "keywords": [ + "filesystem", + "iterator" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues", + "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.6" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2021-12-02T12:48:52+00:00" + }, + { + "name": "phpunit/php-invoker", + "version": "3.1.1", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-invoker.git", + "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67", + "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "ext-pcntl": "*", + "phpunit/phpunit": "^9.3" + }, + "suggest": { + "ext-pcntl": "*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.1-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Invoke callables with a timeout", + "homepage": "https://github.com/sebastianbergmann/php-invoker/", + "keywords": [ + "process" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/php-invoker/issues", + "source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-09-28T05:58:55+00:00" + }, + { + "name": "phpunit/php-text-template", + "version": "2.0.4", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-text-template.git", + "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28", + "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Simple template engine.", + "homepage": "https://github.com/sebastianbergmann/php-text-template/", + "keywords": [ + "template" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/php-text-template/issues", + "source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-10-26T05:33:50+00:00" + }, + { + "name": "phpunit/php-timer", + "version": "5.0.3", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-timer.git", + "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2", + "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Utility class for timing", + "homepage": "https://github.com/sebastianbergmann/php-timer/", + "keywords": [ + "timer" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/php-timer/issues", + "source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-10-26T13:16:10+00:00" + }, + { + "name": "phpunit/phpunit", + "version": "9.6.5", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/phpunit.git", + "reference": "86e761949019ae83f49240b2f2123fb5ab3b2fc5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/86e761949019ae83f49240b2f2123fb5ab3b2fc5", + "reference": "86e761949019ae83f49240b2f2123fb5ab3b2fc5", + "shasum": "" + }, + "require": { + "doctrine/instantiator": "^1.3.1 || ^2", + "ext-dom": "*", + "ext-json": "*", + "ext-libxml": "*", + "ext-mbstring": "*", + "ext-xml": "*", + "ext-xmlwriter": "*", + "myclabs/deep-copy": "^1.10.1", + "phar-io/manifest": "^2.0.3", + "phar-io/version": "^3.0.2", + "php": ">=7.3", + "phpunit/php-code-coverage": "^9.2.13", + "phpunit/php-file-iterator": "^3.0.5", + "phpunit/php-invoker": "^3.1.1", + "phpunit/php-text-template": "^2.0.3", + "phpunit/php-timer": "^5.0.2", + "sebastian/cli-parser": "^1.0.1", + "sebastian/code-unit": "^1.0.6", + "sebastian/comparator": "^4.0.8", + "sebastian/diff": "^4.0.3", + "sebastian/environment": "^5.1.3", + "sebastian/exporter": "^4.0.5", + "sebastian/global-state": "^5.0.1", + "sebastian/object-enumerator": "^4.0.3", + "sebastian/resource-operations": "^3.0.3", + "sebastian/type": "^3.2", + "sebastian/version": "^3.0.2" + }, + "suggest": { + "ext-soap": "To be able to generate mocks based on WSDL files", + "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage" + }, + "bin": [ + "phpunit" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "9.6-dev" + } + }, + "autoload": { + "files": [ + "src/Framework/Assert/Functions.php" + ], + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "The PHP Unit Testing framework.", + "homepage": "https://phpunit.de/", + "keywords": [ + "phpunit", + "testing", + "xunit" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/phpunit/issues", + "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.5" + }, + "funding": [ + { + "url": "https://phpunit.de/sponsors.html", + "type": "custom" + }, + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit", + "type": "tidelift" + } + ], + "time": "2023-03-09T06:34:10+00:00" + }, + { + "name": "psr/container", + "version": "2.0.2", + "source": { + "type": "git", + "url": "https://github.com/php-fig/container.git", + "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963", + "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963", + "shasum": "" + }, + "require": { + "php": ">=7.4.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Container\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "https://www.php-fig.org/" + } + ], + "description": "Common Container Interface (PHP FIG PSR-11)", + "homepage": "https://github.com/php-fig/container", + "keywords": [ + "PSR-11", + "container", + "container-interface", + "container-interop", + "psr" + ], + "support": { + "issues": "https://github.com/php-fig/container/issues", + "source": "https://github.com/php-fig/container/tree/2.0.2" + }, + "time": "2021-11-05T16:47:00+00:00" + }, + { + "name": "psr/log", + "version": "3.0.0", + "source": { + "type": "git", + "url": "https://github.com/php-fig/log.git", + "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001", + "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001", + "shasum": "" + }, + "require": { + "php": ">=8.0.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Log\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "https://www.php-fig.org/" + } + ], + "description": "Common interface for logging libraries", + "homepage": "https://github.com/php-fig/log", + "keywords": [ + "log", + "psr", + "psr-3" + ], + "support": { + "source": "https://github.com/php-fig/log/tree/3.0.0" + }, + "time": "2021-07-14T16:46:02+00:00" + }, + { + "name": "react/promise", + "version": "v2.9.0", + "source": { + "type": "git", + "url": "https://github.com/reactphp/promise.git", + "reference": "234f8fd1023c9158e2314fa9d7d0e6a83db42910" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/reactphp/promise/zipball/234f8fd1023c9158e2314fa9d7d0e6a83db42910", + "reference": "234f8fd1023c9158e2314fa9d7d0e6a83db42910", + "shasum": "" + }, + "require": { + "php": ">=5.4.0" + }, + "require-dev": { + "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.36" + }, + "type": "library", + "autoload": { + "files": [ + "src/functions_include.php" + ], + "psr-4": { + "React\\Promise\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jan Sorgalla", + "email": "jsorgalla@gmail.com", + "homepage": "https://sorgalla.com/" + }, + { + "name": "Christian Lück", + "email": "christian@clue.engineering", + "homepage": "https://clue.engineering/" + }, + { + "name": "Cees-Jan Kiewiet", + "email": "reactphp@ceesjankiewiet.nl", + "homepage": "https://wyrihaximus.net/" + }, + { + "name": "Chris Boden", + "email": "cboden@gmail.com", + "homepage": "https://cboden.dev/" + } + ], + "description": "A lightweight implementation of CommonJS Promises/A for PHP", + "keywords": [ + "promise", + "promises" + ], + "support": { + "issues": "https://github.com/reactphp/promise/issues", + "source": "https://github.com/reactphp/promise/tree/v2.9.0" + }, + "funding": [ + { + "url": "https://github.com/WyriHaximus", + "type": "github" + }, + { + "url": "https://github.com/clue", + "type": "github" + } + ], + "time": "2022-02-11T10:27:51+00:00" + }, + { + "name": "rector/rector", + "version": "0.15.21", + "source": { + "type": "git", + "url": "https://github.com/rectorphp/rector.git", + "reference": "1cee8cc5d6d836e1bf9a3006d7b062adde3a6022" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/1cee8cc5d6d836e1bf9a3006d7b062adde3a6022", + "reference": "1cee8cc5d6d836e1bf9a3006d7b062adde3a6022", + "shasum": "" + }, + "require": { + "php": "^7.2|^8.0", + "phpstan/phpstan": "^1.10.1" + }, + "conflict": { + "rector/rector-doctrine": "*", + "rector/rector-downgrade-php": "*", + "rector/rector-phpunit": "*", + "rector/rector-symfony": "*" + }, + "bin": [ + "bin/rector" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "0.15-dev" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Instant Upgrade and Automated Refactoring of any PHP code", + "keywords": [ + "automation", + "dev", + "migration", + "refactoring" + ], + "support": { + "issues": "https://github.com/rectorphp/rector/issues", + "source": "https://github.com/rectorphp/rector/tree/0.15.21" + }, + "funding": [ + { + "url": "https://github.com/tomasvotruba", + "type": "github" + } + ], + "time": "2023-03-06T11:44:29+00:00" + }, + { + "name": "sebastian/cli-parser", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/cli-parser.git", + "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2", + "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Library for parsing CLI options", + "homepage": "https://github.com/sebastianbergmann/cli-parser", + "support": { + "issues": "https://github.com/sebastianbergmann/cli-parser/issues", + "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-09-28T06:08:49+00:00" + }, + { + "name": "sebastian/code-unit", + "version": "1.0.8", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/code-unit.git", + "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120", + "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Collection of value objects that represent the PHP code units", + "homepage": "https://github.com/sebastianbergmann/code-unit", + "support": { + "issues": "https://github.com/sebastianbergmann/code-unit/issues", + "source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-10-26T13:08:54+00:00" + }, + { + "name": "sebastian/code-unit-reverse-lookup", + "version": "2.0.3", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", + "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5", + "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Looks up which function or method a line of code belongs to", + "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", + "support": { + "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues", + "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-09-28T05:30:19+00:00" + }, + { + "name": "sebastian/comparator", + "version": "4.0.8", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/comparator.git", + "reference": "fa0f136dd2334583309d32b62544682ee972b51a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/fa0f136dd2334583309d32b62544682ee972b51a", + "reference": "fa0f136dd2334583309d32b62544682ee972b51a", + "shasum": "" + }, + "require": { + "php": ">=7.3", + "sebastian/diff": "^4.0", + "sebastian/exporter": "^4.0" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + }, + { + "name": "Jeff Welch", + "email": "whatthejeff@gmail.com" + }, + { + "name": "Volker Dusch", + "email": "github@wallbash.com" + }, + { + "name": "Bernhard Schussek", + "email": "bschussek@2bepublished.at" + } + ], + "description": "Provides the functionality to compare PHP values for equality", + "homepage": "https://github.com/sebastianbergmann/comparator", + "keywords": [ + "comparator", + "compare", + "equality" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/comparator/issues", + "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.8" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2022-09-14T12:41:17+00:00" + }, + { + "name": "sebastian/complexity", + "version": "2.0.2", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/complexity.git", + "reference": "739b35e53379900cc9ac327b2147867b8b6efd88" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b2147867b8b6efd88", + "reference": "739b35e53379900cc9ac327b2147867b8b6efd88", + "shasum": "" + }, + "require": { + "nikic/php-parser": "^4.7", + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Library for calculating the complexity of PHP code units", + "homepage": "https://github.com/sebastianbergmann/complexity", + "support": { + "issues": "https://github.com/sebastianbergmann/complexity/issues", + "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.2" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-10-26T15:52:27+00:00" + }, + { + "name": "sebastian/diff", + "version": "4.0.4", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/diff.git", + "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d", + "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3", + "symfony/process": "^4.2 || ^5" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + }, + { + "name": "Kore Nordmann", + "email": "mail@kore-nordmann.de" + } + ], + "description": "Diff implementation", + "homepage": "https://github.com/sebastianbergmann/diff", + "keywords": [ + "diff", + "udiff", + "unidiff", + "unified diff" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/diff/issues", + "source": "https://github.com/sebastianbergmann/diff/tree/4.0.4" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-10-26T13:10:38+00:00" + }, + { + "name": "sebastian/environment", + "version": "5.1.5", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/environment.git", + "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/830c43a844f1f8d5b7a1f6d6076b784454d8b7ed", + "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "suggest": { + "ext-posix": "*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.1-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Provides functionality to handle HHVM/PHP environments", + "homepage": "http://www.github.com/sebastianbergmann/environment", + "keywords": [ + "Xdebug", + "environment", + "hhvm" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/environment/issues", + "source": "https://github.com/sebastianbergmann/environment/tree/5.1.5" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2023-02-03T06:03:51+00:00" + }, + { + "name": "sebastian/exporter", + "version": "4.0.5", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/exporter.git", + "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d", + "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d", + "shasum": "" + }, + "require": { + "php": ">=7.3", + "sebastian/recursion-context": "^4.0" + }, + "require-dev": { + "ext-mbstring": "*", + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + }, + { + "name": "Jeff Welch", + "email": "whatthejeff@gmail.com" + }, + { + "name": "Volker Dusch", + "email": "github@wallbash.com" + }, + { + "name": "Adam Harvey", + "email": "aharvey@php.net" + }, + { + "name": "Bernhard Schussek", + "email": "bschussek@gmail.com" + } + ], + "description": "Provides the functionality to export PHP variables for visualization", + "homepage": "https://www.github.com/sebastianbergmann/exporter", + "keywords": [ + "export", + "exporter" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/exporter/issues", + "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.5" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2022-09-14T06:03:37+00:00" + }, + { + "name": "sebastian/global-state", + "version": "5.0.5", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/global-state.git", + "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/0ca8db5a5fc9c8646244e629625ac486fa286bf2", + "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2", + "shasum": "" + }, + "require": { + "php": ">=7.3", + "sebastian/object-reflector": "^2.0", + "sebastian/recursion-context": "^4.0" + }, + "require-dev": { + "ext-dom": "*", + "phpunit/phpunit": "^9.3" + }, + "suggest": { + "ext-uopz": "*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Snapshotting of global state", + "homepage": "http://www.github.com/sebastianbergmann/global-state", + "keywords": [ + "global state" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/global-state/issues", + "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.5" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2022-02-14T08:28:10+00:00" + }, + { + "name": "sebastian/lines-of-code", + "version": "1.0.3", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/lines-of-code.git", + "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed888ad08b15470a2e22ecc", + "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc", + "shasum": "" + }, + "require": { + "nikic/php-parser": "^4.6", + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Library for counting the lines of code in PHP source code", + "homepage": "https://github.com/sebastianbergmann/lines-of-code", + "support": { + "issues": "https://github.com/sebastianbergmann/lines-of-code/issues", + "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.3" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-11-28T06:42:11+00:00" + }, + { + "name": "sebastian/object-enumerator", + "version": "4.0.4", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/object-enumerator.git", + "reference": "5c9eeac41b290a3712d88851518825ad78f45c71" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71", + "reference": "5c9eeac41b290a3712d88851518825ad78f45c71", + "shasum": "" + }, + "require": { + "php": ">=7.3", + "sebastian/object-reflector": "^2.0", + "sebastian/recursion-context": "^4.0" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Traverses array structures and object graphs to enumerate all referenced objects", + "homepage": "https://github.com/sebastianbergmann/object-enumerator/", + "support": { + "issues": "https://github.com/sebastianbergmann/object-enumerator/issues", + "source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-10-26T13:12:34+00:00" + }, + { + "name": "sebastian/object-reflector", + "version": "2.0.4", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/object-reflector.git", + "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7", + "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Allows reflection of object attributes, including inherited and non-public ones", + "homepage": "https://github.com/sebastianbergmann/object-reflector/", + "support": { + "issues": "https://github.com/sebastianbergmann/object-reflector/issues", + "source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-10-26T13:14:26+00:00" + }, + { + "name": "sebastian/recursion-context", + "version": "4.0.5", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/recursion-context.git", + "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1", + "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + }, + { + "name": "Jeff Welch", + "email": "whatthejeff@gmail.com" + }, + { + "name": "Adam Harvey", + "email": "aharvey@php.net" + } + ], + "description": "Provides functionality to recursively process PHP variables", + "homepage": "https://github.com/sebastianbergmann/recursion-context", + "support": { + "issues": "https://github.com/sebastianbergmann/recursion-context/issues", + "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.5" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2023-02-03T06:07:39+00:00" + }, + { + "name": "sebastian/resource-operations", + "version": "3.0.3", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/resource-operations.git", + "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8", + "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Provides a list of PHP built-in functions that operate on resources", + "homepage": "https://www.github.com/sebastianbergmann/resource-operations", + "support": { + "issues": "https://github.com/sebastianbergmann/resource-operations/issues", + "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-09-28T06:45:17+00:00" + }, + { + "name": "sebastian/type", + "version": "3.2.1", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/type.git", + "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7", + "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.5" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.2-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Collection of value objects that represent the types of the PHP type system", + "homepage": "https://github.com/sebastianbergmann/type", + "support": { + "issues": "https://github.com/sebastianbergmann/type/issues", + "source": "https://github.com/sebastianbergmann/type/tree/3.2.1" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2023-02-03T06:13:03+00:00" + }, + { + "name": "sebastian/version", + "version": "3.0.2", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/version.git", + "reference": "c6c1022351a901512170118436c764e473f6de8c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c", + "reference": "c6c1022351a901512170118436c764e473f6de8c", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Library that helps with managing the version number of Git-hosted PHP projects", + "homepage": "https://github.com/sebastianbergmann/version", + "support": { + "issues": "https://github.com/sebastianbergmann/version/issues", + "source": "https://github.com/sebastianbergmann/version/tree/3.0.2" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-09-28T06:39:44+00:00" + }, + { + "name": "seld/jsonlint", + "version": "1.9.0", + "source": { + "type": "git", + "url": "https://github.com/Seldaek/jsonlint.git", + "reference": "4211420d25eba80712bff236a98960ef68b866b7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/4211420d25eba80712bff236a98960ef68b866b7", + "reference": "4211420d25eba80712bff236a98960ef68b866b7", + "shasum": "" + }, + "require": { + "php": "^5.3 || ^7.0 || ^8.0" + }, + "require-dev": { + "phpstan/phpstan": "^1.5", + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^8.5.13" + }, + "bin": [ + "bin/jsonlint" + ], + "type": "library", + "autoload": { + "psr-4": { + "Seld\\JsonLint\\": "src/Seld/JsonLint/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be", + "homepage": "http://seld.be" + } + ], + "description": "JSON Linter", + "keywords": [ + "json", + "linter", + "parser", + "validator" + ], + "support": { + "issues": "https://github.com/Seldaek/jsonlint/issues", + "source": "https://github.com/Seldaek/jsonlint/tree/1.9.0" + }, + "funding": [ + { + "url": "https://github.com/Seldaek", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/seld/jsonlint", + "type": "tidelift" + } + ], + "time": "2022-04-01T13:37:23+00:00" + }, + { + "name": "seld/phar-utils", + "version": "1.2.1", + "source": { + "type": "git", + "url": "https://github.com/Seldaek/phar-utils.git", + "reference": "ea2f4014f163c1be4c601b9b7bd6af81ba8d701c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/ea2f4014f163c1be4c601b9b7bd6af81ba8d701c", + "reference": "ea2f4014f163c1be4c601b9b7bd6af81ba8d701c", + "shasum": "" + }, + "require": { + "php": ">=5.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Seld\\PharUtils\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be" + } + ], + "description": "PHAR file format utilities, for when PHP phars you up", + "keywords": [ + "phar" + ], + "support": { + "issues": "https://github.com/Seldaek/phar-utils/issues", + "source": "https://github.com/Seldaek/phar-utils/tree/1.2.1" + }, + "time": "2022-08-31T10:31:18+00:00" + }, + { + "name": "seld/signal-handler", + "version": "2.0.1", + "source": { + "type": "git", + "url": "https://github.com/Seldaek/signal-handler.git", + "reference": "f69d119511dc0360440cdbdaa71829c149b7be75" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Seldaek/signal-handler/zipball/f69d119511dc0360440cdbdaa71829c149b7be75", + "reference": "f69d119511dc0360440cdbdaa71829c149b7be75", + "shasum": "" + }, + "require": { + "php": ">=7.2.0" + }, + "require-dev": { + "phpstan/phpstan": "^1", + "phpstan/phpstan-deprecation-rules": "^1.0", + "phpstan/phpstan-phpunit": "^1", + "phpstan/phpstan-strict-rules": "^1.3", + "phpunit/phpunit": "^7.5.20 || ^8.5.23", + "psr/log": "^1 || ^2 || ^3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "2.x-dev" + } + }, + "autoload": { + "psr-4": { + "Seld\\Signal\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be", + "homepage": "http://seld.be" + } + ], + "description": "Simple unix signal handler that silently fails where signals are not supported for easy cross-platform development", + "keywords": [ + "posix", + "sigint", + "signal", + "sigterm", + "unix" + ], + "support": { + "issues": "https://github.com/Seldaek/signal-handler/issues", + "source": "https://github.com/Seldaek/signal-handler/tree/2.0.1" + }, + "time": "2022-07-20T18:31:45+00:00" + }, + { + "name": "slevomat/coding-standard", + "version": "8.8.0", + "source": { + "type": "git", + "url": "https://github.com/slevomat/coding-standard.git", + "reference": "59e25146a4ef0a7b194c5bc55b32dd414345db89" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/slevomat/coding-standard/zipball/59e25146a4ef0a7b194c5bc55b32dd414345db89", + "reference": "59e25146a4ef0a7b194c5bc55b32dd414345db89", + "shasum": "" + }, + "require": { + "dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7 || ^1.0", + "php": "^7.2 || ^8.0", + "phpstan/phpdoc-parser": ">=1.15.2 <1.16.0", + "squizlabs/php_codesniffer": "^3.7.1" + }, + "require-dev": { + "phing/phing": "2.17.4", + "php-parallel-lint/php-parallel-lint": "1.3.2", + "phpstan/phpstan": "1.4.10|1.9.6", + "phpstan/phpstan-deprecation-rules": "1.1.1", + "phpstan/phpstan-phpunit": "1.0.0|1.3.3", + "phpstan/phpstan-strict-rules": "1.4.4", + "phpunit/phpunit": "7.5.20|8.5.21|9.5.27" + }, + "type": "phpcodesniffer-standard", + "extra": { + "branch-alias": { + "dev-master": "8.x-dev" + } + }, + "autoload": { + "psr-4": { + "SlevomatCodingStandard\\": "SlevomatCodingStandard" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Slevomat Coding Standard for PHP_CodeSniffer complements Consistence Coding Standard by providing sniffs with additional checks.", + "keywords": [ + "dev", + "phpcs" + ], + "support": { + "issues": "https://github.com/slevomat/coding-standard/issues", + "source": "https://github.com/slevomat/coding-standard/tree/8.8.0" + }, + "funding": [ + { + "url": "https://github.com/kukulich", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/slevomat/coding-standard", + "type": "tidelift" + } + ], + "time": "2023-01-09T10:46:13+00:00" + }, + { + "name": "squizlabs/php_codesniffer", + "version": "3.7.2", + "source": { + "type": "git", + "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", + "reference": "ed8e00df0a83aa96acf703f8c2979ff33341f879" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/ed8e00df0a83aa96acf703f8c2979ff33341f879", + "reference": "ed8e00df0a83aa96acf703f8c2979ff33341f879", + "shasum": "" + }, + "require": { + "ext-simplexml": "*", + "ext-tokenizer": "*", + "ext-xmlwriter": "*", + "php": ">=5.4.0" + }, + "require-dev": { + "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0" + }, + "bin": [ + "bin/phpcs", + "bin/phpcbf" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.x-dev" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Greg Sherwood", + "role": "lead" + } + ], + "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", + "homepage": "https://github.com/squizlabs/PHP_CodeSniffer", + "keywords": [ + "phpcs", + "standards", + "static analysis" + ], + "support": { + "issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues", + "source": "https://github.com/squizlabs/PHP_CodeSniffer", + "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki" + }, + "time": "2023-02-22T23:07:41+00:00" + }, + { + "name": "symfony/console", + "version": "v6.0.19", + "source": { + "type": "git", + "url": "https://github.com/symfony/console.git", + "reference": "c3ebc83d031b71c39da318ca8b7a07ecc67507ed" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/console/zipball/c3ebc83d031b71c39da318ca8b7a07ecc67507ed", + "reference": "c3ebc83d031b71c39da318ca8b7a07ecc67507ed", + "shasum": "" + }, + "require": { + "php": ">=8.0.2", + "symfony/polyfill-mbstring": "~1.0", + "symfony/service-contracts": "^1.1|^2|^3", + "symfony/string": "^5.4|^6.0" + }, + "conflict": { + "symfony/dependency-injection": "<5.4", + "symfony/dotenv": "<5.4", + "symfony/event-dispatcher": "<5.4", + "symfony/lock": "<5.4", + "symfony/process": "<5.4" + }, + "provide": { + "psr/log-implementation": "1.0|2.0|3.0" + }, + "require-dev": { + "psr/log": "^1|^2|^3", + "symfony/config": "^5.4|^6.0", + "symfony/dependency-injection": "^5.4|^6.0", + "symfony/event-dispatcher": "^5.4|^6.0", + "symfony/lock": "^5.4|^6.0", + "symfony/process": "^5.4|^6.0", + "symfony/var-dumper": "^5.4|^6.0" + }, + "suggest": { + "psr/log": "For using the console logger", + "symfony/event-dispatcher": "", + "symfony/lock": "", + "symfony/process": "" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Console\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Eases the creation of beautiful and testable command line interfaces", + "homepage": "https://symfony.com", + "keywords": [ + "cli", + "command line", + "console", + "terminal" + ], + "support": { + "source": "https://github.com/symfony/console/tree/v6.0.19" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2023-01-01T08:36:10+00:00" + }, + { + "name": "symfony/filesystem", + "version": "v6.0.19", + "source": { + "type": "git", + "url": "https://github.com/symfony/filesystem.git", + "reference": "3d49eec03fda1f0fc19b7349fbbe55ebc1004214" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/3d49eec03fda1f0fc19b7349fbbe55ebc1004214", + "reference": "3d49eec03fda1f0fc19b7349fbbe55ebc1004214", + "shasum": "" + }, + "require": { + "php": ">=8.0.2", + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-mbstring": "~1.8" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Filesystem\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides basic utilities for the filesystem", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/filesystem/tree/v6.0.19" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2023-01-20T17:44:14+00:00" + }, + { + "name": "symfony/finder", + "version": "v6.0.19", + "source": { + "type": "git", + "url": "https://github.com/symfony/finder.git", + "reference": "5cc9cac6586fc0c28cd173780ca696e419fefa11" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/finder/zipball/5cc9cac6586fc0c28cd173780ca696e419fefa11", + "reference": "5cc9cac6586fc0c28cd173780ca696e419fefa11", + "shasum": "" + }, + "require": { + "php": ">=8.0.2" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Finder\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Finds files and directories via an intuitive fluent interface", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/finder/tree/v6.0.19" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2023-01-20T17:44:14+00:00" + }, + { + "name": "symfony/options-resolver", + "version": "v3.4.47", + "source": { + "type": "git", + "url": "https://github.com/symfony/options-resolver.git", + "reference": "c7efc97a47b2ebaabc19d5b6c6b50f5c37c92744" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/options-resolver/zipball/c7efc97a47b2ebaabc19d5b6c6b50f5c37c92744", + "reference": "c7efc97a47b2ebaabc19d5b6c6b50f5c37c92744", + "shasum": "" + }, + "require": { + "php": "^5.5.9|>=7.0.8" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\OptionsResolver\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony OptionsResolver Component", + "homepage": "https://symfony.com", + "keywords": [ + "config", + "configuration", + "options" + ], + "support": { + "source": "https://github.com/symfony/options-resolver/tree/v3.4.47" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2020-10-24T10:57:07+00:00" + }, + { + "name": "symfony/polyfill-ctype", + "version": "v1.27.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-ctype.git", + "reference": "5bbc823adecdae860bb64756d639ecfec17b050a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a", + "reference": "5bbc823adecdae860bb64756d639ecfec17b050a", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "provide": { + "ext-ctype": "*" + }, + "suggest": { + "ext-ctype": "For best performance" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.27-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Ctype\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Gert de Pagter", + "email": "BackEndTea@gmail.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for ctype functions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "ctype", + "polyfill", + "portable" + ], + "support": { + "source": "https://github.com/symfony/polyfill-ctype/tree/v1.27.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-11-03T14:55:06+00:00" + }, + { + "name": "symfony/polyfill-iconv", + "version": "v1.27.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-iconv.git", + "reference": "927013f3aac555983a5059aada98e1907d842695" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/927013f3aac555983a5059aada98e1907d842695", + "reference": "927013f3aac555983a5059aada98e1907d842695", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "provide": { + "ext-iconv": "*" + }, + "suggest": { + "ext-iconv": "For best performance" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.27-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Iconv\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for the Iconv extension", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "iconv", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-iconv/tree/v1.27.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-11-03T14:55:06+00:00" + }, + { + "name": "symfony/polyfill-intl-grapheme", + "version": "v1.27.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-intl-grapheme.git", + "reference": "511a08c03c1960e08a883f4cffcacd219b758354" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/511a08c03c1960e08a883f4cffcacd219b758354", + "reference": "511a08c03c1960e08a883f4cffcacd219b758354", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "suggest": { + "ext-intl": "For best performance" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.27-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Intl\\Grapheme\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for intl's grapheme_* functions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "grapheme", + "intl", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.27.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-11-03T14:55:06+00:00" + }, + { + "name": "symfony/polyfill-intl-normalizer", + "version": "v1.27.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-intl-normalizer.git", + "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/19bd1e4fcd5b91116f14d8533c57831ed00571b6", + "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "suggest": { + "ext-intl": "For best performance" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.27-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Intl\\Normalizer\\": "" + }, + "classmap": [ + "Resources/stubs" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for intl's Normalizer class and related functions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "intl", + "normalizer", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.27.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-11-03T14:55:06+00:00" + }, + { + "name": "symfony/polyfill-mbstring", + "version": "v1.27.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-mbstring.git", + "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534", + "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "provide": { + "ext-mbstring": "*" + }, + "suggest": { + "ext-mbstring": "For best performance" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.27-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Mbstring\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for the Mbstring extension", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "mbstring", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-11-03T14:55:06+00:00" + }, + { + "name": "symfony/polyfill-php73", + "version": "v1.27.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php73.git", + "reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/9e8ecb5f92152187c4799efd3c96b78ccab18ff9", + "reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.27-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Php73\\": "" + }, + "classmap": [ + "Resources/stubs" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-php73/tree/v1.27.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-11-03T14:55:06+00:00" + }, + { + "name": "symfony/polyfill-php80", + "version": "v1.27.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php80.git", + "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936", + "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.27-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Php80\\": "" + }, + "classmap": [ + "Resources/stubs" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Ion Bazan", + "email": "ion.bazan@gmail.com" + }, + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-php80/tree/v1.27.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-11-03T14:55:06+00:00" + }, + { + "name": "symfony/polyfill-php81", + "version": "v1.27.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php81.git", + "reference": "707403074c8ea6e2edaf8794b0157a0bfa52157a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/707403074c8ea6e2edaf8794b0157a0bfa52157a", + "reference": "707403074c8ea6e2edaf8794b0157a0bfa52157a", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.27-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Php81\\": "" + }, + "classmap": [ + "Resources/stubs" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-php81/tree/v1.27.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-11-03T14:55:06+00:00" + }, + { + "name": "symfony/process", + "version": "v6.0.19", + "source": { + "type": "git", + "url": "https://github.com/symfony/process.git", + "reference": "2114fd60f26a296cc403a7939ab91478475a33d4" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/process/zipball/2114fd60f26a296cc403a7939ab91478475a33d4", + "reference": "2114fd60f26a296cc403a7939ab91478475a33d4", + "shasum": "" + }, + "require": { + "php": ">=8.0.2" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Process\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Executes commands in sub-processes", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/process/tree/v6.0.19" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2023-01-01T08:36:10+00:00" + }, + { + "name": "symfony/service-contracts", + "version": "v3.0.2", + "source": { + "type": "git", + "url": "https://github.com/symfony/service-contracts.git", + "reference": "d78d39c1599bd1188b8e26bb341da52c3c6d8a66" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/service-contracts/zipball/d78d39c1599bd1188b8e26bb341da52c3c6d8a66", + "reference": "d78d39c1599bd1188b8e26bb341da52c3c6d8a66", + "shasum": "" + }, + "require": { + "php": ">=8.0.2", + "psr/container": "^2.0" + }, + "conflict": { + "ext-psr": "<1.1|>=2" + }, + "suggest": { + "symfony/service-implementation": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "3.0-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Contracts\\Service\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Generic abstractions related to writing services", + "homepage": "https://symfony.com", + "keywords": [ + "abstractions", + "contracts", + "decoupling", + "interfaces", + "interoperability", + "standards" + ], + "support": { + "source": "https://github.com/symfony/service-contracts/tree/v3.0.2" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-05-30T19:17:58+00:00" + }, + { + "name": "symfony/string", + "version": "v6.0.19", + "source": { + "type": "git", + "url": "https://github.com/symfony/string.git", + "reference": "d9e72497367c23e08bf94176d2be45b00a9d232a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/string/zipball/d9e72497367c23e08bf94176d2be45b00a9d232a", + "reference": "d9e72497367c23e08bf94176d2be45b00a9d232a", + "shasum": "" + }, + "require": { + "php": ">=8.0.2", + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-intl-grapheme": "~1.0", + "symfony/polyfill-intl-normalizer": "~1.0", + "symfony/polyfill-mbstring": "~1.0" + }, + "conflict": { + "symfony/translation-contracts": "<2.0" + }, + "require-dev": { + "symfony/error-handler": "^5.4|^6.0", + "symfony/http-client": "^5.4|^6.0", + "symfony/translation-contracts": "^2.0|^3.0", + "symfony/var-exporter": "^5.4|^6.0" + }, + "type": "library", + "autoload": { + "files": [ + "Resources/functions.php" + ], + "psr-4": { + "Symfony\\Component\\String\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way", + "homepage": "https://symfony.com", + "keywords": [ + "grapheme", + "i18n", + "string", + "unicode", + "utf-8", + "utf8" + ], + "support": { + "source": "https://github.com/symfony/string/tree/v6.0.19" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2023-01-01T08:36:10+00:00" + }, + { + "name": "symfony/var-dumper", + "version": "v6.0.19", + "source": { + "type": "git", + "url": "https://github.com/symfony/var-dumper.git", + "reference": "eb980457fa6899840fe1687e8627a03a7d8a3d52" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/eb980457fa6899840fe1687e8627a03a7d8a3d52", + "reference": "eb980457fa6899840fe1687e8627a03a7d8a3d52", + "shasum": "" + }, + "require": { + "php": ">=8.0.2", + "symfony/polyfill-mbstring": "~1.0" + }, + "conflict": { + "phpunit/phpunit": "<5.4.3", + "symfony/console": "<5.4" + }, + "require-dev": { + "ext-iconv": "*", + "symfony/console": "^5.4|^6.0", + "symfony/process": "^5.4|^6.0", + "symfony/uid": "^5.4|^6.0", + "twig/twig": "^2.13|^3.0.4" + }, + "suggest": { + "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).", + "ext-intl": "To show region name in time zone dump", + "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script" + }, + "bin": [ + "Resources/bin/var-dump-server" + ], + "type": "library", + "autoload": { + "files": [ + "Resources/functions/dump.php" + ], + "psr-4": { + "Symfony\\Component\\VarDumper\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides mechanisms for walking through any arbitrary PHP variable", + "homepage": "https://symfony.com", + "keywords": [ + "debug", + "dump" + ], + "support": { + "source": "https://github.com/symfony/var-dumper/tree/v6.0.19" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2023-01-20T17:44:14+00:00" + }, + { + "name": "symfony/yaml", + "version": "v6.0.19", + "source": { + "type": "git", + "url": "https://github.com/symfony/yaml.git", + "reference": "deec3a812a0305a50db8ae689b183f43d915c884" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/yaml/zipball/deec3a812a0305a50db8ae689b183f43d915c884", + "reference": "deec3a812a0305a50db8ae689b183f43d915c884", + "shasum": "" + }, + "require": { + "php": ">=8.0.2", + "symfony/polyfill-ctype": "^1.8" + }, + "conflict": { + "symfony/console": "<5.4" + }, + "require-dev": { + "symfony/console": "^5.4|^6.0" + }, + "suggest": { + "symfony/console": "For validating YAML files using the lint command" + }, + "bin": [ + "Resources/bin/yaml-lint" + ], + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Yaml\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Loads and dumps YAML files", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/yaml/tree/v6.0.19" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2023-01-11T11:50:03+00:00" + }, + { + "name": "theseer/tokenizer", + "version": "1.2.1", + "source": { + "type": "git", + "url": "https://github.com/theseer/tokenizer.git", + "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e", + "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "ext-tokenizer": "*", + "ext-xmlwriter": "*", + "php": "^7.2 || ^8.0" + }, + "type": "library", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Arne Blankerts", + "email": "arne@blankerts.de", + "role": "Developer" + } + ], + "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", + "support": { + "issues": "https://github.com/theseer/tokenizer/issues", + "source": "https://github.com/theseer/tokenizer/tree/1.2.1" + }, + "funding": [ + { + "url": "https://github.com/theseer", + "type": "github" + } + ], + "time": "2021-07-28T10:34:58+00:00" + }, + { + "name": "wsdl2phpgenerator/wsdl2phpgenerator", + "version": "3.4.0", + "source": { + "type": "git", + "url": "https://github.com/wsdl2phpgenerator/wsdl2phpgenerator.git", + "reference": "558c8a66677c117de2db5f5a4ae7f327c4b67f67" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/wsdl2phpgenerator/wsdl2phpgenerator/zipball/558c8a66677c117de2db5f5a4ae7f327c4b67f67", + "reference": "558c8a66677c117de2db5f5a4ae7f327c4b67f67", + "shasum": "" + }, + "require": { + "ext-soap": "*", + "php": ">=5.3.0", + "symfony/options-resolver": "~2.6|~3.0", + "symfony/polyfill-iconv": "^1.2" + }, + "require-dev": { + "kasperg/phing-github": "0.2.*", + "phing/phing": "~2.7", + "php-vcr/php-vcr": "1.2 - 1.2.7|^1.3.1", + "php-vcr/phpunit-testlistener-vcr": "~1.1.2", + "phpunit/phpunit": "~4.4", + "psr/log": "~1.0", + "symfony/yaml": "~2.1" + }, + "type": "library", + "autoload": { + "psr-4": { + "Wsdl2PhpGenerator\\": [ + "src/", + "lib/" + ] + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Simple class library for generating php classes from a wsdl file.", + "keywords": [ + "soap", + "wsdl" + ], + "support": { + "issues": "https://github.com/wsdl2phpgenerator/wsdl2phpgenerator/issues", + "source": "https://github.com/wsdl2phpgenerator/wsdl2phpgenerator/tree/3.4.0" + }, + "abandoned": true, + "time": "2016-10-30T21:02:36+00:00" + }, + { + "name": "wsdltophp/domhandler", + "version": "2.0.6", + "source": { + "type": "git", + "url": "https://github.com/WsdlToPhp/DomHandler.git", + "reference": "21eb8c020484508268a57a5393ed93ab938b7786" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/WsdlToPhp/DomHandler/zipball/21eb8c020484508268a57a5393ed93ab938b7786", + "reference": "21eb8c020484508268a57a5393ed93ab938b7786", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "php": ">=7.4" + }, + "require-dev": { + "friendsofphp/php-cs-fixer": "~3.0", + "phpstan/phpstan": "^1.4", + "phpunit/phpunit": "^9" + }, + "type": "library", + "autoload": { + "psr-4": { + "WsdlToPhp\\DomHandler\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Mikaël DELSOL", + "email": "contact@wsdltophp.com", + "homepage": "https://www.wsdltophp.com", + "role": "Owner" + }, + { + "name": "phordijk", + "role": "Contributor" + } + ], + "description": "Decorative design pattern to ease DOM handling", + "homepage": "https://github.com/WsdlToPhp/DomHandler", + "keywords": [ + "Xpath", + "dom", + "php", + "xml" + ], + "support": { + "email": "contact@wsdltophp.com", + "issues": "https://github.com/WsdlToPhp/DomHandler/issues", + "source": "https://github.com/WsdlToPhp/DomHandler/tree/2.0.6" + }, + "time": "2022-03-24T20:28:45+00:00" + }, + { + "name": "wsdltophp/packagebase", + "version": "5.0.3", + "source": { + "type": "git", + "url": "https://github.com/WsdlToPhp/PackageBase.git", + "reference": "f59c085a2ea5caa75ee6a12185444b5738e573d6" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/WsdlToPhp/PackageBase/zipball/f59c085a2ea5caa75ee6a12185444b5738e573d6", + "reference": "f59c085a2ea5caa75ee6a12185444b5738e573d6", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "ext-json": "*", + "ext-soap": "*", + "php": ">=7.4" + }, + "require-dev": { + "friendsofphp/php-cs-fixer": "~3.0", + "phpstan/phpstan": "^1.4", + "phpunit/phpunit": "^9" + }, + "type": "library", + "autoload": { + "psr-4": { + "WsdlToPhp\\PackageBase\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Mikaël DELSOL", + "email": "contact@wsdltophp.com", + "role": "Owner" + }, + { + "name": "Luke Rodgers", + "email": "lukerodgers90@gmail.com", + "role": "Contributor" + }, + { + "name": "Arthur Moore", + "email": "github@cd-net.net", + "role": "Contributor" + }, + { + "name": "Necati Yared Ozal", + "email": "mail@necatiozal.com", + "role": "Contributor" + }, + { + "name": "Gemorroj", + "email": "wapinet@mail.ru", + "role": "Contributor" + }, + { + "name": "hordijk", + "role": "Contributor" + }, + { + "name": "Jacob Dreesen", + "email": "jacob.dreesen@gmail.com", + "role": "Contributor" + }, + { + "name": "Karl Pierce", + "email": "kpierce@ratespecial.com", + "role": "Contributor" + }, + { + "name": "maurobn", + "role": "Contributor" + } + ], + "description": "Contains the base classes to be used by classes generated by wsdltophp/packagegenerator", + "homepage": "https://github.com/WsdlToPhp/PackageBase", + "keywords": [ + "models", + "php" + ], + "support": { + "email": "contact@wsdltophp.com", + "issues": "https://github.com/WsdlToPhp/PackageBase/issues", + "source": "https://github.com/WsdlToPhp/PackageBase/tree/5.0.3" + }, + "time": "2023-02-09T20:22:37+00:00" + }, + { + "name": "wsdltophp/packagegenerator", + "version": "4.1.7", + "source": { + "type": "git", + "url": "https://github.com/WsdlToPhp/PackageGenerator.git", + "reference": "f0393bc6088df074f57595e47965fe906148f880" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/WsdlToPhp/PackageGenerator/zipball/f0393bc6088df074f57595e47965fe906148f880", + "reference": "f0393bc6088df074f57595e47965fe906148f880", + "shasum": "" + }, + "require": { + "composer/composer": "^2.0", + "ext-dom": "*", + "ext-json": "*", + "ext-libxml": "*", + "ext-mbstring": "*", + "ext-soap": "*", + "php": ">=7.4", + "symfony/console": "^4.0|^5.0|^6.0", + "symfony/yaml": "^4.0|^5.0|^6.0", + "wsdltophp/packagebase": "^5.0", + "wsdltophp/phpgenerator": "^4.0", + "wsdltophp/wsdlhandler": "^1.0" + }, + "require-dev": { + "friendsofphp/php-cs-fixer": "^3.0", + "phpstan/phpstan": "^1.3", + "phpunit/phpunit": "^9" + }, + "type": "library", + "autoload": { + "psr-4": { + "WsdlToPhp\\PackageGenerator\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Mikaël DELSOL", + "email": "contact@wsdltophp.com", + "homepage": "https://www.wsdltophp.com", + "role": "Owner" + }, + { + "name": "Gemorroj", + "email": "wapinet@mail.ru", + "role": "Contributor" + }, + { + "name": "ceeram", + "email": "c33ram@gmail.com", + "role": "Contributor" + }, + { + "name": "GroxExMachine", + "email": "grox@mail.ru", + "role": "Contributor" + }, + { + "name": "Jan Zaeske", + "email": "mail@jzaeske.de", + "role": "Contributor" + }, + { + "name": "Tom Mottram", + "email": "tom@pay4later.com", + "role": "Contributor" + }, + { + "name": "Catirau Mihail", + "email": "ustmaestro@gmail.com", + "role": "Contributor" + }, + { + "name": "Alexander M. Turek", + "email": "me@derrabus.de", + "role": "Contributor" + }, + { + "name": "Valérian Girard", + "email": "waldo2188@gmail.com", + "role": "Contributor" + }, + { + "name": "hordijk", + "role": "Contributor" + }, + { + "name": "Andreas Möller", + "email": "am@localheinz.com", + "role": "Contributor" + }, + { + "name": "Andreas Kintzinger", + "role": "Contributor" + }, + { + "name": "Hendrik Luup", + "email": "hendrik@luup.info", + "role": "Contributor" + }, + { + "name": "Jacob Dreesen", + "email": "jacob.dreesen@gmail.com", + "role": "Contributor" + }, + { + "name": "Clifford Vickrey", + "email": "clifforddavidvickrey@gmail.com", + "role": "Contributor" + }, + { + "name": "Arnaud POINTET", + "role": "Contributor" + }, + { + "name": "dypa", + "role": "Contributor" + } + ], + "description": "Generate hierarchical PHP classes based on a WSDL", + "homepage": "https://github.com/WsdlToPhp/PackageGenerator", + "keywords": [ + "generator", + "php", + "soap", + "wsdl" + ], + "support": { + "email": "contact@wsdltophp.com", + "issues": "https://github.com/WsdlToPhp/PackageGenerator/issues", + "source": "https://github.com/WsdlToPhp/PackageGenerator/tree/4.1.7" + }, + "time": "2023-02-20T17:15:20+00:00" + }, + { + "name": "wsdltophp/phpgenerator", + "version": "4.1.1", + "source": { + "type": "git", + "url": "https://github.com/WsdlToPhp/PhpGenerator.git", + "reference": "8dfdc4746590f10d9569ec3d4ec23b01955f1e91" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/WsdlToPhp/PhpGenerator/zipball/8dfdc4746590f10d9569ec3d4ec23b01955f1e91", + "reference": "8dfdc4746590f10d9569ec3d4ec23b01955f1e91", + "shasum": "" + }, + "require": { + "php": ">=7.4", + "phpstan/phpstan": "^1.5" + }, + "require-dev": { + "friendsofphp/php-cs-fixer": "^3.0", + "phpunit/phpunit": "^9" + }, + "type": "library", + "autoload": { + "psr-4": { + "WsdlToPhp\\PhpGenerator\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Mikaël DELSOL", + "email": "contact@wsdltophp.com", + "role": "Owner" + } + ], + "description": "Generate php source file", + "homepage": "https://github.com/WsdlToPhp/PhpGenerator", + "keywords": [ + "generator", + "php" + ], + "support": { + "email": "contact@wsdltophp.com", + "issues": "https://github.com/WsdlToPhp/PhpGenerator/issues", + "source": "https://github.com/WsdlToPhp/PhpGenerator/tree/4.1.1" + }, + "time": "2022-03-24T21:22:21+00:00" + }, + { + "name": "wsdltophp/wsdlhandler", + "version": "1.0.5", + "source": { + "type": "git", + "url": "https://github.com/WsdlToPhp/WsdlHandler.git", + "reference": "ffa23619cc9d947cdfdc9a44cef6023231816b52" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/WsdlToPhp/WsdlHandler/zipball/ffa23619cc9d947cdfdc9a44cef6023231816b52", + "reference": "ffa23619cc9d947cdfdc9a44cef6023231816b52", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "php": ">=7.4", + "wsdltophp/domhandler": "~2.0" + }, + "require-dev": { + "friendsofphp/php-cs-fixer": "~3.0", + "phpstan/phpstan": "^1.4", + "phpunit/phpunit": "^9" + }, + "type": "library", + "autoload": { + "psr-4": { + "WsdlToPhp\\WsdlHandler\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Mikaël DELSOL", + "email": "contact@wsdltophp.com", + "homepage": "https://www.wsdltophp.com", + "role": "Owner" + } + ], + "description": "Decorative design pattern to ease WSDL handling", + "homepage": "https://github.com/WsdlToPhp/WsdlHandler", + "keywords": [ + "Xpath", + "dom", + "php", + "wsdl", + "xml", + "xsd" + ], + "support": { + "email": "contact@wsdltophp.com", + "issues": "https://github.com/WsdlToPhp/WsdlHandler/issues", + "source": "https://github.com/WsdlToPhp/WsdlHandler/tree/1.0.5" + }, + "time": "2022-03-24T20:54:42+00:00" + } + ], + "aliases": [], + "minimum-stability": "stable", + "stability-flags": [], + "prefer-stable": false, + "prefer-lowest": false, + "platform": { + "php": ">=8.0.0", + "ext-soap": "*" + }, + "platform-dev": [], + "plugin-api-version": "2.3.0" +} diff --git a/phpcs.xml b/phpcs.xml new file mode 100644 index 0000000..cdee368 --- /dev/null +++ b/phpcs.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + + src/ + tests/ + + + src/Api/ + src/ApiExtensions/ + + + + src/ + + + + src/ + + + + src/Api/ + src/ApiExtensions/ + + + + src/Api/ + src/ApiExtensions/ + + + diff --git a/phpstan.neon b/phpstan.neon new file mode 100644 index 0000000..439b79d --- /dev/null +++ b/phpstan.neon @@ -0,0 +1,10 @@ +parameters: + level: 2 + paths: + - src + - tests + + ignoreErrors: + - '#has invalid type#' + - '#has invalid return#' + - '#has unknown class#' diff --git a/phpunit.xml b/phpunit.xml deleted file mode 100644 index 55bb1fb..0000000 --- a/phpunit.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - ./Tests - - - - - - ./src - - - \ No newline at end of file diff --git a/phpunit.xml.dist b/phpunit.xml.dist new file mode 100644 index 0000000..51ca1bf --- /dev/null +++ b/phpunit.xml.dist @@ -0,0 +1,19 @@ + + + + + ./src + + + + + ./tests + + + + + + + + diff --git a/rector.php b/rector.php new file mode 100644 index 0000000..8b00338 --- /dev/null +++ b/rector.php @@ -0,0 +1,69 @@ +paths([ + __DIR__.'/src', + __DIR__.'/tests', + ]); + + // register a single rule +// $rectorConfig->rule(InlineConstructorDefaultToPropertyRector::class); +// $rectorConfig->rule(TypedPropertyFromStrictConstructorRector::class); +// $rectorConfig->rule(RemoveUnusedVariableAssignRector::class); +// $rectorConfig->rule(ReturnTypeFromStrictScalarReturnExprRector::class); +// $rectorConfig->rule(ReturnTypeFromStrictNativeCallRector::class); +// $rectorConfig->rule(MixedTypeRector::class); +// $rectorConfig->rule(UnionTypesRector::class); +// $rectorConfig->rule(IntersectionTypesRector::class); +// $rectorConfig->rule(NewInInitializerRector::class); +// $rectorConfig->rule(ReadOnlyPropertyRector::class); +// $rectorConfig->rule(AddParamTypeFromPropertyTypeRector::class); +// $rectorConfig->rule(AddParamTypeSplFixedArrayRector::class); +// +// $rectorConfig->ruleWithConfiguration(ClassPropertyAssignToConstructorPromotionRector::class, [ +// ClassPropertyAssignToConstructorPromotionRector::INLINE_PUBLIC => false, +// ]); + + // define sets of rules + $rectorConfig->sets([ + SetList::DEAD_CODE, + LevelSetList::UP_TO_PHP_81, + SetList::PHP_81, +// SetList::CODE_QUALITY, +// SetList::CODING_STYLE, +// SymfonyLevelSetList::UP_TO_SYMFONY_60, + SymfonySetList::SYMFONY_CODE_QUALITY, + SymfonySetList::SYMFONY_CONSTRUCTOR_INJECTION, + ]); + + +// $containerConfigurator->import(); +// $containerConfigurator->import(); +// $containerConfigurator->import(); + + $rectorConfig->phpVersion(PhpVersion::PHP_81); +}; diff --git a/src/Api/AuthenticateBigMessage.php b/src/Api/AuthenticateBigMessage.php new file mode 100644 index 0000000..d49be22 --- /dev/null +++ b/src/Api/AuthenticateBigMessage.php @@ -0,0 +1,38 @@ +dmMessage = $dmMessage; + } + + /** + * @return base64Binary + */ + public function getDmMessage() + { + return $this->dmMessage; + } + + /** + * @param base64Binary $dmMessage + * @return \Defr\CzechDataBox\Api\AuthenticateBigMessage + */ + public function setDmMessage($dmMessage) + { + $this->dmMessage = $dmMessage; + return $this; + } +} diff --git a/src/Api/AuthenticateBigMessageResponse.php b/src/Api/AuthenticateBigMessageResponse.php new file mode 100644 index 0000000..bb0043e --- /dev/null +++ b/src/Api/AuthenticateBigMessageResponse.php @@ -0,0 +1,63 @@ +dmAuthResult = $dmAuthResult; + $this->dmStatus = $dmStatus; + } + + /** + * @return boolean + */ + public function getDmAuthResult() + { + return $this->dmAuthResult; + } + + /** + * @param boolean $dmAuthResult + * @return \Defr\CzechDataBox\Api\AuthenticateBigMessageResponse + */ + public function setDmAuthResult($dmAuthResult) + { + $this->dmAuthResult = $dmAuthResult; + return $this; + } + + /** + * @return tStatus + */ + public function getDmStatus() + { + return $this->dmStatus; + } + + /** + * @param tStatus $dmStatus + * @return \Defr\CzechDataBox\Api\AuthenticateBigMessageResponse + */ + public function setDmStatus($dmStatus) + { + $this->dmStatus = $dmStatus; + return $this; + } +} diff --git a/src/Api/BigMessageDownload.php b/src/Api/BigMessageDownload.php new file mode 100644 index 0000000..d563969 --- /dev/null +++ b/src/Api/BigMessageDownload.php @@ -0,0 +1,38 @@ +dmID = $dmID; + } + + /** + * @return tIdDm + */ + public function getDmID() + { + return $this->dmID; + } + + /** + * @param tIdDm $dmID + * @return \Defr\CzechDataBox\Api\BigMessageDownload + */ + public function setDmID($dmID) + { + $this->dmID = $dmID; + return $this; + } +} diff --git a/src/Api/BigMessageDownloadResponse.php b/src/Api/BigMessageDownloadResponse.php new file mode 100644 index 0000000..7954212 --- /dev/null +++ b/src/Api/BigMessageDownloadResponse.php @@ -0,0 +1,63 @@ +dmReturnedMessage = $dmReturnedMessage; + $this->dmStatus = $dmStatus; + } + + /** + * @return dmReturnedMessage + */ + public function getDmReturnedMessage() + { + return $this->dmReturnedMessage; + } + + /** + * @param dmReturnedMessage $dmReturnedMessage + * @return \Defr\CzechDataBox\Api\BigMessageDownloadResponse + */ + public function setDmReturnedMessage($dmReturnedMessage) + { + $this->dmReturnedMessage = $dmReturnedMessage; + return $this; + } + + /** + * @return tStatus + */ + public function getDmStatus() + { + return $this->dmStatus; + } + + /** + * @param tStatus $dmStatus + * @return \Defr\CzechDataBox\Api\BigMessageDownloadResponse + */ + public function setDmStatus($dmStatus) + { + $this->dmStatus = $dmStatus; + return $this; + } +} diff --git a/src/Api/DataBoxAccess.php b/src/Api/DataBoxAccess.php index 36a7d08..3ec03c8 100644 --- a/src/Api/DataBoxAccess.php +++ b/src/Api/DataBoxAccess.php @@ -9,34 +9,57 @@ class DataBoxAccess extends \SoapClient * @var array $classmap The defined classes */ private static $classmap = array ( - 'tIdDbInput' => 'Defr\\CzechDataBox\\Api\\tIdDbInput', + 'dbID' => 'Defr\\CzechDataBox\\Api\\dbID', + 'tIdDBInput' => 'Defr\\CzechDataBox\\Api\\tIdDBInput', + 'tIdDBDUInput' => 'Defr\\CzechDataBox\\Api\\tIdDBDUInput', + 'tIdDBInputAttrs' => 'Defr\\CzechDataBox\\Api\\tIdDBInputAttrs', + 'tIdDBDUInputAttrs2' => 'Defr\\CzechDataBox\\Api\\tIdDBDUInputAttrs2', 'tReqStatusOutput' => 'Defr\\CzechDataBox\\Api\\tReqStatusOutput', 'tDbReqStatus' => 'Defr\\CzechDataBox\\Api\\tDbReqStatus', + 'tDbUserInfo' => 'Defr\\CzechDataBox\\Api\\tDbUserInfo', + 'tDbUserInfoExt' => 'Defr\\CzechDataBox\\Api\\tDbUserInfoExt', + 'tDbUserInfoExt2' => 'Defr\\CzechDataBox\\Api\\tDbUserInfoExt2', 'tDbOwnerInfo' => 'Defr\\CzechDataBox\\Api\\tDbOwnerInfo', + 'tDbOwnerInfoExt' => 'Defr\\CzechDataBox\\Api\\tDbOwnerInfoExt', + 'tDbOwnerInfoExt2' => 'Defr\\CzechDataBox\\Api\\tDbOwnerInfoExt2', 'tDbOwnersArray' => 'Defr\\CzechDataBox\\Api\\tDbOwnersArray', - 'tDbUserInfo' => 'Defr\\CzechDataBox\\Api\\tDbUserInfo', + 'tDbOwnersArray2' => 'Defr\\CzechDataBox\\Api\\tDbOwnersArray2', 'tDbUsersArray' => 'Defr\\CzechDataBox\\Api\\tDbUsersArray', + 'dbUserInfo' => 'Defr\\CzechDataBox\\Api\\dbUserInfo', + 'tDbUsersArray2' => 'Defr\\CzechDataBox\\Api\\tDbUsersArray2', 'tFindDBInput' => 'Defr\\CzechDataBox\\Api\\tFindDBInput', 'tFindDBOuput' => 'Defr\\CzechDataBox\\Api\\tFindDBOuput', + 'tFindDBInput2' => 'Defr\\CzechDataBox\\Api\\tFindDBInput2', + 'tFindDBOuput2' => 'Defr\\CzechDataBox\\Api\\tFindDBOuput2', 'tCreateDBInput' => 'Defr\\CzechDataBox\\Api\\tCreateDBInput', + 'dbOwnerInfo' => 'Defr\\CzechDataBox\\Api\\dbOwnerInfo', 'tCreateDBOutput' => 'Defr\\CzechDataBox\\Api\\tCreateDBOutput', + 'tCreateDBInput2' => 'Defr\\CzechDataBox\\Api\\tCreateDBInput2', + 'tCreateDBOutput2' => 'Defr\\CzechDataBox\\Api\\tCreateDBOutput2', 'tDeleteDBInput' => 'Defr\\CzechDataBox\\Api\\tDeleteDBInput', + 'tDeleteDBInput2' => 'Defr\\CzechDataBox\\Api\\tDeleteDBInput2', + 'tUpdateDBInput2' => 'Defr\\CzechDataBox\\Api\\tUpdateDBInput2', 'tUpdateDBInput' => 'Defr\\CzechDataBox\\Api\\tUpdateDBInput', 'tAddDBUserInput' => 'Defr\\CzechDataBox\\Api\\tAddDBUserInput', 'tAddDBUserOutput' => 'Defr\\CzechDataBox\\Api\\tAddDBUserOutput', + 'tAddDBUserInput2' => 'Defr\\CzechDataBox\\Api\\tAddDBUserInput2', + 'tAddDBUserOutput2' => 'Defr\\CzechDataBox\\Api\\tAddDBUserOutput2', 'tDelDBUserInput' => 'Defr\\CzechDataBox\\Api\\tDelDBUserInput', + 'tDelDBUserInput2' => 'Defr\\CzechDataBox\\Api\\tDelDBUserInput2', 'tUpdDBUserInput' => 'Defr\\CzechDataBox\\Api\\tUpdDBUserInput', + 'tUpdDBUserInput2' => 'Defr\\CzechDataBox\\Api\\tUpdDBUserInput2', 'tNewAccDataInput' => 'Defr\\CzechDataBox\\Api\\tNewAccDataInput', 'tNewAccDataOutput' => 'Defr\\CzechDataBox\\Api\\tNewAccDataOutput', + 'tNewAccDataInput2' => 'Defr\\CzechDataBox\\Api\\tNewAccDataInput2', + 'tNewAccDataOutput2' => 'Defr\\CzechDataBox\\Api\\tNewAccDataOutput2', 'tOwnerInfoInput' => 'Defr\\CzechDataBox\\Api\\tOwnerInfoInput', 'tDisableExternallyInput' => 'Defr\\CzechDataBox\\Api\\tDisableExternallyInput', - 'tGetDBUsersOutput' => 'Defr\\CzechDataBox\\Api\\tGetDBUsersOutput', + 'tDisableExternallyInput2' => 'Defr\\CzechDataBox\\Api\\tDisableExternallyInput2', + 'tGetDBUsers2Output' => 'Defr\\CzechDataBox\\Api\\tGetDBUsers2Output', 'tCheckDBOutput' => 'Defr\\CzechDataBox\\Api\\tCheckDBOutput', - 'tActivateInput' => 'Defr\\CzechDataBox\\Api\\tActivateInput', - 'tActivateOutput' => 'Defr\\CzechDataBox\\Api\\tActivateOutput', - 'tCreateDBPFOInfoInput' => 'Defr\\CzechDataBox\\Api\\tCreateDBPFOInfoInput', - 'tCreateDBPFOInfoOutput' => 'Defr\\CzechDataBox\\Api\\tCreateDBPFOInfoOutput', 'tDummyInput' => 'Defr\\CzechDataBox\\Api\\tDummyInput', + 'tGetOwnInfoOutput2' => 'Defr\\CzechDataBox\\Api\\tGetOwnInfoOutput2', + 'tGetUserInfoOutput2' => 'Defr\\CzechDataBox\\Api\\tGetUserInfoOutput2', 'tGetOwnInfoOutput' => 'Defr\\CzechDataBox\\Api\\tGetOwnInfoOutput', 'tGetUserInfoOutput' => 'Defr\\CzechDataBox\\Api\\tGetUserInfoOutput', 'tGetPasswInfoOutput' => 'Defr\\CzechDataBox\\Api\\tGetPasswInfoOutput', @@ -48,6 +71,37 @@ class DataBoxAccess extends \SoapClient 'tPDZRec' => 'Defr\\CzechDataBox\\Api\\tPDZRec', 'tPDZRecArray' => 'Defr\\CzechDataBox\\Api\\tPDZRecArray', 'tPDZInfoOutput' => 'Defr\\CzechDataBox\\Api\\tPDZInfoOutput', + 'tChangeDBsTypeInput' => 'Defr\\CzechDataBox\\Api\\tChangeDBsTypeInput', + 'tChangeDBsTypeOutput' => 'Defr\\CzechDataBox\\Api\\tChangeDBsTypeOutput', + 'tChangeLogRow' => 'Defr\\CzechDataBox\\Api\\tChangeLogRow', + 'tDBCreditInfoInput' => 'Defr\\CzechDataBox\\Api\\tDBCreditInfoInput', + 'tDBCreditInfoOutput' => 'Defr\\CzechDataBox\\Api\\tDBCreditInfoOutput', + 'ciRecords' => 'Defr\\CzechDataBox\\Api\\ciRecords', + 'tCiRecord' => 'Defr\\CzechDataBox\\Api\\tCiRecord', + 'tISDSSearchInput' => 'Defr\\CzechDataBox\\Api\\tISDSSearchInput', + 'tISDSSearchOutput' => 'Defr\\CzechDataBox\\Api\\tISDSSearchOutput', + 'tdbResult' => 'Defr\\CzechDataBox\\Api\\tdbResult', + 'tdbResultsArray' => 'Defr\\CzechDataBox\\Api\\tdbResultsArray', + 'tISDSSearchInput3' => 'Defr\\CzechDataBox\\Api\\tISDSSearchInput3', + 'tISDSSearchOutput2' => 'Defr\\CzechDataBox\\Api\\tISDSSearchOutput2', + 'tdbResult2' => 'Defr\\CzechDataBox\\Api\\tdbResult2', + 'tdbResultsArray2' => 'Defr\\CzechDataBox\\Api\\tdbResultsArray2', + 'tGetDBStatusInput' => 'Defr\\CzechDataBox\\Api\\tGetDBStatusInput', + 'tGetDBStatusOutput' => 'Defr\\CzechDataBox\\Api\\tGetDBStatusOutput', + 'tdbPeriodsArray' => 'Defr\\CzechDataBox\\Api\\tdbPeriodsArray', + 'tdbPeriod' => 'Defr\\CzechDataBox\\Api\\tdbPeriod', + 'tFindPersonalDBInput' => 'Defr\\CzechDataBox\\Api\\tFindPersonalDBInput', + 'tdbPersonalOwnerInfo' => 'Defr\\CzechDataBox\\Api\\tdbPersonalOwnerInfo', + 'tFindPersonalDBOutput' => 'Defr\\CzechDataBox\\Api\\tFindPersonalDBOutput', + 'tdbPersOwnersArray' => 'Defr\\CzechDataBox\\Api\\tdbPersOwnersArray', + 'tDTInfoInput' => 'Defr\\CzechDataBox\\Api\\tDTInfoInput', + 'tDTInfoOutput' => 'Defr\\CzechDataBox\\Api\\tDTInfoOutput', + 'tPDZSendInput' => 'Defr\\CzechDataBox\\Api\\tPDZSendInput', + 'tPDZSendOutput' => 'Defr\\CzechDataBox\\Api\\tPDZSendOutput', + 'GetConstants' => 'Defr\\CzechDataBox\\Api\\GetConstants', + 'tGetConstsOutput' => 'Defr\\CzechDataBox\\Api\\tGetConstsOutput', + 'constRecords' => 'Defr\\CzechDataBox\\Api\\constRecords', + 'tConstRecord' => 'Defr\\CzechDataBox\\Api\\tConstRecord', ); /** @@ -56,18 +110,18 @@ class DataBoxAccess extends \SoapClient */ public function __construct(array $options = array(), $wsdl = null) { - foreach (self::$classmap as $key => $value) { - if (!isset($options['classmap'][$key])) { - $options['classmap'][$key] = $value; + foreach (self::$classmap as $key => $value) { + if (!isset($options['classmap'][$key])) { + $options['classmap'][$key] = $value; + } + } + $options = array_merge(array ( + 'features' => 1, + ), $options); + if (!$wsdl) { + $wsdl = '/Users/dennis/sites/CzechDataBox/Resources/db_access.wsdl'; } - } - $options = array_merge(array ( - 'features' => 1, - ), $options); - if (!$wsdl) { - $wsdl = '/Users/dennis/sites/isas/vendor/dfridrich/czech-data-box/Resources/db_access.wsdl'; - } - parent::__construct($wsdl, $options); + parent::__construct($wsdl, $options); } /** @@ -76,16 +130,16 @@ public function __construct(array $options = array(), $wsdl = null) */ public function GetOwnerInfoFromLogin(tDummyInput $parameter) { - return $this->__soapCall('GetOwnerInfoFromLogin', array($parameter)); + return $this->__soapCall('GetOwnerInfoFromLogin', array($parameter)); } /** - * @param UNKNOWN $parameter - * @return UNKNOWN + * @param tDummyInput $parameter + * @return tGetOwnInfoOutput2 */ - public function GetOwnerInfoFromLogin2($parameter) + public function GetOwnerInfoFromLogin2(tDummyInput $parameter) { - return $this->__soapCall('GetOwnerInfoFromLogin2', array($parameter)); + return $this->__soapCall('GetOwnerInfoFromLogin2', array($parameter)); } /** @@ -94,16 +148,16 @@ public function GetOwnerInfoFromLogin2($parameter) */ public function GetUserInfoFromLogin(tDummyInput $parameter) { - return $this->__soapCall('GetUserInfoFromLogin', array($parameter)); + return $this->__soapCall('GetUserInfoFromLogin', array($parameter)); } /** - * @param UNKNOWN $parameter - * @return UNKNOWN + * @param tDummyInput $parameter + * @return tGetUserInfoOutput2 */ - public function GetUserInfoFromLogin2($parameter) + public function GetUserInfoFromLogin2(tDummyInput $parameter) { - return $this->__soapCall('GetUserInfoFromLogin2', array($parameter)); + return $this->__soapCall('GetUserInfoFromLogin2', array($parameter)); } /** @@ -112,7 +166,7 @@ public function GetUserInfoFromLogin2($parameter) */ public function ChangeISDSPassword(tChngPasswInput $parameter) { - return $this->__soapCall('ChangeISDSPassword', array($parameter)); + return $this->__soapCall('ChangeISDSPassword', array($parameter)); } /** @@ -121,7 +175,6 @@ public function ChangeISDSPassword(tChngPasswInput $parameter) */ public function GetPasswordInfo(tDummyInput $parameter) { - return $this->__soapCall('GetPasswordInfo', array($parameter)); + return $this->__soapCall('GetPasswordInfo', array($parameter)); } - } diff --git a/src/Api/DataBoxSearch.php b/src/Api/DataBoxSearch.php index fe4eec3..d1f64a2 100644 --- a/src/Api/DataBoxSearch.php +++ b/src/Api/DataBoxSearch.php @@ -9,34 +9,57 @@ class DataBoxSearch extends \SoapClient * @var array $classmap The defined classes */ private static $classmap = array ( - 'tIdDbInput' => 'Defr\\CzechDataBox\\Api\\tIdDbInput', + 'dbID' => 'Defr\\CzechDataBox\\Api\\dbID', + 'tIdDBInput' => 'Defr\\CzechDataBox\\Api\\tIdDBInput', + 'tIdDBDUInput' => 'Defr\\CzechDataBox\\Api\\tIdDBDUInput', + 'tIdDBInputAttrs' => 'Defr\\CzechDataBox\\Api\\tIdDBInputAttrs', + 'tIdDBDUInputAttrs2' => 'Defr\\CzechDataBox\\Api\\tIdDBDUInputAttrs2', 'tReqStatusOutput' => 'Defr\\CzechDataBox\\Api\\tReqStatusOutput', 'tDbReqStatus' => 'Defr\\CzechDataBox\\Api\\tDbReqStatus', + 'tDbUserInfo' => 'Defr\\CzechDataBox\\Api\\tDbUserInfo', + 'tDbUserInfoExt' => 'Defr\\CzechDataBox\\Api\\tDbUserInfoExt', + 'tDbUserInfoExt2' => 'Defr\\CzechDataBox\\Api\\tDbUserInfoExt2', 'tDbOwnerInfo' => 'Defr\\CzechDataBox\\Api\\tDbOwnerInfo', + 'tDbOwnerInfoExt' => 'Defr\\CzechDataBox\\Api\\tDbOwnerInfoExt', + 'tDbOwnerInfoExt2' => 'Defr\\CzechDataBox\\Api\\tDbOwnerInfoExt2', 'tDbOwnersArray' => 'Defr\\CzechDataBox\\Api\\tDbOwnersArray', - 'tDbUserInfo' => 'Defr\\CzechDataBox\\Api\\tDbUserInfo', + 'tDbOwnersArray2' => 'Defr\\CzechDataBox\\Api\\tDbOwnersArray2', 'tDbUsersArray' => 'Defr\\CzechDataBox\\Api\\tDbUsersArray', + 'dbUserInfo' => 'Defr\\CzechDataBox\\Api\\dbUserInfo', + 'tDbUsersArray2' => 'Defr\\CzechDataBox\\Api\\tDbUsersArray2', 'tFindDBInput' => 'Defr\\CzechDataBox\\Api\\tFindDBInput', 'tFindDBOuput' => 'Defr\\CzechDataBox\\Api\\tFindDBOuput', + 'tFindDBInput2' => 'Defr\\CzechDataBox\\Api\\tFindDBInput2', + 'tFindDBOuput2' => 'Defr\\CzechDataBox\\Api\\tFindDBOuput2', 'tCreateDBInput' => 'Defr\\CzechDataBox\\Api\\tCreateDBInput', + 'dbOwnerInfo' => 'Defr\\CzechDataBox\\Api\\dbOwnerInfo', 'tCreateDBOutput' => 'Defr\\CzechDataBox\\Api\\tCreateDBOutput', + 'tCreateDBInput2' => 'Defr\\CzechDataBox\\Api\\tCreateDBInput2', + 'tCreateDBOutput2' => 'Defr\\CzechDataBox\\Api\\tCreateDBOutput2', 'tDeleteDBInput' => 'Defr\\CzechDataBox\\Api\\tDeleteDBInput', + 'tDeleteDBInput2' => 'Defr\\CzechDataBox\\Api\\tDeleteDBInput2', + 'tUpdateDBInput2' => 'Defr\\CzechDataBox\\Api\\tUpdateDBInput2', 'tUpdateDBInput' => 'Defr\\CzechDataBox\\Api\\tUpdateDBInput', 'tAddDBUserInput' => 'Defr\\CzechDataBox\\Api\\tAddDBUserInput', 'tAddDBUserOutput' => 'Defr\\CzechDataBox\\Api\\tAddDBUserOutput', + 'tAddDBUserInput2' => 'Defr\\CzechDataBox\\Api\\tAddDBUserInput2', + 'tAddDBUserOutput2' => 'Defr\\CzechDataBox\\Api\\tAddDBUserOutput2', 'tDelDBUserInput' => 'Defr\\CzechDataBox\\Api\\tDelDBUserInput', + 'tDelDBUserInput2' => 'Defr\\CzechDataBox\\Api\\tDelDBUserInput2', 'tUpdDBUserInput' => 'Defr\\CzechDataBox\\Api\\tUpdDBUserInput', + 'tUpdDBUserInput2' => 'Defr\\CzechDataBox\\Api\\tUpdDBUserInput2', 'tNewAccDataInput' => 'Defr\\CzechDataBox\\Api\\tNewAccDataInput', 'tNewAccDataOutput' => 'Defr\\CzechDataBox\\Api\\tNewAccDataOutput', + 'tNewAccDataInput2' => 'Defr\\CzechDataBox\\Api\\tNewAccDataInput2', + 'tNewAccDataOutput2' => 'Defr\\CzechDataBox\\Api\\tNewAccDataOutput2', 'tOwnerInfoInput' => 'Defr\\CzechDataBox\\Api\\tOwnerInfoInput', 'tDisableExternallyInput' => 'Defr\\CzechDataBox\\Api\\tDisableExternallyInput', - 'tGetDBUsersOutput' => 'Defr\\CzechDataBox\\Api\\tGetDBUsersOutput', + 'tDisableExternallyInput2' => 'Defr\\CzechDataBox\\Api\\tDisableExternallyInput2', + 'tGetDBUsers2Output' => 'Defr\\CzechDataBox\\Api\\tGetDBUsers2Output', 'tCheckDBOutput' => 'Defr\\CzechDataBox\\Api\\tCheckDBOutput', - 'tActivateInput' => 'Defr\\CzechDataBox\\Api\\tActivateInput', - 'tActivateOutput' => 'Defr\\CzechDataBox\\Api\\tActivateOutput', - 'tCreateDBPFOInfoInput' => 'Defr\\CzechDataBox\\Api\\tCreateDBPFOInfoInput', - 'tCreateDBPFOInfoOutput' => 'Defr\\CzechDataBox\\Api\\tCreateDBPFOInfoOutput', 'tDummyInput' => 'Defr\\CzechDataBox\\Api\\tDummyInput', + 'tGetOwnInfoOutput2' => 'Defr\\CzechDataBox\\Api\\tGetOwnInfoOutput2', + 'tGetUserInfoOutput2' => 'Defr\\CzechDataBox\\Api\\tGetUserInfoOutput2', 'tGetOwnInfoOutput' => 'Defr\\CzechDataBox\\Api\\tGetOwnInfoOutput', 'tGetUserInfoOutput' => 'Defr\\CzechDataBox\\Api\\tGetUserInfoOutput', 'tGetPasswInfoOutput' => 'Defr\\CzechDataBox\\Api\\tGetPasswInfoOutput', @@ -48,6 +71,37 @@ class DataBoxSearch extends \SoapClient 'tPDZRec' => 'Defr\\CzechDataBox\\Api\\tPDZRec', 'tPDZRecArray' => 'Defr\\CzechDataBox\\Api\\tPDZRecArray', 'tPDZInfoOutput' => 'Defr\\CzechDataBox\\Api\\tPDZInfoOutput', + 'tChangeDBsTypeInput' => 'Defr\\CzechDataBox\\Api\\tChangeDBsTypeInput', + 'tChangeDBsTypeOutput' => 'Defr\\CzechDataBox\\Api\\tChangeDBsTypeOutput', + 'tChangeLogRow' => 'Defr\\CzechDataBox\\Api\\tChangeLogRow', + 'tDBCreditInfoInput' => 'Defr\\CzechDataBox\\Api\\tDBCreditInfoInput', + 'tDBCreditInfoOutput' => 'Defr\\CzechDataBox\\Api\\tDBCreditInfoOutput', + 'ciRecords' => 'Defr\\CzechDataBox\\Api\\ciRecords', + 'tCiRecord' => 'Defr\\CzechDataBox\\Api\\tCiRecord', + 'tISDSSearchInput' => 'Defr\\CzechDataBox\\Api\\tISDSSearchInput', + 'tISDSSearchOutput' => 'Defr\\CzechDataBox\\Api\\tISDSSearchOutput', + 'tdbResult' => 'Defr\\CzechDataBox\\Api\\tdbResult', + 'tdbResultsArray' => 'Defr\\CzechDataBox\\Api\\tdbResultsArray', + 'tISDSSearchInput3' => 'Defr\\CzechDataBox\\Api\\tISDSSearchInput3', + 'tISDSSearchOutput2' => 'Defr\\CzechDataBox\\Api\\tISDSSearchOutput2', + 'tdbResult2' => 'Defr\\CzechDataBox\\Api\\tdbResult2', + 'tdbResultsArray2' => 'Defr\\CzechDataBox\\Api\\tdbResultsArray2', + 'tGetDBStatusInput' => 'Defr\\CzechDataBox\\Api\\tGetDBStatusInput', + 'tGetDBStatusOutput' => 'Defr\\CzechDataBox\\Api\\tGetDBStatusOutput', + 'tdbPeriodsArray' => 'Defr\\CzechDataBox\\Api\\tdbPeriodsArray', + 'tdbPeriod' => 'Defr\\CzechDataBox\\Api\\tdbPeriod', + 'tFindPersonalDBInput' => 'Defr\\CzechDataBox\\Api\\tFindPersonalDBInput', + 'tdbPersonalOwnerInfo' => 'Defr\\CzechDataBox\\Api\\tdbPersonalOwnerInfo', + 'tFindPersonalDBOutput' => 'Defr\\CzechDataBox\\Api\\tFindPersonalDBOutput', + 'tdbPersOwnersArray' => 'Defr\\CzechDataBox\\Api\\tdbPersOwnersArray', + 'tDTInfoInput' => 'Defr\\CzechDataBox\\Api\\tDTInfoInput', + 'tDTInfoOutput' => 'Defr\\CzechDataBox\\Api\\tDTInfoOutput', + 'tPDZSendInput' => 'Defr\\CzechDataBox\\Api\\tPDZSendInput', + 'tPDZSendOutput' => 'Defr\\CzechDataBox\\Api\\tPDZSendOutput', + 'GetConstants' => 'Defr\\CzechDataBox\\Api\\GetConstants', + 'tGetConstsOutput' => 'Defr\\CzechDataBox\\Api\\tGetConstsOutput', + 'constRecords' => 'Defr\\CzechDataBox\\Api\\constRecords', + 'tConstRecord' => 'Defr\\CzechDataBox\\Api\\tConstRecord', ); /** @@ -56,18 +110,18 @@ class DataBoxSearch extends \SoapClient */ public function __construct(array $options = array(), $wsdl = null) { - foreach (self::$classmap as $key => $value) { - if (!isset($options['classmap'][$key])) { - $options['classmap'][$key] = $value; + foreach (self::$classmap as $key => $value) { + if (!isset($options['classmap'][$key])) { + $options['classmap'][$key] = $value; + } } - } - $options = array_merge(array ( - 'features' => 1, - ), $options); - if (!$wsdl) { - $wsdl = '/Users/dennis/sites/isas/vendor/dfridrich/czech-data-box/Resources/db_search.wsdl'; - } - parent::__construct($wsdl, $options); + $options = array_merge(array ( + 'features' => 1, + ), $options); + if (!$wsdl) { + $wsdl = '/Users/dennis/sites/CzechDataBox/Resources/db_search.wsdl'; + } + parent::__construct($wsdl, $options); } /** @@ -76,25 +130,25 @@ public function __construct(array $options = array(), $wsdl = null) */ public function FindDataBox(tFindDBInput $parameter) { - return $this->__soapCall('FindDataBox', array($parameter)); + return $this->__soapCall('FindDataBox', array($parameter)); } /** - * @param UNKNOWN $parameter - * @return UNKNOWN + * @param tFindDBInput2 $parameter + * @return tFindDBOuput2 */ - public function FindDataBox2($parameter) + public function FindDataBox2(tFindDBInput2 $parameter) { - return $this->__soapCall('FindDataBox2', array($parameter)); + return $this->__soapCall('FindDataBox2', array($parameter)); } /** - * @param tIdDbInput $parameter + * @param tIdDBInput $parameter * @return tCheckDBOutput */ - public function CheckDataBox(tIdDbInput $parameter) + public function CheckDataBox(tIdDBInput $parameter) { - return $this->__soapCall('CheckDataBox', array($parameter)); + return $this->__soapCall('CheckDataBox', array($parameter)); } /** @@ -103,7 +157,7 @@ public function CheckDataBox(tIdDbInput $parameter) */ public function GetDataBoxList(tGetDBListInput $parameter) { - return $this->__soapCall('GetDataBoxList', array($parameter)); + return $this->__soapCall('GetDataBoxList', array($parameter)); } /** @@ -112,70 +166,78 @@ public function GetDataBoxList(tGetDBListInput $parameter) */ public function PDZInfo(tPDZInfoInput $parameter) { - return $this->__soapCall('PDZInfo', array($parameter)); + return $this->__soapCall('PDZInfo', array($parameter)); } /** - * @param UNKNOWN $parameter - * @return UNKNOWN + * @param tDBCreditInfoInput $parameter + * @return tDBCreditInfoOutput */ - public function DataBoxCreditInfo($parameter) + public function DataBoxCreditInfo(tDBCreditInfoInput $parameter) { - return $this->__soapCall('DataBoxCreditInfo', array($parameter)); + return $this->__soapCall('DataBoxCreditInfo', array($parameter)); } /** - * @param UNKNOWN $parameter - * @return UNKNOWN + * @param tISDSSearchInput $parameter + * @return tISDSSearchOutput */ - public function ISDSSearch2($parameter) + public function ISDSSearch2(tISDSSearchInput $parameter) { - return $this->__soapCall('ISDSSearch2', array($parameter)); + return $this->__soapCall('ISDSSearch2', array($parameter)); } /** - * @param UNKNOWN $parameter - * @return UNKNOWN + * @param tISDSSearchInput3 $parameter + * @return tISDSSearchOutput2 */ - public function ISDSSearch3($parameter) + public function ISDSSearch3(tISDSSearchInput3 $parameter) { - return $this->__soapCall('ISDSSearch3', array($parameter)); + return $this->__soapCall('ISDSSearch3', array($parameter)); } /** - * @param UNKNOWN $parameter - * @return UNKNOWN + * @param tGetDBStatusInput $parameter + * @return tGetDBStatusOutput */ - public function GetDataBoxActivityStatus($parameter) + public function GetDataBoxActivityStatus(tGetDBStatusInput $parameter) { - return $this->__soapCall('GetDataBoxActivityStatus', array($parameter)); + return $this->__soapCall('GetDataBoxActivityStatus', array($parameter)); } /** - * @param UNKNOWN $parameter - * @return UNKNOWN + * @param tFindPersonalDBInput $parameter + * @return tFindPersonalDBOutput */ - public function FindPersonalDataBox($parameter) + public function FindPersonalDataBox(tFindPersonalDBInput $parameter) { - return $this->__soapCall('FindPersonalDataBox', array($parameter)); + return $this->__soapCall('FindPersonalDataBox', array($parameter)); } /** - * @param UNKNOWN $parameter - * @return UNKNOWN + * @param tDTInfoInput $parameter + * @return tDTInfoOutput */ - public function DTInfo($parameter) + public function DTInfo(tDTInfoInput $parameter) { - return $this->__soapCall('DTInfo', array($parameter)); + return $this->__soapCall('DTInfo', array($parameter)); } /** - * @param UNKNOWN $parameter - * @return UNKNOWN + * @param tPDZSendInput $parameter + * @return tPDZSendOutput */ - public function PDZSendInfo($parameter) + public function PDZSendInfo(tPDZSendInput $parameter) { - return $this->__soapCall('PDZSendInfo', array($parameter)); + return $this->__soapCall('PDZSendInfo', array($parameter)); } + /** + * @param GetConstants $parameter + * @return tGetConstsOutput + */ + public function GetConstants(GetConstants $parameter) + { + return $this->__soapCall('GetConstants', array($parameter)); + } } diff --git a/src/Api/DmInfoWebService.php b/src/Api/DmInfoWebService.php index 307ab97..aa1eafe 100644 --- a/src/Api/DmInfoWebService.php +++ b/src/Api/DmInfoWebService.php @@ -19,6 +19,7 @@ class DmInfoWebService extends \SoapClient 'tEventsArray' => 'Defr\\CzechDataBox\\Api\\tEventsArray', 'tRecipients' => 'Defr\\CzechDataBox\\Api\\tRecipients', 'tMultipleMessageEnvelopeSub' => 'Defr\\CzechDataBox\\Api\\tMultipleMessageEnvelopeSub', + 'dmPublishOwnID' => 'Defr\\CzechDataBox\\Api\\dmPublishOwnID', 'tMultipleMessageRecipients' => 'Defr\\CzechDataBox\\Api\\tMultipleMessageRecipients', 'tMultipleMessageCreateInput' => 'Defr\\CzechDataBox\\Api\\tMultipleMessageCreateInput', 'dmEnvelope' => 'Defr\\CzechDataBox\\Api\\dmEnvelope', @@ -45,7 +46,6 @@ class DmInfoWebService extends \SoapClient 'tMessEnvelDownOutput' => 'Defr\\CzechDataBox\\Api\\tMessEnvelDownOutput', 'tSignedMessDownOutput' => 'Defr\\CzechDataBox\\Api\\tSignedMessDownOutput', 'tMarkMessOutput' => 'Defr\\CzechDataBox\\Api\\tMarkMessOutput', - 'tConfirmDeliveryOutput' => 'Defr\\CzechDataBox\\Api\\tConfirmDeliveryOutput', 'tAuthenticateMessageInput' => 'Defr\\CzechDataBox\\Api\\tAuthenticateMessageInput', 'tAuthenticateMessageOutput' => 'Defr\\CzechDataBox\\Api\\tAuthenticateMessageOutput', 'tGetStateChangesInput' => 'Defr\\CzechDataBox\\Api\\tGetStateChangesInput', @@ -58,6 +58,39 @@ class DmInfoWebService extends \SoapClient 'tEraseMessageOutput' => 'Defr\\CzechDataBox\\Api\\tEraseMessageOutput', 'tResignDocInput' => 'Defr\\CzechDataBox\\Api\\tResignDocInput', 'tResignDocOutput' => 'Defr\\CzechDataBox\\Api\\tResignDocOutput', + 'tGetListOfErasedInput' => 'Defr\\CzechDataBox\\Api\\tGetListOfErasedInput', + 'tGetListOfErasedOutput' => 'Defr\\CzechDataBox\\Api\\tGetListOfErasedOutput', + 'tPickUpAsyncInput' => 'Defr\\CzechDataBox\\Api\\tPickUpAsyncInput', + 'tPickUpAsyncOutput' => 'Defr\\CzechDataBox\\Api\\tPickUpAsyncOutput', + 'tListForNotifInput' => 'Defr\\CzechDataBox\\Api\\tListForNotifInput', + 'tListForNotifOutput' => 'Defr\\CzechDataBox\\Api\\tListForNotifOutput', + 'tNtfRecordsArray' => 'Defr\\CzechDataBox\\Api\\tNtfRecordsArray', + 'tNtfRecord' => 'Defr\\CzechDataBox\\Api\\tNtfRecord', + 'RegisterForNotifications' => 'Defr\\CzechDataBox\\Api\\RegisterForNotifications', + 'RegisterForNotificationsResponse' => 'Defr\\CzechDataBox\\Api\\RegisterForNotificationsResponse', + 'UploadAttachment' => 'Defr\\CzechDataBox\\Api\\UploadAttachment', + 'UploadAttachmentResponse' => 'Defr\\CzechDataBox\\Api\\UploadAttachmentResponse', + 'dmAttHash1' => 'Defr\\CzechDataBox\\Api\\dmAttHash1', + 'dmAttHash2' => 'Defr\\CzechDataBox\\Api\\dmAttHash2', + 'DownloadAttachment' => 'Defr\\CzechDataBox\\Api\\DownloadAttachment', + 'DownloadAttachmentResponse' => 'Defr\\CzechDataBox\\Api\\DownloadAttachmentResponse', + 'tBigMessageInput' => 'Defr\\CzechDataBox\\Api\\tBigMessageInput', + 'dmFiles' => 'Defr\\CzechDataBox\\Api\\dmFiles', + 'dmExtFile' => 'Defr\\CzechDataBox\\Api\\dmExtFile', + 'tBigMessEnvelope' => 'Defr\\CzechDataBox\\Api\\tBigMessEnvelope', + 'tBigMessageOutput' => 'Defr\\CzechDataBox\\Api\\tBigMessageOutput', + 'AuthenticateBigMessage' => 'Defr\\CzechDataBox\\Api\\AuthenticateBigMessage', + 'AuthenticateBigMessageResponse' => 'Defr\\CzechDataBox\\Api\\AuthenticateBigMessageResponse', + 'SignedBigMessageDownload' => 'Defr\\CzechDataBox\\Api\\SignedBigMessageDownload', + 'SignedBigMessageDownloadResponse' => 'Defr\\CzechDataBox\\Api\\SignedBigMessageDownloadResponse', + 'SignedSentBigMessageDownload' => 'Defr\\CzechDataBox\\Api\\SignedSentBigMessageDownload', + 'SignedSentBigMessageDownloadResponse' => 'Defr\\CzechDataBox\\Api\\SignedSentBigMessageDownloadResponse', + 'BigMessageDownload' => 'Defr\\CzechDataBox\\Api\\BigMessageDownload', + 'BigMessageDownloadResponse' => 'Defr\\CzechDataBox\\Api\\BigMessageDownloadResponse', + 'dmReturnedMessage' => 'Defr\\CzechDataBox\\Api\\dmReturnedMessage', + 'GetMessageAuthor2Response' => 'Defr\\CzechDataBox\\Api\\GetMessageAuthor2Response', + 'dmMessageAuthor' => 'Defr\\CzechDataBox\\Api\\dmMessageAuthor', + 'maItem' => 'Defr\\CzechDataBox\\Api\\maItem', ); /** @@ -66,18 +99,18 @@ class DmInfoWebService extends \SoapClient */ public function __construct(array $options = array(), $wsdl = null) { - foreach (self::$classmap as $key => $value) { - if (!isset($options['classmap'][$key])) { - $options['classmap'][$key] = $value; + foreach (self::$classmap as $key => $value) { + if (!isset($options['classmap'][$key])) { + $options['classmap'][$key] = $value; + } } - } - $options = array_merge(array ( - 'features' => 1, - ), $options); - if (!$wsdl) { - $wsdl = '/Users/dennis/sites/isas/vendor/dfridrich/czech-data-box/Resources/dm_info.wsdl'; - } - parent::__construct($wsdl, $options); + $options = array_merge(array ( + 'features' => 1, + ), $options); + if (!$wsdl) { + $wsdl = '/Users/dennis/sites/CzechDataBox/Resources/dm_info.wsdl'; + } + parent::__construct($wsdl, $options); } /** @@ -86,7 +119,7 @@ public function __construct(array $options = array(), $wsdl = null) */ public function VerifyMessage(tIDMessInput $parameter) { - return $this->__soapCall('VerifyMessage', array($parameter)); + return $this->__soapCall('VerifyMessage', array($parameter)); } /** @@ -95,7 +128,7 @@ public function VerifyMessage(tIDMessInput $parameter) */ public function MessageEnvelopeDownload(tIDMessInput $parameter) { - return $this->__soapCall('MessageEnvelopeDownload', array($parameter)); + return $this->__soapCall('MessageEnvelopeDownload', array($parameter)); } /** @@ -104,7 +137,7 @@ public function MessageEnvelopeDownload(tIDMessInput $parameter) */ public function MarkMessageAsDownloaded(tIDMessInput $parameter) { - return $this->__soapCall('MarkMessageAsDownloaded', array($parameter)); + return $this->__soapCall('MarkMessageAsDownloaded', array($parameter)); } /** @@ -113,7 +146,7 @@ public function MarkMessageAsDownloaded(tIDMessInput $parameter) */ public function GetDeliveryInfo(tIDMessInput $parameter) { - return $this->__soapCall('GetDeliveryInfo', array($parameter)); + return $this->__soapCall('GetDeliveryInfo', array($parameter)); } /** @@ -122,7 +155,7 @@ public function GetDeliveryInfo(tIDMessInput $parameter) */ public function GetSignedDeliveryInfo(tIDMessInput $parameter) { - return $this->__soapCall('GetSignedDeliveryInfo', array($parameter)); + return $this->__soapCall('GetSignedDeliveryInfo', array($parameter)); } /** @@ -131,7 +164,7 @@ public function GetSignedDeliveryInfo(tIDMessInput $parameter) */ public function GetListOfSentMessages(tListOfSentInput $parameter) { - return $this->__soapCall('GetListOfSentMessages', array($parameter)); + return $this->__soapCall('GetListOfSentMessages', array($parameter)); } /** @@ -140,16 +173,7 @@ public function GetListOfSentMessages(tListOfSentInput $parameter) */ public function GetListOfReceivedMessages(tListOfFReceivedInput $parameter) { - return $this->__soapCall('GetListOfReceivedMessages', array($parameter)); - } - - /** - * @param tIDMessInput $parameter - * @return tConfirmDeliveryOutput - */ - public function ConfirmDelivery(tIDMessInput $parameter) - { - return $this->__soapCall('ConfirmDelivery', array($parameter)); + return $this->__soapCall('GetListOfReceivedMessages', array($parameter)); } /** @@ -158,7 +182,7 @@ public function ConfirmDelivery(tIDMessInput $parameter) */ public function GetMessageStateChanges(tGetStateChangesInput $parameter) { - return $this->__soapCall('GetMessageStateChanges', array($parameter)); + return $this->__soapCall('GetMessageStateChanges', array($parameter)); } /** @@ -167,7 +191,16 @@ public function GetMessageStateChanges(tGetStateChangesInput $parameter) */ public function GetMessageAuthor(tGetAuthorInput $parameter) { - return $this->__soapCall('GetMessageAuthor', array($parameter)); + return $this->__soapCall('GetMessageAuthor', array($parameter)); + } + + /** + * @param tGetAuthorInput $parameter + * @return GetMessageAuthor2Response + */ + public function GetMessageAuthor2(tGetAuthorInput $parameter) + { + return $this->__soapCall('GetMessageAuthor2', array($parameter)); } /** @@ -176,7 +209,42 @@ public function GetMessageAuthor(tGetAuthorInput $parameter) */ public function EraseMessage(tEraseMessageIntput $parameter) { - return $this->__soapCall('EraseMessage', array($parameter)); + return $this->__soapCall('EraseMessage', array($parameter)); + } + + /** + * @param tGetListOfErasedInput $parameter + * @return tGetListOfErasedOutput + */ + public function GetListOfErasedMessages(tGetListOfErasedInput $parameter) + { + return $this->__soapCall('GetListOfErasedMessages', array($parameter)); + } + + /** + * @param tPickUpAsyncInput $parameter + * @return tPickUpAsyncOutput + */ + public function PickUpAsyncResponse(tPickUpAsyncInput $parameter) + { + return $this->__soapCall('PickUpAsyncResponse', array($parameter)); + } + + /** + * @param tListForNotifInput $parameter + * @return tListForNotifOutput + */ + public function GetListForNotifications(tListForNotifInput $parameter) + { + return $this->__soapCall('GetListForNotifications', array($parameter)); } + /** + * @param RegisterForNotifications $parameter + * @return RegisterForNotificationsResponse + */ + public function RegisterForNotifications(RegisterForNotifications $parameter) + { + return $this->__soapCall('RegisterForNotifications', array($parameter)); + } } diff --git a/src/Api/DmOperationsWebService.php b/src/Api/DmOperationsWebService.php index 8476b7a..3efe3bb 100644 --- a/src/Api/DmOperationsWebService.php +++ b/src/Api/DmOperationsWebService.php @@ -19,6 +19,7 @@ class DmOperationsWebService extends \SoapClient 'tEventsArray' => 'Defr\\CzechDataBox\\Api\\tEventsArray', 'tRecipients' => 'Defr\\CzechDataBox\\Api\\tRecipients', 'tMultipleMessageEnvelopeSub' => 'Defr\\CzechDataBox\\Api\\tMultipleMessageEnvelopeSub', + 'dmPublishOwnID' => 'Defr\\CzechDataBox\\Api\\dmPublishOwnID', 'tMultipleMessageRecipients' => 'Defr\\CzechDataBox\\Api\\tMultipleMessageRecipients', 'tMultipleMessageCreateInput' => 'Defr\\CzechDataBox\\Api\\tMultipleMessageCreateInput', 'dmEnvelope' => 'Defr\\CzechDataBox\\Api\\dmEnvelope', @@ -45,7 +46,6 @@ class DmOperationsWebService extends \SoapClient 'tMessEnvelDownOutput' => 'Defr\\CzechDataBox\\Api\\tMessEnvelDownOutput', 'tSignedMessDownOutput' => 'Defr\\CzechDataBox\\Api\\tSignedMessDownOutput', 'tMarkMessOutput' => 'Defr\\CzechDataBox\\Api\\tMarkMessOutput', - 'tConfirmDeliveryOutput' => 'Defr\\CzechDataBox\\Api\\tConfirmDeliveryOutput', 'tAuthenticateMessageInput' => 'Defr\\CzechDataBox\\Api\\tAuthenticateMessageInput', 'tAuthenticateMessageOutput' => 'Defr\\CzechDataBox\\Api\\tAuthenticateMessageOutput', 'tGetStateChangesInput' => 'Defr\\CzechDataBox\\Api\\tGetStateChangesInput', @@ -58,6 +58,39 @@ class DmOperationsWebService extends \SoapClient 'tEraseMessageOutput' => 'Defr\\CzechDataBox\\Api\\tEraseMessageOutput', 'tResignDocInput' => 'Defr\\CzechDataBox\\Api\\tResignDocInput', 'tResignDocOutput' => 'Defr\\CzechDataBox\\Api\\tResignDocOutput', + 'tGetListOfErasedInput' => 'Defr\\CzechDataBox\\Api\\tGetListOfErasedInput', + 'tGetListOfErasedOutput' => 'Defr\\CzechDataBox\\Api\\tGetListOfErasedOutput', + 'tPickUpAsyncInput' => 'Defr\\CzechDataBox\\Api\\tPickUpAsyncInput', + 'tPickUpAsyncOutput' => 'Defr\\CzechDataBox\\Api\\tPickUpAsyncOutput', + 'tListForNotifInput' => 'Defr\\CzechDataBox\\Api\\tListForNotifInput', + 'tListForNotifOutput' => 'Defr\\CzechDataBox\\Api\\tListForNotifOutput', + 'tNtfRecordsArray' => 'Defr\\CzechDataBox\\Api\\tNtfRecordsArray', + 'tNtfRecord' => 'Defr\\CzechDataBox\\Api\\tNtfRecord', + 'RegisterForNotifications' => 'Defr\\CzechDataBox\\Api\\RegisterForNotifications', + 'RegisterForNotificationsResponse' => 'Defr\\CzechDataBox\\Api\\RegisterForNotificationsResponse', + 'UploadAttachment' => 'Defr\\CzechDataBox\\Api\\UploadAttachment', + 'UploadAttachmentResponse' => 'Defr\\CzechDataBox\\Api\\UploadAttachmentResponse', + 'dmAttHash1' => 'Defr\\CzechDataBox\\Api\\dmAttHash1', + 'dmAttHash2' => 'Defr\\CzechDataBox\\Api\\dmAttHash2', + 'DownloadAttachment' => 'Defr\\CzechDataBox\\Api\\DownloadAttachment', + 'DownloadAttachmentResponse' => 'Defr\\CzechDataBox\\Api\\DownloadAttachmentResponse', + 'tBigMessageInput' => 'Defr\\CzechDataBox\\Api\\tBigMessageInput', + 'dmFiles' => 'Defr\\CzechDataBox\\Api\\dmFiles', + 'dmExtFile' => 'Defr\\CzechDataBox\\Api\\dmExtFile', + 'tBigMessEnvelope' => 'Defr\\CzechDataBox\\Api\\tBigMessEnvelope', + 'tBigMessageOutput' => 'Defr\\CzechDataBox\\Api\\tBigMessageOutput', + 'AuthenticateBigMessage' => 'Defr\\CzechDataBox\\Api\\AuthenticateBigMessage', + 'AuthenticateBigMessageResponse' => 'Defr\\CzechDataBox\\Api\\AuthenticateBigMessageResponse', + 'SignedBigMessageDownload' => 'Defr\\CzechDataBox\\Api\\SignedBigMessageDownload', + 'SignedBigMessageDownloadResponse' => 'Defr\\CzechDataBox\\Api\\SignedBigMessageDownloadResponse', + 'SignedSentBigMessageDownload' => 'Defr\\CzechDataBox\\Api\\SignedSentBigMessageDownload', + 'SignedSentBigMessageDownloadResponse' => 'Defr\\CzechDataBox\\Api\\SignedSentBigMessageDownloadResponse', + 'BigMessageDownload' => 'Defr\\CzechDataBox\\Api\\BigMessageDownload', + 'BigMessageDownloadResponse' => 'Defr\\CzechDataBox\\Api\\BigMessageDownloadResponse', + 'dmReturnedMessage' => 'Defr\\CzechDataBox\\Api\\dmReturnedMessage', + 'GetMessageAuthor2Response' => 'Defr\\CzechDataBox\\Api\\GetMessageAuthor2Response', + 'dmMessageAuthor' => 'Defr\\CzechDataBox\\Api\\dmMessageAuthor', + 'maItem' => 'Defr\\CzechDataBox\\Api\\maItem', ); /** @@ -66,18 +99,18 @@ class DmOperationsWebService extends \SoapClient */ public function __construct(array $options = array(), $wsdl = null) { - foreach (self::$classmap as $key => $value) { - if (!isset($options['classmap'][$key])) { - $options['classmap'][$key] = $value; + foreach (self::$classmap as $key => $value) { + if (!isset($options['classmap'][$key])) { + $options['classmap'][$key] = $value; + } } - } - $options = array_merge(array ( - 'features' => 1, - ), $options); - if (!$wsdl) { - $wsdl = '/Users/dennis/sites/isas/vendor/dfridrich/czech-data-box/Resources/dm_operations.wsdl'; - } - parent::__construct($wsdl, $options); + $options = array_merge(array ( + 'features' => 1, + ), $options); + if (!$wsdl) { + $wsdl = '/Users/dennis/sites/CzechDataBox/Resources/dm_operations.wsdl'; + } + parent::__construct($wsdl, $options); } /** @@ -86,7 +119,7 @@ public function __construct(array $options = array(), $wsdl = null) */ public function CreateMessage(tMessageCreateInput $parameter) { - return $this->__soapCall('CreateMessage', array($parameter)); + return $this->__soapCall('CreateMessage', array($parameter)); } /** @@ -95,7 +128,7 @@ public function CreateMessage(tMessageCreateInput $parameter) */ public function MessageDownload(tIDMessInput $parameter) { - return $this->__soapCall('MessageDownload', array($parameter)); + return $this->__soapCall('MessageDownload', array($parameter)); } /** @@ -104,7 +137,7 @@ public function MessageDownload(tIDMessInput $parameter) */ public function SignedMessageDownload(tIDMessInput $parameter) { - return $this->__soapCall('SignedMessageDownload', array($parameter)); + return $this->__soapCall('SignedMessageDownload', array($parameter)); } /** @@ -113,7 +146,7 @@ public function SignedMessageDownload(tIDMessInput $parameter) */ public function SignedSentMessageDownload(tIDMessInput $parameter) { - return $this->__soapCall('SignedSentMessageDownload', array($parameter)); + return $this->__soapCall('SignedSentMessageDownload', array($parameter)); } /** @@ -122,7 +155,7 @@ public function SignedSentMessageDownload(tIDMessInput $parameter) */ public function DummyOperation($parameter) { - return $this->__soapCall('DummyOperation', array($parameter)); + return $this->__soapCall('DummyOperation', array($parameter)); } /** @@ -131,7 +164,7 @@ public function DummyOperation($parameter) */ public function CreateMultipleMessage(tMultipleMessageCreateInput $parameter) { - return $this->__soapCall('CreateMultipleMessage', array($parameter)); + return $this->__soapCall('CreateMultipleMessage', array($parameter)); } /** @@ -140,7 +173,6 @@ public function CreateMultipleMessage(tMultipleMessageCreateInput $parameter) */ public function AuthenticateMessage(tAuthenticateMessageInput $parameter) { - return $this->__soapCall('AuthenticateMessage', array($parameter)); + return $this->__soapCall('AuthenticateMessage', array($parameter)); } - } diff --git a/src/Api/DownloadAttachment.php b/src/Api/DownloadAttachment.php new file mode 100644 index 0000000..47e3076 --- /dev/null +++ b/src/Api/DownloadAttachment.php @@ -0,0 +1,63 @@ +dmID = $dmID; + $this->attNum = $attNum; + } + + /** + * @return string + */ + public function getDmID() + { + return $this->dmID; + } + + /** + * @param string $dmID + * @return \Defr\CzechDataBox\Api\DownloadAttachment + */ + public function setDmID($dmID) + { + $this->dmID = $dmID; + return $this; + } + + /** + * @return int + */ + public function getAttNum() + { + return $this->attNum; + } + + /** + * @param int $attNum + * @return \Defr\CzechDataBox\Api\DownloadAttachment + */ + public function setAttNum($attNum) + { + $this->attNum = $attNum; + return $this; + } +} diff --git a/src/Api/DownloadAttachmentResponse.php b/src/Api/DownloadAttachmentResponse.php new file mode 100644 index 0000000..86778ea --- /dev/null +++ b/src/Api/DownloadAttachmentResponse.php @@ -0,0 +1,63 @@ +dmFile = $dmFile; + $this->dmStatus = $dmStatus; + } + + /** + * @return dmFile + */ + public function getDmFile() + { + return $this->dmFile; + } + + /** + * @param dmFile $dmFile + * @return \Defr\CzechDataBox\Api\DownloadAttachmentResponse + */ + public function setDmFile($dmFile) + { + $this->dmFile = $dmFile; + return $this; + } + + /** + * @return tStatus + */ + public function getDmStatus() + { + return $this->dmStatus; + } + + /** + * @param tStatus $dmStatus + * @return \Defr\CzechDataBox\Api\DownloadAttachmentResponse + */ + public function setDmStatus($dmStatus) + { + $this->dmStatus = $dmStatus; + return $this; + } +} diff --git a/src/Api/GetConstants.php b/src/Api/GetConstants.php new file mode 100644 index 0000000..0fab712 --- /dev/null +++ b/src/Api/GetConstants.php @@ -0,0 +1,38 @@ +constDate = $constDate; + } + + /** + * @return date + */ + public function getConstDate() + { + return $this->constDate; + } + + /** + * @param date $constDate + * @return \Defr\CzechDataBox\Api\GetConstants + */ + public function setConstDate($constDate) + { + $this->constDate = $constDate; + return $this; + } +} diff --git a/src/Api/GetMessageAuthor2Response.php b/src/Api/GetMessageAuthor2Response.php new file mode 100644 index 0000000..88d774f --- /dev/null +++ b/src/Api/GetMessageAuthor2Response.php @@ -0,0 +1,63 @@ +dmMessageAuthor = $dmMessageAuthor; + $this->dmStatus = $dmStatus; + } + + /** + * @return dmMessageAuthor + */ + public function getDmMessageAuthor() + { + return $this->dmMessageAuthor; + } + + /** + * @param dmMessageAuthor $dmMessageAuthor + * @return \Defr\CzechDataBox\Api\GetMessageAuthor2Response + */ + public function setDmMessageAuthor($dmMessageAuthor) + { + $this->dmMessageAuthor = $dmMessageAuthor; + return $this; + } + + /** + * @return tStatus + */ + public function getDmStatus() + { + return $this->dmStatus; + } + + /** + * @param tStatus $dmStatus + * @return \Defr\CzechDataBox\Api\GetMessageAuthor2Response + */ + public function setDmStatus($dmStatus) + { + $this->dmStatus = $dmStatus; + return $this; + } +} diff --git a/src/Api/IsdsStat.php b/src/Api/IsdsStat.php index a93ab03..4ff11b5 100644 --- a/src/Api/IsdsStat.php +++ b/src/Api/IsdsStat.php @@ -20,18 +20,18 @@ class IsdsStat extends \SoapClient */ public function __construct(array $options = array(), $wsdl = null) { - foreach (self::$classmap as $key => $value) { - if (!isset($options['classmap'][$key])) { - $options['classmap'][$key] = $value; + foreach (self::$classmap as $key => $value) { + if (!isset($options['classmap'][$key])) { + $options['classmap'][$key] = $value; + } } - } - $options = array_merge(array ( - 'features' => 1, - ), $options); - if (!$wsdl) { - $wsdl = '/Users/dennis/sites/isas/vendor/dfridrich/czech-data-box/Resources/isds_stat.wsdl'; - } - parent::__construct($wsdl, $options); + $options = array_merge(array ( + 'features' => 1, + ), $options); + if (!$wsdl) { + $wsdl = '/Users/dennis/sites/CzechDataBox/Resources/isds_stat.wsdl'; + } + parent::__construct($wsdl, $options); } /** @@ -40,7 +40,6 @@ public function __construct(array $options = array(), $wsdl = null) */ public function NumOfMessages(tNumOfMessagesInput $parameter) { - return $this->__soapCall('NumOfMessages', array($parameter)); + return $this->__soapCall('NumOfMessages', array($parameter)); } - } diff --git a/src/Api/RegisterForNotifications.php b/src/Api/RegisterForNotifications.php new file mode 100644 index 0000000..b253337 --- /dev/null +++ b/src/Api/RegisterForNotifications.php @@ -0,0 +1,38 @@ +action = $action; + } + + /** + * @return int + */ + public function getAction() + { + return $this->action; + } + + /** + * @param int $action + * @return \Defr\CzechDataBox\Api\RegisterForNotifications + */ + public function setAction($action) + { + $this->action = $action; + return $this; + } +} diff --git a/src/Api/tConfirmDeliveryOutput.php b/src/Api/RegisterForNotificationsResponse.php similarity index 64% rename from src/Api/tConfirmDeliveryOutput.php rename to src/Api/RegisterForNotificationsResponse.php index a70d638..f2da013 100644 --- a/src/Api/tConfirmDeliveryOutput.php +++ b/src/Api/RegisterForNotificationsResponse.php @@ -2,7 +2,7 @@ namespace Defr\CzechDataBox\Api; -class tConfirmDeliveryOutput +class RegisterForNotificationsResponse { /** @@ -15,7 +15,7 @@ class tConfirmDeliveryOutput */ public function __construct($dmStatus = null) { - $this->dmStatus = $dmStatus; + $this->dmStatus = $dmStatus; } /** @@ -23,17 +23,16 @@ public function __construct($dmStatus = null) */ public function getDmStatus() { - return $this->dmStatus; + return $this->dmStatus; } /** * @param tStatus $dmStatus - * @return \Defr\CzechDataBox\Api\tConfirmDeliveryOutput + * @return \Defr\CzechDataBox\Api\RegisterForNotificationsResponse */ public function setDmStatus($dmStatus) { - $this->dmStatus = $dmStatus; - return $this; + $this->dmStatus = $dmStatus; + return $this; } - } diff --git a/src/Api/SignedBigMessageDownload.php b/src/Api/SignedBigMessageDownload.php new file mode 100644 index 0000000..c912284 --- /dev/null +++ b/src/Api/SignedBigMessageDownload.php @@ -0,0 +1,38 @@ +dmID = $dmID; + } + + /** + * @return tIdDm + */ + public function getDmID() + { + return $this->dmID; + } + + /** + * @param tIdDm $dmID + * @return \Defr\CzechDataBox\Api\SignedBigMessageDownload + */ + public function setDmID($dmID) + { + $this->dmID = $dmID; + return $this; + } +} diff --git a/src/Api/SignedBigMessageDownloadResponse.php b/src/Api/SignedBigMessageDownloadResponse.php new file mode 100644 index 0000000..2b7b3f1 --- /dev/null +++ b/src/Api/SignedBigMessageDownloadResponse.php @@ -0,0 +1,63 @@ +dmSignature = $dmSignature; + $this->dmStatus = $dmStatus; + } + + /** + * @return base64Binary + */ + public function getDmSignature() + { + return $this->dmSignature; + } + + /** + * @param base64Binary $dmSignature + * @return \Defr\CzechDataBox\Api\SignedBigMessageDownloadResponse + */ + public function setDmSignature($dmSignature) + { + $this->dmSignature = $dmSignature; + return $this; + } + + /** + * @return tStatus + */ + public function getDmStatus() + { + return $this->dmStatus; + } + + /** + * @param tStatus $dmStatus + * @return \Defr\CzechDataBox\Api\SignedBigMessageDownloadResponse + */ + public function setDmStatus($dmStatus) + { + $this->dmStatus = $dmStatus; + return $this; + } +} diff --git a/src/Api/SignedSentBigMessageDownload.php b/src/Api/SignedSentBigMessageDownload.php new file mode 100644 index 0000000..82b9cf8 --- /dev/null +++ b/src/Api/SignedSentBigMessageDownload.php @@ -0,0 +1,38 @@ +dmID = $dmID; + } + + /** + * @return tIdDm + */ + public function getDmID() + { + return $this->dmID; + } + + /** + * @param tIdDm $dmID + * @return \Defr\CzechDataBox\Api\SignedSentBigMessageDownload + */ + public function setDmID($dmID) + { + $this->dmID = $dmID; + return $this; + } +} diff --git a/src/Api/SignedSentBigMessageDownloadResponse.php b/src/Api/SignedSentBigMessageDownloadResponse.php new file mode 100644 index 0000000..0ebd5a7 --- /dev/null +++ b/src/Api/SignedSentBigMessageDownloadResponse.php @@ -0,0 +1,63 @@ +dmSignature = $dmSignature; + $this->dmStatus = $dmStatus; + } + + /** + * @return base64Binary + */ + public function getDmSignature() + { + return $this->dmSignature; + } + + /** + * @param base64Binary $dmSignature + * @return \Defr\CzechDataBox\Api\SignedSentBigMessageDownloadResponse + */ + public function setDmSignature($dmSignature) + { + $this->dmSignature = $dmSignature; + return $this; + } + + /** + * @return tStatus + */ + public function getDmStatus() + { + return $this->dmStatus; + } + + /** + * @param tStatus $dmStatus + * @return \Defr\CzechDataBox\Api\SignedSentBigMessageDownloadResponse + */ + public function setDmStatus($dmStatus) + { + $this->dmStatus = $dmStatus; + return $this; + } +} diff --git a/src/Api/UploadAttachment.php b/src/Api/UploadAttachment.php new file mode 100644 index 0000000..16383af --- /dev/null +++ b/src/Api/UploadAttachment.php @@ -0,0 +1,38 @@ +dmFile = $dmFile; + } + + /** + * @return dmFile + */ + public function getDmFile() + { + return $this->dmFile; + } + + /** + * @param dmFile $dmFile + * @return \Defr\CzechDataBox\Api\UploadAttachment + */ + public function setDmFile($dmFile) + { + $this->dmFile = $dmFile; + return $this; + } +} diff --git a/src/Api/UploadAttachmentResponse.php b/src/Api/UploadAttachmentResponse.php new file mode 100644 index 0000000..4364664 --- /dev/null +++ b/src/Api/UploadAttachmentResponse.php @@ -0,0 +1,113 @@ +dmAttID = $dmAttID; + $this->dmAttHash1 = $dmAttHash1; + $this->dmAttHash2 = $dmAttHash2; + $this->dmStatus = $dmStatus; + } + + /** + * @return string + */ + public function getDmAttID() + { + return $this->dmAttID; + } + + /** + * @param string $dmAttID + * @return \Defr\CzechDataBox\Api\UploadAttachmentResponse + */ + public function setDmAttID($dmAttID) + { + $this->dmAttID = $dmAttID; + return $this; + } + + /** + * @return dmAttHash1 + */ + public function getDmAttHash1() + { + return $this->dmAttHash1; + } + + /** + * @param dmAttHash1 $dmAttHash1 + * @return \Defr\CzechDataBox\Api\UploadAttachmentResponse + */ + public function setDmAttHash1($dmAttHash1) + { + $this->dmAttHash1 = $dmAttHash1; + return $this; + } + + /** + * @return dmAttHash2 + */ + public function getDmAttHash2() + { + return $this->dmAttHash2; + } + + /** + * @param dmAttHash2 $dmAttHash2 + * @return \Defr\CzechDataBox\Api\UploadAttachmentResponse + */ + public function setDmAttHash2($dmAttHash2) + { + $this->dmAttHash2 = $dmAttHash2; + return $this; + } + + /** + * @return tStatus + */ + public function getDmStatus() + { + return $this->dmStatus; + } + + /** + * @param tStatus $dmStatus + * @return \Defr\CzechDataBox\Api\UploadAttachmentResponse + */ + public function setDmStatus($dmStatus) + { + $this->dmStatus = $dmStatus; + return $this; + } +} diff --git a/src/Api/autoload.php b/src/Api/autoload.php deleted file mode 100644 index e5a20ca..0000000 --- a/src/Api/autoload.php +++ /dev/null @@ -1,21 +0,0 @@ - __DIR__ .'/IsdsStat.php', - 'Defr\CzechDataBox\Api\tNumOfMessagesInput' => __DIR__ .'/tNumOfMessagesInput.php', - 'Defr\CzechDataBox\Api\tNumOfMessagesOutput' => __DIR__ .'/tNumOfMessagesOutput.php', - 'Defr\CzechDataBox\Api\tStatReqStatus' => __DIR__ .'/tStatReqStatus.php' - ); - if (!empty($classes[$class])) { - include $classes[$class]; - }; -} - -spl_autoload_register('autoload_04b45f9fa0ba0664e7523f24a0507ef3'); - -// Do nothing. The rest is just leftovers from the code generation. -{ -} diff --git a/src/Api/ciRecords.php b/src/Api/ciRecords.php new file mode 100644 index 0000000..05684e5 --- /dev/null +++ b/src/Api/ciRecords.php @@ -0,0 +1,38 @@ +ciRecord = $ciRecord; + } + + /** + * @return tCiRecord + */ + public function getCiRecord() + { + return $this->ciRecord; + } + + /** + * @param tCiRecord $ciRecord + * @return \Defr\CzechDataBox\Api\ciRecords + */ + public function setCiRecord($ciRecord) + { + $this->ciRecord = $ciRecord; + return $this; + } +} diff --git a/src/Api/constRecords.php b/src/Api/constRecords.php new file mode 100644 index 0000000..a3825e7 --- /dev/null +++ b/src/Api/constRecords.php @@ -0,0 +1,38 @@ +constRecord = $constRecord; + } + + /** + * @return tConstRecord + */ + public function getConstRecord() + { + return $this->constRecord; + } + + /** + * @param tConstRecord $constRecord + * @return \Defr\CzechDataBox\Api\constRecords + */ + public function setConstRecord($constRecord) + { + $this->constRecord = $constRecord; + return $this; + } +} diff --git a/src/Api/dbID.php b/src/Api/dbID.php new file mode 100644 index 0000000..4cd5e01 --- /dev/null +++ b/src/Api/dbID.php @@ -0,0 +1,113 @@ +_ = $_; + $this->guid = $guid; + $this->subject = $subject; + $this->branch = $branch; + } + + /** + * @return tIdDb + */ + public function get_() + { + return $this->_; + } + + /** + * @param tIdDb $_ + * @return \Defr\CzechDataBox\Api\dbID + */ + public function set_($_) + { + $this->_ = $_; + return $this; + } + + /** + * @return string + */ + public function getGuid() + { + return $this->guid; + } + + /** + * @param string $guid + * @return \Defr\CzechDataBox\Api\dbID + */ + public function setGuid($guid) + { + $this->guid = $guid; + return $this; + } + + /** + * @return string + */ + public function getSubject() + { + return $this->subject; + } + + /** + * @param string $subject + * @return \Defr\CzechDataBox\Api\dbID + */ + public function setSubject($subject) + { + $this->subject = $subject; + return $this; + } + + /** + * @return string + */ + public function getBranch() + { + return $this->branch; + } + + /** + * @param string $branch + * @return \Defr\CzechDataBox\Api\dbID + */ + public function setBranch($branch) + { + $this->branch = $branch; + return $this; + } +} diff --git a/src/Api/dbOwnerInfo.php b/src/Api/dbOwnerInfo.php new file mode 100644 index 0000000..097f985 --- /dev/null +++ b/src/Api/dbOwnerInfo.php @@ -0,0 +1,188 @@ +formdataid = $formdataid; + $this->identityDocumentNum = $identityDocumentNum; + $this->identityDocumentType = $identityDocumentType; + $this->PDZ = $PDZ; + $this->guid = $guid; + $this->subject = $subject; + $this->branch = $branch; + } + + /** + * @return string + */ + public function getFormdataid() + { + return $this->formdataid; + } + + /** + * @param string $formdataid + * @return \Defr\CzechDataBox\Api\dbOwnerInfo + */ + public function setFormdataid($formdataid) + { + $this->formdataid = $formdataid; + return $this; + } + + /** + * @return string + */ + public function getIdentityDocumentNum() + { + return $this->identityDocumentNum; + } + + /** + * @param string $identityDocumentNum + * @return \Defr\CzechDataBox\Api\dbOwnerInfo + */ + public function setIdentityDocumentNum($identityDocumentNum) + { + $this->identityDocumentNum = $identityDocumentNum; + return $this; + } + + /** + * @return string + */ + public function getIdentityDocumentType() + { + return $this->identityDocumentType; + } + + /** + * @param string $identityDocumentType + * @return \Defr\CzechDataBox\Api\dbOwnerInfo + */ + public function setIdentityDocumentType($identityDocumentType) + { + $this->identityDocumentType = $identityDocumentType; + return $this; + } + + /** + * @return anonymous44 + */ + public function getPDZ() + { + return $this->PDZ; + } + + /** + * @param anonymous44 $PDZ + * @return \Defr\CzechDataBox\Api\dbOwnerInfo + */ + public function setPDZ($PDZ) + { + $this->PDZ = $PDZ; + return $this; + } + + /** + * @return string + */ + public function getGuid() + { + return $this->guid; + } + + /** + * @param string $guid + * @return \Defr\CzechDataBox\Api\dbOwnerInfo + */ + public function setGuid($guid) + { + $this->guid = $guid; + return $this; + } + + /** + * @return string + */ + public function getSubject() + { + return $this->subject; + } + + /** + * @param string $subject + * @return \Defr\CzechDataBox\Api\dbOwnerInfo + */ + public function setSubject($subject) + { + $this->subject = $subject; + return $this; + } + + /** + * @return string + */ + public function getBranch() + { + return $this->branch; + } + + /** + * @param string $branch + * @return \Defr\CzechDataBox\Api\dbOwnerInfo + */ + public function setBranch($branch) + { + $this->branch = $branch; + return $this; + } +} diff --git a/src/Api/dbUserInfo.php b/src/Api/dbUserInfo.php new file mode 100644 index 0000000..a2a91f5 --- /dev/null +++ b/src/Api/dbUserInfo.php @@ -0,0 +1,38 @@ +AIFOTicket = $AIFOTicket; + } + + /** + * @return string + */ + public function getAIFOTicket() + { + return $this->AIFOTicket; + } + + /** + * @param string $AIFOTicket + * @return \Defr\CzechDataBox\Api\dbUserInfo + */ + public function setAIFOTicket($AIFOTicket) + { + $this->AIFOTicket = $AIFOTicket; + return $this; + } +} diff --git a/src/Api/dmAttHash1.php b/src/Api/dmAttHash1.php new file mode 100644 index 0000000..1988c39 --- /dev/null +++ b/src/Api/dmAttHash1.php @@ -0,0 +1,63 @@ +_ = $_; + $this->AttHashAlg = $AttHashAlg; + } + + /** + * @return string + */ + public function get_() + { + return $this->_; + } + + /** + * @param string $_ + * @return \Defr\CzechDataBox\Api\dmAttHash1 + */ + public function set_($_) + { + $this->_ = $_; + return $this; + } + + /** + * @return string + */ + public function getAttHashAlg() + { + return $this->AttHashAlg; + } + + /** + * @param string $AttHashAlg + * @return \Defr\CzechDataBox\Api\dmAttHash1 + */ + public function setAttHashAlg($AttHashAlg) + { + $this->AttHashAlg = $AttHashAlg; + return $this; + } +} diff --git a/src/Api/dmAttHash2.php b/src/Api/dmAttHash2.php new file mode 100644 index 0000000..a4ea9b2 --- /dev/null +++ b/src/Api/dmAttHash2.php @@ -0,0 +1,63 @@ +_ = $_; + $this->AttHashAlg = $AttHashAlg; + } + + /** + * @return string + */ + public function get_() + { + return $this->_; + } + + /** + * @param string $_ + * @return \Defr\CzechDataBox\Api\dmAttHash2 + */ + public function set_($_) + { + $this->_ = $_; + return $this; + } + + /** + * @return string + */ + public function getAttHashAlg() + { + return $this->AttHashAlg; + } + + /** + * @param string $AttHashAlg + * @return \Defr\CzechDataBox\Api\dmAttHash2 + */ + public function setAttHashAlg($AttHashAlg) + { + $this->AttHashAlg = $AttHashAlg; + return $this; + } +} diff --git a/src/Api/dmDm.php b/src/Api/dmDm.php index 476238f..957772c 100644 --- a/src/Api/dmDm.php +++ b/src/Api/dmDm.php @@ -135,6 +135,11 @@ class dmDm */ protected $dmAllowSubstDelivery = null; + /** + * @var tFilesArray $dmFiles + */ + protected $dmFiles = null; + /** * @param tIdDm $dmID * @param tIdDb $dbIDSender @@ -162,35 +167,37 @@ class dmDm * @param string $dmLegalTitlePoint * @param boolean $dmPersonalDelivery * @param boolean $dmAllowSubstDelivery - */ - public function __construct($dmID = null, $dbIDSender = null, $dmSender = null, $dmSenderAddress = null, $dmSenderType = null, $dmRecipient = null, $dmRecipientAddress = null, $dmAmbiguousRecipient = null, $dmSenderOrgUnit = null, $dmSenderOrgUnitNum = null, $dbIDRecipient = null, $dmRecipientOrgUnit = null, $dmRecipientOrgUnitNum = null, $dmToHands = null, $dmAnnotation = null, $dmRecipientRefNumber = null, $dmSenderRefNumber = null, $dmRecipientIdent = null, $dmSenderIdent = null, $dmLegalTitleLaw = null, $dmLegalTitleYear = null, $dmLegalTitleSect = null, $dmLegalTitlePar = null, $dmLegalTitlePoint = null, $dmPersonalDelivery = null, $dmAllowSubstDelivery = null) - { - $this->dmID = $dmID; - $this->dbIDSender = $dbIDSender; - $this->dmSender = $dmSender; - $this->dmSenderAddress = $dmSenderAddress; - $this->dmSenderType = $dmSenderType; - $this->dmRecipient = $dmRecipient; - $this->dmRecipientAddress = $dmRecipientAddress; - $this->dmAmbiguousRecipient = $dmAmbiguousRecipient; - $this->dmSenderOrgUnit = $dmSenderOrgUnit; - $this->dmSenderOrgUnitNum = $dmSenderOrgUnitNum; - $this->dbIDRecipient = $dbIDRecipient; - $this->dmRecipientOrgUnit = $dmRecipientOrgUnit; - $this->dmRecipientOrgUnitNum = $dmRecipientOrgUnitNum; - $this->dmToHands = $dmToHands; - $this->dmAnnotation = $dmAnnotation; - $this->dmRecipientRefNumber = $dmRecipientRefNumber; - $this->dmSenderRefNumber = $dmSenderRefNumber; - $this->dmRecipientIdent = $dmRecipientIdent; - $this->dmSenderIdent = $dmSenderIdent; - $this->dmLegalTitleLaw = $dmLegalTitleLaw; - $this->dmLegalTitleYear = $dmLegalTitleYear; - $this->dmLegalTitleSect = $dmLegalTitleSect; - $this->dmLegalTitlePar = $dmLegalTitlePar; - $this->dmLegalTitlePoint = $dmLegalTitlePoint; - $this->dmPersonalDelivery = $dmPersonalDelivery; - $this->dmAllowSubstDelivery = $dmAllowSubstDelivery; + * @param tFilesArray $dmFiles + */ + public function __construct($dmID = null, $dbIDSender = null, $dmSender = null, $dmSenderAddress = null, $dmSenderType = null, $dmRecipient = null, $dmRecipientAddress = null, $dmAmbiguousRecipient = null, $dmSenderOrgUnit = null, $dmSenderOrgUnitNum = null, $dbIDRecipient = null, $dmRecipientOrgUnit = null, $dmRecipientOrgUnitNum = null, $dmToHands = null, $dmAnnotation = null, $dmRecipientRefNumber = null, $dmSenderRefNumber = null, $dmRecipientIdent = null, $dmSenderIdent = null, $dmLegalTitleLaw = null, $dmLegalTitleYear = null, $dmLegalTitleSect = null, $dmLegalTitlePar = null, $dmLegalTitlePoint = null, $dmPersonalDelivery = null, $dmAllowSubstDelivery = null, $dmFiles = null) + { + $this->dmID = $dmID; + $this->dbIDSender = $dbIDSender; + $this->dmSender = $dmSender; + $this->dmSenderAddress = $dmSenderAddress; + $this->dmSenderType = $dmSenderType; + $this->dmRecipient = $dmRecipient; + $this->dmRecipientAddress = $dmRecipientAddress; + $this->dmAmbiguousRecipient = $dmAmbiguousRecipient; + $this->dmSenderOrgUnit = $dmSenderOrgUnit; + $this->dmSenderOrgUnitNum = $dmSenderOrgUnitNum; + $this->dbIDRecipient = $dbIDRecipient; + $this->dmRecipientOrgUnit = $dmRecipientOrgUnit; + $this->dmRecipientOrgUnitNum = $dmRecipientOrgUnitNum; + $this->dmToHands = $dmToHands; + $this->dmAnnotation = $dmAnnotation; + $this->dmRecipientRefNumber = $dmRecipientRefNumber; + $this->dmSenderRefNumber = $dmSenderRefNumber; + $this->dmRecipientIdent = $dmRecipientIdent; + $this->dmSenderIdent = $dmSenderIdent; + $this->dmLegalTitleLaw = $dmLegalTitleLaw; + $this->dmLegalTitleYear = $dmLegalTitleYear; + $this->dmLegalTitleSect = $dmLegalTitleSect; + $this->dmLegalTitlePar = $dmLegalTitlePar; + $this->dmLegalTitlePoint = $dmLegalTitlePoint; + $this->dmPersonalDelivery = $dmPersonalDelivery; + $this->dmAllowSubstDelivery = $dmAllowSubstDelivery; + $this->dmFiles = $dmFiles; } /** @@ -198,7 +205,7 @@ public function __construct($dmID = null, $dbIDSender = null, $dmSender = null, */ public function getDmID() { - return $this->dmID; + return $this->dmID; } /** @@ -207,8 +214,8 @@ public function getDmID() */ public function setDmID($dmID) { - $this->dmID = $dmID; - return $this; + $this->dmID = $dmID; + return $this; } /** @@ -216,7 +223,7 @@ public function setDmID($dmID) */ public function getDbIDSender() { - return $this->dbIDSender; + return $this->dbIDSender; } /** @@ -225,8 +232,8 @@ public function getDbIDSender() */ public function setDbIDSender($dbIDSender) { - $this->dbIDSender = $dbIDSender; - return $this; + $this->dbIDSender = $dbIDSender; + return $this; } /** @@ -234,7 +241,7 @@ public function setDbIDSender($dbIDSender) */ public function getDmSender() { - return $this->dmSender; + return $this->dmSender; } /** @@ -243,8 +250,8 @@ public function getDmSender() */ public function setDmSender($dmSender) { - $this->dmSender = $dmSender; - return $this; + $this->dmSender = $dmSender; + return $this; } /** @@ -252,7 +259,7 @@ public function setDmSender($dmSender) */ public function getDmSenderAddress() { - return $this->dmSenderAddress; + return $this->dmSenderAddress; } /** @@ -261,8 +268,8 @@ public function getDmSenderAddress() */ public function setDmSenderAddress($dmSenderAddress) { - $this->dmSenderAddress = $dmSenderAddress; - return $this; + $this->dmSenderAddress = $dmSenderAddress; + return $this; } /** @@ -270,7 +277,7 @@ public function setDmSenderAddress($dmSenderAddress) */ public function getDmSenderType() { - return $this->dmSenderType; + return $this->dmSenderType; } /** @@ -279,8 +286,8 @@ public function getDmSenderType() */ public function setDmSenderType($dmSenderType) { - $this->dmSenderType = $dmSenderType; - return $this; + $this->dmSenderType = $dmSenderType; + return $this; } /** @@ -288,7 +295,7 @@ public function setDmSenderType($dmSenderType) */ public function getDmRecipient() { - return $this->dmRecipient; + return $this->dmRecipient; } /** @@ -297,8 +304,8 @@ public function getDmRecipient() */ public function setDmRecipient($dmRecipient) { - $this->dmRecipient = $dmRecipient; - return $this; + $this->dmRecipient = $dmRecipient; + return $this; } /** @@ -306,7 +313,7 @@ public function setDmRecipient($dmRecipient) */ public function getDmRecipientAddress() { - return $this->dmRecipientAddress; + return $this->dmRecipientAddress; } /** @@ -315,8 +322,8 @@ public function getDmRecipientAddress() */ public function setDmRecipientAddress($dmRecipientAddress) { - $this->dmRecipientAddress = $dmRecipientAddress; - return $this; + $this->dmRecipientAddress = $dmRecipientAddress; + return $this; } /** @@ -324,7 +331,7 @@ public function setDmRecipientAddress($dmRecipientAddress) */ public function getDmAmbiguousRecipient() { - return $this->dmAmbiguousRecipient; + return $this->dmAmbiguousRecipient; } /** @@ -333,8 +340,8 @@ public function getDmAmbiguousRecipient() */ public function setDmAmbiguousRecipient($dmAmbiguousRecipient) { - $this->dmAmbiguousRecipient = $dmAmbiguousRecipient; - return $this; + $this->dmAmbiguousRecipient = $dmAmbiguousRecipient; + return $this; } /** @@ -342,7 +349,7 @@ public function setDmAmbiguousRecipient($dmAmbiguousRecipient) */ public function getDmSenderOrgUnit() { - return $this->dmSenderOrgUnit; + return $this->dmSenderOrgUnit; } /** @@ -351,8 +358,8 @@ public function getDmSenderOrgUnit() */ public function setDmSenderOrgUnit($dmSenderOrgUnit) { - $this->dmSenderOrgUnit = $dmSenderOrgUnit; - return $this; + $this->dmSenderOrgUnit = $dmSenderOrgUnit; + return $this; } /** @@ -360,7 +367,7 @@ public function setDmSenderOrgUnit($dmSenderOrgUnit) */ public function getDmSenderOrgUnitNum() { - return $this->dmSenderOrgUnitNum; + return $this->dmSenderOrgUnitNum; } /** @@ -369,8 +376,8 @@ public function getDmSenderOrgUnitNum() */ public function setDmSenderOrgUnitNum($dmSenderOrgUnitNum) { - $this->dmSenderOrgUnitNum = $dmSenderOrgUnitNum; - return $this; + $this->dmSenderOrgUnitNum = $dmSenderOrgUnitNum; + return $this; } /** @@ -378,7 +385,7 @@ public function setDmSenderOrgUnitNum($dmSenderOrgUnitNum) */ public function getDbIDRecipient() { - return $this->dbIDRecipient; + return $this->dbIDRecipient; } /** @@ -387,8 +394,8 @@ public function getDbIDRecipient() */ public function setDbIDRecipient($dbIDRecipient) { - $this->dbIDRecipient = $dbIDRecipient; - return $this; + $this->dbIDRecipient = $dbIDRecipient; + return $this; } /** @@ -396,7 +403,7 @@ public function setDbIDRecipient($dbIDRecipient) */ public function getDmRecipientOrgUnit() { - return $this->dmRecipientOrgUnit; + return $this->dmRecipientOrgUnit; } /** @@ -405,8 +412,8 @@ public function getDmRecipientOrgUnit() */ public function setDmRecipientOrgUnit($dmRecipientOrgUnit) { - $this->dmRecipientOrgUnit = $dmRecipientOrgUnit; - return $this; + $this->dmRecipientOrgUnit = $dmRecipientOrgUnit; + return $this; } /** @@ -414,7 +421,7 @@ public function setDmRecipientOrgUnit($dmRecipientOrgUnit) */ public function getDmRecipientOrgUnitNum() { - return $this->dmRecipientOrgUnitNum; + return $this->dmRecipientOrgUnitNum; } /** @@ -423,8 +430,8 @@ public function getDmRecipientOrgUnitNum() */ public function setDmRecipientOrgUnitNum($dmRecipientOrgUnitNum) { - $this->dmRecipientOrgUnitNum = $dmRecipientOrgUnitNum; - return $this; + $this->dmRecipientOrgUnitNum = $dmRecipientOrgUnitNum; + return $this; } /** @@ -432,7 +439,7 @@ public function setDmRecipientOrgUnitNum($dmRecipientOrgUnitNum) */ public function getDmToHands() { - return $this->dmToHands; + return $this->dmToHands; } /** @@ -441,8 +448,8 @@ public function getDmToHands() */ public function setDmToHands($dmToHands) { - $this->dmToHands = $dmToHands; - return $this; + $this->dmToHands = $dmToHands; + return $this; } /** @@ -450,7 +457,7 @@ public function setDmToHands($dmToHands) */ public function getDmAnnotation() { - return $this->dmAnnotation; + return $this->dmAnnotation; } /** @@ -459,8 +466,8 @@ public function getDmAnnotation() */ public function setDmAnnotation($dmAnnotation) { - $this->dmAnnotation = $dmAnnotation; - return $this; + $this->dmAnnotation = $dmAnnotation; + return $this; } /** @@ -468,7 +475,7 @@ public function setDmAnnotation($dmAnnotation) */ public function getDmRecipientRefNumber() { - return $this->dmRecipientRefNumber; + return $this->dmRecipientRefNumber; } /** @@ -477,8 +484,8 @@ public function getDmRecipientRefNumber() */ public function setDmRecipientRefNumber($dmRecipientRefNumber) { - $this->dmRecipientRefNumber = $dmRecipientRefNumber; - return $this; + $this->dmRecipientRefNumber = $dmRecipientRefNumber; + return $this; } /** @@ -486,7 +493,7 @@ public function setDmRecipientRefNumber($dmRecipientRefNumber) */ public function getDmSenderRefNumber() { - return $this->dmSenderRefNumber; + return $this->dmSenderRefNumber; } /** @@ -495,8 +502,8 @@ public function getDmSenderRefNumber() */ public function setDmSenderRefNumber($dmSenderRefNumber) { - $this->dmSenderRefNumber = $dmSenderRefNumber; - return $this; + $this->dmSenderRefNumber = $dmSenderRefNumber; + return $this; } /** @@ -504,7 +511,7 @@ public function setDmSenderRefNumber($dmSenderRefNumber) */ public function getDmRecipientIdent() { - return $this->dmRecipientIdent; + return $this->dmRecipientIdent; } /** @@ -513,8 +520,8 @@ public function getDmRecipientIdent() */ public function setDmRecipientIdent($dmRecipientIdent) { - $this->dmRecipientIdent = $dmRecipientIdent; - return $this; + $this->dmRecipientIdent = $dmRecipientIdent; + return $this; } /** @@ -522,7 +529,7 @@ public function setDmRecipientIdent($dmRecipientIdent) */ public function getDmSenderIdent() { - return $this->dmSenderIdent; + return $this->dmSenderIdent; } /** @@ -531,8 +538,8 @@ public function getDmSenderIdent() */ public function setDmSenderIdent($dmSenderIdent) { - $this->dmSenderIdent = $dmSenderIdent; - return $this; + $this->dmSenderIdent = $dmSenderIdent; + return $this; } /** @@ -540,7 +547,7 @@ public function setDmSenderIdent($dmSenderIdent) */ public function getDmLegalTitleLaw() { - return $this->dmLegalTitleLaw; + return $this->dmLegalTitleLaw; } /** @@ -549,8 +556,8 @@ public function getDmLegalTitleLaw() */ public function setDmLegalTitleLaw($dmLegalTitleLaw) { - $this->dmLegalTitleLaw = $dmLegalTitleLaw; - return $this; + $this->dmLegalTitleLaw = $dmLegalTitleLaw; + return $this; } /** @@ -558,7 +565,7 @@ public function setDmLegalTitleLaw($dmLegalTitleLaw) */ public function getDmLegalTitleYear() { - return $this->dmLegalTitleYear; + return $this->dmLegalTitleYear; } /** @@ -567,8 +574,8 @@ public function getDmLegalTitleYear() */ public function setDmLegalTitleYear($dmLegalTitleYear) { - $this->dmLegalTitleYear = $dmLegalTitleYear; - return $this; + $this->dmLegalTitleYear = $dmLegalTitleYear; + return $this; } /** @@ -576,7 +583,7 @@ public function setDmLegalTitleYear($dmLegalTitleYear) */ public function getDmLegalTitleSect() { - return $this->dmLegalTitleSect; + return $this->dmLegalTitleSect; } /** @@ -585,8 +592,8 @@ public function getDmLegalTitleSect() */ public function setDmLegalTitleSect($dmLegalTitleSect) { - $this->dmLegalTitleSect = $dmLegalTitleSect; - return $this; + $this->dmLegalTitleSect = $dmLegalTitleSect; + return $this; } /** @@ -594,7 +601,7 @@ public function setDmLegalTitleSect($dmLegalTitleSect) */ public function getDmLegalTitlePar() { - return $this->dmLegalTitlePar; + return $this->dmLegalTitlePar; } /** @@ -603,8 +610,8 @@ public function getDmLegalTitlePar() */ public function setDmLegalTitlePar($dmLegalTitlePar) { - $this->dmLegalTitlePar = $dmLegalTitlePar; - return $this; + $this->dmLegalTitlePar = $dmLegalTitlePar; + return $this; } /** @@ -612,7 +619,7 @@ public function setDmLegalTitlePar($dmLegalTitlePar) */ public function getDmLegalTitlePoint() { - return $this->dmLegalTitlePoint; + return $this->dmLegalTitlePoint; } /** @@ -621,8 +628,8 @@ public function getDmLegalTitlePoint() */ public function setDmLegalTitlePoint($dmLegalTitlePoint) { - $this->dmLegalTitlePoint = $dmLegalTitlePoint; - return $this; + $this->dmLegalTitlePoint = $dmLegalTitlePoint; + return $this; } /** @@ -630,7 +637,7 @@ public function setDmLegalTitlePoint($dmLegalTitlePoint) */ public function getDmPersonalDelivery() { - return $this->dmPersonalDelivery; + return $this->dmPersonalDelivery; } /** @@ -639,8 +646,8 @@ public function getDmPersonalDelivery() */ public function setDmPersonalDelivery($dmPersonalDelivery) { - $this->dmPersonalDelivery = $dmPersonalDelivery; - return $this; + $this->dmPersonalDelivery = $dmPersonalDelivery; + return $this; } /** @@ -648,7 +655,7 @@ public function setDmPersonalDelivery($dmPersonalDelivery) */ public function getDmAllowSubstDelivery() { - return $this->dmAllowSubstDelivery; + return $this->dmAllowSubstDelivery; } /** @@ -657,8 +664,25 @@ public function getDmAllowSubstDelivery() */ public function setDmAllowSubstDelivery($dmAllowSubstDelivery) { - $this->dmAllowSubstDelivery = $dmAllowSubstDelivery; - return $this; + $this->dmAllowSubstDelivery = $dmAllowSubstDelivery; + return $this; + } + + /** + * @return tFilesArray + */ + public function getDmFiles() + { + return $this->dmFiles; } + /** + * @param tFilesArray $dmFiles + * @return \Defr\CzechDataBox\Api\dmDm + */ + public function setDmFiles($dmFiles) + { + $this->dmFiles = $dmFiles; + return $this; + } } diff --git a/src/Api/dmEnvelope.php b/src/Api/dmEnvelope.php index f3c5cd8..eec23fe 100644 --- a/src/Api/dmEnvelope.php +++ b/src/Api/dmEnvelope.php @@ -8,7 +8,5 @@ class dmEnvelope public function __construct() { - } - } diff --git a/src/Api/dmExtFile.php b/src/Api/dmExtFile.php new file mode 100644 index 0000000..d6ebb0c --- /dev/null +++ b/src/Api/dmExtFile.php @@ -0,0 +1,163 @@ +dmFileMetaType = $dmFileMetaType; + $this->dmAttID = $dmAttID; + $this->dmAttHash1 = $dmAttHash1; + $this->dmAttHash1Alg = $dmAttHash1Alg; + $this->dmAttHash2 = $dmAttHash2; + $this->dmAttHash2Alg = $dmAttHash2Alg; + } + + /** + * @return string + */ + public function getDmFileMetaType() + { + return $this->dmFileMetaType; + } + + /** + * @param string $dmFileMetaType + * @return \Defr\CzechDataBox\Api\dmExtFile + */ + public function setDmFileMetaType($dmFileMetaType) + { + $this->dmFileMetaType = $dmFileMetaType; + return $this; + } + + /** + * @return string + */ + public function getDmAttID() + { + return $this->dmAttID; + } + + /** + * @param string $dmAttID + * @return \Defr\CzechDataBox\Api\dmExtFile + */ + public function setDmAttID($dmAttID) + { + $this->dmAttID = $dmAttID; + return $this; + } + + /** + * @return string + */ + public function getDmAttHash1() + { + return $this->dmAttHash1; + } + + /** + * @param string $dmAttHash1 + * @return \Defr\CzechDataBox\Api\dmExtFile + */ + public function setDmAttHash1($dmAttHash1) + { + $this->dmAttHash1 = $dmAttHash1; + return $this; + } + + /** + * @return string + */ + public function getDmAttHash1Alg() + { + return $this->dmAttHash1Alg; + } + + /** + * @param string $dmAttHash1Alg + * @return \Defr\CzechDataBox\Api\dmExtFile + */ + public function setDmAttHash1Alg($dmAttHash1Alg) + { + $this->dmAttHash1Alg = $dmAttHash1Alg; + return $this; + } + + /** + * @return string + */ + public function getDmAttHash2() + { + return $this->dmAttHash2; + } + + /** + * @param string $dmAttHash2 + * @return \Defr\CzechDataBox\Api\dmExtFile + */ + public function setDmAttHash2($dmAttHash2) + { + $this->dmAttHash2 = $dmAttHash2; + return $this; + } + + /** + * @return string + */ + public function getDmAttHash2Alg() + { + return $this->dmAttHash2Alg; + } + + /** + * @param string $dmAttHash2Alg + * @return \Defr\CzechDataBox\Api\dmExtFile + */ + public function setDmAttHash2Alg($dmAttHash2Alg) + { + $this->dmAttHash2Alg = $dmAttHash2Alg; + return $this; + } +} diff --git a/src/Api/dmFile.php b/src/Api/dmFile.php index d0ce3b6..e76c423 100644 --- a/src/Api/dmFile.php +++ b/src/Api/dmFile.php @@ -6,123 +6,73 @@ class dmFile { /** - * @var string $dmMimeType + * @var base64Binary $dmEncodedContent */ - protected $dmMimeType = null; + protected $dmEncodedContent = null; /** - * @var anonymous6 $dmFileMetaType + * @var string $dmFileMetaType */ protected $dmFileMetaType = null; - /** - * @var string $dmFileGuid - */ - protected $dmFileGuid = null; - - /** - * @var string $dmUpFileGuid - */ - protected $dmUpFileGuid = null; - /** * @var string $dmFileDescr */ protected $dmFileDescr = null; /** - * @var string $dmFormat + * @var string $dmMimeType */ - protected $dmFormat = null; + protected $dmMimeType = null; /** - * @param string $dmMimeType - * @param anonymous6 $dmFileMetaType - * @param string $dmFileGuid - * @param string $dmUpFileGuid + * @param base64Binary $dmEncodedContent + * @param string $dmFileMetaType * @param string $dmFileDescr - * @param string $dmFormat - */ - public function __construct($dmMimeType = null, $dmFileMetaType = null, $dmFileGuid = null, $dmUpFileGuid = null, $dmFileDescr = null, $dmFormat = null) - { - $this->dmMimeType = $dmMimeType; - $this->dmFileMetaType = $dmFileMetaType; - $this->dmFileGuid = $dmFileGuid; - $this->dmUpFileGuid = $dmUpFileGuid; - $this->dmFileDescr = $dmFileDescr; - $this->dmFormat = $dmFormat; - } - - /** - * @return string - */ - public function getDmMimeType() - { - return $this->dmMimeType; - } - - /** * @param string $dmMimeType - * @return \Defr\CzechDataBox\Api\dmFile - */ - public function setDmMimeType($dmMimeType) - { - $this->dmMimeType = $dmMimeType; - return $this; - } - - /** - * @return anonymous6 - */ - public function getDmFileMetaType() - { - return $this->dmFileMetaType; - } - - /** - * @param anonymous6 $dmFileMetaType - * @return \Defr\CzechDataBox\Api\dmFile */ - public function setDmFileMetaType($dmFileMetaType) + public function __construct($dmEncodedContent = null, $dmFileMetaType = null, $dmFileDescr = null, $dmMimeType = null) { - $this->dmFileMetaType = $dmFileMetaType; - return $this; + $this->dmEncodedContent = $dmEncodedContent; + $this->dmFileMetaType = $dmFileMetaType; + $this->dmFileDescr = $dmFileDescr; + $this->dmMimeType = $dmMimeType; } /** - * @return string + * @return base64Binary */ - public function getDmFileGuid() + public function getDmEncodedContent() { - return $this->dmFileGuid; + return $this->dmEncodedContent; } /** - * @param string $dmFileGuid + * @param base64Binary $dmEncodedContent * @return \Defr\CzechDataBox\Api\dmFile */ - public function setDmFileGuid($dmFileGuid) + public function setDmEncodedContent($dmEncodedContent) { - $this->dmFileGuid = $dmFileGuid; - return $this; + $this->dmEncodedContent = $dmEncodedContent; + return $this; } /** * @return string */ - public function getDmUpFileGuid() + public function getDmFileMetaType() { - return $this->dmUpFileGuid; + return $this->dmFileMetaType; } /** - * @param string $dmUpFileGuid + * @param string $dmFileMetaType * @return \Defr\CzechDataBox\Api\dmFile */ - public function setDmUpFileGuid($dmUpFileGuid) + public function setDmFileMetaType($dmFileMetaType) { - $this->dmUpFileGuid = $dmUpFileGuid; - return $this; + $this->dmFileMetaType = $dmFileMetaType; + return $this; } /** @@ -130,7 +80,7 @@ public function setDmUpFileGuid($dmUpFileGuid) */ public function getDmFileDescr() { - return $this->dmFileDescr; + return $this->dmFileDescr; } /** @@ -139,26 +89,25 @@ public function getDmFileDescr() */ public function setDmFileDescr($dmFileDescr) { - $this->dmFileDescr = $dmFileDescr; - return $this; + $this->dmFileDescr = $dmFileDescr; + return $this; } /** * @return string */ - public function getDmFormat() + public function getDmMimeType() { - return $this->dmFormat; + return $this->dmMimeType; } /** - * @param string $dmFormat + * @param string $dmMimeType * @return \Defr\CzechDataBox\Api\dmFile */ - public function setDmFormat($dmFormat) + public function setDmMimeType($dmMimeType) { - $this->dmFormat = $dmFormat; - return $this; + $this->dmMimeType = $dmMimeType; + return $this; } - } diff --git a/src/Api/dmFiles.php b/src/Api/dmFiles.php new file mode 100644 index 0000000..a64c3a5 --- /dev/null +++ b/src/Api/dmFiles.php @@ -0,0 +1,63 @@ +dmExtFile = $dmExtFile; + $this->dmFile = $dmFile; + } + + /** + * @return dmExtFile + */ + public function getDmExtFile() + { + return $this->dmExtFile; + } + + /** + * @param dmExtFile $dmExtFile + * @return \Defr\CzechDataBox\Api\dmFiles + */ + public function setDmExtFile($dmExtFile) + { + $this->dmExtFile = $dmExtFile; + return $this; + } + + /** + * @return dmFile + */ + public function getDmFile() + { + return $this->dmFile; + } + + /** + * @param dmFile $dmFile + * @return \Defr\CzechDataBox\Api\dmFiles + */ + public function setDmFile($dmFile) + { + $this->dmFile = $dmFile; + return $this; + } +} diff --git a/src/Api/dmMessageAuthor.php b/src/Api/dmMessageAuthor.php new file mode 100644 index 0000000..50b13e6 --- /dev/null +++ b/src/Api/dmMessageAuthor.php @@ -0,0 +1,38 @@ +maItem = $maItem; + } + + /** + * @return maItem + */ + public function getMaItem() + { + return $this->maItem; + } + + /** + * @param maItem $maItem + * @return \Defr\CzechDataBox\Api\dmMessageAuthor + */ + public function setMaItem($maItem) + { + $this->maItem = $maItem; + return $this; + } +} diff --git a/src/Api/dmPublishOwnID.php b/src/Api/dmPublishOwnID.php new file mode 100644 index 0000000..8b589fa --- /dev/null +++ b/src/Api/dmPublishOwnID.php @@ -0,0 +1,63 @@ +_ = $_; + $this->IdLevel = $IdLevel; + } + + /** + * @return boolean + */ + public function get_() + { + return $this->_; + } + + /** + * @param boolean $_ + * @return \Defr\CzechDataBox\Api\dmPublishOwnID + */ + public function set_($_) + { + $this->_ = $_; + return $this; + } + + /** + * @return int + */ + public function getIdLevel() + { + return $this->IdLevel; + } + + /** + * @param int $IdLevel + * @return \Defr\CzechDataBox\Api\dmPublishOwnID + */ + public function setIdLevel($IdLevel) + { + $this->IdLevel = $IdLevel; + return $this; + } +} diff --git a/src/Api/dmReturnedMessage.php b/src/Api/dmReturnedMessage.php new file mode 100644 index 0000000..d73f013 --- /dev/null +++ b/src/Api/dmReturnedMessage.php @@ -0,0 +1,279 @@ +dmDm = $dmDm; + $this->dmHash = $dmHash; + $this->dmQTimestamp = $dmQTimestamp; + $this->dmDeliveryTime = $dmDeliveryTime ? $dmDeliveryTime->format(\DateTime::ATOM) : null; + $this->dmAcceptanceTime = $dmAcceptanceTime ? $dmAcceptanceTime->format(\DateTime::ATOM) : null; + $this->dmMessageStatus = $dmMessageStatus; + $this->dmAttachmentSize = $dmAttachmentSize; + $this->dmType = $dmType; + $this->dmVODZ = $dmVODZ; + $this->attsNum = $attsNum; + } + + /** + * @return dmDm + */ + public function getDmDm() + { + return $this->dmDm; + } + + /** + * @param dmDm $dmDm + * @return \Defr\CzechDataBox\Api\dmReturnedMessage + */ + public function setDmDm($dmDm) + { + $this->dmDm = $dmDm; + return $this; + } + + /** + * @return tHash + */ + public function getDmHash() + { + return $this->dmHash; + } + + /** + * @param tHash $dmHash + * @return \Defr\CzechDataBox\Api\dmReturnedMessage + */ + public function setDmHash($dmHash) + { + $this->dmHash = $dmHash; + return $this; + } + + /** + * @return base64Binary + */ + public function getDmQTimestamp() + { + return $this->dmQTimestamp; + } + + /** + * @param base64Binary $dmQTimestamp + * @return \Defr\CzechDataBox\Api\dmReturnedMessage + */ + public function setDmQTimestamp($dmQTimestamp) + { + $this->dmQTimestamp = $dmQTimestamp; + return $this; + } + + /** + * @return \DateTime + */ + public function getDmDeliveryTime() + { + if ($this->dmDeliveryTime == null) { + return null; + } else { + try { + return new \DateTime($this->dmDeliveryTime); + } catch (\Exception $e) { + return false; + } + } + } + + /** + * @param \DateTime $dmDeliveryTime + * @return \Defr\CzechDataBox\Api\dmReturnedMessage + */ + public function setDmDeliveryTime(\DateTime $dmDeliveryTime) + { + $this->dmDeliveryTime = $dmDeliveryTime->format(\DateTime::ATOM); + return $this; + } + + /** + * @return \DateTime + */ + public function getDmAcceptanceTime() + { + if ($this->dmAcceptanceTime == null) { + return null; + } else { + try { + return new \DateTime($this->dmAcceptanceTime); + } catch (\Exception $e) { + return false; + } + } + } + + /** + * @param \DateTime $dmAcceptanceTime + * @return \Defr\CzechDataBox\Api\dmReturnedMessage + */ + public function setDmAcceptanceTime(\DateTime $dmAcceptanceTime) + { + $this->dmAcceptanceTime = $dmAcceptanceTime->format(\DateTime::ATOM); + return $this; + } + + /** + * @return int + */ + public function getDmMessageStatus() + { + return $this->dmMessageStatus; + } + + /** + * @param int $dmMessageStatus + * @return \Defr\CzechDataBox\Api\dmReturnedMessage + */ + public function setDmMessageStatus($dmMessageStatus) + { + $this->dmMessageStatus = $dmMessageStatus; + return $this; + } + + /** + * @return int + */ + public function getDmAttachmentSize() + { + return $this->dmAttachmentSize; + } + + /** + * @param int $dmAttachmentSize + * @return \Defr\CzechDataBox\Api\dmReturnedMessage + */ + public function setDmAttachmentSize($dmAttachmentSize) + { + $this->dmAttachmentSize = $dmAttachmentSize; + return $this; + } + + /** + * @return tDmType + */ + public function getDmType() + { + return $this->dmType; + } + + /** + * @param tDmType $dmType + * @return \Defr\CzechDataBox\Api\dmReturnedMessage + */ + public function setDmType($dmType) + { + $this->dmType = $dmType; + return $this; + } + + /** + * @return boolean + */ + public function getDmVODZ() + { + return $this->dmVODZ; + } + + /** + * @param boolean $dmVODZ + * @return \Defr\CzechDataBox\Api\dmReturnedMessage + */ + public function setDmVODZ($dmVODZ) + { + $this->dmVODZ = $dmVODZ; + return $this; + } + + /** + * @return int + */ + public function getAttsNum() + { + return $this->attsNum; + } + + /** + * @param int $attsNum + * @return \Defr\CzechDataBox\Api\dmReturnedMessage + */ + public function setAttsNum($attsNum) + { + $this->attsNum = $attsNum; + return $this; + } +} diff --git a/src/Api/dmXMLContent.php b/src/Api/dmXMLContent.php index 9c8b41b..30e4c12 100644 --- a/src/Api/dmXMLContent.php +++ b/src/Api/dmXMLContent.php @@ -15,7 +15,7 @@ class dmXMLContent */ public function __construct($any = null) { - $this->any = $any; + $this->any = $any; } /** @@ -23,7 +23,7 @@ public function __construct($any = null) */ public function getAny() { - return $this->any; + return $this->any; } /** @@ -32,8 +32,7 @@ public function getAny() */ public function setAny($any) { - $this->any = $any; - return $this; + $this->any = $any; + return $this; } - } diff --git a/src/Api/maItem.php b/src/Api/maItem.php new file mode 100644 index 0000000..8f7224f --- /dev/null +++ b/src/Api/maItem.php @@ -0,0 +1,63 @@ +key = $key; + $this->value = $value; + } + + /** + * @return string + */ + public function getKey() + { + return $this->key; + } + + /** + * @param string $key + * @return \Defr\CzechDataBox\Api\maItem + */ + public function setKey($key) + { + $this->key = $key; + return $this; + } + + /** + * @return string + */ + public function getValue() + { + return $this->value; + } + + /** + * @param string $value + * @return \Defr\CzechDataBox\Api\maItem + */ + public function setValue($value) + { + $this->value = $value; + return $this; + } +} diff --git a/src/Api/tActivateInput.php b/src/Api/tActivateInput.php deleted file mode 100644 index f56152b..0000000 --- a/src/Api/tActivateInput.php +++ /dev/null @@ -1,64 +0,0 @@ -dbAccessDataId = $dbAccessDataId; - $this->dbID = $dbID; - } - - /** - * @return tDbAccessDataId - */ - public function getDbAccessDataId() - { - return $this->dbAccessDataId; - } - - /** - * @param tDbAccessDataId $dbAccessDataId - * @return \Defr\CzechDataBox\Api\tActivateInput - */ - public function setDbAccessDataId($dbAccessDataId) - { - $this->dbAccessDataId = $dbAccessDataId; - return $this; - } - - /** - * @return tIdDb - */ - public function getDbID() - { - return $this->dbID; - } - - /** - * @param tIdDb $dbID - * @return \Defr\CzechDataBox\Api\tActivateInput - */ - public function setDbID($dbID) - { - $this->dbID = $dbID; - return $this; - } - -} diff --git a/src/Api/tActivateOutput.php b/src/Api/tActivateOutput.php deleted file mode 100644 index fcebbb5..0000000 --- a/src/Api/tActivateOutput.php +++ /dev/null @@ -1,89 +0,0 @@ -userId = $userId; - $this->password = $password; - $this->dbStatus = $dbStatus; - } - - /** - * @return tUserID - */ - public function getUserId() - { - return $this->userId; - } - - /** - * @param tUserID $userId - * @return \Defr\CzechDataBox\Api\tActivateOutput - */ - public function setUserId($userId) - { - $this->userId = $userId; - return $this; - } - - /** - * @return string - */ - public function getPassword() - { - return $this->password; - } - - /** - * @param string $password - * @return \Defr\CzechDataBox\Api\tActivateOutput - */ - public function setPassword($password) - { - $this->password = $password; - return $this; - } - - /** - * @return tDbReqStatus - */ - public function getDbStatus() - { - return $this->dbStatus; - } - - /** - * @param tDbReqStatus $dbStatus - * @return \Defr\CzechDataBox\Api\tActivateOutput - */ - public function setDbStatus($dbStatus) - { - $this->dbStatus = $dbStatus; - return $this; - } - -} diff --git a/src/Api/tAddDBUserInput.php b/src/Api/tAddDBUserInput.php index 35a5620..0ca3563 100644 --- a/src/Api/tAddDBUserInput.php +++ b/src/Api/tAddDBUserInput.php @@ -6,12 +6,12 @@ class tAddDBUserInput { /** - * @var tDbOwnerInfo $dbOwnerInfo + * @var tDbOwnerInfoExt $dbOwnerInfo */ protected $dbOwnerInfo = null; /** - * @var tDbUserInfo $dbUserInfo + * @var dbUserInfo $dbUserInfo */ protected $dbUserInfo = null; @@ -36,8 +36,8 @@ class tAddDBUserInput protected $dbExternRefNumber = null; /** - * @param tDbOwnerInfo $dbOwnerInfo - * @param tDbUserInfo $dbUserInfo + * @param tDbOwnerInfoExt $dbOwnerInfo + * @param dbUserInfo $dbUserInfo * @param boolean $dbVirtual * @param string $email * @param boolean $dbApproved @@ -45,48 +45,48 @@ class tAddDBUserInput */ public function __construct($dbOwnerInfo = null, $dbUserInfo = null, $dbVirtual = null, $email = null, $dbApproved = null, $dbExternRefNumber = null) { - $this->dbOwnerInfo = $dbOwnerInfo; - $this->dbUserInfo = $dbUserInfo; - $this->dbVirtual = $dbVirtual; - $this->email = $email; - $this->dbApproved = $dbApproved; - $this->dbExternRefNumber = $dbExternRefNumber; + $this->dbOwnerInfo = $dbOwnerInfo; + $this->dbUserInfo = $dbUserInfo; + $this->dbVirtual = $dbVirtual; + $this->email = $email; + $this->dbApproved = $dbApproved; + $this->dbExternRefNumber = $dbExternRefNumber; } /** - * @return tDbOwnerInfo + * @return tDbOwnerInfoExt */ public function getDbOwnerInfo() { - return $this->dbOwnerInfo; + return $this->dbOwnerInfo; } /** - * @param tDbOwnerInfo $dbOwnerInfo + * @param tDbOwnerInfoExt $dbOwnerInfo * @return \Defr\CzechDataBox\Api\tAddDBUserInput */ public function setDbOwnerInfo($dbOwnerInfo) { - $this->dbOwnerInfo = $dbOwnerInfo; - return $this; + $this->dbOwnerInfo = $dbOwnerInfo; + return $this; } /** - * @return tDbUserInfo + * @return dbUserInfo */ public function getDbUserInfo() { - return $this->dbUserInfo; + return $this->dbUserInfo; } /** - * @param tDbUserInfo $dbUserInfo + * @param dbUserInfo $dbUserInfo * @return \Defr\CzechDataBox\Api\tAddDBUserInput */ public function setDbUserInfo($dbUserInfo) { - $this->dbUserInfo = $dbUserInfo; - return $this; + $this->dbUserInfo = $dbUserInfo; + return $this; } /** @@ -94,7 +94,7 @@ public function setDbUserInfo($dbUserInfo) */ public function getDbVirtual() { - return $this->dbVirtual; + return $this->dbVirtual; } /** @@ -103,8 +103,8 @@ public function getDbVirtual() */ public function setDbVirtual($dbVirtual) { - $this->dbVirtual = $dbVirtual; - return $this; + $this->dbVirtual = $dbVirtual; + return $this; } /** @@ -112,7 +112,7 @@ public function setDbVirtual($dbVirtual) */ public function getEmail() { - return $this->email; + return $this->email; } /** @@ -121,8 +121,8 @@ public function getEmail() */ public function setEmail($email) { - $this->email = $email; - return $this; + $this->email = $email; + return $this; } /** @@ -130,7 +130,7 @@ public function setEmail($email) */ public function getDbApproved() { - return $this->dbApproved; + return $this->dbApproved; } /** @@ -139,8 +139,8 @@ public function getDbApproved() */ public function setDbApproved($dbApproved) { - $this->dbApproved = $dbApproved; - return $this; + $this->dbApproved = $dbApproved; + return $this; } /** @@ -148,7 +148,7 @@ public function setDbApproved($dbApproved) */ public function getDbExternRefNumber() { - return $this->dbExternRefNumber; + return $this->dbExternRefNumber; } /** @@ -157,8 +157,7 @@ public function getDbExternRefNumber() */ public function setDbExternRefNumber($dbExternRefNumber) { - $this->dbExternRefNumber = $dbExternRefNumber; - return $this; + $this->dbExternRefNumber = $dbExternRefNumber; + return $this; } - } diff --git a/src/Api/tAddDBUserInput2.php b/src/Api/tAddDBUserInput2.php new file mode 100644 index 0000000..41aa9d0 --- /dev/null +++ b/src/Api/tAddDBUserInput2.php @@ -0,0 +1,163 @@ +dbID = $dbID; + $this->dbUserInfo = $dbUserInfo; + $this->dbVirtual = $dbVirtual; + $this->email = $email; + $this->dbApproved = $dbApproved; + $this->dbExternRefNumber = $dbExternRefNumber; + } + + /** + * @return dbID + */ + public function getDbID() + { + return $this->dbID; + } + + /** + * @param dbID $dbID + * @return \Defr\CzechDataBox\Api\tAddDBUserInput2 + */ + public function setDbID($dbID) + { + $this->dbID = $dbID; + return $this; + } + + /** + * @return dbUserInfo + */ + public function getDbUserInfo() + { + return $this->dbUserInfo; + } + + /** + * @param dbUserInfo $dbUserInfo + * @return \Defr\CzechDataBox\Api\tAddDBUserInput2 + */ + public function setDbUserInfo($dbUserInfo) + { + $this->dbUserInfo = $dbUserInfo; + return $this; + } + + /** + * @return boolean + */ + public function getDbVirtual() + { + return $this->dbVirtual; + } + + /** + * @param boolean $dbVirtual + * @return \Defr\CzechDataBox\Api\tAddDBUserInput2 + */ + public function setDbVirtual($dbVirtual) + { + $this->dbVirtual = $dbVirtual; + return $this; + } + + /** + * @return string + */ + public function getEmail() + { + return $this->email; + } + + /** + * @param string $email + * @return \Defr\CzechDataBox\Api\tAddDBUserInput2 + */ + public function setEmail($email) + { + $this->email = $email; + return $this; + } + + /** + * @return boolean + */ + public function getDbApproved() + { + return $this->dbApproved; + } + + /** + * @param boolean $dbApproved + * @return \Defr\CzechDataBox\Api\tAddDBUserInput2 + */ + public function setDbApproved($dbApproved) + { + $this->dbApproved = $dbApproved; + return $this; + } + + /** + * @return string + */ + public function getDbExternRefNumber() + { + return $this->dbExternRefNumber; + } + + /** + * @param string $dbExternRefNumber + * @return \Defr\CzechDataBox\Api\tAddDBUserInput2 + */ + public function setDbExternRefNumber($dbExternRefNumber) + { + $this->dbExternRefNumber = $dbExternRefNumber; + return $this; + } +} diff --git a/src/Api/tAddDBUserOutput.php b/src/Api/tAddDBUserOutput.php index 67a1d0e..610cf39 100644 --- a/src/Api/tAddDBUserOutput.php +++ b/src/Api/tAddDBUserOutput.php @@ -27,9 +27,9 @@ class tAddDBUserOutput */ public function __construct($dbID = null, $dbAccessDataId = null, $dbStatus = null) { - $this->dbID = $dbID; - $this->dbAccessDataId = $dbAccessDataId; - $this->dbStatus = $dbStatus; + $this->dbID = $dbID; + $this->dbAccessDataId = $dbAccessDataId; + $this->dbStatus = $dbStatus; } /** @@ -37,7 +37,7 @@ public function __construct($dbID = null, $dbAccessDataId = null, $dbStatus = nu */ public function getDbID() { - return $this->dbID; + return $this->dbID; } /** @@ -46,8 +46,8 @@ public function getDbID() */ public function setDbID($dbID) { - $this->dbID = $dbID; - return $this; + $this->dbID = $dbID; + return $this; } /** @@ -55,7 +55,7 @@ public function setDbID($dbID) */ public function getDbAccessDataId() { - return $this->dbAccessDataId; + return $this->dbAccessDataId; } /** @@ -64,8 +64,8 @@ public function getDbAccessDataId() */ public function setDbAccessDataId($dbAccessDataId) { - $this->dbAccessDataId = $dbAccessDataId; - return $this; + $this->dbAccessDataId = $dbAccessDataId; + return $this; } /** @@ -73,7 +73,7 @@ public function setDbAccessDataId($dbAccessDataId) */ public function getDbStatus() { - return $this->dbStatus; + return $this->dbStatus; } /** @@ -82,8 +82,7 @@ public function getDbStatus() */ public function setDbStatus($dbStatus) { - $this->dbStatus = $dbStatus; - return $this; + $this->dbStatus = $dbStatus; + return $this; } - } diff --git a/src/Api/tAddDBUserOutput2.php b/src/Api/tAddDBUserOutput2.php new file mode 100644 index 0000000..fb56e40 --- /dev/null +++ b/src/Api/tAddDBUserOutput2.php @@ -0,0 +1,88 @@ +dbID = $dbID; + $this->dbAccessDataId = $dbAccessDataId; + $this->dbStatus = $dbStatus; + } + + /** + * @return tIdDb + */ + public function getDbID() + { + return $this->dbID; + } + + /** + * @param tIdDb $dbID + * @return \Defr\CzechDataBox\Api\tAddDBUserOutput2 + */ + public function setDbID($dbID) + { + $this->dbID = $dbID; + return $this; + } + + /** + * @return tDbAccessDataId + */ + public function getDbAccessDataId() + { + return $this->dbAccessDataId; + } + + /** + * @param tDbAccessDataId $dbAccessDataId + * @return \Defr\CzechDataBox\Api\tAddDBUserOutput2 + */ + public function setDbAccessDataId($dbAccessDataId) + { + $this->dbAccessDataId = $dbAccessDataId; + return $this; + } + + /** + * @return tDbReqStatus + */ + public function getDbStatus() + { + return $this->dbStatus; + } + + /** + * @param tDbReqStatus $dbStatus + * @return \Defr\CzechDataBox\Api\tAddDBUserOutput2 + */ + public function setDbStatus($dbStatus) + { + $this->dbStatus = $dbStatus; + return $this; + } +} diff --git a/src/Api/tAuthenticateMessageInput.php b/src/Api/tAuthenticateMessageInput.php index 56fab0f..9be3521 100644 --- a/src/Api/tAuthenticateMessageInput.php +++ b/src/Api/tAuthenticateMessageInput.php @@ -15,7 +15,7 @@ class tAuthenticateMessageInput */ public function __construct($dmMessage = null) { - $this->dmMessage = $dmMessage; + $this->dmMessage = $dmMessage; } /** @@ -23,7 +23,7 @@ public function __construct($dmMessage = null) */ public function getDmMessage() { - return $this->dmMessage; + return $this->dmMessage; } /** @@ -32,8 +32,7 @@ public function getDmMessage() */ public function setDmMessage($dmMessage) { - $this->dmMessage = $dmMessage; - return $this; + $this->dmMessage = $dmMessage; + return $this; } - } diff --git a/src/Api/tAuthenticateMessageOutput.php b/src/Api/tAuthenticateMessageOutput.php index 1439340..e4f4fdb 100644 --- a/src/Api/tAuthenticateMessageOutput.php +++ b/src/Api/tAuthenticateMessageOutput.php @@ -21,8 +21,8 @@ class tAuthenticateMessageOutput */ public function __construct($dmAuthResult = null, $dmStatus = null) { - $this->dmAuthResult = $dmAuthResult; - $this->dmStatus = $dmStatus; + $this->dmAuthResult = $dmAuthResult; + $this->dmStatus = $dmStatus; } /** @@ -30,7 +30,7 @@ public function __construct($dmAuthResult = null, $dmStatus = null) */ public function getDmAuthResult() { - return $this->dmAuthResult; + return $this->dmAuthResult; } /** @@ -39,8 +39,8 @@ public function getDmAuthResult() */ public function setDmAuthResult($dmAuthResult) { - $this->dmAuthResult = $dmAuthResult; - return $this; + $this->dmAuthResult = $dmAuthResult; + return $this; } /** @@ -48,7 +48,7 @@ public function setDmAuthResult($dmAuthResult) */ public function getDmStatus() { - return $this->dmStatus; + return $this->dmStatus; } /** @@ -57,8 +57,7 @@ public function getDmStatus() */ public function setDmStatus($dmStatus) { - $this->dmStatus = $dmStatus; - return $this; + $this->dmStatus = $dmStatus; + return $this; } - } diff --git a/src/Api/tBigMessEnvelope.php b/src/Api/tBigMessEnvelope.php new file mode 100644 index 0000000..f036aca --- /dev/null +++ b/src/Api/tBigMessEnvelope.php @@ -0,0 +1,538 @@ +dmSenderOrgUnit = $dmSenderOrgUnit; + $this->dmSenderOrgUnitNum = $dmSenderOrgUnitNum; + $this->dbIDRecipient = $dbIDRecipient; + $this->dmRecipientOrgUnit = $dmRecipientOrgUnit; + $this->dmRecipientOrgUnitNum = $dmRecipientOrgUnitNum; + $this->dmToHands = $dmToHands; + $this->dmAnnotation = $dmAnnotation; + $this->dmRecipientRefNumber = $dmRecipientRefNumber; + $this->dmSenderRefNumber = $dmSenderRefNumber; + $this->dmRecipientIdent = $dmRecipientIdent; + $this->dmSenderIdent = $dmSenderIdent; + $this->dmLegalTitleLaw = $dmLegalTitleLaw; + $this->dmLegalTitleYear = $dmLegalTitleYear; + $this->dmLegalTitleSect = $dmLegalTitleSect; + $this->dmLegalTitlePar = $dmLegalTitlePar; + $this->dmLegalTitlePoint = $dmLegalTitlePoint; + $this->dmPersonalDelivery = $dmPersonalDelivery; + $this->dmAllowSubstDelivery = $dmAllowSubstDelivery; + $this->dmOVM = $dmOVM; + $this->dmPublishOwnID = $dmPublishOwnID; + $this->dmType = $dmType; + } + + /** + * @return string + */ + public function getDmSenderOrgUnit() + { + return $this->dmSenderOrgUnit; + } + + /** + * @param string $dmSenderOrgUnit + * @return \Defr\CzechDataBox\Api\tBigMessEnvelope + */ + public function setDmSenderOrgUnit($dmSenderOrgUnit) + { + $this->dmSenderOrgUnit = $dmSenderOrgUnit; + return $this; + } + + /** + * @return int + */ + public function getDmSenderOrgUnitNum() + { + return $this->dmSenderOrgUnitNum; + } + + /** + * @param int $dmSenderOrgUnitNum + * @return \Defr\CzechDataBox\Api\tBigMessEnvelope + */ + public function setDmSenderOrgUnitNum($dmSenderOrgUnitNum) + { + $this->dmSenderOrgUnitNum = $dmSenderOrgUnitNum; + return $this; + } + + /** + * @return tIdDb + */ + public function getDbIDRecipient() + { + return $this->dbIDRecipient; + } + + /** + * @param tIdDb $dbIDRecipient + * @return \Defr\CzechDataBox\Api\tBigMessEnvelope + */ + public function setDbIDRecipient($dbIDRecipient) + { + $this->dbIDRecipient = $dbIDRecipient; + return $this; + } + + /** + * @return string + */ + public function getDmRecipientOrgUnit() + { + return $this->dmRecipientOrgUnit; + } + + /** + * @param string $dmRecipientOrgUnit + * @return \Defr\CzechDataBox\Api\tBigMessEnvelope + */ + public function setDmRecipientOrgUnit($dmRecipientOrgUnit) + { + $this->dmRecipientOrgUnit = $dmRecipientOrgUnit; + return $this; + } + + /** + * @return int + */ + public function getDmRecipientOrgUnitNum() + { + return $this->dmRecipientOrgUnitNum; + } + + /** + * @param int $dmRecipientOrgUnitNum + * @return \Defr\CzechDataBox\Api\tBigMessEnvelope + */ + public function setDmRecipientOrgUnitNum($dmRecipientOrgUnitNum) + { + $this->dmRecipientOrgUnitNum = $dmRecipientOrgUnitNum; + return $this; + } + + /** + * @return string + */ + public function getDmToHands() + { + return $this->dmToHands; + } + + /** + * @param string $dmToHands + * @return \Defr\CzechDataBox\Api\tBigMessEnvelope + */ + public function setDmToHands($dmToHands) + { + $this->dmToHands = $dmToHands; + return $this; + } + + /** + * @return dmAnnotation + */ + public function getDmAnnotation() + { + return $this->dmAnnotation; + } + + /** + * @param dmAnnotation $dmAnnotation + * @return \Defr\CzechDataBox\Api\tBigMessEnvelope + */ + public function setDmAnnotation($dmAnnotation) + { + $this->dmAnnotation = $dmAnnotation; + return $this; + } + + /** + * @return dmRecipientRefNumber + */ + public function getDmRecipientRefNumber() + { + return $this->dmRecipientRefNumber; + } + + /** + * @param dmRecipientRefNumber $dmRecipientRefNumber + * @return \Defr\CzechDataBox\Api\tBigMessEnvelope + */ + public function setDmRecipientRefNumber($dmRecipientRefNumber) + { + $this->dmRecipientRefNumber = $dmRecipientRefNumber; + return $this; + } + + /** + * @return dmSenderRefNumber + */ + public function getDmSenderRefNumber() + { + return $this->dmSenderRefNumber; + } + + /** + * @param dmSenderRefNumber $dmSenderRefNumber + * @return \Defr\CzechDataBox\Api\tBigMessEnvelope + */ + public function setDmSenderRefNumber($dmSenderRefNumber) + { + $this->dmSenderRefNumber = $dmSenderRefNumber; + return $this; + } + + /** + * @return dmRecipientIdent + */ + public function getDmRecipientIdent() + { + return $this->dmRecipientIdent; + } + + /** + * @param dmRecipientIdent $dmRecipientIdent + * @return \Defr\CzechDataBox\Api\tBigMessEnvelope + */ + public function setDmRecipientIdent($dmRecipientIdent) + { + $this->dmRecipientIdent = $dmRecipientIdent; + return $this; + } + + /** + * @return dmSenderIdent + */ + public function getDmSenderIdent() + { + return $this->dmSenderIdent; + } + + /** + * @param dmSenderIdent $dmSenderIdent + * @return \Defr\CzechDataBox\Api\tBigMessEnvelope + */ + public function setDmSenderIdent($dmSenderIdent) + { + $this->dmSenderIdent = $dmSenderIdent; + return $this; + } + + /** + * @return int + */ + public function getDmLegalTitleLaw() + { + return $this->dmLegalTitleLaw; + } + + /** + * @param int $dmLegalTitleLaw + * @return \Defr\CzechDataBox\Api\tBigMessEnvelope + */ + public function setDmLegalTitleLaw($dmLegalTitleLaw) + { + $this->dmLegalTitleLaw = $dmLegalTitleLaw; + return $this; + } + + /** + * @return int + */ + public function getDmLegalTitleYear() + { + return $this->dmLegalTitleYear; + } + + /** + * @param int $dmLegalTitleYear + * @return \Defr\CzechDataBox\Api\tBigMessEnvelope + */ + public function setDmLegalTitleYear($dmLegalTitleYear) + { + $this->dmLegalTitleYear = $dmLegalTitleYear; + return $this; + } + + /** + * @return string + */ + public function getDmLegalTitleSect() + { + return $this->dmLegalTitleSect; + } + + /** + * @param string $dmLegalTitleSect + * @return \Defr\CzechDataBox\Api\tBigMessEnvelope + */ + public function setDmLegalTitleSect($dmLegalTitleSect) + { + $this->dmLegalTitleSect = $dmLegalTitleSect; + return $this; + } + + /** + * @return string + */ + public function getDmLegalTitlePar() + { + return $this->dmLegalTitlePar; + } + + /** + * @param string $dmLegalTitlePar + * @return \Defr\CzechDataBox\Api\tBigMessEnvelope + */ + public function setDmLegalTitlePar($dmLegalTitlePar) + { + $this->dmLegalTitlePar = $dmLegalTitlePar; + return $this; + } + + /** + * @return string + */ + public function getDmLegalTitlePoint() + { + return $this->dmLegalTitlePoint; + } + + /** + * @param string $dmLegalTitlePoint + * @return \Defr\CzechDataBox\Api\tBigMessEnvelope + */ + public function setDmLegalTitlePoint($dmLegalTitlePoint) + { + $this->dmLegalTitlePoint = $dmLegalTitlePoint; + return $this; + } + + /** + * @return boolean + */ + public function getDmPersonalDelivery() + { + return $this->dmPersonalDelivery; + } + + /** + * @param boolean $dmPersonalDelivery + * @return \Defr\CzechDataBox\Api\tBigMessEnvelope + */ + public function setDmPersonalDelivery($dmPersonalDelivery) + { + $this->dmPersonalDelivery = $dmPersonalDelivery; + return $this; + } + + /** + * @return boolean + */ + public function getDmAllowSubstDelivery() + { + return $this->dmAllowSubstDelivery; + } + + /** + * @param boolean $dmAllowSubstDelivery + * @return \Defr\CzechDataBox\Api\tBigMessEnvelope + */ + public function setDmAllowSubstDelivery($dmAllowSubstDelivery) + { + $this->dmAllowSubstDelivery = $dmAllowSubstDelivery; + return $this; + } + + /** + * @return boolean + */ + public function getDmOVM() + { + return $this->dmOVM; + } + + /** + * @param boolean $dmOVM + * @return \Defr\CzechDataBox\Api\tBigMessEnvelope + */ + public function setDmOVM($dmOVM) + { + $this->dmOVM = $dmOVM; + return $this; + } + + /** + * @return dmPublishOwnID + */ + public function getDmPublishOwnID() + { + return $this->dmPublishOwnID; + } + + /** + * @param dmPublishOwnID $dmPublishOwnID + * @return \Defr\CzechDataBox\Api\tBigMessEnvelope + */ + public function setDmPublishOwnID($dmPublishOwnID) + { + $this->dmPublishOwnID = $dmPublishOwnID; + return $this; + } + + /** + * @return string + */ + public function getDmType() + { + return $this->dmType; + } + + /** + * @param string $dmType + * @return \Defr\CzechDataBox\Api\tBigMessEnvelope + */ + public function setDmType($dmType) + { + $this->dmType = $dmType; + return $this; + } +} diff --git a/src/Api/tBigMessageInput.php b/src/Api/tBigMessageInput.php new file mode 100644 index 0000000..a18ed7c --- /dev/null +++ b/src/Api/tBigMessageInput.php @@ -0,0 +1,63 @@ +dmEnvelope = $dmEnvelope; + $this->dmFiles = $dmFiles; + } + + /** + * @return tBigMessEnvelope + */ + public function getDmEnvelope() + { + return $this->dmEnvelope; + } + + /** + * @param tBigMessEnvelope $dmEnvelope + * @return \Defr\CzechDataBox\Api\tBigMessageInput + */ + public function setDmEnvelope($dmEnvelope) + { + $this->dmEnvelope = $dmEnvelope; + return $this; + } + + /** + * @return dmFiles + */ + public function getDmFiles() + { + return $this->dmFiles; + } + + /** + * @param dmFiles $dmFiles + * @return \Defr\CzechDataBox\Api\tBigMessageInput + */ + public function setDmFiles($dmFiles) + { + $this->dmFiles = $dmFiles; + return $this; + } +} diff --git a/src/Api/tBigMessageOutput.php b/src/Api/tBigMessageOutput.php new file mode 100644 index 0000000..4071e99 --- /dev/null +++ b/src/Api/tBigMessageOutput.php @@ -0,0 +1,63 @@ +dmID = $dmID; + $this->dmStatus = $dmStatus; + } + + /** + * @return tIdDm + */ + public function getDmID() + { + return $this->dmID; + } + + /** + * @param tIdDm $dmID + * @return \Defr\CzechDataBox\Api\tBigMessageOutput + */ + public function setDmID($dmID) + { + $this->dmID = $dmID; + return $this; + } + + /** + * @return tStatus + */ + public function getDmStatus() + { + return $this->dmStatus; + } + + /** + * @param tStatus $dmStatus + * @return \Defr\CzechDataBox\Api\tBigMessageOutput + */ + public function setDmStatus($dmStatus) + { + $this->dmStatus = $dmStatus; + return $this; + } +} diff --git a/src/Api/tChangeDBsTypeInput.php b/src/Api/tChangeDBsTypeInput.php new file mode 100644 index 0000000..cd877c0 --- /dev/null +++ b/src/Api/tChangeDBsTypeInput.php @@ -0,0 +1,88 @@ +refNumber = $refNumber; + $this->newDBType = $newDBType; + $this->IDsFile = $IDsFile; + } + + /** + * @return string + */ + public function getRefNumber() + { + return $this->refNumber; + } + + /** + * @param string $refNumber + * @return \Defr\CzechDataBox\Api\tChangeDBsTypeInput + */ + public function setRefNumber($refNumber) + { + $this->refNumber = $refNumber; + return $this; + } + + /** + * @return string + */ + public function getNewDBType() + { + return $this->newDBType; + } + + /** + * @param string $newDBType + * @return \Defr\CzechDataBox\Api\tChangeDBsTypeInput + */ + public function setNewDBType($newDBType) + { + $this->newDBType = $newDBType; + return $this; + } + + /** + * @return base64Binary + */ + public function getIDsFile() + { + return $this->IDsFile; + } + + /** + * @param base64Binary $IDsFile + * @return \Defr\CzechDataBox\Api\tChangeDBsTypeInput + */ + public function setIDsFile($IDsFile) + { + $this->IDsFile = $IDsFile; + return $this; + } +} diff --git a/src/Api/tChangeDBsTypeOutput.php b/src/Api/tChangeDBsTypeOutput.php new file mode 100644 index 0000000..aa7d622 --- /dev/null +++ b/src/Api/tChangeDBsTypeOutput.php @@ -0,0 +1,63 @@ +changeLogFile = $changeLogFile; + $this->dbStatus = $dbStatus; + } + + /** + * @return base64Binary + */ + public function getChangeLogFile() + { + return $this->changeLogFile; + } + + /** + * @param base64Binary $changeLogFile + * @return \Defr\CzechDataBox\Api\tChangeDBsTypeOutput + */ + public function setChangeLogFile($changeLogFile) + { + $this->changeLogFile = $changeLogFile; + return $this; + } + + /** + * @return tDbReqStatus + */ + public function getDbStatus() + { + return $this->dbStatus; + } + + /** + * @param tDbReqStatus $dbStatus + * @return \Defr\CzechDataBox\Api\tChangeDBsTypeOutput + */ + public function setDbStatus($dbStatus) + { + $this->dbStatus = $dbStatus; + return $this; + } +} diff --git a/src/Api/tChangeLogRow.php b/src/Api/tChangeLogRow.php new file mode 100644 index 0000000..e201258 --- /dev/null +++ b/src/Api/tChangeLogRow.php @@ -0,0 +1,38 @@ +changeLogRow = $changeLogRow; + } + + /** + * @return string + */ + public function getChangeLogRow() + { + return $this->changeLogRow; + } + + /** + * @param string $changeLogRow + * @return \Defr\CzechDataBox\Api\tChangeLogRow + */ + public function setChangeLogRow($changeLogRow) + { + $this->changeLogRow = $changeLogRow; + return $this; + } +} diff --git a/src/Api/tCheckDBOutput.php b/src/Api/tCheckDBOutput.php index dbbcb0b..b3f8545 100644 --- a/src/Api/tCheckDBOutput.php +++ b/src/Api/tCheckDBOutput.php @@ -21,8 +21,8 @@ class tCheckDBOutput */ public function __construct($dbState = null, $dbStatus = null) { - $this->dbState = $dbState; - $this->dbStatus = $dbStatus; + $this->dbState = $dbState; + $this->dbStatus = $dbStatus; } /** @@ -30,7 +30,7 @@ public function __construct($dbState = null, $dbStatus = null) */ public function getDbState() { - return $this->dbState; + return $this->dbState; } /** @@ -39,8 +39,8 @@ public function getDbState() */ public function setDbState($dbState) { - $this->dbState = $dbState; - return $this; + $this->dbState = $dbState; + return $this; } /** @@ -48,7 +48,7 @@ public function setDbState($dbState) */ public function getDbStatus() { - return $this->dbStatus; + return $this->dbStatus; } /** @@ -57,8 +57,7 @@ public function getDbStatus() */ public function setDbStatus($dbStatus) { - $this->dbStatus = $dbStatus; - return $this; + $this->dbStatus = $dbStatus; + return $this; } - } diff --git a/src/Api/tChngPasswInput.php b/src/Api/tChngPasswInput.php index da7bd23..ce218e2 100644 --- a/src/Api/tChngPasswInput.php +++ b/src/Api/tChngPasswInput.php @@ -21,8 +21,8 @@ class tChngPasswInput */ public function __construct($dbOldPassword = null, $dbNewPassword = null) { - $this->dbOldPassword = $dbOldPassword; - $this->dbNewPassword = $dbNewPassword; + $this->dbOldPassword = $dbOldPassword; + $this->dbNewPassword = $dbNewPassword; } /** @@ -30,7 +30,7 @@ public function __construct($dbOldPassword = null, $dbNewPassword = null) */ public function getDbOldPassword() { - return $this->dbOldPassword; + return $this->dbOldPassword; } /** @@ -39,8 +39,8 @@ public function getDbOldPassword() */ public function setDbOldPassword($dbOldPassword) { - $this->dbOldPassword = $dbOldPassword; - return $this; + $this->dbOldPassword = $dbOldPassword; + return $this; } /** @@ -48,7 +48,7 @@ public function setDbOldPassword($dbOldPassword) */ public function getDbNewPassword() { - return $this->dbNewPassword; + return $this->dbNewPassword; } /** @@ -57,8 +57,7 @@ public function getDbNewPassword() */ public function setDbNewPassword($dbNewPassword) { - $this->dbNewPassword = $dbNewPassword; - return $this; + $this->dbNewPassword = $dbNewPassword; + return $this; } - } diff --git a/src/Api/tCiRecord.php b/src/Api/tCiRecord.php new file mode 100644 index 0000000..db55b3b --- /dev/null +++ b/src/Api/tCiRecord.php @@ -0,0 +1,371 @@ +ciEventTime = $ciEventTime ? $ciEventTime->format(\DateTime::ATOM) : null; + $this->ciEventType = $ciEventType; + $this->ciCreditChange = $ciCreditChange; + $this->ciCreditAfter = $ciCreditAfter; + $this->ciTransID = $ciTransID; + $this->ciRecipientID = $ciRecipientID; + $this->ciPDZID = $ciPDZID; + $this->ciNewCapacity = $ciNewCapacity; + $this->ciNewFrom = $ciNewFrom; + $this->ciNewTo = $ciNewTo; + $this->ciOldCapacity = $ciOldCapacity; + $this->ciOldFrom = $ciOldFrom; + $this->ciOldTo = $ciOldTo; + $this->ciDoneBy = $ciDoneBy; + } + + /** + * @return \DateTime + */ + public function getCiEventTime() + { + if ($this->ciEventTime == null) { + return null; + } else { + try { + return new \DateTime($this->ciEventTime); + } catch (\Exception $e) { + return false; + } + } + } + + /** + * @param \DateTime $ciEventTime + * @return \Defr\CzechDataBox\Api\tCiRecord + */ + public function setCiEventTime(\DateTime $ciEventTime) + { + $this->ciEventTime = $ciEventTime->format(\DateTime::ATOM); + return $this; + } + + /** + * @return int + */ + public function getCiEventType() + { + return $this->ciEventType; + } + + /** + * @param int $ciEventType + * @return \Defr\CzechDataBox\Api\tCiRecord + */ + public function setCiEventType($ciEventType) + { + $this->ciEventType = $ciEventType; + return $this; + } + + /** + * @return int + */ + public function getCiCreditChange() + { + return $this->ciCreditChange; + } + + /** + * @param int $ciCreditChange + * @return \Defr\CzechDataBox\Api\tCiRecord + */ + public function setCiCreditChange($ciCreditChange) + { + $this->ciCreditChange = $ciCreditChange; + return $this; + } + + /** + * @return int + */ + public function getCiCreditAfter() + { + return $this->ciCreditAfter; + } + + /** + * @param int $ciCreditAfter + * @return \Defr\CzechDataBox\Api\tCiRecord + */ + public function setCiCreditAfter($ciCreditAfter) + { + $this->ciCreditAfter = $ciCreditAfter; + return $this; + } + + /** + * @return string + */ + public function getCiTransID() + { + return $this->ciTransID; + } + + /** + * @param string $ciTransID + * @return \Defr\CzechDataBox\Api\tCiRecord + */ + public function setCiTransID($ciTransID) + { + $this->ciTransID = $ciTransID; + return $this; + } + + /** + * @return tIdDb + */ + public function getCiRecipientID() + { + return $this->ciRecipientID; + } + + /** + * @param tIdDb $ciRecipientID + * @return \Defr\CzechDataBox\Api\tCiRecord + */ + public function setCiRecipientID($ciRecipientID) + { + $this->ciRecipientID = $ciRecipientID; + return $this; + } + + /** + * @return string + */ + public function getCiPDZID() + { + return $this->ciPDZID; + } + + /** + * @param string $ciPDZID + * @return \Defr\CzechDataBox\Api\tCiRecord + */ + public function setCiPDZID($ciPDZID) + { + $this->ciPDZID = $ciPDZID; + return $this; + } + + /** + * @return int + */ + public function getCiNewCapacity() + { + return $this->ciNewCapacity; + } + + /** + * @param int $ciNewCapacity + * @return \Defr\CzechDataBox\Api\tCiRecord + */ + public function setCiNewCapacity($ciNewCapacity) + { + $this->ciNewCapacity = $ciNewCapacity; + return $this; + } + + /** + * @return date + */ + public function getCiNewFrom() + { + return $this->ciNewFrom; + } + + /** + * @param date $ciNewFrom + * @return \Defr\CzechDataBox\Api\tCiRecord + */ + public function setCiNewFrom($ciNewFrom) + { + $this->ciNewFrom = $ciNewFrom; + return $this; + } + + /** + * @return date + */ + public function getCiNewTo() + { + return $this->ciNewTo; + } + + /** + * @param date $ciNewTo + * @return \Defr\CzechDataBox\Api\tCiRecord + */ + public function setCiNewTo($ciNewTo) + { + $this->ciNewTo = $ciNewTo; + return $this; + } + + /** + * @return int + */ + public function getCiOldCapacity() + { + return $this->ciOldCapacity; + } + + /** + * @param int $ciOldCapacity + * @return \Defr\CzechDataBox\Api\tCiRecord + */ + public function setCiOldCapacity($ciOldCapacity) + { + $this->ciOldCapacity = $ciOldCapacity; + return $this; + } + + /** + * @return date + */ + public function getCiOldFrom() + { + return $this->ciOldFrom; + } + + /** + * @param date $ciOldFrom + * @return \Defr\CzechDataBox\Api\tCiRecord + */ + public function setCiOldFrom($ciOldFrom) + { + $this->ciOldFrom = $ciOldFrom; + return $this; + } + + /** + * @return date + */ + public function getCiOldTo() + { + return $this->ciOldTo; + } + + /** + * @param date $ciOldTo + * @return \Defr\CzechDataBox\Api\tCiRecord + */ + public function setCiOldTo($ciOldTo) + { + $this->ciOldTo = $ciOldTo; + return $this; + } + + /** + * @return string + */ + public function getCiDoneBy() + { + return $this->ciDoneBy; + } + + /** + * @param string $ciDoneBy + * @return \Defr\CzechDataBox\Api\tCiRecord + */ + public function setCiDoneBy($ciDoneBy) + { + $this->ciDoneBy = $ciDoneBy; + return $this; + } +} diff --git a/src/Api/tConstRecord.php b/src/Api/tConstRecord.php new file mode 100644 index 0000000..7648f78 --- /dev/null +++ b/src/Api/tConstRecord.php @@ -0,0 +1,113 @@ +cName = $cName; + $this->cValue = $cValue; + $this->cFrom = $cFrom; + $this->cTo = $cTo; + } + + /** + * @return string + */ + public function getCName() + { + return $this->cName; + } + + /** + * @param string $cName + * @return \Defr\CzechDataBox\Api\tConstRecord + */ + public function setCName($cName) + { + $this->cName = $cName; + return $this; + } + + /** + * @return string + */ + public function getCValue() + { + return $this->cValue; + } + + /** + * @param string $cValue + * @return \Defr\CzechDataBox\Api\tConstRecord + */ + public function setCValue($cValue) + { + $this->cValue = $cValue; + return $this; + } + + /** + * @return date + */ + public function getCFrom() + { + return $this->cFrom; + } + + /** + * @param date $cFrom + * @return \Defr\CzechDataBox\Api\tConstRecord + */ + public function setCFrom($cFrom) + { + $this->cFrom = $cFrom; + return $this; + } + + /** + * @return date + */ + public function getCTo() + { + return $this->cTo; + } + + /** + * @param date $cTo + * @return \Defr\CzechDataBox\Api\tConstRecord + */ + public function setCTo($cTo) + { + $this->cTo = $cTo; + return $this; + } +} diff --git a/src/Api/tCreateDBInput.php b/src/Api/tCreateDBInput.php index 995cc8b..3553515 100644 --- a/src/Api/tCreateDBInput.php +++ b/src/Api/tCreateDBInput.php @@ -6,7 +6,7 @@ class tCreateDBInput { /** - * @var tDbOwnerInfo $dbOwnerInfo + * @var dbOwnerInfo $dbOwnerInfo */ protected $dbOwnerInfo = null; @@ -51,7 +51,7 @@ class tCreateDBInput protected $dbExternRefNumber = null; /** - * @param tDbOwnerInfo $dbOwnerInfo + * @param dbOwnerInfo $dbOwnerInfo * @param tDbUsersArray $dbPrimaryUsers * @param string $dbFormerNames * @param tIdDb $dbUpperDBId @@ -63,33 +63,33 @@ class tCreateDBInput */ public function __construct($dbOwnerInfo = null, $dbPrimaryUsers = null, $dbFormerNames = null, $dbUpperDBId = null, $dbCEOLabel = null, $dbVirtual = null, $email = null, $dbApproved = null, $dbExternRefNumber = null) { - $this->dbOwnerInfo = $dbOwnerInfo; - $this->dbPrimaryUsers = $dbPrimaryUsers; - $this->dbFormerNames = $dbFormerNames; - $this->dbUpperDBId = $dbUpperDBId; - $this->dbCEOLabel = $dbCEOLabel; - $this->dbVirtual = $dbVirtual; - $this->email = $email; - $this->dbApproved = $dbApproved; - $this->dbExternRefNumber = $dbExternRefNumber; + $this->dbOwnerInfo = $dbOwnerInfo; + $this->dbPrimaryUsers = $dbPrimaryUsers; + $this->dbFormerNames = $dbFormerNames; + $this->dbUpperDBId = $dbUpperDBId; + $this->dbCEOLabel = $dbCEOLabel; + $this->dbVirtual = $dbVirtual; + $this->email = $email; + $this->dbApproved = $dbApproved; + $this->dbExternRefNumber = $dbExternRefNumber; } /** - * @return tDbOwnerInfo + * @return dbOwnerInfo */ public function getDbOwnerInfo() { - return $this->dbOwnerInfo; + return $this->dbOwnerInfo; } /** - * @param tDbOwnerInfo $dbOwnerInfo + * @param dbOwnerInfo $dbOwnerInfo * @return \Defr\CzechDataBox\Api\tCreateDBInput */ public function setDbOwnerInfo($dbOwnerInfo) { - $this->dbOwnerInfo = $dbOwnerInfo; - return $this; + $this->dbOwnerInfo = $dbOwnerInfo; + return $this; } /** @@ -97,7 +97,7 @@ public function setDbOwnerInfo($dbOwnerInfo) */ public function getDbPrimaryUsers() { - return $this->dbPrimaryUsers; + return $this->dbPrimaryUsers; } /** @@ -106,8 +106,8 @@ public function getDbPrimaryUsers() */ public function setDbPrimaryUsers($dbPrimaryUsers) { - $this->dbPrimaryUsers = $dbPrimaryUsers; - return $this; + $this->dbPrimaryUsers = $dbPrimaryUsers; + return $this; } /** @@ -115,7 +115,7 @@ public function setDbPrimaryUsers($dbPrimaryUsers) */ public function getDbFormerNames() { - return $this->dbFormerNames; + return $this->dbFormerNames; } /** @@ -124,8 +124,8 @@ public function getDbFormerNames() */ public function setDbFormerNames($dbFormerNames) { - $this->dbFormerNames = $dbFormerNames; - return $this; + $this->dbFormerNames = $dbFormerNames; + return $this; } /** @@ -133,7 +133,7 @@ public function setDbFormerNames($dbFormerNames) */ public function getDbUpperDBId() { - return $this->dbUpperDBId; + return $this->dbUpperDBId; } /** @@ -142,8 +142,8 @@ public function getDbUpperDBId() */ public function setDbUpperDBId($dbUpperDBId) { - $this->dbUpperDBId = $dbUpperDBId; - return $this; + $this->dbUpperDBId = $dbUpperDBId; + return $this; } /** @@ -151,7 +151,7 @@ public function setDbUpperDBId($dbUpperDBId) */ public function getDbCEOLabel() { - return $this->dbCEOLabel; + return $this->dbCEOLabel; } /** @@ -160,8 +160,8 @@ public function getDbCEOLabel() */ public function setDbCEOLabel($dbCEOLabel) { - $this->dbCEOLabel = $dbCEOLabel; - return $this; + $this->dbCEOLabel = $dbCEOLabel; + return $this; } /** @@ -169,7 +169,7 @@ public function setDbCEOLabel($dbCEOLabel) */ public function getDbVirtual() { - return $this->dbVirtual; + return $this->dbVirtual; } /** @@ -178,8 +178,8 @@ public function getDbVirtual() */ public function setDbVirtual($dbVirtual) { - $this->dbVirtual = $dbVirtual; - return $this; + $this->dbVirtual = $dbVirtual; + return $this; } /** @@ -187,7 +187,7 @@ public function setDbVirtual($dbVirtual) */ public function getEmail() { - return $this->email; + return $this->email; } /** @@ -196,8 +196,8 @@ public function getEmail() */ public function setEmail($email) { - $this->email = $email; - return $this; + $this->email = $email; + return $this; } /** @@ -205,7 +205,7 @@ public function setEmail($email) */ public function getDbApproved() { - return $this->dbApproved; + return $this->dbApproved; } /** @@ -214,8 +214,8 @@ public function getDbApproved() */ public function setDbApproved($dbApproved) { - $this->dbApproved = $dbApproved; - return $this; + $this->dbApproved = $dbApproved; + return $this; } /** @@ -223,7 +223,7 @@ public function setDbApproved($dbApproved) */ public function getDbExternRefNumber() { - return $this->dbExternRefNumber; + return $this->dbExternRefNumber; } /** @@ -232,8 +232,7 @@ public function getDbExternRefNumber() */ public function setDbExternRefNumber($dbExternRefNumber) { - $this->dbExternRefNumber = $dbExternRefNumber; - return $this; + $this->dbExternRefNumber = $dbExternRefNumber; + return $this; } - } diff --git a/src/Api/tCreateDBInput2.php b/src/Api/tCreateDBInput2.php new file mode 100644 index 0000000..7973229 --- /dev/null +++ b/src/Api/tCreateDBInput2.php @@ -0,0 +1,213 @@ +dbOwnerInfo = $dbOwnerInfo; + $this->pnLastNameAtBirth = $pnLastNameAtBirth; + $this->notifEmail = $notifEmail; + $this->dbPrimaryUsers = $dbPrimaryUsers; + $this->dbVirtual = $dbVirtual; + $this->email = $email; + $this->dbApproved = $dbApproved; + $this->dbExternRefNumber = $dbExternRefNumber; + } + + /** + * @return dbOwnerInfo + */ + public function getDbOwnerInfo() + { + return $this->dbOwnerInfo; + } + + /** + * @param dbOwnerInfo $dbOwnerInfo + * @return \Defr\CzechDataBox\Api\tCreateDBInput2 + */ + public function setDbOwnerInfo($dbOwnerInfo) + { + $this->dbOwnerInfo = $dbOwnerInfo; + return $this; + } + + /** + * @return string + */ + public function getPnLastNameAtBirth() + { + return $this->pnLastNameAtBirth; + } + + /** + * @param string $pnLastNameAtBirth + * @return \Defr\CzechDataBox\Api\tCreateDBInput2 + */ + public function setPnLastNameAtBirth($pnLastNameAtBirth) + { + $this->pnLastNameAtBirth = $pnLastNameAtBirth; + return $this; + } + + /** + * @return string + */ + public function getNotifEmail() + { + return $this->notifEmail; + } + + /** + * @param string $notifEmail + * @return \Defr\CzechDataBox\Api\tCreateDBInput2 + */ + public function setNotifEmail($notifEmail) + { + $this->notifEmail = $notifEmail; + return $this; + } + + /** + * @return tDbUsersArray2 + */ + public function getDbPrimaryUsers() + { + return $this->dbPrimaryUsers; + } + + /** + * @param tDbUsersArray2 $dbPrimaryUsers + * @return \Defr\CzechDataBox\Api\tCreateDBInput2 + */ + public function setDbPrimaryUsers($dbPrimaryUsers) + { + $this->dbPrimaryUsers = $dbPrimaryUsers; + return $this; + } + + /** + * @return boolean + */ + public function getDbVirtual() + { + return $this->dbVirtual; + } + + /** + * @param boolean $dbVirtual + * @return \Defr\CzechDataBox\Api\tCreateDBInput2 + */ + public function setDbVirtual($dbVirtual) + { + $this->dbVirtual = $dbVirtual; + return $this; + } + + /** + * @return string + */ + public function getEmail() + { + return $this->email; + } + + /** + * @param string $email + * @return \Defr\CzechDataBox\Api\tCreateDBInput2 + */ + public function setEmail($email) + { + $this->email = $email; + return $this; + } + + /** + * @return boolean + */ + public function getDbApproved() + { + return $this->dbApproved; + } + + /** + * @param boolean $dbApproved + * @return \Defr\CzechDataBox\Api\tCreateDBInput2 + */ + public function setDbApproved($dbApproved) + { + $this->dbApproved = $dbApproved; + return $this; + } + + /** + * @return string + */ + public function getDbExternRefNumber() + { + return $this->dbExternRefNumber; + } + + /** + * @param string $dbExternRefNumber + * @return \Defr\CzechDataBox\Api\tCreateDBInput2 + */ + public function setDbExternRefNumber($dbExternRefNumber) + { + $this->dbExternRefNumber = $dbExternRefNumber; + return $this; + } +} diff --git a/src/Api/tCreateDBOutput.php b/src/Api/tCreateDBOutput.php index 5a83035..a37b5ab 100644 --- a/src/Api/tCreateDBOutput.php +++ b/src/Api/tCreateDBOutput.php @@ -33,10 +33,10 @@ class tCreateDBOutput */ public function __construct($dbID = null, $dbUserID = null, $dbAccessDataId = null, $dbStatus = null) { - $this->dbID = $dbID; - $this->dbUserID = $dbUserID; - $this->dbAccessDataId = $dbAccessDataId; - $this->dbStatus = $dbStatus; + $this->dbID = $dbID; + $this->dbUserID = $dbUserID; + $this->dbAccessDataId = $dbAccessDataId; + $this->dbStatus = $dbStatus; } /** @@ -44,7 +44,7 @@ public function __construct($dbID = null, $dbUserID = null, $dbAccessDataId = nu */ public function getDbID() { - return $this->dbID; + return $this->dbID; } /** @@ -53,8 +53,8 @@ public function getDbID() */ public function setDbID($dbID) { - $this->dbID = $dbID; - return $this; + $this->dbID = $dbID; + return $this; } /** @@ -62,7 +62,7 @@ public function setDbID($dbID) */ public function getDbUserID() { - return $this->dbUserID; + return $this->dbUserID; } /** @@ -71,8 +71,8 @@ public function getDbUserID() */ public function setDbUserID($dbUserID) { - $this->dbUserID = $dbUserID; - return $this; + $this->dbUserID = $dbUserID; + return $this; } /** @@ -80,7 +80,7 @@ public function setDbUserID($dbUserID) */ public function getDbAccessDataId() { - return $this->dbAccessDataId; + return $this->dbAccessDataId; } /** @@ -89,8 +89,8 @@ public function getDbAccessDataId() */ public function setDbAccessDataId($dbAccessDataId) { - $this->dbAccessDataId = $dbAccessDataId; - return $this; + $this->dbAccessDataId = $dbAccessDataId; + return $this; } /** @@ -98,7 +98,7 @@ public function setDbAccessDataId($dbAccessDataId) */ public function getDbStatus() { - return $this->dbStatus; + return $this->dbStatus; } /** @@ -107,8 +107,7 @@ public function getDbStatus() */ public function setDbStatus($dbStatus) { - $this->dbStatus = $dbStatus; - return $this; + $this->dbStatus = $dbStatus; + return $this; } - } diff --git a/src/Api/tCreateDBOutput2.php b/src/Api/tCreateDBOutput2.php new file mode 100644 index 0000000..6310fe5 --- /dev/null +++ b/src/Api/tCreateDBOutput2.php @@ -0,0 +1,113 @@ +dbID = $dbID; + $this->dbUserID = $dbUserID; + $this->dbAccessDataId = $dbAccessDataId; + $this->dbStatus = $dbStatus; + } + + /** + * @return tIdDb + */ + public function getDbID() + { + return $this->dbID; + } + + /** + * @param tIdDb $dbID + * @return \Defr\CzechDataBox\Api\tCreateDBOutput2 + */ + public function setDbID($dbID) + { + $this->dbID = $dbID; + return $this; + } + + /** + * @return tUserID + */ + public function getDbUserID() + { + return $this->dbUserID; + } + + /** + * @param tUserID $dbUserID + * @return \Defr\CzechDataBox\Api\tCreateDBOutput2 + */ + public function setDbUserID($dbUserID) + { + $this->dbUserID = $dbUserID; + return $this; + } + + /** + * @return tDbAccessDataId + */ + public function getDbAccessDataId() + { + return $this->dbAccessDataId; + } + + /** + * @param tDbAccessDataId $dbAccessDataId + * @return \Defr\CzechDataBox\Api\tCreateDBOutput2 + */ + public function setDbAccessDataId($dbAccessDataId) + { + $this->dbAccessDataId = $dbAccessDataId; + return $this; + } + + /** + * @return tDbReqStatus + */ + public function getDbStatus() + { + return $this->dbStatus; + } + + /** + * @param tDbReqStatus $dbStatus + * @return \Defr\CzechDataBox\Api\tCreateDBOutput2 + */ + public function setDbStatus($dbStatus) + { + $this->dbStatus = $dbStatus; + return $this; + } +} diff --git a/src/Api/tCreateDBPFOInfoInput.php b/src/Api/tCreateDBPFOInfoInput.php deleted file mode 100644 index 3346f2a..0000000 --- a/src/Api/tCreateDBPFOInfoInput.php +++ /dev/null @@ -1,189 +0,0 @@ -dbOwnerInfo = $dbOwnerInfo; - $this->dbPrimaryUsers = $dbPrimaryUsers; - $this->dbFormerNames = $dbFormerNames; - $this->dbUpperDBId = $dbUpperDBId; - $this->dbCEOLabel = $dbCEOLabel; - $this->dbApproved = $dbApproved; - $this->dbExternRefNumber = $dbExternRefNumber; - } - - /** - * @return tDbOwnerInfo - */ - public function getDbOwnerInfo() - { - return $this->dbOwnerInfo; - } - - /** - * @param tDbOwnerInfo $dbOwnerInfo - * @return \Defr\CzechDataBox\Api\tCreateDBPFOInfoInput - */ - public function setDbOwnerInfo($dbOwnerInfo) - { - $this->dbOwnerInfo = $dbOwnerInfo; - return $this; - } - - /** - * @return tDbUsersArray - */ - public function getDbPrimaryUsers() - { - return $this->dbPrimaryUsers; - } - - /** - * @param tDbUsersArray $dbPrimaryUsers - * @return \Defr\CzechDataBox\Api\tCreateDBPFOInfoInput - */ - public function setDbPrimaryUsers($dbPrimaryUsers) - { - $this->dbPrimaryUsers = $dbPrimaryUsers; - return $this; - } - - /** - * @return string - */ - public function getDbFormerNames() - { - return $this->dbFormerNames; - } - - /** - * @param string $dbFormerNames - * @return \Defr\CzechDataBox\Api\tCreateDBPFOInfoInput - */ - public function setDbFormerNames($dbFormerNames) - { - $this->dbFormerNames = $dbFormerNames; - return $this; - } - - /** - * @return tIdDb - */ - public function getDbUpperDBId() - { - return $this->dbUpperDBId; - } - - /** - * @param tIdDb $dbUpperDBId - * @return \Defr\CzechDataBox\Api\tCreateDBPFOInfoInput - */ - public function setDbUpperDBId($dbUpperDBId) - { - $this->dbUpperDBId = $dbUpperDBId; - return $this; - } - - /** - * @return string - */ - public function getDbCEOLabel() - { - return $this->dbCEOLabel; - } - - /** - * @param string $dbCEOLabel - * @return \Defr\CzechDataBox\Api\tCreateDBPFOInfoInput - */ - public function setDbCEOLabel($dbCEOLabel) - { - $this->dbCEOLabel = $dbCEOLabel; - return $this; - } - - /** - * @return boolean - */ - public function getDbApproved() - { - return $this->dbApproved; - } - - /** - * @param boolean $dbApproved - * @return \Defr\CzechDataBox\Api\tCreateDBPFOInfoInput - */ - public function setDbApproved($dbApproved) - { - $this->dbApproved = $dbApproved; - return $this; - } - - /** - * @return string - */ - public function getDbExternRefNumber() - { - return $this->dbExternRefNumber; - } - - /** - * @param string $dbExternRefNumber - * @return \Defr\CzechDataBox\Api\tCreateDBPFOInfoInput - */ - public function setDbExternRefNumber($dbExternRefNumber) - { - $this->dbExternRefNumber = $dbExternRefNumber; - return $this; - } - -} diff --git a/src/Api/tCreateDBPFOInfoOutput.php b/src/Api/tCreateDBPFOInfoOutput.php deleted file mode 100644 index c4ced16..0000000 --- a/src/Api/tCreateDBPFOInfoOutput.php +++ /dev/null @@ -1,64 +0,0 @@ -dbID = $dbID; - $this->dbStatus = $dbStatus; - } - - /** - * @return tIdDb - */ - public function getDbID() - { - return $this->dbID; - } - - /** - * @param tIdDb $dbID - * @return \Defr\CzechDataBox\Api\tCreateDBPFOInfoOutput - */ - public function setDbID($dbID) - { - $this->dbID = $dbID; - return $this; - } - - /** - * @return tDbReqStatus - */ - public function getDbStatus() - { - return $this->dbStatus; - } - - /** - * @param tDbReqStatus $dbStatus - * @return \Defr\CzechDataBox\Api\tCreateDBPFOInfoOutput - */ - public function setDbStatus($dbStatus) - { - $this->dbStatus = $dbStatus; - return $this; - } - -} diff --git a/src/Api/tDBCreditInfoInput.php b/src/Api/tDBCreditInfoInput.php new file mode 100644 index 0000000..57efdd0 --- /dev/null +++ b/src/Api/tDBCreditInfoInput.php @@ -0,0 +1,88 @@ +dbID = $dbID; + $this->ciFromDate = $ciFromDate; + $this->ciTodate = $ciTodate; + } + + /** + * @return tIdDb + */ + public function getDbID() + { + return $this->dbID; + } + + /** + * @param tIdDb $dbID + * @return \Defr\CzechDataBox\Api\tDBCreditInfoInput + */ + public function setDbID($dbID) + { + $this->dbID = $dbID; + return $this; + } + + /** + * @return date + */ + public function getCiFromDate() + { + return $this->ciFromDate; + } + + /** + * @param date $ciFromDate + * @return \Defr\CzechDataBox\Api\tDBCreditInfoInput + */ + public function setCiFromDate($ciFromDate) + { + $this->ciFromDate = $ciFromDate; + return $this; + } + + /** + * @return date + */ + public function getCiTodate() + { + return $this->ciTodate; + } + + /** + * @param date $ciTodate + * @return \Defr\CzechDataBox\Api\tDBCreditInfoInput + */ + public function setCiTodate($ciTodate) + { + $this->ciTodate = $ciTodate; + return $this; + } +} diff --git a/src/Api/tDBCreditInfoOutput.php b/src/Api/tDBCreditInfoOutput.php new file mode 100644 index 0000000..efb2cee --- /dev/null +++ b/src/Api/tDBCreditInfoOutput.php @@ -0,0 +1,113 @@ +currentCredit = $currentCredit; + $this->notifEmail = $notifEmail; + $this->ciRecords = $ciRecords; + $this->dbStatus = $dbStatus; + } + + /** + * @return int + */ + public function getCurrentCredit() + { + return $this->currentCredit; + } + + /** + * @param int $currentCredit + * @return \Defr\CzechDataBox\Api\tDBCreditInfoOutput + */ + public function setCurrentCredit($currentCredit) + { + $this->currentCredit = $currentCredit; + return $this; + } + + /** + * @return string + */ + public function getNotifEmail() + { + return $this->notifEmail; + } + + /** + * @param string $notifEmail + * @return \Defr\CzechDataBox\Api\tDBCreditInfoOutput + */ + public function setNotifEmail($notifEmail) + { + $this->notifEmail = $notifEmail; + return $this; + } + + /** + * @return ciRecords + */ + public function getCiRecords() + { + return $this->ciRecords; + } + + /** + * @param ciRecords $ciRecords + * @return \Defr\CzechDataBox\Api\tDBCreditInfoOutput + */ + public function setCiRecords($ciRecords) + { + $this->ciRecords = $ciRecords; + return $this; + } + + /** + * @return tDbReqStatus + */ + public function getDbStatus() + { + return $this->dbStatus; + } + + /** + * @param tDbReqStatus $dbStatus + * @return \Defr\CzechDataBox\Api\tDBCreditInfoOutput + */ + public function setDbStatus($dbStatus) + { + $this->dbStatus = $dbStatus; + return $this; + } +} diff --git a/src/Api/tDTInfoInput.php b/src/Api/tDTInfoInput.php new file mode 100644 index 0000000..5d83df5 --- /dev/null +++ b/src/Api/tDTInfoInput.php @@ -0,0 +1,38 @@ +dbId = $dbId; + } + + /** + * @return tIdDb + */ + public function getDbId() + { + return $this->dbId; + } + + /** + * @param tIdDb $dbId + * @return \Defr\CzechDataBox\Api\tDTInfoInput + */ + public function setDbId($dbId) + { + $this->dbId = $dbId; + return $this; + } +} diff --git a/src/Api/tDTInfoOutput.php b/src/Api/tDTInfoOutput.php new file mode 100644 index 0000000..18ec3e8 --- /dev/null +++ b/src/Api/tDTInfoOutput.php @@ -0,0 +1,288 @@ +ActDTType = $ActDTType; + $this->ActDTCapacity = $ActDTCapacity; + $this->ActDTFrom = $ActDTFrom; + $this->ActDTTo = $ActDTTo; + $this->ActDTCapUsed = $ActDTCapUsed; + $this->FutDTType = $FutDTType; + $this->FutDTCapacity = $FutDTCapacity; + $this->FutDTFrom = $FutDTFrom; + $this->FutDTTo = $FutDTTo; + $this->FutDTPaid = $FutDTPaid; + $this->dbStatus = $dbStatus; + } + + /** + * @return int + */ + public function getActDTType() + { + return $this->ActDTType; + } + + /** + * @param int $ActDTType + * @return \Defr\CzechDataBox\Api\tDTInfoOutput + */ + public function setActDTType($ActDTType) + { + $this->ActDTType = $ActDTType; + return $this; + } + + /** + * @return int + */ + public function getActDTCapacity() + { + return $this->ActDTCapacity; + } + + /** + * @param int $ActDTCapacity + * @return \Defr\CzechDataBox\Api\tDTInfoOutput + */ + public function setActDTCapacity($ActDTCapacity) + { + $this->ActDTCapacity = $ActDTCapacity; + return $this; + } + + /** + * @return date + */ + public function getActDTFrom() + { + return $this->ActDTFrom; + } + + /** + * @param date $ActDTFrom + * @return \Defr\CzechDataBox\Api\tDTInfoOutput + */ + public function setActDTFrom($ActDTFrom) + { + $this->ActDTFrom = $ActDTFrom; + return $this; + } + + /** + * @return date + */ + public function getActDTTo() + { + return $this->ActDTTo; + } + + /** + * @param date $ActDTTo + * @return \Defr\CzechDataBox\Api\tDTInfoOutput + */ + public function setActDTTo($ActDTTo) + { + $this->ActDTTo = $ActDTTo; + return $this; + } + + /** + * @return int + */ + public function getActDTCapUsed() + { + return $this->ActDTCapUsed; + } + + /** + * @param int $ActDTCapUsed + * @return \Defr\CzechDataBox\Api\tDTInfoOutput + */ + public function setActDTCapUsed($ActDTCapUsed) + { + $this->ActDTCapUsed = $ActDTCapUsed; + return $this; + } + + /** + * @return int + */ + public function getFutDTType() + { + return $this->FutDTType; + } + + /** + * @param int $FutDTType + * @return \Defr\CzechDataBox\Api\tDTInfoOutput + */ + public function setFutDTType($FutDTType) + { + $this->FutDTType = $FutDTType; + return $this; + } + + /** + * @return int + */ + public function getFutDTCapacity() + { + return $this->FutDTCapacity; + } + + /** + * @param int $FutDTCapacity + * @return \Defr\CzechDataBox\Api\tDTInfoOutput + */ + public function setFutDTCapacity($FutDTCapacity) + { + $this->FutDTCapacity = $FutDTCapacity; + return $this; + } + + /** + * @return date + */ + public function getFutDTFrom() + { + return $this->FutDTFrom; + } + + /** + * @param date $FutDTFrom + * @return \Defr\CzechDataBox\Api\tDTInfoOutput + */ + public function setFutDTFrom($FutDTFrom) + { + $this->FutDTFrom = $FutDTFrom; + return $this; + } + + /** + * @return date + */ + public function getFutDTTo() + { + return $this->FutDTTo; + } + + /** + * @param date $FutDTTo + * @return \Defr\CzechDataBox\Api\tDTInfoOutput + */ + public function setFutDTTo($FutDTTo) + { + $this->FutDTTo = $FutDTTo; + return $this; + } + + /** + * @return int + */ + public function getFutDTPaid() + { + return $this->FutDTPaid; + } + + /** + * @param int $FutDTPaid + * @return \Defr\CzechDataBox\Api\tDTInfoOutput + */ + public function setFutDTPaid($FutDTPaid) + { + $this->FutDTPaid = $FutDTPaid; + return $this; + } + + /** + * @return tDbReqStatus + */ + public function getDbStatus() + { + return $this->dbStatus; + } + + /** + * @param tDbReqStatus $dbStatus + * @return \Defr\CzechDataBox\Api\tDTInfoOutput + */ + public function setDbStatus($dbStatus) + { + $this->dbStatus = $dbStatus; + return $this; + } +} diff --git a/src/Api/tDbOwnerInfo.php b/src/Api/tDbOwnerInfo.php index 65fa518..708f07e 100644 --- a/src/Api/tDbOwnerInfo.php +++ b/src/Api/tDbOwnerInfo.php @@ -165,32 +165,32 @@ class tDbOwnerInfo */ public function __construct($dbID = null, $dbType = null, $ic = null, $pnFirstName = null, $pnMiddleName = null, $pnLastName = null, $pnLastNameAtBirth = null, $firmName = null, $biDate = null, $biCity = null, $biCounty = null, $biState = null, $adCity = null, $adStreet = null, $adNumberInStreet = null, $adNumberInMunicipality = null, $adZipCode = null, $adState = null, $nationality = null, $email = null, $telNumber = null, $identifier = null, $registryCode = null, $dbState = null, $dbEffectiveOVM = null, $dbOpenAddressing = null) { - $this->dbID = $dbID; - $this->dbType = $dbType; - $this->ic = $ic; - $this->pnFirstName = $pnFirstName; - $this->pnMiddleName = $pnMiddleName; - $this->pnLastName = $pnLastName; - $this->pnLastNameAtBirth = $pnLastNameAtBirth; - $this->firmName = $firmName; - $this->biDate = $biDate; - $this->biCity = $biCity; - $this->biCounty = $biCounty; - $this->biState = $biState; - $this->adCity = $adCity; - $this->adStreet = $adStreet; - $this->adNumberInStreet = $adNumberInStreet; - $this->adNumberInMunicipality = $adNumberInMunicipality; - $this->adZipCode = $adZipCode; - $this->adState = $adState; - $this->nationality = $nationality; - $this->email = $email; - $this->telNumber = $telNumber; - $this->identifier = $identifier; - $this->registryCode = $registryCode; - $this->dbState = $dbState; - $this->dbEffectiveOVM = $dbEffectiveOVM; - $this->dbOpenAddressing = $dbOpenAddressing; + $this->dbID = $dbID; + $this->dbType = $dbType; + $this->ic = $ic; + $this->pnFirstName = $pnFirstName; + $this->pnMiddleName = $pnMiddleName; + $this->pnLastName = $pnLastName; + $this->pnLastNameAtBirth = $pnLastNameAtBirth; + $this->firmName = $firmName; + $this->biDate = $biDate; + $this->biCity = $biCity; + $this->biCounty = $biCounty; + $this->biState = $biState; + $this->adCity = $adCity; + $this->adStreet = $adStreet; + $this->adNumberInStreet = $adNumberInStreet; + $this->adNumberInMunicipality = $adNumberInMunicipality; + $this->adZipCode = $adZipCode; + $this->adState = $adState; + $this->nationality = $nationality; + $this->email = $email; + $this->telNumber = $telNumber; + $this->identifier = $identifier; + $this->registryCode = $registryCode; + $this->dbState = $dbState; + $this->dbEffectiveOVM = $dbEffectiveOVM; + $this->dbOpenAddressing = $dbOpenAddressing; } /** @@ -198,7 +198,7 @@ public function __construct($dbID = null, $dbType = null, $ic = null, $pnFirstNa */ public function getDbID() { - return $this->dbID; + return $this->dbID; } /** @@ -207,8 +207,8 @@ public function getDbID() */ public function setDbID($dbID) { - $this->dbID = $dbID; - return $this; + $this->dbID = $dbID; + return $this; } /** @@ -216,7 +216,7 @@ public function setDbID($dbID) */ public function getDbType() { - return $this->dbType; + return $this->dbType; } /** @@ -225,8 +225,8 @@ public function getDbType() */ public function setDbType($dbType) { - $this->dbType = $dbType; - return $this; + $this->dbType = $dbType; + return $this; } /** @@ -234,7 +234,7 @@ public function setDbType($dbType) */ public function getIc() { - return $this->ic; + return $this->ic; } /** @@ -243,8 +243,8 @@ public function getIc() */ public function setIc($ic) { - $this->ic = $ic; - return $this; + $this->ic = $ic; + return $this; } /** @@ -252,7 +252,7 @@ public function setIc($ic) */ public function getPnFirstName() { - return $this->pnFirstName; + return $this->pnFirstName; } /** @@ -261,8 +261,8 @@ public function getPnFirstName() */ public function setPnFirstName($pnFirstName) { - $this->pnFirstName = $pnFirstName; - return $this; + $this->pnFirstName = $pnFirstName; + return $this; } /** @@ -270,7 +270,7 @@ public function setPnFirstName($pnFirstName) */ public function getPnMiddleName() { - return $this->pnMiddleName; + return $this->pnMiddleName; } /** @@ -279,8 +279,8 @@ public function getPnMiddleName() */ public function setPnMiddleName($pnMiddleName) { - $this->pnMiddleName = $pnMiddleName; - return $this; + $this->pnMiddleName = $pnMiddleName; + return $this; } /** @@ -288,7 +288,7 @@ public function setPnMiddleName($pnMiddleName) */ public function getPnLastName() { - return $this->pnLastName; + return $this->pnLastName; } /** @@ -297,8 +297,8 @@ public function getPnLastName() */ public function setPnLastName($pnLastName) { - $this->pnLastName = $pnLastName; - return $this; + $this->pnLastName = $pnLastName; + return $this; } /** @@ -306,7 +306,7 @@ public function setPnLastName($pnLastName) */ public function getPnLastNameAtBirth() { - return $this->pnLastNameAtBirth; + return $this->pnLastNameAtBirth; } /** @@ -315,8 +315,8 @@ public function getPnLastNameAtBirth() */ public function setPnLastNameAtBirth($pnLastNameAtBirth) { - $this->pnLastNameAtBirth = $pnLastNameAtBirth; - return $this; + $this->pnLastNameAtBirth = $pnLastNameAtBirth; + return $this; } /** @@ -324,7 +324,7 @@ public function setPnLastNameAtBirth($pnLastNameAtBirth) */ public function getFirmName() { - return $this->firmName; + return $this->firmName; } /** @@ -333,8 +333,8 @@ public function getFirmName() */ public function setFirmName($firmName) { - $this->firmName = $firmName; - return $this; + $this->firmName = $firmName; + return $this; } /** @@ -342,7 +342,7 @@ public function setFirmName($firmName) */ public function getBiDate() { - return $this->biDate; + return $this->biDate; } /** @@ -351,8 +351,8 @@ public function getBiDate() */ public function setBiDate($biDate) { - $this->biDate = $biDate; - return $this; + $this->biDate = $biDate; + return $this; } /** @@ -360,7 +360,7 @@ public function setBiDate($biDate) */ public function getBiCity() { - return $this->biCity; + return $this->biCity; } /** @@ -369,8 +369,8 @@ public function getBiCity() */ public function setBiCity($biCity) { - $this->biCity = $biCity; - return $this; + $this->biCity = $biCity; + return $this; } /** @@ -378,7 +378,7 @@ public function setBiCity($biCity) */ public function getBiCounty() { - return $this->biCounty; + return $this->biCounty; } /** @@ -387,8 +387,8 @@ public function getBiCounty() */ public function setBiCounty($biCounty) { - $this->biCounty = $biCounty; - return $this; + $this->biCounty = $biCounty; + return $this; } /** @@ -396,7 +396,7 @@ public function setBiCounty($biCounty) */ public function getBiState() { - return $this->biState; + return $this->biState; } /** @@ -405,8 +405,8 @@ public function getBiState() */ public function setBiState($biState) { - $this->biState = $biState; - return $this; + $this->biState = $biState; + return $this; } /** @@ -414,7 +414,7 @@ public function setBiState($biState) */ public function getAdCity() { - return $this->adCity; + return $this->adCity; } /** @@ -423,8 +423,8 @@ public function getAdCity() */ public function setAdCity($adCity) { - $this->adCity = $adCity; - return $this; + $this->adCity = $adCity; + return $this; } /** @@ -432,7 +432,7 @@ public function setAdCity($adCity) */ public function getAdStreet() { - return $this->adStreet; + return $this->adStreet; } /** @@ -441,8 +441,8 @@ public function getAdStreet() */ public function setAdStreet($adStreet) { - $this->adStreet = $adStreet; - return $this; + $this->adStreet = $adStreet; + return $this; } /** @@ -450,7 +450,7 @@ public function setAdStreet($adStreet) */ public function getAdNumberInStreet() { - return $this->adNumberInStreet; + return $this->adNumberInStreet; } /** @@ -459,8 +459,8 @@ public function getAdNumberInStreet() */ public function setAdNumberInStreet($adNumberInStreet) { - $this->adNumberInStreet = $adNumberInStreet; - return $this; + $this->adNumberInStreet = $adNumberInStreet; + return $this; } /** @@ -468,7 +468,7 @@ public function setAdNumberInStreet($adNumberInStreet) */ public function getAdNumberInMunicipality() { - return $this->adNumberInMunicipality; + return $this->adNumberInMunicipality; } /** @@ -477,8 +477,8 @@ public function getAdNumberInMunicipality() */ public function setAdNumberInMunicipality($adNumberInMunicipality) { - $this->adNumberInMunicipality = $adNumberInMunicipality; - return $this; + $this->adNumberInMunicipality = $adNumberInMunicipality; + return $this; } /** @@ -486,7 +486,7 @@ public function setAdNumberInMunicipality($adNumberInMunicipality) */ public function getAdZipCode() { - return $this->adZipCode; + return $this->adZipCode; } /** @@ -495,8 +495,8 @@ public function getAdZipCode() */ public function setAdZipCode($adZipCode) { - $this->adZipCode = $adZipCode; - return $this; + $this->adZipCode = $adZipCode; + return $this; } /** @@ -504,7 +504,7 @@ public function setAdZipCode($adZipCode) */ public function getAdState() { - return $this->adState; + return $this->adState; } /** @@ -513,8 +513,8 @@ public function getAdState() */ public function setAdState($adState) { - $this->adState = $adState; - return $this; + $this->adState = $adState; + return $this; } /** @@ -522,7 +522,7 @@ public function setAdState($adState) */ public function getNationality() { - return $this->nationality; + return $this->nationality; } /** @@ -531,8 +531,8 @@ public function getNationality() */ public function setNationality($nationality) { - $this->nationality = $nationality; - return $this; + $this->nationality = $nationality; + return $this; } /** @@ -540,7 +540,7 @@ public function setNationality($nationality) */ public function getEmail() { - return $this->email; + return $this->email; } /** @@ -549,8 +549,8 @@ public function getEmail() */ public function setEmail($email) { - $this->email = $email; - return $this; + $this->email = $email; + return $this; } /** @@ -558,7 +558,7 @@ public function setEmail($email) */ public function getTelNumber() { - return $this->telNumber; + return $this->telNumber; } /** @@ -567,8 +567,8 @@ public function getTelNumber() */ public function setTelNumber($telNumber) { - $this->telNumber = $telNumber; - return $this; + $this->telNumber = $telNumber; + return $this; } /** @@ -576,7 +576,7 @@ public function setTelNumber($telNumber) */ public function getIdentifier() { - return $this->identifier; + return $this->identifier; } /** @@ -585,8 +585,8 @@ public function getIdentifier() */ public function setIdentifier($identifier) { - $this->identifier = $identifier; - return $this; + $this->identifier = $identifier; + return $this; } /** @@ -594,7 +594,7 @@ public function setIdentifier($identifier) */ public function getRegistryCode() { - return $this->registryCode; + return $this->registryCode; } /** @@ -603,8 +603,8 @@ public function getRegistryCode() */ public function setRegistryCode($registryCode) { - $this->registryCode = $registryCode; - return $this; + $this->registryCode = $registryCode; + return $this; } /** @@ -612,7 +612,7 @@ public function setRegistryCode($registryCode) */ public function getDbState() { - return $this->dbState; + return $this->dbState; } /** @@ -621,8 +621,8 @@ public function getDbState() */ public function setDbState($dbState) { - $this->dbState = $dbState; - return $this; + $this->dbState = $dbState; + return $this; } /** @@ -630,7 +630,7 @@ public function setDbState($dbState) */ public function getDbEffectiveOVM() { - return $this->dbEffectiveOVM; + return $this->dbEffectiveOVM; } /** @@ -639,8 +639,8 @@ public function getDbEffectiveOVM() */ public function setDbEffectiveOVM($dbEffectiveOVM) { - $this->dbEffectiveOVM = $dbEffectiveOVM; - return $this; + $this->dbEffectiveOVM = $dbEffectiveOVM; + return $this; } /** @@ -648,7 +648,7 @@ public function setDbEffectiveOVM($dbEffectiveOVM) */ public function getDbOpenAddressing() { - return $this->dbOpenAddressing; + return $this->dbOpenAddressing; } /** @@ -657,8 +657,7 @@ public function getDbOpenAddressing() */ public function setDbOpenAddressing($dbOpenAddressing) { - $this->dbOpenAddressing = $dbOpenAddressing; - return $this; + $this->dbOpenAddressing = $dbOpenAddressing; + return $this; } - } diff --git a/src/Api/tDbOwnerInfoExt.php b/src/Api/tDbOwnerInfoExt.php new file mode 100644 index 0000000..56e94d6 --- /dev/null +++ b/src/Api/tDbOwnerInfoExt.php @@ -0,0 +1,713 @@ +dbID = $dbID; + $this->dbType = $dbType; + $this->ic = $ic; + $this->pnFirstName = $pnFirstName; + $this->pnMiddleName = $pnMiddleName; + $this->pnLastName = $pnLastName; + $this->pnLastNameAtBirth = $pnLastNameAtBirth; + $this->firmName = $firmName; + $this->biDate = $biDate; + $this->biCity = $biCity; + $this->biCounty = $biCounty; + $this->biState = $biState; + $this->adCity = $adCity; + $this->adDistrict = $adDistrict; + $this->adStreet = $adStreet; + $this->adNumberInStreet = $adNumberInStreet; + $this->adNumberInMunicipality = $adNumberInMunicipality; + $this->adZipCode = $adZipCode; + $this->adState = $adState; + $this->adAMCode = $adAMCode; + $this->nationality = $nationality; + $this->email = $email; + $this->telNumber = $telNumber; + $this->identifier = $identifier; + $this->registryCode = $registryCode; + $this->dbState = $dbState; + $this->dbEffectiveOVM = $dbEffectiveOVM; + $this->dbOpenAddressing = $dbOpenAddressing; + } + + /** + * @return tIdDb + */ + public function getDbID() + { + return $this->dbID; + } + + /** + * @param tIdDb $dbID + * @return \Defr\CzechDataBox\Api\tDbOwnerInfoExt + */ + public function setDbID($dbID) + { + $this->dbID = $dbID; + return $this; + } + + /** + * @return tDbType + */ + public function getDbType() + { + return $this->dbType; + } + + /** + * @param tDbType $dbType + * @return \Defr\CzechDataBox\Api\tDbOwnerInfoExt + */ + public function setDbType($dbType) + { + $this->dbType = $dbType; + return $this; + } + + /** + * @return tIdentificationNumber + */ + public function getIc() + { + return $this->ic; + } + + /** + * @param tIdentificationNumber $ic + * @return \Defr\CzechDataBox\Api\tDbOwnerInfoExt + */ + public function setIc($ic) + { + $this->ic = $ic; + return $this; + } + + /** + * @return string + */ + public function getPnFirstName() + { + return $this->pnFirstName; + } + + /** + * @param string $pnFirstName + * @return \Defr\CzechDataBox\Api\tDbOwnerInfoExt + */ + public function setPnFirstName($pnFirstName) + { + $this->pnFirstName = $pnFirstName; + return $this; + } + + /** + * @return string + */ + public function getPnMiddleName() + { + return $this->pnMiddleName; + } + + /** + * @param string $pnMiddleName + * @return \Defr\CzechDataBox\Api\tDbOwnerInfoExt + */ + public function setPnMiddleName($pnMiddleName) + { + $this->pnMiddleName = $pnMiddleName; + return $this; + } + + /** + * @return string + */ + public function getPnLastName() + { + return $this->pnLastName; + } + + /** + * @param string $pnLastName + * @return \Defr\CzechDataBox\Api\tDbOwnerInfoExt + */ + public function setPnLastName($pnLastName) + { + $this->pnLastName = $pnLastName; + return $this; + } + + /** + * @return string + */ + public function getPnLastNameAtBirth() + { + return $this->pnLastNameAtBirth; + } + + /** + * @param string $pnLastNameAtBirth + * @return \Defr\CzechDataBox\Api\tDbOwnerInfoExt + */ + public function setPnLastNameAtBirth($pnLastNameAtBirth) + { + $this->pnLastNameAtBirth = $pnLastNameAtBirth; + return $this; + } + + /** + * @return string + */ + public function getFirmName() + { + return $this->firmName; + } + + /** + * @param string $firmName + * @return \Defr\CzechDataBox\Api\tDbOwnerInfoExt + */ + public function setFirmName($firmName) + { + $this->firmName = $firmName; + return $this; + } + + /** + * @return date + */ + public function getBiDate() + { + return $this->biDate; + } + + /** + * @param date $biDate + * @return \Defr\CzechDataBox\Api\tDbOwnerInfoExt + */ + public function setBiDate($biDate) + { + $this->biDate = $biDate; + return $this; + } + + /** + * @return string + */ + public function getBiCity() + { + return $this->biCity; + } + + /** + * @param string $biCity + * @return \Defr\CzechDataBox\Api\tDbOwnerInfoExt + */ + public function setBiCity($biCity) + { + $this->biCity = $biCity; + return $this; + } + + /** + * @return string + */ + public function getBiCounty() + { + return $this->biCounty; + } + + /** + * @param string $biCounty + * @return \Defr\CzechDataBox\Api\tDbOwnerInfoExt + */ + public function setBiCounty($biCounty) + { + $this->biCounty = $biCounty; + return $this; + } + + /** + * @return string + */ + public function getBiState() + { + return $this->biState; + } + + /** + * @param string $biState + * @return \Defr\CzechDataBox\Api\tDbOwnerInfoExt + */ + public function setBiState($biState) + { + $this->biState = $biState; + return $this; + } + + /** + * @return string + */ + public function getAdCity() + { + return $this->adCity; + } + + /** + * @param string $adCity + * @return \Defr\CzechDataBox\Api\tDbOwnerInfoExt + */ + public function setAdCity($adCity) + { + $this->adCity = $adCity; + return $this; + } + + /** + * @return string + */ + public function getAdDistrict() + { + return $this->adDistrict; + } + + /** + * @param string $adDistrict + * @return \Defr\CzechDataBox\Api\tDbOwnerInfoExt + */ + public function setAdDistrict($adDistrict) + { + $this->adDistrict = $adDistrict; + return $this; + } + + /** + * @return string + */ + public function getAdStreet() + { + return $this->adStreet; + } + + /** + * @param string $adStreet + * @return \Defr\CzechDataBox\Api\tDbOwnerInfoExt + */ + public function setAdStreet($adStreet) + { + $this->adStreet = $adStreet; + return $this; + } + + /** + * @return string + */ + public function getAdNumberInStreet() + { + return $this->adNumberInStreet; + } + + /** + * @param string $adNumberInStreet + * @return \Defr\CzechDataBox\Api\tDbOwnerInfoExt + */ + public function setAdNumberInStreet($adNumberInStreet) + { + $this->adNumberInStreet = $adNumberInStreet; + return $this; + } + + /** + * @return string + */ + public function getAdNumberInMunicipality() + { + return $this->adNumberInMunicipality; + } + + /** + * @param string $adNumberInMunicipality + * @return \Defr\CzechDataBox\Api\tDbOwnerInfoExt + */ + public function setAdNumberInMunicipality($adNumberInMunicipality) + { + $this->adNumberInMunicipality = $adNumberInMunicipality; + return $this; + } + + /** + * @return string + */ + public function getAdZipCode() + { + return $this->adZipCode; + } + + /** + * @param string $adZipCode + * @return \Defr\CzechDataBox\Api\tDbOwnerInfoExt + */ + public function setAdZipCode($adZipCode) + { + $this->adZipCode = $adZipCode; + return $this; + } + + /** + * @return string + */ + public function getAdState() + { + return $this->adState; + } + + /** + * @param string $adState + * @return \Defr\CzechDataBox\Api\tDbOwnerInfoExt + */ + public function setAdState($adState) + { + $this->adState = $adState; + return $this; + } + + /** + * @return string + */ + public function getAdAMCode() + { + return $this->adAMCode; + } + + /** + * @param string $adAMCode + * @return \Defr\CzechDataBox\Api\tDbOwnerInfoExt + */ + public function setAdAMCode($adAMCode) + { + $this->adAMCode = $adAMCode; + return $this; + } + + /** + * @return string + */ + public function getNationality() + { + return $this->nationality; + } + + /** + * @param string $nationality + * @return \Defr\CzechDataBox\Api\tDbOwnerInfoExt + */ + public function setNationality($nationality) + { + $this->nationality = $nationality; + return $this; + } + + /** + * @return string + */ + public function getEmail() + { + return $this->email; + } + + /** + * @param string $email + * @return \Defr\CzechDataBox\Api\tDbOwnerInfoExt + */ + public function setEmail($email) + { + $this->email = $email; + return $this; + } + + /** + * @return string + */ + public function getTelNumber() + { + return $this->telNumber; + } + + /** + * @param string $telNumber + * @return \Defr\CzechDataBox\Api\tDbOwnerInfoExt + */ + public function setTelNumber($telNumber) + { + $this->telNumber = $telNumber; + return $this; + } + + /** + * @return string + */ + public function getIdentifier() + { + return $this->identifier; + } + + /** + * @param string $identifier + * @return \Defr\CzechDataBox\Api\tDbOwnerInfoExt + */ + public function setIdentifier($identifier) + { + $this->identifier = $identifier; + return $this; + } + + /** + * @return string + */ + public function getRegistryCode() + { + return $this->registryCode; + } + + /** + * @param string $registryCode + * @return \Defr\CzechDataBox\Api\tDbOwnerInfoExt + */ + public function setRegistryCode($registryCode) + { + $this->registryCode = $registryCode; + return $this; + } + + /** + * @return int + */ + public function getDbState() + { + return $this->dbState; + } + + /** + * @param int $dbState + * @return \Defr\CzechDataBox\Api\tDbOwnerInfoExt + */ + public function setDbState($dbState) + { + $this->dbState = $dbState; + return $this; + } + + /** + * @return boolean + */ + public function getDbEffectiveOVM() + { + return $this->dbEffectiveOVM; + } + + /** + * @param boolean $dbEffectiveOVM + * @return \Defr\CzechDataBox\Api\tDbOwnerInfoExt + */ + public function setDbEffectiveOVM($dbEffectiveOVM) + { + $this->dbEffectiveOVM = $dbEffectiveOVM; + return $this; + } + + /** + * @return boolean + */ + public function getDbOpenAddressing() + { + return $this->dbOpenAddressing; + } + + /** + * @param boolean $dbOpenAddressing + * @return \Defr\CzechDataBox\Api\tDbOwnerInfoExt + */ + public function setDbOpenAddressing($dbOpenAddressing) + { + $this->dbOpenAddressing = $dbOpenAddressing; + return $this; + } +} diff --git a/src/Api/tDbOwnerInfoExt2.php b/src/Api/tDbOwnerInfoExt2.php new file mode 100644 index 0000000..f29c1e0 --- /dev/null +++ b/src/Api/tDbOwnerInfoExt2.php @@ -0,0 +1,613 @@ +dbID = $dbID; + $this->aifoIsds = $aifoIsds; + $this->dbType = $dbType; + $this->ic = $ic; + $this->pnGivenNames = $pnGivenNames; + $this->pnLastName = $pnLastName; + $this->firmName = $firmName; + $this->biDate = $biDate; + $this->biCity = $biCity; + $this->biCounty = $biCounty; + $this->biState = $biState; + $this->adCode = $adCode; + $this->adCity = $adCity; + $this->adDistrict = $adDistrict; + $this->adStreet = $adStreet; + $this->adNumberInStreet = $adNumberInStreet; + $this->adNumberInMunicipality = $adNumberInMunicipality; + $this->adZipCode = $adZipCode; + $this->adState = $adState; + $this->nationality = $nationality; + $this->dbIdOVM = $dbIdOVM; + $this->dbState = $dbState; + $this->dbOpenAddressing = $dbOpenAddressing; + $this->dbUpperID = $dbUpperID; + } + + /** + * @return tIdDb + */ + public function getDbID() + { + return $this->dbID; + } + + /** + * @param tIdDb $dbID + * @return \Defr\CzechDataBox\Api\tDbOwnerInfoExt2 + */ + public function setDbID($dbID) + { + $this->dbID = $dbID; + return $this; + } + + /** + * @return boolean + */ + public function getAifoIsds() + { + return $this->aifoIsds; + } + + /** + * @param boolean $aifoIsds + * @return \Defr\CzechDataBox\Api\tDbOwnerInfoExt2 + */ + public function setAifoIsds($aifoIsds) + { + $this->aifoIsds = $aifoIsds; + return $this; + } + + /** + * @return tDbType + */ + public function getDbType() + { + return $this->dbType; + } + + /** + * @param tDbType $dbType + * @return \Defr\CzechDataBox\Api\tDbOwnerInfoExt2 + */ + public function setDbType($dbType) + { + $this->dbType = $dbType; + return $this; + } + + /** + * @return tIdentificationNumber + */ + public function getIc() + { + return $this->ic; + } + + /** + * @param tIdentificationNumber $ic + * @return \Defr\CzechDataBox\Api\tDbOwnerInfoExt2 + */ + public function setIc($ic) + { + $this->ic = $ic; + return $this; + } + + /** + * @return string + */ + public function getPnGivenNames() + { + return $this->pnGivenNames; + } + + /** + * @param string $pnGivenNames + * @return \Defr\CzechDataBox\Api\tDbOwnerInfoExt2 + */ + public function setPnGivenNames($pnGivenNames) + { + $this->pnGivenNames = $pnGivenNames; + return $this; + } + + /** + * @return string + */ + public function getPnLastName() + { + return $this->pnLastName; + } + + /** + * @param string $pnLastName + * @return \Defr\CzechDataBox\Api\tDbOwnerInfoExt2 + */ + public function setPnLastName($pnLastName) + { + $this->pnLastName = $pnLastName; + return $this; + } + + /** + * @return string + */ + public function getFirmName() + { + return $this->firmName; + } + + /** + * @param string $firmName + * @return \Defr\CzechDataBox\Api\tDbOwnerInfoExt2 + */ + public function setFirmName($firmName) + { + $this->firmName = $firmName; + return $this; + } + + /** + * @return date + */ + public function getBiDate() + { + return $this->biDate; + } + + /** + * @param date $biDate + * @return \Defr\CzechDataBox\Api\tDbOwnerInfoExt2 + */ + public function setBiDate($biDate) + { + $this->biDate = $biDate; + return $this; + } + + /** + * @return string + */ + public function getBiCity() + { + return $this->biCity; + } + + /** + * @param string $biCity + * @return \Defr\CzechDataBox\Api\tDbOwnerInfoExt2 + */ + public function setBiCity($biCity) + { + $this->biCity = $biCity; + return $this; + } + + /** + * @return string + */ + public function getBiCounty() + { + return $this->biCounty; + } + + /** + * @param string $biCounty + * @return \Defr\CzechDataBox\Api\tDbOwnerInfoExt2 + */ + public function setBiCounty($biCounty) + { + $this->biCounty = $biCounty; + return $this; + } + + /** + * @return string + */ + public function getBiState() + { + return $this->biState; + } + + /** + * @param string $biState + * @return \Defr\CzechDataBox\Api\tDbOwnerInfoExt2 + */ + public function setBiState($biState) + { + $this->biState = $biState; + return $this; + } + + /** + * @return string + */ + public function getAdCode() + { + return $this->adCode; + } + + /** + * @param string $adCode + * @return \Defr\CzechDataBox\Api\tDbOwnerInfoExt2 + */ + public function setAdCode($adCode) + { + $this->adCode = $adCode; + return $this; + } + + /** + * @return string + */ + public function getAdCity() + { + return $this->adCity; + } + + /** + * @param string $adCity + * @return \Defr\CzechDataBox\Api\tDbOwnerInfoExt2 + */ + public function setAdCity($adCity) + { + $this->adCity = $adCity; + return $this; + } + + /** + * @return string + */ + public function getAdDistrict() + { + return $this->adDistrict; + } + + /** + * @param string $adDistrict + * @return \Defr\CzechDataBox\Api\tDbOwnerInfoExt2 + */ + public function setAdDistrict($adDistrict) + { + $this->adDistrict = $adDistrict; + return $this; + } + + /** + * @return string + */ + public function getAdStreet() + { + return $this->adStreet; + } + + /** + * @param string $adStreet + * @return \Defr\CzechDataBox\Api\tDbOwnerInfoExt2 + */ + public function setAdStreet($adStreet) + { + $this->adStreet = $adStreet; + return $this; + } + + /** + * @return string + */ + public function getAdNumberInStreet() + { + return $this->adNumberInStreet; + } + + /** + * @param string $adNumberInStreet + * @return \Defr\CzechDataBox\Api\tDbOwnerInfoExt2 + */ + public function setAdNumberInStreet($adNumberInStreet) + { + $this->adNumberInStreet = $adNumberInStreet; + return $this; + } + + /** + * @return string + */ + public function getAdNumberInMunicipality() + { + return $this->adNumberInMunicipality; + } + + /** + * @param string $adNumberInMunicipality + * @return \Defr\CzechDataBox\Api\tDbOwnerInfoExt2 + */ + public function setAdNumberInMunicipality($adNumberInMunicipality) + { + $this->adNumberInMunicipality = $adNumberInMunicipality; + return $this; + } + + /** + * @return string + */ + public function getAdZipCode() + { + return $this->adZipCode; + } + + /** + * @param string $adZipCode + * @return \Defr\CzechDataBox\Api\tDbOwnerInfoExt2 + */ + public function setAdZipCode($adZipCode) + { + $this->adZipCode = $adZipCode; + return $this; + } + + /** + * @return string + */ + public function getAdState() + { + return $this->adState; + } + + /** + * @param string $adState + * @return \Defr\CzechDataBox\Api\tDbOwnerInfoExt2 + */ + public function setAdState($adState) + { + $this->adState = $adState; + return $this; + } + + /** + * @return string + */ + public function getNationality() + { + return $this->nationality; + } + + /** + * @param string $nationality + * @return \Defr\CzechDataBox\Api\tDbOwnerInfoExt2 + */ + public function setNationality($nationality) + { + $this->nationality = $nationality; + return $this; + } + + /** + * @return string + */ + public function getDbIdOVM() + { + return $this->dbIdOVM; + } + + /** + * @param string $dbIdOVM + * @return \Defr\CzechDataBox\Api\tDbOwnerInfoExt2 + */ + public function setDbIdOVM($dbIdOVM) + { + $this->dbIdOVM = $dbIdOVM; + return $this; + } + + /** + * @return int + */ + public function getDbState() + { + return $this->dbState; + } + + /** + * @param int $dbState + * @return \Defr\CzechDataBox\Api\tDbOwnerInfoExt2 + */ + public function setDbState($dbState) + { + $this->dbState = $dbState; + return $this; + } + + /** + * @return boolean + */ + public function getDbOpenAddressing() + { + return $this->dbOpenAddressing; + } + + /** + * @param boolean $dbOpenAddressing + * @return \Defr\CzechDataBox\Api\tDbOwnerInfoExt2 + */ + public function setDbOpenAddressing($dbOpenAddressing) + { + $this->dbOpenAddressing = $dbOpenAddressing; + return $this; + } + + /** + * @return tIdDb + */ + public function getDbUpperID() + { + return $this->dbUpperID; + } + + /** + * @param tIdDb $dbUpperID + * @return \Defr\CzechDataBox\Api\tDbOwnerInfoExt2 + */ + public function setDbUpperID($dbUpperID) + { + $this->dbUpperID = $dbUpperID; + return $this; + } +} diff --git a/src/Api/tDbOwnersArray.php b/src/Api/tDbOwnersArray.php index f740b4d..4f43ed5 100644 --- a/src/Api/tDbOwnersArray.php +++ b/src/Api/tDbOwnersArray.php @@ -6,34 +6,33 @@ class tDbOwnersArray { /** - * @var tDbOwnerInfo $dbOwnerInfo + * @var tDbOwnerInfoExt $dbOwnerInfo */ protected $dbOwnerInfo = null; /** - * @param tDbOwnerInfo $dbOwnerInfo + * @param tDbOwnerInfoExt $dbOwnerInfo */ public function __construct($dbOwnerInfo = null) { - $this->dbOwnerInfo = $dbOwnerInfo; + $this->dbOwnerInfo = $dbOwnerInfo; } /** - * @return tDbOwnerInfo + * @return tDbOwnerInfoExt */ public function getDbOwnerInfo() { - return $this->dbOwnerInfo; + return $this->dbOwnerInfo; } /** - * @param tDbOwnerInfo $dbOwnerInfo + * @param tDbOwnerInfoExt $dbOwnerInfo * @return \Defr\CzechDataBox\Api\tDbOwnersArray */ public function setDbOwnerInfo($dbOwnerInfo) { - $this->dbOwnerInfo = $dbOwnerInfo; - return $this; + $this->dbOwnerInfo = $dbOwnerInfo; + return $this; } - } diff --git a/src/Api/tDbOwnersArray2.php b/src/Api/tDbOwnersArray2.php new file mode 100644 index 0000000..3138d88 --- /dev/null +++ b/src/Api/tDbOwnersArray2.php @@ -0,0 +1,38 @@ +dbOwnerInfo = $dbOwnerInfo; + } + + /** + * @return tDbOwnerInfoExt2 + */ + public function getDbOwnerInfo() + { + return $this->dbOwnerInfo; + } + + /** + * @param tDbOwnerInfoExt2 $dbOwnerInfo + * @return \Defr\CzechDataBox\Api\tDbOwnersArray2 + */ + public function setDbOwnerInfo($dbOwnerInfo) + { + $this->dbOwnerInfo = $dbOwnerInfo; + return $this; + } +} diff --git a/src/Api/tDbReqStatus.php b/src/Api/tDbReqStatus.php index 68c6e94..e817c21 100644 --- a/src/Api/tDbReqStatus.php +++ b/src/Api/tDbReqStatus.php @@ -27,9 +27,9 @@ class tDbReqStatus */ public function __construct($dbStatusCode = null, $dbStatusMessage = null, $dbStatusRefNumber = null) { - $this->dbStatusCode = $dbStatusCode; - $this->dbStatusMessage = $dbStatusMessage; - $this->dbStatusRefNumber = $dbStatusRefNumber; + $this->dbStatusCode = $dbStatusCode; + $this->dbStatusMessage = $dbStatusMessage; + $this->dbStatusRefNumber = $dbStatusRefNumber; } /** @@ -37,7 +37,7 @@ public function __construct($dbStatusCode = null, $dbStatusMessage = null, $dbSt */ public function getDbStatusCode() { - return $this->dbStatusCode; + return $this->dbStatusCode; } /** @@ -46,8 +46,8 @@ public function getDbStatusCode() */ public function setDbStatusCode($dbStatusCode) { - $this->dbStatusCode = $dbStatusCode; - return $this; + $this->dbStatusCode = $dbStatusCode; + return $this; } /** @@ -55,7 +55,7 @@ public function setDbStatusCode($dbStatusCode) */ public function getDbStatusMessage() { - return $this->dbStatusMessage; + return $this->dbStatusMessage; } /** @@ -64,8 +64,8 @@ public function getDbStatusMessage() */ public function setDbStatusMessage($dbStatusMessage) { - $this->dbStatusMessage = $dbStatusMessage; - return $this; + $this->dbStatusMessage = $dbStatusMessage; + return $this; } /** @@ -73,7 +73,7 @@ public function setDbStatusMessage($dbStatusMessage) */ public function getDbStatusRefNumber() { - return $this->dbStatusRefNumber; + return $this->dbStatusRefNumber; } /** @@ -82,8 +82,7 @@ public function getDbStatusRefNumber() */ public function setDbStatusRefNumber($dbStatusRefNumber) { - $this->dbStatusRefNumber = $dbStatusRefNumber; - return $this; + $this->dbStatusRefNumber = $dbStatusRefNumber; + return $this; } - } diff --git a/src/Api/tDbType.php b/src/Api/tDbType.php index 2483ccc..c2f936a 100644 --- a/src/Api/tDbType.php +++ b/src/Api/tDbType.php @@ -10,6 +10,10 @@ class tDbType const PFO_ADVOK = 'PFO_ADVOK'; const PFO_DANPOR = 'PFO_DANPOR'; const PFO_INSSPR = 'PFO_INSSPR'; + const PFO_AUDITOR = 'PFO_AUDITOR'; + const PFO_ZNALEC = 'PFO_ZNALEC'; + const PFO_TLUMOCNIK = 'PFO_TLUMOCNIK'; + const PFO_REQ = 'PFO_REQ'; const PO = 'PO'; const PO_ZAK = 'PO_ZAK'; const PO_REQ = 'PO_REQ'; @@ -17,6 +21,7 @@ class tDbType const OVM_NOTAR = 'OVM_NOTAR'; const OVM_EXEKUT = 'OVM_EXEKUT'; const OVM_REQ = 'OVM_REQ'; - - + const OVM_FO = 'OVM_FO'; + const OVM_PFO = 'OVM_PFO'; + const OVM_PO = 'OVM_PO'; } diff --git a/src/Api/tDbUserInfo.php b/src/Api/tDbUserInfo.php index 8bb45a8..b21b9bb 100644 --- a/src/Api/tDbUserInfo.php +++ b/src/Api/tDbUserInfo.php @@ -81,7 +81,7 @@ class tDbUserInfo protected $ic = null; /** - * @var firmName $firmName + * @var string $firmName */ protected $firmName = null; @@ -121,7 +121,7 @@ class tDbUserInfo * @param tUserType $userType * @param int $userPrivils * @param ic $ic - * @param firmName $firmName + * @param string $firmName * @param string $caStreet * @param string $caCity * @param string $caZipCode @@ -129,26 +129,26 @@ class tDbUserInfo */ public function __construct($pnFirstName = null, $pnMiddleName = null, $pnLastName = null, $pnLastNameAtBirth = null, $adCity = null, $adStreet = null, $adNumberInStreet = null, $adNumberInMunicipality = null, $adZipCode = null, $adState = null, $biDate = null, $userID = null, $userType = null, $userPrivils = null, $ic = null, $firmName = null, $caStreet = null, $caCity = null, $caZipCode = null, $caState = null) { - $this->pnFirstName = $pnFirstName; - $this->pnMiddleName = $pnMiddleName; - $this->pnLastName = $pnLastName; - $this->pnLastNameAtBirth = $pnLastNameAtBirth; - $this->adCity = $adCity; - $this->adStreet = $adStreet; - $this->adNumberInStreet = $adNumberInStreet; - $this->adNumberInMunicipality = $adNumberInMunicipality; - $this->adZipCode = $adZipCode; - $this->adState = $adState; - $this->biDate = $biDate; - $this->userID = $userID; - $this->userType = $userType; - $this->userPrivils = $userPrivils; - $this->ic = $ic; - $this->firmName = $firmName; - $this->caStreet = $caStreet; - $this->caCity = $caCity; - $this->caZipCode = $caZipCode; - $this->caState = $caState; + $this->pnFirstName = $pnFirstName; + $this->pnMiddleName = $pnMiddleName; + $this->pnLastName = $pnLastName; + $this->pnLastNameAtBirth = $pnLastNameAtBirth; + $this->adCity = $adCity; + $this->adStreet = $adStreet; + $this->adNumberInStreet = $adNumberInStreet; + $this->adNumberInMunicipality = $adNumberInMunicipality; + $this->adZipCode = $adZipCode; + $this->adState = $adState; + $this->biDate = $biDate; + $this->userID = $userID; + $this->userType = $userType; + $this->userPrivils = $userPrivils; + $this->ic = $ic; + $this->firmName = $firmName; + $this->caStreet = $caStreet; + $this->caCity = $caCity; + $this->caZipCode = $caZipCode; + $this->caState = $caState; } /** @@ -156,7 +156,7 @@ public function __construct($pnFirstName = null, $pnMiddleName = null, $pnLastNa */ public function getPnFirstName() { - return $this->pnFirstName; + return $this->pnFirstName; } /** @@ -165,8 +165,8 @@ public function getPnFirstName() */ public function setPnFirstName($pnFirstName) { - $this->pnFirstName = $pnFirstName; - return $this; + $this->pnFirstName = $pnFirstName; + return $this; } /** @@ -174,7 +174,7 @@ public function setPnFirstName($pnFirstName) */ public function getPnMiddleName() { - return $this->pnMiddleName; + return $this->pnMiddleName; } /** @@ -183,8 +183,8 @@ public function getPnMiddleName() */ public function setPnMiddleName($pnMiddleName) { - $this->pnMiddleName = $pnMiddleName; - return $this; + $this->pnMiddleName = $pnMiddleName; + return $this; } /** @@ -192,7 +192,7 @@ public function setPnMiddleName($pnMiddleName) */ public function getPnLastName() { - return $this->pnLastName; + return $this->pnLastName; } /** @@ -201,8 +201,8 @@ public function getPnLastName() */ public function setPnLastName($pnLastName) { - $this->pnLastName = $pnLastName; - return $this; + $this->pnLastName = $pnLastName; + return $this; } /** @@ -210,7 +210,7 @@ public function setPnLastName($pnLastName) */ public function getPnLastNameAtBirth() { - return $this->pnLastNameAtBirth; + return $this->pnLastNameAtBirth; } /** @@ -219,8 +219,8 @@ public function getPnLastNameAtBirth() */ public function setPnLastNameAtBirth($pnLastNameAtBirth) { - $this->pnLastNameAtBirth = $pnLastNameAtBirth; - return $this; + $this->pnLastNameAtBirth = $pnLastNameAtBirth; + return $this; } /** @@ -228,7 +228,7 @@ public function setPnLastNameAtBirth($pnLastNameAtBirth) */ public function getAdCity() { - return $this->adCity; + return $this->adCity; } /** @@ -237,8 +237,8 @@ public function getAdCity() */ public function setAdCity($adCity) { - $this->adCity = $adCity; - return $this; + $this->adCity = $adCity; + return $this; } /** @@ -246,7 +246,7 @@ public function setAdCity($adCity) */ public function getAdStreet() { - return $this->adStreet; + return $this->adStreet; } /** @@ -255,8 +255,8 @@ public function getAdStreet() */ public function setAdStreet($adStreet) { - $this->adStreet = $adStreet; - return $this; + $this->adStreet = $adStreet; + return $this; } /** @@ -264,7 +264,7 @@ public function setAdStreet($adStreet) */ public function getAdNumberInStreet() { - return $this->adNumberInStreet; + return $this->adNumberInStreet; } /** @@ -273,8 +273,8 @@ public function getAdNumberInStreet() */ public function setAdNumberInStreet($adNumberInStreet) { - $this->adNumberInStreet = $adNumberInStreet; - return $this; + $this->adNumberInStreet = $adNumberInStreet; + return $this; } /** @@ -282,7 +282,7 @@ public function setAdNumberInStreet($adNumberInStreet) */ public function getAdNumberInMunicipality() { - return $this->adNumberInMunicipality; + return $this->adNumberInMunicipality; } /** @@ -291,8 +291,8 @@ public function getAdNumberInMunicipality() */ public function setAdNumberInMunicipality($adNumberInMunicipality) { - $this->adNumberInMunicipality = $adNumberInMunicipality; - return $this; + $this->adNumberInMunicipality = $adNumberInMunicipality; + return $this; } /** @@ -300,7 +300,7 @@ public function setAdNumberInMunicipality($adNumberInMunicipality) */ public function getAdZipCode() { - return $this->adZipCode; + return $this->adZipCode; } /** @@ -309,8 +309,8 @@ public function getAdZipCode() */ public function setAdZipCode($adZipCode) { - $this->adZipCode = $adZipCode; - return $this; + $this->adZipCode = $adZipCode; + return $this; } /** @@ -318,7 +318,7 @@ public function setAdZipCode($adZipCode) */ public function getAdState() { - return $this->adState; + return $this->adState; } /** @@ -327,8 +327,8 @@ public function getAdState() */ public function setAdState($adState) { - $this->adState = $adState; - return $this; + $this->adState = $adState; + return $this; } /** @@ -336,7 +336,7 @@ public function setAdState($adState) */ public function getBiDate() { - return $this->biDate; + return $this->biDate; } /** @@ -345,8 +345,8 @@ public function getBiDate() */ public function setBiDate($biDate) { - $this->biDate = $biDate; - return $this; + $this->biDate = $biDate; + return $this; } /** @@ -354,7 +354,7 @@ public function setBiDate($biDate) */ public function getUserID() { - return $this->userID; + return $this->userID; } /** @@ -363,8 +363,8 @@ public function getUserID() */ public function setUserID($userID) { - $this->userID = $userID; - return $this; + $this->userID = $userID; + return $this; } /** @@ -372,7 +372,7 @@ public function setUserID($userID) */ public function getUserType() { - return $this->userType; + return $this->userType; } /** @@ -381,8 +381,8 @@ public function getUserType() */ public function setUserType($userType) { - $this->userType = $userType; - return $this; + $this->userType = $userType; + return $this; } /** @@ -390,7 +390,7 @@ public function setUserType($userType) */ public function getUserPrivils() { - return $this->userPrivils; + return $this->userPrivils; } /** @@ -399,8 +399,8 @@ public function getUserPrivils() */ public function setUserPrivils($userPrivils) { - $this->userPrivils = $userPrivils; - return $this; + $this->userPrivils = $userPrivils; + return $this; } /** @@ -408,7 +408,7 @@ public function setUserPrivils($userPrivils) */ public function getIc() { - return $this->ic; + return $this->ic; } /** @@ -417,26 +417,26 @@ public function getIc() */ public function setIc($ic) { - $this->ic = $ic; - return $this; + $this->ic = $ic; + return $this; } /** - * @return firmName + * @return string */ public function getFirmName() { - return $this->firmName; + return $this->firmName; } /** - * @param firmName $firmName + * @param string $firmName * @return \Defr\CzechDataBox\Api\tDbUserInfo */ public function setFirmName($firmName) { - $this->firmName = $firmName; - return $this; + $this->firmName = $firmName; + return $this; } /** @@ -444,7 +444,7 @@ public function setFirmName($firmName) */ public function getCaStreet() { - return $this->caStreet; + return $this->caStreet; } /** @@ -453,8 +453,8 @@ public function getCaStreet() */ public function setCaStreet($caStreet) { - $this->caStreet = $caStreet; - return $this; + $this->caStreet = $caStreet; + return $this; } /** @@ -462,7 +462,7 @@ public function setCaStreet($caStreet) */ public function getCaCity() { - return $this->caCity; + return $this->caCity; } /** @@ -471,8 +471,8 @@ public function getCaCity() */ public function setCaCity($caCity) { - $this->caCity = $caCity; - return $this; + $this->caCity = $caCity; + return $this; } /** @@ -480,7 +480,7 @@ public function setCaCity($caCity) */ public function getCaZipCode() { - return $this->caZipCode; + return $this->caZipCode; } /** @@ -489,8 +489,8 @@ public function getCaZipCode() */ public function setCaZipCode($caZipCode) { - $this->caZipCode = $caZipCode; - return $this; + $this->caZipCode = $caZipCode; + return $this; } /** @@ -498,7 +498,7 @@ public function setCaZipCode($caZipCode) */ public function getCaState() { - return $this->caState; + return $this->caState; } /** @@ -507,8 +507,7 @@ public function getCaState() */ public function setCaState($caState) { - $this->caState = $caState; - return $this; + $this->caState = $caState; + return $this; } - } diff --git a/src/Api/tDbUserInfoExt.php b/src/Api/tDbUserInfoExt.php new file mode 100644 index 0000000..c3ba73b --- /dev/null +++ b/src/Api/tDbUserInfoExt.php @@ -0,0 +1,563 @@ +pnFirstName = $pnFirstName; + $this->pnMiddleName = $pnMiddleName; + $this->pnLastName = $pnLastName; + $this->pnLastNameAtBirth = $pnLastNameAtBirth; + $this->adCity = $adCity; + $this->adDistrict = $adDistrict; + $this->adStreet = $adStreet; + $this->adNumberInStreet = $adNumberInStreet; + $this->adNumberInMunicipality = $adNumberInMunicipality; + $this->adZipCode = $adZipCode; + $this->adState = $adState; + $this->adAMCode = $adAMCode; + $this->biDate = $biDate; + $this->userID = $userID; + $this->userType = $userType; + $this->userPrivils = $userPrivils; + $this->ic = $ic; + $this->firmName = $firmName; + $this->caStreet = $caStreet; + $this->caCity = $caCity; + $this->caZipCode = $caZipCode; + $this->caState = $caState; + } + + /** + * @return string + */ + public function getPnFirstName() + { + return $this->pnFirstName; + } + + /** + * @param string $pnFirstName + * @return \Defr\CzechDataBox\Api\tDbUserInfoExt + */ + public function setPnFirstName($pnFirstName) + { + $this->pnFirstName = $pnFirstName; + return $this; + } + + /** + * @return string + */ + public function getPnMiddleName() + { + return $this->pnMiddleName; + } + + /** + * @param string $pnMiddleName + * @return \Defr\CzechDataBox\Api\tDbUserInfoExt + */ + public function setPnMiddleName($pnMiddleName) + { + $this->pnMiddleName = $pnMiddleName; + return $this; + } + + /** + * @return string + */ + public function getPnLastName() + { + return $this->pnLastName; + } + + /** + * @param string $pnLastName + * @return \Defr\CzechDataBox\Api\tDbUserInfoExt + */ + public function setPnLastName($pnLastName) + { + $this->pnLastName = $pnLastName; + return $this; + } + + /** + * @return string + */ + public function getPnLastNameAtBirth() + { + return $this->pnLastNameAtBirth; + } + + /** + * @param string $pnLastNameAtBirth + * @return \Defr\CzechDataBox\Api\tDbUserInfoExt + */ + public function setPnLastNameAtBirth($pnLastNameAtBirth) + { + $this->pnLastNameAtBirth = $pnLastNameAtBirth; + return $this; + } + + /** + * @return string + */ + public function getAdCity() + { + return $this->adCity; + } + + /** + * @param string $adCity + * @return \Defr\CzechDataBox\Api\tDbUserInfoExt + */ + public function setAdCity($adCity) + { + $this->adCity = $adCity; + return $this; + } + + /** + * @return string + */ + public function getAdDistrict() + { + return $this->adDistrict; + } + + /** + * @param string $adDistrict + * @return \Defr\CzechDataBox\Api\tDbUserInfoExt + */ + public function setAdDistrict($adDistrict) + { + $this->adDistrict = $adDistrict; + return $this; + } + + /** + * @return string + */ + public function getAdStreet() + { + return $this->adStreet; + } + + /** + * @param string $adStreet + * @return \Defr\CzechDataBox\Api\tDbUserInfoExt + */ + public function setAdStreet($adStreet) + { + $this->adStreet = $adStreet; + return $this; + } + + /** + * @return string + */ + public function getAdNumberInStreet() + { + return $this->adNumberInStreet; + } + + /** + * @param string $adNumberInStreet + * @return \Defr\CzechDataBox\Api\tDbUserInfoExt + */ + public function setAdNumberInStreet($adNumberInStreet) + { + $this->adNumberInStreet = $adNumberInStreet; + return $this; + } + + /** + * @return string + */ + public function getAdNumberInMunicipality() + { + return $this->adNumberInMunicipality; + } + + /** + * @param string $adNumberInMunicipality + * @return \Defr\CzechDataBox\Api\tDbUserInfoExt + */ + public function setAdNumberInMunicipality($adNumberInMunicipality) + { + $this->adNumberInMunicipality = $adNumberInMunicipality; + return $this; + } + + /** + * @return string + */ + public function getAdZipCode() + { + return $this->adZipCode; + } + + /** + * @param string $adZipCode + * @return \Defr\CzechDataBox\Api\tDbUserInfoExt + */ + public function setAdZipCode($adZipCode) + { + $this->adZipCode = $adZipCode; + return $this; + } + + /** + * @return string + */ + public function getAdState() + { + return $this->adState; + } + + /** + * @param string $adState + * @return \Defr\CzechDataBox\Api\tDbUserInfoExt + */ + public function setAdState($adState) + { + $this->adState = $adState; + return $this; + } + + /** + * @return string + */ + public function getAdAMCode() + { + return $this->adAMCode; + } + + /** + * @param string $adAMCode + * @return \Defr\CzechDataBox\Api\tDbUserInfoExt + */ + public function setAdAMCode($adAMCode) + { + $this->adAMCode = $adAMCode; + return $this; + } + + /** + * @return date + */ + public function getBiDate() + { + return $this->biDate; + } + + /** + * @param date $biDate + * @return \Defr\CzechDataBox\Api\tDbUserInfoExt + */ + public function setBiDate($biDate) + { + $this->biDate = $biDate; + return $this; + } + + /** + * @return tUserID + */ + public function getUserID() + { + return $this->userID; + } + + /** + * @param tUserID $userID + * @return \Defr\CzechDataBox\Api\tDbUserInfoExt + */ + public function setUserID($userID) + { + $this->userID = $userID; + return $this; + } + + /** + * @return tUserType + */ + public function getUserType() + { + return $this->userType; + } + + /** + * @param tUserType $userType + * @return \Defr\CzechDataBox\Api\tDbUserInfoExt + */ + public function setUserType($userType) + { + $this->userType = $userType; + return $this; + } + + /** + * @return int + */ + public function getUserPrivils() + { + return $this->userPrivils; + } + + /** + * @param int $userPrivils + * @return \Defr\CzechDataBox\Api\tDbUserInfoExt + */ + public function setUserPrivils($userPrivils) + { + $this->userPrivils = $userPrivils; + return $this; + } + + /** + * @return ic + */ + public function getIc() + { + return $this->ic; + } + + /** + * @param ic $ic + * @return \Defr\CzechDataBox\Api\tDbUserInfoExt + */ + public function setIc($ic) + { + $this->ic = $ic; + return $this; + } + + /** + * @return string + */ + public function getFirmName() + { + return $this->firmName; + } + + /** + * @param string $firmName + * @return \Defr\CzechDataBox\Api\tDbUserInfoExt + */ + public function setFirmName($firmName) + { + $this->firmName = $firmName; + return $this; + } + + /** + * @return string + */ + public function getCaStreet() + { + return $this->caStreet; + } + + /** + * @param string $caStreet + * @return \Defr\CzechDataBox\Api\tDbUserInfoExt + */ + public function setCaStreet($caStreet) + { + $this->caStreet = $caStreet; + return $this; + } + + /** + * @return string + */ + public function getCaCity() + { + return $this->caCity; + } + + /** + * @param string $caCity + * @return \Defr\CzechDataBox\Api\tDbUserInfoExt + */ + public function setCaCity($caCity) + { + $this->caCity = $caCity; + return $this; + } + + /** + * @return string + */ + public function getCaZipCode() + { + return $this->caZipCode; + } + + /** + * @param string $caZipCode + * @return \Defr\CzechDataBox\Api\tDbUserInfoExt + */ + public function setCaZipCode($caZipCode) + { + $this->caZipCode = $caZipCode; + return $this; + } + + /** + * @return string + */ + public function getCaState() + { + return $this->caState; + } + + /** + * @param string $caState + * @return \Defr\CzechDataBox\Api\tDbUserInfoExt + */ + public function setCaState($caState) + { + $this->caState = $caState; + return $this; + } +} diff --git a/src/Api/tDbUserInfoExt2.php b/src/Api/tDbUserInfoExt2.php new file mode 100644 index 0000000..5365b50 --- /dev/null +++ b/src/Api/tDbUserInfoExt2.php @@ -0,0 +1,538 @@ +aifoIsds = $aifoIsds; + $this->pnGivenNames = $pnGivenNames; + $this->pnLastName = $pnLastName; + $this->adCode = $adCode; + $this->adCity = $adCity; + $this->adDistrict = $adDistrict; + $this->adStreet = $adStreet; + $this->adNumberInStreet = $adNumberInStreet; + $this->adNumberInMunicipality = $adNumberInMunicipality; + $this->adZipCode = $adZipCode; + $this->adState = $adState; + $this->biDate = $biDate; + $this->isdsID = $isdsID; + $this->userType = $userType; + $this->userPrivils = $userPrivils; + $this->ic = $ic; + $this->firmName = $firmName; + $this->caStreet = $caStreet; + $this->caCity = $caCity; + $this->caZipCode = $caZipCode; + $this->caState = $caState; + } + + /** + * @return boolean + */ + public function getAifoIsds() + { + return $this->aifoIsds; + } + + /** + * @param boolean $aifoIsds + * @return \Defr\CzechDataBox\Api\tDbUserInfoExt2 + */ + public function setAifoIsds($aifoIsds) + { + $this->aifoIsds = $aifoIsds; + return $this; + } + + /** + * @return string + */ + public function getPnGivenNames() + { + return $this->pnGivenNames; + } + + /** + * @param string $pnGivenNames + * @return \Defr\CzechDataBox\Api\tDbUserInfoExt2 + */ + public function setPnGivenNames($pnGivenNames) + { + $this->pnGivenNames = $pnGivenNames; + return $this; + } + + /** + * @return string + */ + public function getPnLastName() + { + return $this->pnLastName; + } + + /** + * @param string $pnLastName + * @return \Defr\CzechDataBox\Api\tDbUserInfoExt2 + */ + public function setPnLastName($pnLastName) + { + $this->pnLastName = $pnLastName; + return $this; + } + + /** + * @return string + */ + public function getAdCode() + { + return $this->adCode; + } + + /** + * @param string $adCode + * @return \Defr\CzechDataBox\Api\tDbUserInfoExt2 + */ + public function setAdCode($adCode) + { + $this->adCode = $adCode; + return $this; + } + + /** + * @return string + */ + public function getAdCity() + { + return $this->adCity; + } + + /** + * @param string $adCity + * @return \Defr\CzechDataBox\Api\tDbUserInfoExt2 + */ + public function setAdCity($adCity) + { + $this->adCity = $adCity; + return $this; + } + + /** + * @return string + */ + public function getAdDistrict() + { + return $this->adDistrict; + } + + /** + * @param string $adDistrict + * @return \Defr\CzechDataBox\Api\tDbUserInfoExt2 + */ + public function setAdDistrict($adDistrict) + { + $this->adDistrict = $adDistrict; + return $this; + } + + /** + * @return string + */ + public function getAdStreet() + { + return $this->adStreet; + } + + /** + * @param string $adStreet + * @return \Defr\CzechDataBox\Api\tDbUserInfoExt2 + */ + public function setAdStreet($adStreet) + { + $this->adStreet = $adStreet; + return $this; + } + + /** + * @return string + */ + public function getAdNumberInStreet() + { + return $this->adNumberInStreet; + } + + /** + * @param string $adNumberInStreet + * @return \Defr\CzechDataBox\Api\tDbUserInfoExt2 + */ + public function setAdNumberInStreet($adNumberInStreet) + { + $this->adNumberInStreet = $adNumberInStreet; + return $this; + } + + /** + * @return string + */ + public function getAdNumberInMunicipality() + { + return $this->adNumberInMunicipality; + } + + /** + * @param string $adNumberInMunicipality + * @return \Defr\CzechDataBox\Api\tDbUserInfoExt2 + */ + public function setAdNumberInMunicipality($adNumberInMunicipality) + { + $this->adNumberInMunicipality = $adNumberInMunicipality; + return $this; + } + + /** + * @return string + */ + public function getAdZipCode() + { + return $this->adZipCode; + } + + /** + * @param string $adZipCode + * @return \Defr\CzechDataBox\Api\tDbUserInfoExt2 + */ + public function setAdZipCode($adZipCode) + { + $this->adZipCode = $adZipCode; + return $this; + } + + /** + * @return string + */ + public function getAdState() + { + return $this->adState; + } + + /** + * @param string $adState + * @return \Defr\CzechDataBox\Api\tDbUserInfoExt2 + */ + public function setAdState($adState) + { + $this->adState = $adState; + return $this; + } + + /** + * @return date + */ + public function getBiDate() + { + return $this->biDate; + } + + /** + * @param date $biDate + * @return \Defr\CzechDataBox\Api\tDbUserInfoExt2 + */ + public function setBiDate($biDate) + { + $this->biDate = $biDate; + return $this; + } + + /** + * @return string + */ + public function getIsdsID() + { + return $this->isdsID; + } + + /** + * @param string $isdsID + * @return \Defr\CzechDataBox\Api\tDbUserInfoExt2 + */ + public function setIsdsID($isdsID) + { + $this->isdsID = $isdsID; + return $this; + } + + /** + * @return tUserType + */ + public function getUserType() + { + return $this->userType; + } + + /** + * @param tUserType $userType + * @return \Defr\CzechDataBox\Api\tDbUserInfoExt2 + */ + public function setUserType($userType) + { + $this->userType = $userType; + return $this; + } + + /** + * @return int + */ + public function getUserPrivils() + { + return $this->userPrivils; + } + + /** + * @param int $userPrivils + * @return \Defr\CzechDataBox\Api\tDbUserInfoExt2 + */ + public function setUserPrivils($userPrivils) + { + $this->userPrivils = $userPrivils; + return $this; + } + + /** + * @return ic + */ + public function getIc() + { + return $this->ic; + } + + /** + * @param ic $ic + * @return \Defr\CzechDataBox\Api\tDbUserInfoExt2 + */ + public function setIc($ic) + { + $this->ic = $ic; + return $this; + } + + /** + * @return string + */ + public function getFirmName() + { + return $this->firmName; + } + + /** + * @param string $firmName + * @return \Defr\CzechDataBox\Api\tDbUserInfoExt2 + */ + public function setFirmName($firmName) + { + $this->firmName = $firmName; + return $this; + } + + /** + * @return string + */ + public function getCaStreet() + { + return $this->caStreet; + } + + /** + * @param string $caStreet + * @return \Defr\CzechDataBox\Api\tDbUserInfoExt2 + */ + public function setCaStreet($caStreet) + { + $this->caStreet = $caStreet; + return $this; + } + + /** + * @return string + */ + public function getCaCity() + { + return $this->caCity; + } + + /** + * @param string $caCity + * @return \Defr\CzechDataBox\Api\tDbUserInfoExt2 + */ + public function setCaCity($caCity) + { + $this->caCity = $caCity; + return $this; + } + + /** + * @return string + */ + public function getCaZipCode() + { + return $this->caZipCode; + } + + /** + * @param string $caZipCode + * @return \Defr\CzechDataBox\Api\tDbUserInfoExt2 + */ + public function setCaZipCode($caZipCode) + { + $this->caZipCode = $caZipCode; + return $this; + } + + /** + * @return string + */ + public function getCaState() + { + return $this->caState; + } + + /** + * @param string $caState + * @return \Defr\CzechDataBox\Api\tDbUserInfoExt2 + */ + public function setCaState($caState) + { + $this->caState = $caState; + return $this; + } +} diff --git a/src/Api/tDbUsersArray.php b/src/Api/tDbUsersArray.php index 6c3166a..3969390 100644 --- a/src/Api/tDbUsersArray.php +++ b/src/Api/tDbUsersArray.php @@ -6,34 +6,33 @@ class tDbUsersArray { /** - * @var tDbUserInfo $dbUserInfo + * @var dbUserInfo $dbUserInfo */ protected $dbUserInfo = null; /** - * @param tDbUserInfo $dbUserInfo + * @param dbUserInfo $dbUserInfo */ public function __construct($dbUserInfo = null) { - $this->dbUserInfo = $dbUserInfo; + $this->dbUserInfo = $dbUserInfo; } /** - * @return tDbUserInfo + * @return dbUserInfo */ public function getDbUserInfo() { - return $this->dbUserInfo; + return $this->dbUserInfo; } /** - * @param tDbUserInfo $dbUserInfo + * @param dbUserInfo $dbUserInfo * @return \Defr\CzechDataBox\Api\tDbUsersArray */ public function setDbUserInfo($dbUserInfo) { - $this->dbUserInfo = $dbUserInfo; - return $this; + $this->dbUserInfo = $dbUserInfo; + return $this; } - } diff --git a/src/Api/tDbUsersArray2.php b/src/Api/tDbUsersArray2.php new file mode 100644 index 0000000..fb9764d --- /dev/null +++ b/src/Api/tDbUsersArray2.php @@ -0,0 +1,38 @@ +dbUserInfo = $dbUserInfo; + } + + /** + * @return dbUserInfo + */ + public function getDbUserInfo() + { + return $this->dbUserInfo; + } + + /** + * @param dbUserInfo $dbUserInfo + * @return \Defr\CzechDataBox\Api\tDbUsersArray2 + */ + public function setDbUserInfo($dbUserInfo) + { + $this->dbUserInfo = $dbUserInfo; + return $this; + } +} diff --git a/src/Api/tDelDBUserInput.php b/src/Api/tDelDBUserInput.php index 0c3a1fe..156f23d 100644 --- a/src/Api/tDelDBUserInput.php +++ b/src/Api/tDelDBUserInput.php @@ -33,10 +33,10 @@ class tDelDBUserInput */ public function __construct($dbOwnerInfo = null, $dbUserInfo = null, $dbApproved = null, $dbExternRefNumber = null) { - $this->dbOwnerInfo = $dbOwnerInfo; - $this->dbUserInfo = $dbUserInfo; - $this->dbApproved = $dbApproved; - $this->dbExternRefNumber = $dbExternRefNumber; + $this->dbOwnerInfo = $dbOwnerInfo; + $this->dbUserInfo = $dbUserInfo; + $this->dbApproved = $dbApproved; + $this->dbExternRefNumber = $dbExternRefNumber; } /** @@ -44,7 +44,7 @@ public function __construct($dbOwnerInfo = null, $dbUserInfo = null, $dbApproved */ public function getDbOwnerInfo() { - return $this->dbOwnerInfo; + return $this->dbOwnerInfo; } /** @@ -53,8 +53,8 @@ public function getDbOwnerInfo() */ public function setDbOwnerInfo($dbOwnerInfo) { - $this->dbOwnerInfo = $dbOwnerInfo; - return $this; + $this->dbOwnerInfo = $dbOwnerInfo; + return $this; } /** @@ -62,7 +62,7 @@ public function setDbOwnerInfo($dbOwnerInfo) */ public function getDbUserInfo() { - return $this->dbUserInfo; + return $this->dbUserInfo; } /** @@ -71,8 +71,8 @@ public function getDbUserInfo() */ public function setDbUserInfo($dbUserInfo) { - $this->dbUserInfo = $dbUserInfo; - return $this; + $this->dbUserInfo = $dbUserInfo; + return $this; } /** @@ -80,7 +80,7 @@ public function setDbUserInfo($dbUserInfo) */ public function getDbApproved() { - return $this->dbApproved; + return $this->dbApproved; } /** @@ -89,8 +89,8 @@ public function getDbApproved() */ public function setDbApproved($dbApproved) { - $this->dbApproved = $dbApproved; - return $this; + $this->dbApproved = $dbApproved; + return $this; } /** @@ -98,7 +98,7 @@ public function setDbApproved($dbApproved) */ public function getDbExternRefNumber() { - return $this->dbExternRefNumber; + return $this->dbExternRefNumber; } /** @@ -107,8 +107,7 @@ public function getDbExternRefNumber() */ public function setDbExternRefNumber($dbExternRefNumber) { - $this->dbExternRefNumber = $dbExternRefNumber; - return $this; + $this->dbExternRefNumber = $dbExternRefNumber; + return $this; } - } diff --git a/src/Api/tDelDBUserInput2.php b/src/Api/tDelDBUserInput2.php new file mode 100644 index 0000000..2810ce5 --- /dev/null +++ b/src/Api/tDelDBUserInput2.php @@ -0,0 +1,113 @@ +dbID = $dbID; + $this->isdsID = $isdsID; + $this->dbApproved = $dbApproved; + $this->dbExternRefNumber = $dbExternRefNumber; + } + + /** + * @return dbID + */ + public function getDbID() + { + return $this->dbID; + } + + /** + * @param dbID $dbID + * @return \Defr\CzechDataBox\Api\tDelDBUserInput2 + */ + public function setDbID($dbID) + { + $this->dbID = $dbID; + return $this; + } + + /** + * @return tIsdsID + */ + public function getIsdsID() + { + return $this->isdsID; + } + + /** + * @param tIsdsID $isdsID + * @return \Defr\CzechDataBox\Api\tDelDBUserInput2 + */ + public function setIsdsID($isdsID) + { + $this->isdsID = $isdsID; + return $this; + } + + /** + * @return boolean + */ + public function getDbApproved() + { + return $this->dbApproved; + } + + /** + * @param boolean $dbApproved + * @return \Defr\CzechDataBox\Api\tDelDBUserInput2 + */ + public function setDbApproved($dbApproved) + { + $this->dbApproved = $dbApproved; + return $this; + } + + /** + * @return string + */ + public function getDbExternRefNumber() + { + return $this->dbExternRefNumber; + } + + /** + * @param string $dbExternRefNumber + * @return \Defr\CzechDataBox\Api\tDelDBUserInput2 + */ + public function setDbExternRefNumber($dbExternRefNumber) + { + $this->dbExternRefNumber = $dbExternRefNumber; + return $this; + } +} diff --git a/src/Api/tDeleteDBInput.php b/src/Api/tDeleteDBInput.php index f1241bb..2ec1c08 100644 --- a/src/Api/tDeleteDBInput.php +++ b/src/Api/tDeleteDBInput.php @@ -33,10 +33,10 @@ class tDeleteDBInput */ public function __construct($dbOwnerInfo = null, $dbOwnerTerminationDate = null, $dbApproved = null, $dbExternRefNumber = null) { - $this->dbOwnerInfo = $dbOwnerInfo; - $this->dbOwnerTerminationDate = $dbOwnerTerminationDate; - $this->dbApproved = $dbApproved; - $this->dbExternRefNumber = $dbExternRefNumber; + $this->dbOwnerInfo = $dbOwnerInfo; + $this->dbOwnerTerminationDate = $dbOwnerTerminationDate; + $this->dbApproved = $dbApproved; + $this->dbExternRefNumber = $dbExternRefNumber; } /** @@ -44,7 +44,7 @@ public function __construct($dbOwnerInfo = null, $dbOwnerTerminationDate = null, */ public function getDbOwnerInfo() { - return $this->dbOwnerInfo; + return $this->dbOwnerInfo; } /** @@ -53,8 +53,8 @@ public function getDbOwnerInfo() */ public function setDbOwnerInfo($dbOwnerInfo) { - $this->dbOwnerInfo = $dbOwnerInfo; - return $this; + $this->dbOwnerInfo = $dbOwnerInfo; + return $this; } /** @@ -62,7 +62,7 @@ public function setDbOwnerInfo($dbOwnerInfo) */ public function getDbOwnerTerminationDate() { - return $this->dbOwnerTerminationDate; + return $this->dbOwnerTerminationDate; } /** @@ -71,8 +71,8 @@ public function getDbOwnerTerminationDate() */ public function setDbOwnerTerminationDate($dbOwnerTerminationDate) { - $this->dbOwnerTerminationDate = $dbOwnerTerminationDate; - return $this; + $this->dbOwnerTerminationDate = $dbOwnerTerminationDate; + return $this; } /** @@ -80,7 +80,7 @@ public function setDbOwnerTerminationDate($dbOwnerTerminationDate) */ public function getDbApproved() { - return $this->dbApproved; + return $this->dbApproved; } /** @@ -89,8 +89,8 @@ public function getDbApproved() */ public function setDbApproved($dbApproved) { - $this->dbApproved = $dbApproved; - return $this; + $this->dbApproved = $dbApproved; + return $this; } /** @@ -98,7 +98,7 @@ public function setDbApproved($dbApproved) */ public function getDbExternRefNumber() { - return $this->dbExternRefNumber; + return $this->dbExternRefNumber; } /** @@ -107,8 +107,7 @@ public function getDbExternRefNumber() */ public function setDbExternRefNumber($dbExternRefNumber) { - $this->dbExternRefNumber = $dbExternRefNumber; - return $this; + $this->dbExternRefNumber = $dbExternRefNumber; + return $this; } - } diff --git a/src/Api/tDeleteDBInput2.php b/src/Api/tDeleteDBInput2.php new file mode 100644 index 0000000..09a4a15 --- /dev/null +++ b/src/Api/tDeleteDBInput2.php @@ -0,0 +1,113 @@ +dbID = $dbID; + $this->dbOwnerTerminationDate = $dbOwnerTerminationDate; + $this->dbApproved = $dbApproved; + $this->dbExternRefNumber = $dbExternRefNumber; + } + + /** + * @return tIdDb + */ + public function getDbID() + { + return $this->dbID; + } + + /** + * @param tIdDb $dbID + * @return \Defr\CzechDataBox\Api\tDeleteDBInput2 + */ + public function setDbID($dbID) + { + $this->dbID = $dbID; + return $this; + } + + /** + * @return date + */ + public function getDbOwnerTerminationDate() + { + return $this->dbOwnerTerminationDate; + } + + /** + * @param date $dbOwnerTerminationDate + * @return \Defr\CzechDataBox\Api\tDeleteDBInput2 + */ + public function setDbOwnerTerminationDate($dbOwnerTerminationDate) + { + $this->dbOwnerTerminationDate = $dbOwnerTerminationDate; + return $this; + } + + /** + * @return boolean + */ + public function getDbApproved() + { + return $this->dbApproved; + } + + /** + * @param boolean $dbApproved + * @return \Defr\CzechDataBox\Api\tDeleteDBInput2 + */ + public function setDbApproved($dbApproved) + { + $this->dbApproved = $dbApproved; + return $this; + } + + /** + * @return string + */ + public function getDbExternRefNumber() + { + return $this->dbExternRefNumber; + } + + /** + * @param string $dbExternRefNumber + * @return \Defr\CzechDataBox\Api\tDeleteDBInput2 + */ + public function setDbExternRefNumber($dbExternRefNumber) + { + $this->dbExternRefNumber = $dbExternRefNumber; + return $this; + } +} diff --git a/src/Api/tDeleteDBPromptlyInput.php b/src/Api/tDeleteDBPromptlyInput.php index 6ba9946..8438e88 100644 --- a/src/Api/tDeleteDBPromptlyInput.php +++ b/src/Api/tDeleteDBPromptlyInput.php @@ -6,9 +6,9 @@ class tDeleteDBPromptlyInput { /** - * @var tDbOwnerInfo $dbOwnerInfo + * @var tIdDb $dbID */ - protected $dbOwnerInfo = null; + protected $dbID = null; /** * @var boolean $dbApproved @@ -21,33 +21,33 @@ class tDeleteDBPromptlyInput protected $dbExternRefNumber = null; /** - * @param tDbOwnerInfo $dbOwnerInfo + * @param tIdDb $dbID * @param boolean $dbApproved * @param string $dbExternRefNumber */ - public function __construct($dbOwnerInfo = null, $dbApproved = null, $dbExternRefNumber = null) + public function __construct($dbID = null, $dbApproved = null, $dbExternRefNumber = null) { - $this->dbOwnerInfo = $dbOwnerInfo; - $this->dbApproved = $dbApproved; - $this->dbExternRefNumber = $dbExternRefNumber; + $this->dbID = $dbID; + $this->dbApproved = $dbApproved; + $this->dbExternRefNumber = $dbExternRefNumber; } /** - * @return tDbOwnerInfo + * @return tIdDb */ - public function getDbOwnerInfo() + public function getDbID() { - return $this->dbOwnerInfo; + return $this->dbID; } /** - * @param tDbOwnerInfo $dbOwnerInfo + * @param tIdDb $dbID * @return \Defr\CzechDataBox\Api\tDeleteDBPromptlyInput */ - public function setDbOwnerInfo($dbOwnerInfo) + public function setDbID($dbID) { - $this->dbOwnerInfo = $dbOwnerInfo; - return $this; + $this->dbID = $dbID; + return $this; } /** @@ -55,7 +55,7 @@ public function setDbOwnerInfo($dbOwnerInfo) */ public function getDbApproved() { - return $this->dbApproved; + return $this->dbApproved; } /** @@ -64,8 +64,8 @@ public function getDbApproved() */ public function setDbApproved($dbApproved) { - $this->dbApproved = $dbApproved; - return $this; + $this->dbApproved = $dbApproved; + return $this; } /** @@ -73,7 +73,7 @@ public function setDbApproved($dbApproved) */ public function getDbExternRefNumber() { - return $this->dbExternRefNumber; + return $this->dbExternRefNumber; } /** @@ -82,8 +82,7 @@ public function getDbExternRefNumber() */ public function setDbExternRefNumber($dbExternRefNumber) { - $this->dbExternRefNumber = $dbExternRefNumber; - return $this; + $this->dbExternRefNumber = $dbExternRefNumber; + return $this; } - } diff --git a/src/Api/tDelivery.php b/src/Api/tDelivery.php index 2554353..dfcbdd7 100644 --- a/src/Api/tDelivery.php +++ b/src/Api/tDelivery.php @@ -51,13 +51,13 @@ class tDelivery */ public function __construct($dmDm = null, $dmHash = null, $dmQTimestamp = null, \DateTime $dmDeliveryTime = null, \DateTime $dmAcceptanceTime = null, $dmMessageStatus = null, $dmEvents = null) { - $this->dmDm = $dmDm; - $this->dmHash = $dmHash; - $this->dmQTimestamp = $dmQTimestamp; - $this->dmDeliveryTime = $dmDeliveryTime ? $dmDeliveryTime->format(\DateTime::ATOM) : null; - $this->dmAcceptanceTime = $dmAcceptanceTime ? $dmAcceptanceTime->format(\DateTime::ATOM) : null; - $this->dmMessageStatus = $dmMessageStatus; - $this->dmEvents = $dmEvents; + $this->dmDm = $dmDm; + $this->dmHash = $dmHash; + $this->dmQTimestamp = $dmQTimestamp; + $this->dmDeliveryTime = $dmDeliveryTime ? $dmDeliveryTime->format(\DateTime::ATOM) : null; + $this->dmAcceptanceTime = $dmAcceptanceTime ? $dmAcceptanceTime->format(\DateTime::ATOM) : null; + $this->dmMessageStatus = $dmMessageStatus; + $this->dmEvents = $dmEvents; } /** @@ -65,7 +65,7 @@ public function __construct($dmDm = null, $dmHash = null, $dmQTimestamp = null, */ public function getDmDm() { - return $this->dmDm; + return $this->dmDm; } /** @@ -74,8 +74,8 @@ public function getDmDm() */ public function setDmDm($dmDm) { - $this->dmDm = $dmDm; - return $this; + $this->dmDm = $dmDm; + return $this; } /** @@ -83,7 +83,7 @@ public function setDmDm($dmDm) */ public function getDmHash() { - return $this->dmHash; + return $this->dmHash; } /** @@ -92,8 +92,8 @@ public function getDmHash() */ public function setDmHash($dmHash) { - $this->dmHash = $dmHash; - return $this; + $this->dmHash = $dmHash; + return $this; } /** @@ -101,7 +101,7 @@ public function setDmHash($dmHash) */ public function getDmQTimestamp() { - return $this->dmQTimestamp; + return $this->dmQTimestamp; } /** @@ -110,8 +110,8 @@ public function getDmQTimestamp() */ public function setDmQTimestamp($dmQTimestamp) { - $this->dmQTimestamp = $dmQTimestamp; - return $this; + $this->dmQTimestamp = $dmQTimestamp; + return $this; } /** @@ -119,15 +119,15 @@ public function setDmQTimestamp($dmQTimestamp) */ public function getDmDeliveryTime() { - if ($this->dmDeliveryTime == null) { - return null; - } else { - try { - return new \DateTime($this->dmDeliveryTime); - } catch (\Exception $e) { - return false; + if ($this->dmDeliveryTime == null) { + return null; + } else { + try { + return new \DateTime($this->dmDeliveryTime); + } catch (\Exception $e) { + return false; + } } - } } /** @@ -136,8 +136,8 @@ public function getDmDeliveryTime() */ public function setDmDeliveryTime(\DateTime $dmDeliveryTime) { - $this->dmDeliveryTime = $dmDeliveryTime->format(\DateTime::ATOM); - return $this; + $this->dmDeliveryTime = $dmDeliveryTime->format(\DateTime::ATOM); + return $this; } /** @@ -145,15 +145,15 @@ public function setDmDeliveryTime(\DateTime $dmDeliveryTime) */ public function getDmAcceptanceTime() { - if ($this->dmAcceptanceTime == null) { - return null; - } else { - try { - return new \DateTime($this->dmAcceptanceTime); - } catch (\Exception $e) { - return false; + if ($this->dmAcceptanceTime == null) { + return null; + } else { + try { + return new \DateTime($this->dmAcceptanceTime); + } catch (\Exception $e) { + return false; + } } - } } /** @@ -162,8 +162,8 @@ public function getDmAcceptanceTime() */ public function setDmAcceptanceTime(\DateTime $dmAcceptanceTime) { - $this->dmAcceptanceTime = $dmAcceptanceTime->format(\DateTime::ATOM); - return $this; + $this->dmAcceptanceTime = $dmAcceptanceTime->format(\DateTime::ATOM); + return $this; } /** @@ -171,7 +171,7 @@ public function setDmAcceptanceTime(\DateTime $dmAcceptanceTime) */ public function getDmMessageStatus() { - return $this->dmMessageStatus; + return $this->dmMessageStatus; } /** @@ -180,8 +180,8 @@ public function getDmMessageStatus() */ public function setDmMessageStatus($dmMessageStatus) { - $this->dmMessageStatus = $dmMessageStatus; - return $this; + $this->dmMessageStatus = $dmMessageStatus; + return $this; } /** @@ -189,7 +189,7 @@ public function setDmMessageStatus($dmMessageStatus) */ public function getDmEvents() { - return $this->dmEvents; + return $this->dmEvents; } /** @@ -198,8 +198,7 @@ public function getDmEvents() */ public function setDmEvents($dmEvents) { - $this->dmEvents = $dmEvents; - return $this; + $this->dmEvents = $dmEvents; + return $this; } - } diff --git a/src/Api/tDeliveryMessageOutput.php b/src/Api/tDeliveryMessageOutput.php index b9d7c7f..29a02bb 100644 --- a/src/Api/tDeliveryMessageOutput.php +++ b/src/Api/tDeliveryMessageOutput.php @@ -21,8 +21,8 @@ class tDeliveryMessageOutput */ public function __construct($dmDelivery = null, $dmStatus = null) { - $this->dmDelivery = $dmDelivery; - $this->dmStatus = $dmStatus; + $this->dmDelivery = $dmDelivery; + $this->dmStatus = $dmStatus; } /** @@ -30,7 +30,7 @@ public function __construct($dmDelivery = null, $dmStatus = null) */ public function getDmDelivery() { - return $this->dmDelivery; + return $this->dmDelivery; } /** @@ -39,8 +39,8 @@ public function getDmDelivery() */ public function setDmDelivery($dmDelivery) { - $this->dmDelivery = $dmDelivery; - return $this; + $this->dmDelivery = $dmDelivery; + return $this; } /** @@ -48,7 +48,7 @@ public function setDmDelivery($dmDelivery) */ public function getDmStatus() { - return $this->dmStatus; + return $this->dmStatus; } /** @@ -57,8 +57,7 @@ public function getDmStatus() */ public function setDmStatus($dmStatus) { - $this->dmStatus = $dmStatus; - return $this; + $this->dmStatus = $dmStatus; + return $this; } - } diff --git a/src/Api/tDisableExternallyInput.php b/src/Api/tDisableExternallyInput.php index bd6608c..780a5a0 100644 --- a/src/Api/tDisableExternallyInput.php +++ b/src/Api/tDisableExternallyInput.php @@ -33,10 +33,10 @@ class tDisableExternallyInput */ public function __construct($dbOwnerInfo = null, $dbOwnerDisableDate = null, $dbApproved = null, $dbExternRefNumber = null) { - $this->dbOwnerInfo = $dbOwnerInfo; - $this->dbOwnerDisableDate = $dbOwnerDisableDate; - $this->dbApproved = $dbApproved; - $this->dbExternRefNumber = $dbExternRefNumber; + $this->dbOwnerInfo = $dbOwnerInfo; + $this->dbOwnerDisableDate = $dbOwnerDisableDate; + $this->dbApproved = $dbApproved; + $this->dbExternRefNumber = $dbExternRefNumber; } /** @@ -44,7 +44,7 @@ public function __construct($dbOwnerInfo = null, $dbOwnerDisableDate = null, $db */ public function getDbOwnerInfo() { - return $this->dbOwnerInfo; + return $this->dbOwnerInfo; } /** @@ -53,8 +53,8 @@ public function getDbOwnerInfo() */ public function setDbOwnerInfo($dbOwnerInfo) { - $this->dbOwnerInfo = $dbOwnerInfo; - return $this; + $this->dbOwnerInfo = $dbOwnerInfo; + return $this; } /** @@ -62,7 +62,7 @@ public function setDbOwnerInfo($dbOwnerInfo) */ public function getDbOwnerDisableDate() { - return $this->dbOwnerDisableDate; + return $this->dbOwnerDisableDate; } /** @@ -71,8 +71,8 @@ public function getDbOwnerDisableDate() */ public function setDbOwnerDisableDate($dbOwnerDisableDate) { - $this->dbOwnerDisableDate = $dbOwnerDisableDate; - return $this; + $this->dbOwnerDisableDate = $dbOwnerDisableDate; + return $this; } /** @@ -80,7 +80,7 @@ public function setDbOwnerDisableDate($dbOwnerDisableDate) */ public function getDbApproved() { - return $this->dbApproved; + return $this->dbApproved; } /** @@ -89,8 +89,8 @@ public function getDbApproved() */ public function setDbApproved($dbApproved) { - $this->dbApproved = $dbApproved; - return $this; + $this->dbApproved = $dbApproved; + return $this; } /** @@ -98,7 +98,7 @@ public function setDbApproved($dbApproved) */ public function getDbExternRefNumber() { - return $this->dbExternRefNumber; + return $this->dbExternRefNumber; } /** @@ -107,8 +107,7 @@ public function getDbExternRefNumber() */ public function setDbExternRefNumber($dbExternRefNumber) { - $this->dbExternRefNumber = $dbExternRefNumber; - return $this; + $this->dbExternRefNumber = $dbExternRefNumber; + return $this; } - } diff --git a/src/Api/tDisableExternallyInput2.php b/src/Api/tDisableExternallyInput2.php new file mode 100644 index 0000000..5139b47 --- /dev/null +++ b/src/Api/tDisableExternallyInput2.php @@ -0,0 +1,113 @@ +dbID = $dbID; + $this->dbOwnerDisableDate = $dbOwnerDisableDate; + $this->dbApproved = $dbApproved; + $this->dbExternRefNumber = $dbExternRefNumber; + } + + /** + * @return dbID + */ + public function getDbID() + { + return $this->dbID; + } + + /** + * @param dbID $dbID + * @return \Defr\CzechDataBox\Api\tDisableExternallyInput2 + */ + public function setDbID($dbID) + { + $this->dbID = $dbID; + return $this; + } + + /** + * @return date + */ + public function getDbOwnerDisableDate() + { + return $this->dbOwnerDisableDate; + } + + /** + * @param date $dbOwnerDisableDate + * @return \Defr\CzechDataBox\Api\tDisableExternallyInput2 + */ + public function setDbOwnerDisableDate($dbOwnerDisableDate) + { + $this->dbOwnerDisableDate = $dbOwnerDisableDate; + return $this; + } + + /** + * @return boolean + */ + public function getDbApproved() + { + return $this->dbApproved; + } + + /** + * @param boolean $dbApproved + * @return \Defr\CzechDataBox\Api\tDisableExternallyInput2 + */ + public function setDbApproved($dbApproved) + { + $this->dbApproved = $dbApproved; + return $this; + } + + /** + * @return string + */ + public function getDbExternRefNumber() + { + return $this->dbExternRefNumber; + } + + /** + * @param string $dbExternRefNumber + * @return \Defr\CzechDataBox\Api\tDisableExternallyInput2 + */ + public function setDbExternRefNumber($dbExternRefNumber) + { + $this->dbExternRefNumber = $dbExternRefNumber; + return $this; + } +} diff --git a/src/Api/tDummyInput.php b/src/Api/tDummyInput.php index c6f5eb7..8f8a4b0 100644 --- a/src/Api/tDummyInput.php +++ b/src/Api/tDummyInput.php @@ -15,7 +15,7 @@ class tDummyInput */ public function __construct($dbDummy = null) { - $this->dbDummy = $dbDummy; + $this->dbDummy = $dbDummy; } /** @@ -23,7 +23,7 @@ public function __construct($dbDummy = null) */ public function getDbDummy() { - return $this->dbDummy; + return $this->dbDummy; } /** @@ -32,8 +32,7 @@ public function getDbDummy() */ public function setDbDummy($dbDummy) { - $this->dbDummy = $dbDummy; - return $this; + $this->dbDummy = $dbDummy; + return $this; } - } diff --git a/src/Api/tEraseMessageIntput.php b/src/Api/tEraseMessageIntput.php index 2892dbe..4d84472 100644 --- a/src/Api/tEraseMessageIntput.php +++ b/src/Api/tEraseMessageIntput.php @@ -21,8 +21,8 @@ class tEraseMessageIntput */ public function __construct($dmID = null, $dmIncoming = null) { - $this->dmID = $dmID; - $this->dmIncoming = $dmIncoming; + $this->dmID = $dmID; + $this->dmIncoming = $dmIncoming; } /** @@ -30,7 +30,7 @@ public function __construct($dmID = null, $dmIncoming = null) */ public function getDmID() { - return $this->dmID; + return $this->dmID; } /** @@ -39,8 +39,8 @@ public function getDmID() */ public function setDmID($dmID) { - $this->dmID = $dmID; - return $this; + $this->dmID = $dmID; + return $this; } /** @@ -48,7 +48,7 @@ public function setDmID($dmID) */ public function getDmIncoming() { - return $this->dmIncoming; + return $this->dmIncoming; } /** @@ -57,8 +57,7 @@ public function getDmIncoming() */ public function setDmIncoming($dmIncoming) { - $this->dmIncoming = $dmIncoming; - return $this; + $this->dmIncoming = $dmIncoming; + return $this; } - } diff --git a/src/Api/tEraseMessageOutput.php b/src/Api/tEraseMessageOutput.php index a1657e1..87ea948 100644 --- a/src/Api/tEraseMessageOutput.php +++ b/src/Api/tEraseMessageOutput.php @@ -15,7 +15,7 @@ class tEraseMessageOutput */ public function __construct($dmStatus = null) { - $this->dmStatus = $dmStatus; + $this->dmStatus = $dmStatus; } /** @@ -23,7 +23,7 @@ public function __construct($dmStatus = null) */ public function getDmStatus() { - return $this->dmStatus; + return $this->dmStatus; } /** @@ -32,8 +32,7 @@ public function getDmStatus() */ public function setDmStatus($dmStatus) { - $this->dmStatus = $dmStatus; - return $this; + $this->dmStatus = $dmStatus; + return $this; } - } diff --git a/src/Api/tEvent.php b/src/Api/tEvent.php index c4cec67..558e922 100644 --- a/src/Api/tEvent.php +++ b/src/Api/tEvent.php @@ -21,8 +21,8 @@ class tEvent */ public function __construct(\DateTime $dmEventTime = null, $dmEventDescr = null) { - $this->dmEventTime = $dmEventTime ? $dmEventTime->format(\DateTime::ATOM) : null; - $this->dmEventDescr = $dmEventDescr; + $this->dmEventTime = $dmEventTime ? $dmEventTime->format(\DateTime::ATOM) : null; + $this->dmEventDescr = $dmEventDescr; } /** @@ -30,15 +30,15 @@ public function __construct(\DateTime $dmEventTime = null, $dmEventDescr = null) */ public function getDmEventTime() { - if ($this->dmEventTime == null) { - return null; - } else { - try { - return new \DateTime($this->dmEventTime); - } catch (\Exception $e) { - return false; + if ($this->dmEventTime == null) { + return null; + } else { + try { + return new \DateTime($this->dmEventTime); + } catch (\Exception $e) { + return false; + } } - } } /** @@ -47,8 +47,8 @@ public function getDmEventTime() */ public function setDmEventTime(\DateTime $dmEventTime) { - $this->dmEventTime = $dmEventTime->format(\DateTime::ATOM); - return $this; + $this->dmEventTime = $dmEventTime->format(\DateTime::ATOM); + return $this; } /** @@ -56,7 +56,7 @@ public function setDmEventTime(\DateTime $dmEventTime) */ public function getDmEventDescr() { - return $this->dmEventDescr; + return $this->dmEventDescr; } /** @@ -65,8 +65,7 @@ public function getDmEventDescr() */ public function setDmEventDescr($dmEventDescr) { - $this->dmEventDescr = $dmEventDescr; - return $this; + $this->dmEventDescr = $dmEventDescr; + return $this; } - } diff --git a/src/Api/tEventsArray.php b/src/Api/tEventsArray.php index a5fc28f..3ab6a3a 100644 --- a/src/Api/tEventsArray.php +++ b/src/Api/tEventsArray.php @@ -15,7 +15,7 @@ class tEventsArray */ public function __construct($dmEvent = null) { - $this->dmEvent = $dmEvent; + $this->dmEvent = $dmEvent; } /** @@ -23,7 +23,7 @@ public function __construct($dmEvent = null) */ public function getDmEvent() { - return $this->dmEvent; + return $this->dmEvent; } /** @@ -32,8 +32,7 @@ public function getDmEvent() */ public function setDmEvent($dmEvent) { - $this->dmEvent = $dmEvent; - return $this; + $this->dmEvent = $dmEvent; + return $this; } - } diff --git a/src/Api/tFile.php b/src/Api/tFile.php index e51a6dd..3aecf33 100644 --- a/src/Api/tFile.php +++ b/src/Api/tFile.php @@ -21,8 +21,8 @@ class tFile */ public function __construct($dmEncodedContent = null, $dmXMLContent = null) { - $this->dmEncodedContent = $dmEncodedContent; - $this->dmXMLContent = $dmXMLContent; + $this->dmEncodedContent = $dmEncodedContent; + $this->dmXMLContent = $dmXMLContent; } /** @@ -30,7 +30,7 @@ public function __construct($dmEncodedContent = null, $dmXMLContent = null) */ public function getDmEncodedContent() { - return $this->dmEncodedContent; + return $this->dmEncodedContent; } /** @@ -39,8 +39,8 @@ public function getDmEncodedContent() */ public function setDmEncodedContent($dmEncodedContent) { - $this->dmEncodedContent = $dmEncodedContent; - return $this; + $this->dmEncodedContent = $dmEncodedContent; + return $this; } /** @@ -48,7 +48,7 @@ public function setDmEncodedContent($dmEncodedContent) */ public function getDmXMLContent() { - return $this->dmXMLContent; + return $this->dmXMLContent; } /** @@ -57,8 +57,7 @@ public function getDmXMLContent() */ public function setDmXMLContent($dmXMLContent) { - $this->dmXMLContent = $dmXMLContent; - return $this; + $this->dmXMLContent = $dmXMLContent; + return $this; } - } diff --git a/src/Api/tFilesArray.php b/src/Api/tFilesArray.php index cd07ddc..1468656 100644 --- a/src/Api/tFilesArray.php +++ b/src/Api/tFilesArray.php @@ -15,7 +15,7 @@ class tFilesArray */ public function __construct($dmFile = null) { - $this->dmFile = $dmFile; + $this->dmFile = $dmFile; } /** @@ -23,7 +23,7 @@ public function __construct($dmFile = null) */ public function getDmFile() { - return $this->dmFile; + return $this->dmFile; } /** @@ -32,8 +32,7 @@ public function getDmFile() */ public function setDmFile($dmFile) { - $this->dmFile = $dmFile; - return $this; + $this->dmFile = $dmFile; + return $this; } - } diff --git a/src/Api/tFindDBInput.php b/src/Api/tFindDBInput.php index 0275701..e9868a0 100644 --- a/src/Api/tFindDBInput.php +++ b/src/Api/tFindDBInput.php @@ -15,7 +15,7 @@ class tFindDBInput */ public function __construct($dbOwnerInfo = null) { - $this->dbOwnerInfo = $dbOwnerInfo; + $this->dbOwnerInfo = $dbOwnerInfo; } /** @@ -23,7 +23,7 @@ public function __construct($dbOwnerInfo = null) */ public function getDbOwnerInfo() { - return $this->dbOwnerInfo; + return $this->dbOwnerInfo; } /** @@ -32,8 +32,7 @@ public function getDbOwnerInfo() */ public function setDbOwnerInfo($dbOwnerInfo) { - $this->dbOwnerInfo = $dbOwnerInfo; - return $this; + $this->dbOwnerInfo = $dbOwnerInfo; + return $this; } - } diff --git a/src/Api/tFindDBInput2.php b/src/Api/tFindDBInput2.php new file mode 100644 index 0000000..4c22508 --- /dev/null +++ b/src/Api/tFindDBInput2.php @@ -0,0 +1,38 @@ +dbOwnerInfo = $dbOwnerInfo; + } + + /** + * @return tDbOwnerInfoExt2 + */ + public function getDbOwnerInfo() + { + return $this->dbOwnerInfo; + } + + /** + * @param tDbOwnerInfoExt2 $dbOwnerInfo + * @return \Defr\CzechDataBox\Api\tFindDBInput2 + */ + public function setDbOwnerInfo($dbOwnerInfo) + { + $this->dbOwnerInfo = $dbOwnerInfo; + return $this; + } +} diff --git a/src/Api/tFindDBOuput.php b/src/Api/tFindDBOuput.php index 6b62af0..79db104 100644 --- a/src/Api/tFindDBOuput.php +++ b/src/Api/tFindDBOuput.php @@ -21,8 +21,8 @@ class tFindDBOuput */ public function __construct($dbResults = null, $dbStatus = null) { - $this->dbResults = $dbResults; - $this->dbStatus = $dbStatus; + $this->dbResults = $dbResults; + $this->dbStatus = $dbStatus; } /** @@ -30,7 +30,7 @@ public function __construct($dbResults = null, $dbStatus = null) */ public function getDbResults() { - return $this->dbResults; + return $this->dbResults; } /** @@ -39,8 +39,8 @@ public function getDbResults() */ public function setDbResults($dbResults) { - $this->dbResults = $dbResults; - return $this; + $this->dbResults = $dbResults; + return $this; } /** @@ -48,7 +48,7 @@ public function setDbResults($dbResults) */ public function getDbStatus() { - return $this->dbStatus; + return $this->dbStatus; } /** @@ -57,8 +57,7 @@ public function getDbStatus() */ public function setDbStatus($dbStatus) { - $this->dbStatus = $dbStatus; - return $this; + $this->dbStatus = $dbStatus; + return $this; } - } diff --git a/src/Api/tFindDBOuput2.php b/src/Api/tFindDBOuput2.php new file mode 100644 index 0000000..5500e0f --- /dev/null +++ b/src/Api/tFindDBOuput2.php @@ -0,0 +1,63 @@ +dbResults = $dbResults; + $this->dbStatus = $dbStatus; + } + + /** + * @return tDbOwnersArray2 + */ + public function getDbResults() + { + return $this->dbResults; + } + + /** + * @param tDbOwnersArray2 $dbResults + * @return \Defr\CzechDataBox\Api\tFindDBOuput2 + */ + public function setDbResults($dbResults) + { + $this->dbResults = $dbResults; + return $this; + } + + /** + * @return tDbReqStatus + */ + public function getDbStatus() + { + return $this->dbStatus; + } + + /** + * @param tDbReqStatus $dbStatus + * @return \Defr\CzechDataBox\Api\tFindDBOuput2 + */ + public function setDbStatus($dbStatus) + { + $this->dbStatus = $dbStatus; + return $this; + } +} diff --git a/src/Api/tFindPersonalDBInput.php b/src/Api/tFindPersonalDBInput.php new file mode 100644 index 0000000..468ac26 --- /dev/null +++ b/src/Api/tFindPersonalDBInput.php @@ -0,0 +1,38 @@ +dbOwnerInfo = $dbOwnerInfo; + } + + /** + * @return tdbPersonalOwnerInfo + */ + public function getDbOwnerInfo() + { + return $this->dbOwnerInfo; + } + + /** + * @param tdbPersonalOwnerInfo $dbOwnerInfo + * @return \Defr\CzechDataBox\Api\tFindPersonalDBInput + */ + public function setDbOwnerInfo($dbOwnerInfo) + { + $this->dbOwnerInfo = $dbOwnerInfo; + return $this; + } +} diff --git a/src/Api/tFindPersonalDBOutput.php b/src/Api/tFindPersonalDBOutput.php new file mode 100644 index 0000000..74edd98 --- /dev/null +++ b/src/Api/tFindPersonalDBOutput.php @@ -0,0 +1,63 @@ +dbResults = $dbResults; + $this->dbStatus = $dbStatus; + } + + /** + * @return tdbPersOwnersArray + */ + public function getDbResults() + { + return $this->dbResults; + } + + /** + * @param tdbPersOwnersArray $dbResults + * @return \Defr\CzechDataBox\Api\tFindPersonalDBOutput + */ + public function setDbResults($dbResults) + { + $this->dbResults = $dbResults; + return $this; + } + + /** + * @return tDbReqStatus + */ + public function getDbStatus() + { + return $this->dbStatus; + } + + /** + * @param tDbReqStatus $dbStatus + * @return \Defr\CzechDataBox\Api\tFindPersonalDBOutput + */ + public function setDbStatus($dbStatus) + { + $this->dbStatus = $dbStatus; + return $this; + } +} diff --git a/src/Api/tGetAuthorInput.php b/src/Api/tGetAuthorInput.php index 096184e..8092132 100644 --- a/src/Api/tGetAuthorInput.php +++ b/src/Api/tGetAuthorInput.php @@ -15,7 +15,7 @@ class tGetAuthorInput */ public function __construct($dmID = null) { - $this->dmID = $dmID; + $this->dmID = $dmID; } /** @@ -23,7 +23,7 @@ public function __construct($dmID = null) */ public function getDmID() { - return $this->dmID; + return $this->dmID; } /** @@ -32,8 +32,7 @@ public function getDmID() */ public function setDmID($dmID) { - $this->dmID = $dmID; - return $this; + $this->dmID = $dmID; + return $this; } - } diff --git a/src/Api/tGetAuthorOutput.php b/src/Api/tGetAuthorOutput.php index 8f5287e..5f37252 100644 --- a/src/Api/tGetAuthorOutput.php +++ b/src/Api/tGetAuthorOutput.php @@ -27,9 +27,9 @@ class tGetAuthorOutput */ public function __construct($userType = null, $authorName = null, $dmStatus = null) { - $this->userType = $userType; - $this->authorName = $authorName; - $this->dmStatus = $dmStatus; + $this->userType = $userType; + $this->authorName = $authorName; + $this->dmStatus = $dmStatus; } /** @@ -37,7 +37,7 @@ public function __construct($userType = null, $authorName = null, $dmStatus = nu */ public function getUserType() { - return $this->userType; + return $this->userType; } /** @@ -46,8 +46,8 @@ public function getUserType() */ public function setUserType($userType) { - $this->userType = $userType; - return $this; + $this->userType = $userType; + return $this; } /** @@ -55,7 +55,7 @@ public function setUserType($userType) */ public function getAuthorName() { - return $this->authorName; + return $this->authorName; } /** @@ -64,8 +64,8 @@ public function getAuthorName() */ public function setAuthorName($authorName) { - $this->authorName = $authorName; - return $this; + $this->authorName = $authorName; + return $this; } /** @@ -73,7 +73,7 @@ public function setAuthorName($authorName) */ public function getDmStatus() { - return $this->dmStatus; + return $this->dmStatus; } /** @@ -82,8 +82,7 @@ public function getDmStatus() */ public function setDmStatus($dmStatus) { - $this->dmStatus = $dmStatus; - return $this; + $this->dmStatus = $dmStatus; + return $this; } - } diff --git a/src/Api/tGetConstsOutput.php b/src/Api/tGetConstsOutput.php new file mode 100644 index 0000000..e146797 --- /dev/null +++ b/src/Api/tGetConstsOutput.php @@ -0,0 +1,63 @@ +constRecords = $constRecords; + $this->dbStatus = $dbStatus; + } + + /** + * @return constRecords + */ + public function getConstRecords() + { + return $this->constRecords; + } + + /** + * @param constRecords $constRecords + * @return \Defr\CzechDataBox\Api\tGetConstsOutput + */ + public function setConstRecords($constRecords) + { + $this->constRecords = $constRecords; + return $this; + } + + /** + * @return tDbReqStatus + */ + public function getDbStatus() + { + return $this->dbStatus; + } + + /** + * @param tDbReqStatus $dbStatus + * @return \Defr\CzechDataBox\Api\tGetConstsOutput + */ + public function setDbStatus($dbStatus) + { + $this->dbStatus = $dbStatus; + return $this; + } +} diff --git a/src/Api/tGetDBListInput.php b/src/Api/tGetDBListInput.php index bc70618..6a41be7 100644 --- a/src/Api/tGetDBListInput.php +++ b/src/Api/tGetDBListInput.php @@ -15,7 +15,7 @@ class tGetDBListInput */ public function __construct($dblType = null) { - $this->dblType = $dblType; + $this->dblType = $dblType; } /** @@ -23,7 +23,7 @@ public function __construct($dblType = null) */ public function getDblType() { - return $this->dblType; + return $this->dblType; } /** @@ -32,8 +32,7 @@ public function getDblType() */ public function setDblType($dblType) { - $this->dblType = $dblType; - return $this; + $this->dblType = $dblType; + return $this; } - } diff --git a/src/Api/tGetDBListOutput.php b/src/Api/tGetDBListOutput.php index 0f011dc..348813d 100644 --- a/src/Api/tGetDBListOutput.php +++ b/src/Api/tGetDBListOutput.php @@ -21,8 +21,8 @@ class tGetDBListOutput */ public function __construct($dblData = null, $dbStatus = null) { - $this->dblData = $dblData; - $this->dbStatus = $dbStatus; + $this->dblData = $dblData; + $this->dbStatus = $dbStatus; } /** @@ -30,7 +30,7 @@ public function __construct($dblData = null, $dbStatus = null) */ public function getDblData() { - return $this->dblData; + return $this->dblData; } /** @@ -39,8 +39,8 @@ public function getDblData() */ public function setDblData($dblData) { - $this->dblData = $dblData; - return $this; + $this->dblData = $dblData; + return $this; } /** @@ -48,7 +48,7 @@ public function setDblData($dblData) */ public function getDbStatus() { - return $this->dbStatus; + return $this->dbStatus; } /** @@ -57,8 +57,7 @@ public function getDbStatus() */ public function setDbStatus($dbStatus) { - $this->dbStatus = $dbStatus; - return $this; + $this->dbStatus = $dbStatus; + return $this; } - } diff --git a/src/Api/tGetDBStatusInput.php b/src/Api/tGetDBStatusInput.php new file mode 100644 index 0000000..ece2fa3 --- /dev/null +++ b/src/Api/tGetDBStatusInput.php @@ -0,0 +1,104 @@ +dbID = $dbID; + $this->baFrom = $baFrom ? $baFrom->format(\DateTime::ATOM) : null; + $this->baTo = $baTo ? $baTo->format(\DateTime::ATOM) : null; + } + + /** + * @return tIdDb + */ + public function getDbID() + { + return $this->dbID; + } + + /** + * @param tIdDb $dbID + * @return \Defr\CzechDataBox\Api\tGetDBStatusInput + */ + public function setDbID($dbID) + { + $this->dbID = $dbID; + return $this; + } + + /** + * @return \DateTime + */ + public function getBaFrom() + { + if ($this->baFrom == null) { + return null; + } else { + try { + return new \DateTime($this->baFrom); + } catch (\Exception $e) { + return false; + } + } + } + + /** + * @param \DateTime $baFrom + * @return \Defr\CzechDataBox\Api\tGetDBStatusInput + */ + public function setBaFrom(\DateTime $baFrom) + { + $this->baFrom = $baFrom->format(\DateTime::ATOM); + return $this; + } + + /** + * @return \DateTime + */ + public function getBaTo() + { + if ($this->baTo == null) { + return null; + } else { + try { + return new \DateTime($this->baTo); + } catch (\Exception $e) { + return false; + } + } + } + + /** + * @param \DateTime $baTo + * @return \Defr\CzechDataBox\Api\tGetDBStatusInput + */ + public function setBaTo(\DateTime $baTo) + { + $this->baTo = $baTo->format(\DateTime::ATOM); + return $this; + } +} diff --git a/src/Api/tGetDBStatusOutput.php b/src/Api/tGetDBStatusOutput.php new file mode 100644 index 0000000..d30e03a --- /dev/null +++ b/src/Api/tGetDBStatusOutput.php @@ -0,0 +1,88 @@ +dbID = $dbID; + $this->Periods = $Periods; + $this->dbStatus = $dbStatus; + } + + /** + * @return tIdDb + */ + public function getDbID() + { + return $this->dbID; + } + + /** + * @param tIdDb $dbID + * @return \Defr\CzechDataBox\Api\tGetDBStatusOutput + */ + public function setDbID($dbID) + { + $this->dbID = $dbID; + return $this; + } + + /** + * @return tdbPeriodsArray + */ + public function getPeriods() + { + return $this->Periods; + } + + /** + * @param tdbPeriodsArray $Periods + * @return \Defr\CzechDataBox\Api\tGetDBStatusOutput + */ + public function setPeriods($Periods) + { + $this->Periods = $Periods; + return $this; + } + + /** + * @return tDbReqStatus + */ + public function getDbStatus() + { + return $this->dbStatus; + } + + /** + * @param tDbReqStatus $dbStatus + * @return \Defr\CzechDataBox\Api\tGetDBStatusOutput + */ + public function setDbStatus($dbStatus) + { + $this->dbStatus = $dbStatus; + return $this; + } +} diff --git a/src/Api/tGetDBUsersOutput.php b/src/Api/tGetDBUsers2Output.php similarity index 54% rename from src/Api/tGetDBUsersOutput.php rename to src/Api/tGetDBUsers2Output.php index 7b623cb..df2bfe6 100644 --- a/src/Api/tGetDBUsersOutput.php +++ b/src/Api/tGetDBUsers2Output.php @@ -2,11 +2,11 @@ namespace Defr\CzechDataBox\Api; -class tGetDBUsersOutput +class tGetDBUsers2Output { /** - * @var tDbUsersArray $dbUsers + * @var tDbUsersArray2 $dbUsers */ protected $dbUsers = null; @@ -16,31 +16,31 @@ class tGetDBUsersOutput protected $dbStatus = null; /** - * @param tDbUsersArray $dbUsers + * @param tDbUsersArray2 $dbUsers * @param tDbReqStatus $dbStatus */ public function __construct($dbUsers = null, $dbStatus = null) { - $this->dbUsers = $dbUsers; - $this->dbStatus = $dbStatus; + $this->dbUsers = $dbUsers; + $this->dbStatus = $dbStatus; } /** - * @return tDbUsersArray + * @return tDbUsersArray2 */ public function getDbUsers() { - return $this->dbUsers; + return $this->dbUsers; } /** - * @param tDbUsersArray $dbUsers - * @return \Defr\CzechDataBox\Api\tGetDBUsersOutput + * @param tDbUsersArray2 $dbUsers + * @return \Defr\CzechDataBox\Api\tGetDBUsers2Output */ public function setDbUsers($dbUsers) { - $this->dbUsers = $dbUsers; - return $this; + $this->dbUsers = $dbUsers; + return $this; } /** @@ -48,17 +48,16 @@ public function setDbUsers($dbUsers) */ public function getDbStatus() { - return $this->dbStatus; + return $this->dbStatus; } /** * @param tDbReqStatus $dbStatus - * @return \Defr\CzechDataBox\Api\tGetDBUsersOutput + * @return \Defr\CzechDataBox\Api\tGetDBUsers2Output */ public function setDbStatus($dbStatus) { - $this->dbStatus = $dbStatus; - return $this; + $this->dbStatus = $dbStatus; + return $this; } - } diff --git a/src/Api/tGetListOfErasedInput.php b/src/Api/tGetListOfErasedInput.php new file mode 100644 index 0000000..fa1142c --- /dev/null +++ b/src/Api/tGetListOfErasedInput.php @@ -0,0 +1,163 @@ +dmFromDate = $dmFromDate; + $this->dmToDate = $dmToDate; + $this->dmYear = $dmYear; + $this->dmMonth = $dmMonth; + $this->dmMessageType = $dmMessageType; + $this->dmOutFormat = $dmOutFormat; + } + + /** + * @return date + */ + public function getDmFromDate() + { + return $this->dmFromDate; + } + + /** + * @param date $dmFromDate + * @return \Defr\CzechDataBox\Api\tGetListOfErasedInput + */ + public function setDmFromDate($dmFromDate) + { + $this->dmFromDate = $dmFromDate; + return $this; + } + + /** + * @return date + */ + public function getDmToDate() + { + return $this->dmToDate; + } + + /** + * @param date $dmToDate + * @return \Defr\CzechDataBox\Api\tGetListOfErasedInput + */ + public function setDmToDate($dmToDate) + { + $this->dmToDate = $dmToDate; + return $this; + } + + /** + * @return int + */ + public function getDmYear() + { + return $this->dmYear; + } + + /** + * @param int $dmYear + * @return \Defr\CzechDataBox\Api\tGetListOfErasedInput + */ + public function setDmYear($dmYear) + { + $this->dmYear = $dmYear; + return $this; + } + + /** + * @return int + */ + public function getDmMonth() + { + return $this->dmMonth; + } + + /** + * @param int $dmMonth + * @return \Defr\CzechDataBox\Api\tGetListOfErasedInput + */ + public function setDmMonth($dmMonth) + { + $this->dmMonth = $dmMonth; + return $this; + } + + /** + * @return dmMessageType + */ + public function getDmMessageType() + { + return $this->dmMessageType; + } + + /** + * @param dmMessageType $dmMessageType + * @return \Defr\CzechDataBox\Api\tGetListOfErasedInput + */ + public function setDmMessageType($dmMessageType) + { + $this->dmMessageType = $dmMessageType; + return $this; + } + + /** + * @return dmOutFormat + */ + public function getDmOutFormat() + { + return $this->dmOutFormat; + } + + /** + * @param dmOutFormat $dmOutFormat + * @return \Defr\CzechDataBox\Api\tGetListOfErasedInput + */ + public function setDmOutFormat($dmOutFormat) + { + $this->dmOutFormat = $dmOutFormat; + return $this; + } +} diff --git a/src/Api/tGetListOfErasedOutput.php b/src/Api/tGetListOfErasedOutput.php new file mode 100644 index 0000000..1fb6353 --- /dev/null +++ b/src/Api/tGetListOfErasedOutput.php @@ -0,0 +1,63 @@ +asyncID = $asyncID; + $this->dmStatus = $dmStatus; + } + + /** + * @return string + */ + public function getAsyncID() + { + return $this->asyncID; + } + + /** + * @param string $asyncID + * @return \Defr\CzechDataBox\Api\tGetListOfErasedOutput + */ + public function setAsyncID($asyncID) + { + $this->asyncID = $asyncID; + return $this; + } + + /** + * @return tStatus + */ + public function getDmStatus() + { + return $this->dmStatus; + } + + /** + * @param tStatus $dmStatus + * @return \Defr\CzechDataBox\Api\tGetListOfErasedOutput + */ + public function setDmStatus($dmStatus) + { + $this->dmStatus = $dmStatus; + return $this; + } +} diff --git a/src/Api/tGetOwnInfoOutput.php b/src/Api/tGetOwnInfoOutput.php index a6a7b2d..d54ba24 100644 --- a/src/Api/tGetOwnInfoOutput.php +++ b/src/Api/tGetOwnInfoOutput.php @@ -21,8 +21,8 @@ class tGetOwnInfoOutput */ public function __construct($dbOwnerInfo = null, $dbStatus = null) { - $this->dbOwnerInfo = $dbOwnerInfo; - $this->dbStatus = $dbStatus; + $this->dbOwnerInfo = $dbOwnerInfo; + $this->dbStatus = $dbStatus; } /** @@ -30,7 +30,7 @@ public function __construct($dbOwnerInfo = null, $dbStatus = null) */ public function getDbOwnerInfo() { - return $this->dbOwnerInfo; + return $this->dbOwnerInfo; } /** @@ -39,8 +39,8 @@ public function getDbOwnerInfo() */ public function setDbOwnerInfo($dbOwnerInfo) { - $this->dbOwnerInfo = $dbOwnerInfo; - return $this; + $this->dbOwnerInfo = $dbOwnerInfo; + return $this; } /** @@ -48,7 +48,7 @@ public function setDbOwnerInfo($dbOwnerInfo) */ public function getDbStatus() { - return $this->dbStatus; + return $this->dbStatus; } /** @@ -57,8 +57,7 @@ public function getDbStatus() */ public function setDbStatus($dbStatus) { - $this->dbStatus = $dbStatus; - return $this; + $this->dbStatus = $dbStatus; + return $this; } - } diff --git a/src/Api/tGetOwnInfoOutput2.php b/src/Api/tGetOwnInfoOutput2.php new file mode 100644 index 0000000..98f0c7c --- /dev/null +++ b/src/Api/tGetOwnInfoOutput2.php @@ -0,0 +1,63 @@ +dbOwnerInfo = $dbOwnerInfo; + $this->dbStatus = $dbStatus; + } + + /** + * @return tDbOwnerInfoExt2 + */ + public function getDbOwnerInfo() + { + return $this->dbOwnerInfo; + } + + /** + * @param tDbOwnerInfoExt2 $dbOwnerInfo + * @return \Defr\CzechDataBox\Api\tGetOwnInfoOutput2 + */ + public function setDbOwnerInfo($dbOwnerInfo) + { + $this->dbOwnerInfo = $dbOwnerInfo; + return $this; + } + + /** + * @return tDbReqStatus + */ + public function getDbStatus() + { + return $this->dbStatus; + } + + /** + * @param tDbReqStatus $dbStatus + * @return \Defr\CzechDataBox\Api\tGetOwnInfoOutput2 + */ + public function setDbStatus($dbStatus) + { + $this->dbStatus = $dbStatus; + return $this; + } +} diff --git a/src/Api/tGetPasswInfoOutput.php b/src/Api/tGetPasswInfoOutput.php index 07d62b6..4381d9c 100644 --- a/src/Api/tGetPasswInfoOutput.php +++ b/src/Api/tGetPasswInfoOutput.php @@ -21,8 +21,8 @@ class tGetPasswInfoOutput */ public function __construct(\DateTime $pswExpDate = null, $dbStatus = null) { - $this->pswExpDate = $pswExpDate ? $pswExpDate->format(\DateTime::ATOM) : null; - $this->dbStatus = $dbStatus; + $this->pswExpDate = $pswExpDate ? $pswExpDate->format(\DateTime::ATOM) : null; + $this->dbStatus = $dbStatus; } /** @@ -30,15 +30,15 @@ public function __construct(\DateTime $pswExpDate = null, $dbStatus = null) */ public function getPswExpDate() { - if ($this->pswExpDate == null) { - return null; - } else { - try { - return new \DateTime($this->pswExpDate); - } catch (\Exception $e) { - return false; + if ($this->pswExpDate == null) { + return null; + } else { + try { + return new \DateTime($this->pswExpDate); + } catch (\Exception $e) { + return false; + } } - } } /** @@ -47,8 +47,8 @@ public function getPswExpDate() */ public function setPswExpDate(\DateTime $pswExpDate) { - $this->pswExpDate = $pswExpDate->format(\DateTime::ATOM); - return $this; + $this->pswExpDate = $pswExpDate->format(\DateTime::ATOM); + return $this; } /** @@ -56,7 +56,7 @@ public function setPswExpDate(\DateTime $pswExpDate) */ public function getDbStatus() { - return $this->dbStatus; + return $this->dbStatus; } /** @@ -65,8 +65,7 @@ public function getDbStatus() */ public function setDbStatus($dbStatus) { - $this->dbStatus = $dbStatus; - return $this; + $this->dbStatus = $dbStatus; + return $this; } - } diff --git a/src/Api/tGetStateChangesInput.php b/src/Api/tGetStateChangesInput.php index 448c272..6734936 100644 --- a/src/Api/tGetStateChangesInput.php +++ b/src/Api/tGetStateChangesInput.php @@ -21,8 +21,8 @@ class tGetStateChangesInput */ public function __construct(\DateTime $dmFromTime = null, \DateTime $dmToTime = null) { - $this->dmFromTime = $dmFromTime ? $dmFromTime->format(\DateTime::ATOM) : null; - $this->dmToTime = $dmToTime ? $dmToTime->format(\DateTime::ATOM) : null; + $this->dmFromTime = $dmFromTime ? $dmFromTime->format(\DateTime::ATOM) : null; + $this->dmToTime = $dmToTime ? $dmToTime->format(\DateTime::ATOM) : null; } /** @@ -30,15 +30,15 @@ public function __construct(\DateTime $dmFromTime = null, \DateTime $dmToTime = */ public function getDmFromTime() { - if ($this->dmFromTime == null) { - return null; - } else { - try { - return new \DateTime($this->dmFromTime); - } catch (\Exception $e) { - return false; + if ($this->dmFromTime == null) { + return null; + } else { + try { + return new \DateTime($this->dmFromTime); + } catch (\Exception $e) { + return false; + } } - } } /** @@ -47,8 +47,8 @@ public function getDmFromTime() */ public function setDmFromTime(\DateTime $dmFromTime) { - $this->dmFromTime = $dmFromTime->format(\DateTime::ATOM); - return $this; + $this->dmFromTime = $dmFromTime->format(\DateTime::ATOM); + return $this; } /** @@ -56,15 +56,15 @@ public function setDmFromTime(\DateTime $dmFromTime) */ public function getDmToTime() { - if ($this->dmToTime == null) { - return null; - } else { - try { - return new \DateTime($this->dmToTime); - } catch (\Exception $e) { - return false; + if ($this->dmToTime == null) { + return null; + } else { + try { + return new \DateTime($this->dmToTime); + } catch (\Exception $e) { + return false; + } } - } } /** @@ -73,8 +73,7 @@ public function getDmToTime() */ public function setDmToTime(\DateTime $dmToTime) { - $this->dmToTime = $dmToTime->format(\DateTime::ATOM); - return $this; + $this->dmToTime = $dmToTime->format(\DateTime::ATOM); + return $this; } - } diff --git a/src/Api/tGetStateChangesOutput.php b/src/Api/tGetStateChangesOutput.php index 335465b..c0a79a7 100644 --- a/src/Api/tGetStateChangesOutput.php +++ b/src/Api/tGetStateChangesOutput.php @@ -21,8 +21,8 @@ class tGetStateChangesOutput */ public function __construct($dmRecords = null, $dmStatus = null) { - $this->dmRecords = $dmRecords; - $this->dmStatus = $dmStatus; + $this->dmRecords = $dmRecords; + $this->dmStatus = $dmStatus; } /** @@ -30,7 +30,7 @@ public function __construct($dmRecords = null, $dmStatus = null) */ public function getDmRecords() { - return $this->dmRecords; + return $this->dmRecords; } /** @@ -39,8 +39,8 @@ public function getDmRecords() */ public function setDmRecords($dmRecords) { - $this->dmRecords = $dmRecords; - return $this; + $this->dmRecords = $dmRecords; + return $this; } /** @@ -48,7 +48,7 @@ public function setDmRecords($dmRecords) */ public function getDmStatus() { - return $this->dmStatus; + return $this->dmStatus; } /** @@ -57,8 +57,7 @@ public function getDmStatus() */ public function setDmStatus($dmStatus) { - $this->dmStatus = $dmStatus; - return $this; + $this->dmStatus = $dmStatus; + return $this; } - } diff --git a/src/Api/tGetUserInfoOutput.php b/src/Api/tGetUserInfoOutput.php index 51dd068..c8650c6 100644 --- a/src/Api/tGetUserInfoOutput.php +++ b/src/Api/tGetUserInfoOutput.php @@ -21,8 +21,8 @@ class tGetUserInfoOutput */ public function __construct($dbUserInfo = null, $dbStatus = null) { - $this->dbUserInfo = $dbUserInfo; - $this->dbStatus = $dbStatus; + $this->dbUserInfo = $dbUserInfo; + $this->dbStatus = $dbStatus; } /** @@ -30,7 +30,7 @@ public function __construct($dbUserInfo = null, $dbStatus = null) */ public function getDbUserInfo() { - return $this->dbUserInfo; + return $this->dbUserInfo; } /** @@ -39,8 +39,8 @@ public function getDbUserInfo() */ public function setDbUserInfo($dbUserInfo) { - $this->dbUserInfo = $dbUserInfo; - return $this; + $this->dbUserInfo = $dbUserInfo; + return $this; } /** @@ -48,7 +48,7 @@ public function setDbUserInfo($dbUserInfo) */ public function getDbStatus() { - return $this->dbStatus; + return $this->dbStatus; } /** @@ -57,8 +57,7 @@ public function getDbStatus() */ public function setDbStatus($dbStatus) { - $this->dbStatus = $dbStatus; - return $this; + $this->dbStatus = $dbStatus; + return $this; } - } diff --git a/src/Api/tGetUserInfoOutput2.php b/src/Api/tGetUserInfoOutput2.php new file mode 100644 index 0000000..24ad0b2 --- /dev/null +++ b/src/Api/tGetUserInfoOutput2.php @@ -0,0 +1,63 @@ +dbUserInfo = $dbUserInfo; + $this->dbStatus = $dbStatus; + } + + /** + * @return tDbUserInfoExt2 + */ + public function getDbUserInfo() + { + return $this->dbUserInfo; + } + + /** + * @param tDbUserInfoExt2 $dbUserInfo + * @return \Defr\CzechDataBox\Api\tGetUserInfoOutput2 + */ + public function setDbUserInfo($dbUserInfo) + { + $this->dbUserInfo = $dbUserInfo; + return $this; + } + + /** + * @return tDbReqStatus + */ + public function getDbStatus() + { + return $this->dbStatus; + } + + /** + * @param tDbReqStatus $dbStatus + * @return \Defr\CzechDataBox\Api\tGetUserInfoOutput2 + */ + public function setDbStatus($dbStatus) + { + $this->dbStatus = $dbStatus; + return $this; + } +} diff --git a/src/Api/tHash.php b/src/Api/tHash.php index 44f0b29..18278a6 100644 --- a/src/Api/tHash.php +++ b/src/Api/tHash.php @@ -21,8 +21,8 @@ class tHash */ public function __construct($_ = null, $algorithm = null) { - $this->_ = $_; - $this->algorithm = $algorithm; + $this->_ = $_; + $this->algorithm = $algorithm; } /** @@ -30,7 +30,7 @@ public function __construct($_ = null, $algorithm = null) */ public function get_() { - return $this->_; + return $this->_; } /** @@ -39,8 +39,8 @@ public function get_() */ public function set_($_) { - $this->_ = $_; - return $this; + $this->_ = $_; + return $this; } /** @@ -48,7 +48,7 @@ public function set_($_) */ public function getAlgorithm() { - return $this->algorithm; + return $this->algorithm; } /** @@ -57,8 +57,7 @@ public function getAlgorithm() */ public function setAlgorithm($algorithm) { - $this->algorithm = $algorithm; - return $this; + $this->algorithm = $algorithm; + return $this; } - } diff --git a/src/Api/tIDMessInput.php b/src/Api/tIDMessInput.php index 3572e56..bc8b98e 100644 --- a/src/Api/tIDMessInput.php +++ b/src/Api/tIDMessInput.php @@ -15,7 +15,7 @@ class tIDMessInput */ public function __construct($dmID = null) { - $this->dmID = $dmID; + $this->dmID = $dmID; } /** @@ -23,7 +23,7 @@ public function __construct($dmID = null) */ public function getDmID() { - return $this->dmID; + return $this->dmID; } /** @@ -32,8 +32,7 @@ public function getDmID() */ public function setDmID($dmID) { - $this->dmID = $dmID; - return $this; + $this->dmID = $dmID; + return $this; } - } diff --git a/src/Api/tISDSSearchInput.php b/src/Api/tISDSSearchInput.php new file mode 100644 index 0000000..8c4afa2 --- /dev/null +++ b/src/Api/tISDSSearchInput.php @@ -0,0 +1,163 @@ +searchText = $searchText; + $this->searchType = $searchType; + $this->searchScope = $searchScope; + $this->page = $page; + $this->pageSize = $pageSize; + $this->highlighting = $highlighting; + } + + /** + * @return string + */ + public function getSearchText() + { + return $this->searchText; + } + + /** + * @param string $searchText + * @return \Defr\CzechDataBox\Api\tISDSSearchInput + */ + public function setSearchText($searchText) + { + $this->searchText = $searchText; + return $this; + } + + /** + * @return searchType + */ + public function getSearchType() + { + return $this->searchType; + } + + /** + * @param searchType $searchType + * @return \Defr\CzechDataBox\Api\tISDSSearchInput + */ + public function setSearchType($searchType) + { + $this->searchType = $searchType; + return $this; + } + + /** + * @return searchScope + */ + public function getSearchScope() + { + return $this->searchScope; + } + + /** + * @param searchScope $searchScope + * @return \Defr\CzechDataBox\Api\tISDSSearchInput + */ + public function setSearchScope($searchScope) + { + $this->searchScope = $searchScope; + return $this; + } + + /** + * @return int + */ + public function getPage() + { + return $this->page; + } + + /** + * @param int $page + * @return \Defr\CzechDataBox\Api\tISDSSearchInput + */ + public function setPage($page) + { + $this->page = $page; + return $this; + } + + /** + * @return int + */ + public function getPageSize() + { + return $this->pageSize; + } + + /** + * @param int $pageSize + * @return \Defr\CzechDataBox\Api\tISDSSearchInput + */ + public function setPageSize($pageSize) + { + $this->pageSize = $pageSize; + return $this; + } + + /** + * @return boolean + */ + public function getHighlighting() + { + return $this->highlighting; + } + + /** + * @param boolean $highlighting + * @return \Defr\CzechDataBox\Api\tISDSSearchInput + */ + public function setHighlighting($highlighting) + { + $this->highlighting = $highlighting; + return $this; + } +} diff --git a/src/Api/tISDSSearchInput3.php b/src/Api/tISDSSearchInput3.php new file mode 100644 index 0000000..fb6f240 --- /dev/null +++ b/src/Api/tISDSSearchInput3.php @@ -0,0 +1,163 @@ +searchText = $searchText; + $this->searchType = $searchType; + $this->searchScope = $searchScope; + $this->page = $page; + $this->pageSize = $pageSize; + $this->highlighting = $highlighting; + } + + /** + * @return string + */ + public function getSearchText() + { + return $this->searchText; + } + + /** + * @param string $searchText + * @return \Defr\CzechDataBox\Api\tISDSSearchInput3 + */ + public function setSearchText($searchText) + { + $this->searchText = $searchText; + return $this; + } + + /** + * @return searchType + */ + public function getSearchType() + { + return $this->searchType; + } + + /** + * @param searchType $searchType + * @return \Defr\CzechDataBox\Api\tISDSSearchInput3 + */ + public function setSearchType($searchType) + { + $this->searchType = $searchType; + return $this; + } + + /** + * @return searchScope + */ + public function getSearchScope() + { + return $this->searchScope; + } + + /** + * @param searchScope $searchScope + * @return \Defr\CzechDataBox\Api\tISDSSearchInput3 + */ + public function setSearchScope($searchScope) + { + $this->searchScope = $searchScope; + return $this; + } + + /** + * @return int + */ + public function getPage() + { + return $this->page; + } + + /** + * @param int $page + * @return \Defr\CzechDataBox\Api\tISDSSearchInput3 + */ + public function setPage($page) + { + $this->page = $page; + return $this; + } + + /** + * @return int + */ + public function getPageSize() + { + return $this->pageSize; + } + + /** + * @param int $pageSize + * @return \Defr\CzechDataBox\Api\tISDSSearchInput3 + */ + public function setPageSize($pageSize) + { + $this->pageSize = $pageSize; + return $this; + } + + /** + * @return boolean + */ + public function getHighlighting() + { + return $this->highlighting; + } + + /** + * @param boolean $highlighting + * @return \Defr\CzechDataBox\Api\tISDSSearchInput3 + */ + public function setHighlighting($highlighting) + { + $this->highlighting = $highlighting; + return $this; + } +} diff --git a/src/Api/tISDSSearchOutput.php b/src/Api/tISDSSearchOutput.php new file mode 100644 index 0000000..0ddf0d1 --- /dev/null +++ b/src/Api/tISDSSearchOutput.php @@ -0,0 +1,163 @@ +totalCount = $totalCount; + $this->currentCount = $currentCount; + $this->position = $position; + $this->lastPage = $lastPage; + $this->dbResults = $dbResults; + $this->dbStatus = $dbStatus; + } + + /** + * @return int + */ + public function getTotalCount() + { + return $this->totalCount; + } + + /** + * @param int $totalCount + * @return \Defr\CzechDataBox\Api\tISDSSearchOutput + */ + public function setTotalCount($totalCount) + { + $this->totalCount = $totalCount; + return $this; + } + + /** + * @return int + */ + public function getCurrentCount() + { + return $this->currentCount; + } + + /** + * @param int $currentCount + * @return \Defr\CzechDataBox\Api\tISDSSearchOutput + */ + public function setCurrentCount($currentCount) + { + $this->currentCount = $currentCount; + return $this; + } + + /** + * @return int + */ + public function getPosition() + { + return $this->position; + } + + /** + * @param int $position + * @return \Defr\CzechDataBox\Api\tISDSSearchOutput + */ + public function setPosition($position) + { + $this->position = $position; + return $this; + } + + /** + * @return boolean + */ + public function getLastPage() + { + return $this->lastPage; + } + + /** + * @param boolean $lastPage + * @return \Defr\CzechDataBox\Api\tISDSSearchOutput + */ + public function setLastPage($lastPage) + { + $this->lastPage = $lastPage; + return $this; + } + + /** + * @return tdbResultsArray + */ + public function getDbResults() + { + return $this->dbResults; + } + + /** + * @param tdbResultsArray $dbResults + * @return \Defr\CzechDataBox\Api\tISDSSearchOutput + */ + public function setDbResults($dbResults) + { + $this->dbResults = $dbResults; + return $this; + } + + /** + * @return tDbReqStatus + */ + public function getDbStatus() + { + return $this->dbStatus; + } + + /** + * @param tDbReqStatus $dbStatus + * @return \Defr\CzechDataBox\Api\tISDSSearchOutput + */ + public function setDbStatus($dbStatus) + { + $this->dbStatus = $dbStatus; + return $this; + } +} diff --git a/src/Api/tISDSSearchOutput2.php b/src/Api/tISDSSearchOutput2.php new file mode 100644 index 0000000..4f3f5d7 --- /dev/null +++ b/src/Api/tISDSSearchOutput2.php @@ -0,0 +1,163 @@ +totalCount = $totalCount; + $this->currentCount = $currentCount; + $this->position = $position; + $this->lastPage = $lastPage; + $this->dbResults = $dbResults; + $this->dbStatus = $dbStatus; + } + + /** + * @return int + */ + public function getTotalCount() + { + return $this->totalCount; + } + + /** + * @param int $totalCount + * @return \Defr\CzechDataBox\Api\tISDSSearchOutput2 + */ + public function setTotalCount($totalCount) + { + $this->totalCount = $totalCount; + return $this; + } + + /** + * @return int + */ + public function getCurrentCount() + { + return $this->currentCount; + } + + /** + * @param int $currentCount + * @return \Defr\CzechDataBox\Api\tISDSSearchOutput2 + */ + public function setCurrentCount($currentCount) + { + $this->currentCount = $currentCount; + return $this; + } + + /** + * @return int + */ + public function getPosition() + { + return $this->position; + } + + /** + * @param int $position + * @return \Defr\CzechDataBox\Api\tISDSSearchOutput2 + */ + public function setPosition($position) + { + $this->position = $position; + return $this; + } + + /** + * @return boolean + */ + public function getLastPage() + { + return $this->lastPage; + } + + /** + * @param boolean $lastPage + * @return \Defr\CzechDataBox\Api\tISDSSearchOutput2 + */ + public function setLastPage($lastPage) + { + $this->lastPage = $lastPage; + return $this; + } + + /** + * @return tdbResultsArray2 + */ + public function getDbResults() + { + return $this->dbResults; + } + + /** + * @param tdbResultsArray2 $dbResults + * @return \Defr\CzechDataBox\Api\tISDSSearchOutput2 + */ + public function setDbResults($dbResults) + { + $this->dbResults = $dbResults; + return $this; + } + + /** + * @return tDbReqStatus + */ + public function getDbStatus() + { + return $this->dbStatus; + } + + /** + * @param tDbReqStatus $dbStatus + * @return \Defr\CzechDataBox\Api\tISDSSearchOutput2 + */ + public function setDbStatus($dbStatus) + { + $this->dbStatus = $dbStatus; + return $this; + } +} diff --git a/src/Api/tIdDBDUInput.php b/src/Api/tIdDBDUInput.php new file mode 100644 index 0000000..f90f709 --- /dev/null +++ b/src/Api/tIdDBDUInput.php @@ -0,0 +1,88 @@ +dbID = $dbID; + $this->dbApproved = $dbApproved; + $this->dbExternRefNumber = $dbExternRefNumber; + } + + /** + * @return tIdDb + */ + public function getDbID() + { + return $this->dbID; + } + + /** + * @param tIdDb $dbID + * @return \Defr\CzechDataBox\Api\tIdDBDUInput + */ + public function setDbID($dbID) + { + $this->dbID = $dbID; + return $this; + } + + /** + * @return boolean + */ + public function getDbApproved() + { + return $this->dbApproved; + } + + /** + * @param boolean $dbApproved + * @return \Defr\CzechDataBox\Api\tIdDBDUInput + */ + public function setDbApproved($dbApproved) + { + $this->dbApproved = $dbApproved; + return $this; + } + + /** + * @return string + */ + public function getDbExternRefNumber() + { + return $this->dbExternRefNumber; + } + + /** + * @param string $dbExternRefNumber + * @return \Defr\CzechDataBox\Api\tIdDBDUInput + */ + public function setDbExternRefNumber($dbExternRefNumber) + { + $this->dbExternRefNumber = $dbExternRefNumber; + return $this; + } +} diff --git a/src/Api/tIdDBDUInputAttrs2.php b/src/Api/tIdDBDUInputAttrs2.php new file mode 100644 index 0000000..f9df7fa --- /dev/null +++ b/src/Api/tIdDBDUInputAttrs2.php @@ -0,0 +1,88 @@ +dbID = $dbID; + $this->dbApproved = $dbApproved; + $this->dbExternRefNumber = $dbExternRefNumber; + } + + /** + * @return dbID + */ + public function getDbID() + { + return $this->dbID; + } + + /** + * @param dbID $dbID + * @return \Defr\CzechDataBox\Api\tIdDBDUInputAttrs2 + */ + public function setDbID($dbID) + { + $this->dbID = $dbID; + return $this; + } + + /** + * @return boolean + */ + public function getDbApproved() + { + return $this->dbApproved; + } + + /** + * @param boolean $dbApproved + * @return \Defr\CzechDataBox\Api\tIdDBDUInputAttrs2 + */ + public function setDbApproved($dbApproved) + { + $this->dbApproved = $dbApproved; + return $this; + } + + /** + * @return string + */ + public function getDbExternRefNumber() + { + return $this->dbExternRefNumber; + } + + /** + * @param string $dbExternRefNumber + * @return \Defr\CzechDataBox\Api\tIdDBDUInputAttrs2 + */ + public function setDbExternRefNumber($dbExternRefNumber) + { + $this->dbExternRefNumber = $dbExternRefNumber; + return $this; + } +} diff --git a/src/Api/tIdDbInput.php b/src/Api/tIdDBInput.php similarity index 65% rename from src/Api/tIdDbInput.php rename to src/Api/tIdDBInput.php index 3247d7f..e8c1669 100644 --- a/src/Api/tIdDbInput.php +++ b/src/Api/tIdDBInput.php @@ -2,7 +2,7 @@ namespace Defr\CzechDataBox\Api; -class tIdDbInput +class tIdDBInput { /** @@ -27,9 +27,9 @@ class tIdDbInput */ public function __construct($dbID = null, $dbApproved = null, $dbExternRefNumber = null) { - $this->dbID = $dbID; - $this->dbApproved = $dbApproved; - $this->dbExternRefNumber = $dbExternRefNumber; + $this->dbID = $dbID; + $this->dbApproved = $dbApproved; + $this->dbExternRefNumber = $dbExternRefNumber; } /** @@ -37,17 +37,17 @@ public function __construct($dbID = null, $dbApproved = null, $dbExternRefNumber */ public function getDbID() { - return $this->dbID; + return $this->dbID; } /** * @param tIdDb $dbID - * @return \Defr\CzechDataBox\Api\tIdDbInput + * @return \Defr\CzechDataBox\Api\tIdDBInput */ public function setDbID($dbID) { - $this->dbID = $dbID; - return $this; + $this->dbID = $dbID; + return $this; } /** @@ -55,17 +55,17 @@ public function setDbID($dbID) */ public function getDbApproved() { - return $this->dbApproved; + return $this->dbApproved; } /** * @param boolean $dbApproved - * @return \Defr\CzechDataBox\Api\tIdDbInput + * @return \Defr\CzechDataBox\Api\tIdDBInput */ public function setDbApproved($dbApproved) { - $this->dbApproved = $dbApproved; - return $this; + $this->dbApproved = $dbApproved; + return $this; } /** @@ -73,17 +73,16 @@ public function setDbApproved($dbApproved) */ public function getDbExternRefNumber() { - return $this->dbExternRefNumber; + return $this->dbExternRefNumber; } /** * @param string $dbExternRefNumber - * @return \Defr\CzechDataBox\Api\tIdDbInput + * @return \Defr\CzechDataBox\Api\tIdDBInput */ public function setDbExternRefNumber($dbExternRefNumber) { - $this->dbExternRefNumber = $dbExternRefNumber; - return $this; + $this->dbExternRefNumber = $dbExternRefNumber; + return $this; } - } diff --git a/src/Api/tIdDBInputAttrs.php b/src/Api/tIdDBInputAttrs.php new file mode 100644 index 0000000..7ff4c8c --- /dev/null +++ b/src/Api/tIdDBInputAttrs.php @@ -0,0 +1,88 @@ +dbID = $dbID; + $this->dbApproved = $dbApproved; + $this->dbExternRefNumber = $dbExternRefNumber; + } + + /** + * @return dbID + */ + public function getDbID() + { + return $this->dbID; + } + + /** + * @param dbID $dbID + * @return \Defr\CzechDataBox\Api\tIdDBInputAttrs + */ + public function setDbID($dbID) + { + $this->dbID = $dbID; + return $this; + } + + /** + * @return boolean + */ + public function getDbApproved() + { + return $this->dbApproved; + } + + /** + * @param boolean $dbApproved + * @return \Defr\CzechDataBox\Api\tIdDBInputAttrs + */ + public function setDbApproved($dbApproved) + { + $this->dbApproved = $dbApproved; + return $this; + } + + /** + * @return string + */ + public function getDbExternRefNumber() + { + return $this->dbExternRefNumber; + } + + /** + * @param string $dbExternRefNumber + * @return \Defr\CzechDataBox\Api\tIdDBInputAttrs + */ + public function setDbExternRefNumber($dbExternRefNumber) + { + $this->dbExternRefNumber = $dbExternRefNumber; + return $this; + } +} diff --git a/src/Api/tListForNotifInput.php b/src/Api/tListForNotifInput.php new file mode 100644 index 0000000..47f0cc7 --- /dev/null +++ b/src/Api/tListForNotifInput.php @@ -0,0 +1,71 @@ +ntfFromTime = $ntfFromTime ? $ntfFromTime->format(\DateTime::ATOM) : null; + $this->ntfScope = $ntfScope; + } + + /** + * @return \DateTime + */ + public function getNtfFromTime() + { + if ($this->ntfFromTime == null) { + return null; + } else { + try { + return new \DateTime($this->ntfFromTime); + } catch (\Exception $e) { + return false; + } + } + } + + /** + * @param \DateTime $ntfFromTime + * @return \Defr\CzechDataBox\Api\tListForNotifInput + */ + public function setNtfFromTime(\DateTime $ntfFromTime) + { + $this->ntfFromTime = $ntfFromTime->format(\DateTime::ATOM); + return $this; + } + + /** + * @return string + */ + public function getNtfScope() + { + return $this->ntfScope; + } + + /** + * @param string $ntfScope + * @return \Defr\CzechDataBox\Api\tListForNotifInput + */ + public function setNtfScope($ntfScope) + { + $this->ntfScope = $ntfScope; + return $this; + } +} diff --git a/src/Api/tListForNotifOutput.php b/src/Api/tListForNotifOutput.php new file mode 100644 index 0000000..9790c68 --- /dev/null +++ b/src/Api/tListForNotifOutput.php @@ -0,0 +1,88 @@ +ntfRecords = $ntfRecords; + $this->ntfListContinues = $ntfListContinues; + $this->dmStatus = $dmStatus; + } + + /** + * @return tNtfRecordsArray + */ + public function getNtfRecords() + { + return $this->ntfRecords; + } + + /** + * @param tNtfRecordsArray $ntfRecords + * @return \Defr\CzechDataBox\Api\tListForNotifOutput + */ + public function setNtfRecords($ntfRecords) + { + $this->ntfRecords = $ntfRecords; + return $this; + } + + /** + * @return boolean + */ + public function getNtfListContinues() + { + return $this->ntfListContinues; + } + + /** + * @param boolean $ntfListContinues + * @return \Defr\CzechDataBox\Api\tListForNotifOutput + */ + public function setNtfListContinues($ntfListContinues) + { + $this->ntfListContinues = $ntfListContinues; + return $this; + } + + /** + * @return tStatus + */ + public function getDmStatus() + { + return $this->dmStatus; + } + + /** + * @param tStatus $dmStatus + * @return \Defr\CzechDataBox\Api\tListForNotifOutput + */ + public function setDmStatus($dmStatus) + { + $this->dmStatus = $dmStatus; + return $this; + } +} diff --git a/src/Api/tListOfFReceivedInput.php b/src/Api/tListOfFReceivedInput.php index 97c9a03..bb90f99 100644 --- a/src/Api/tListOfFReceivedInput.php +++ b/src/Api/tListOfFReceivedInput.php @@ -45,12 +45,12 @@ class tListOfFReceivedInput */ public function __construct(\DateTime $dmFromTime = null, \DateTime $dmToTime = null, $dmRecipientOrgUnitNum = null, $dmStatusFilter = null, $dmOffset = null, $dmLimit = null) { - $this->dmFromTime = $dmFromTime ? $dmFromTime->format(\DateTime::ATOM) : null; - $this->dmToTime = $dmToTime ? $dmToTime->format(\DateTime::ATOM) : null; - $this->dmRecipientOrgUnitNum = $dmRecipientOrgUnitNum; - $this->dmStatusFilter = $dmStatusFilter; - $this->dmOffset = $dmOffset; - $this->dmLimit = $dmLimit; + $this->dmFromTime = $dmFromTime ? $dmFromTime->format(\DateTime::ATOM) : null; + $this->dmToTime = $dmToTime ? $dmToTime->format(\DateTime::ATOM) : null; + $this->dmRecipientOrgUnitNum = $dmRecipientOrgUnitNum; + $this->dmStatusFilter = $dmStatusFilter; + $this->dmOffset = $dmOffset; + $this->dmLimit = $dmLimit; } /** @@ -58,15 +58,15 @@ public function __construct(\DateTime $dmFromTime = null, \DateTime $dmToTime = */ public function getDmFromTime() { - if ($this->dmFromTime == null) { - return null; - } else { - try { - return new \DateTime($this->dmFromTime); - } catch (\Exception $e) { - return false; + if ($this->dmFromTime == null) { + return null; + } else { + try { + return new \DateTime($this->dmFromTime); + } catch (\Exception $e) { + return false; + } } - } } /** @@ -75,8 +75,8 @@ public function getDmFromTime() */ public function setDmFromTime(\DateTime $dmFromTime) { - $this->dmFromTime = $dmFromTime->format(\DateTime::ATOM); - return $this; + $this->dmFromTime = $dmFromTime->format(\DateTime::ATOM); + return $this; } /** @@ -84,15 +84,15 @@ public function setDmFromTime(\DateTime $dmFromTime) */ public function getDmToTime() { - if ($this->dmToTime == null) { - return null; - } else { - try { - return new \DateTime($this->dmToTime); - } catch (\Exception $e) { - return false; + if ($this->dmToTime == null) { + return null; + } else { + try { + return new \DateTime($this->dmToTime); + } catch (\Exception $e) { + return false; + } } - } } /** @@ -101,8 +101,8 @@ public function getDmToTime() */ public function setDmToTime(\DateTime $dmToTime) { - $this->dmToTime = $dmToTime->format(\DateTime::ATOM); - return $this; + $this->dmToTime = $dmToTime->format(\DateTime::ATOM); + return $this; } /** @@ -110,7 +110,7 @@ public function setDmToTime(\DateTime $dmToTime) */ public function getDmRecipientOrgUnitNum() { - return $this->dmRecipientOrgUnitNum; + return $this->dmRecipientOrgUnitNum; } /** @@ -119,8 +119,8 @@ public function getDmRecipientOrgUnitNum() */ public function setDmRecipientOrgUnitNum($dmRecipientOrgUnitNum) { - $this->dmRecipientOrgUnitNum = $dmRecipientOrgUnitNum; - return $this; + $this->dmRecipientOrgUnitNum = $dmRecipientOrgUnitNum; + return $this; } /** @@ -128,7 +128,7 @@ public function setDmRecipientOrgUnitNum($dmRecipientOrgUnitNum) */ public function getDmStatusFilter() { - return $this->dmStatusFilter; + return $this->dmStatusFilter; } /** @@ -137,8 +137,8 @@ public function getDmStatusFilter() */ public function setDmStatusFilter($dmStatusFilter) { - $this->dmStatusFilter = $dmStatusFilter; - return $this; + $this->dmStatusFilter = $dmStatusFilter; + return $this; } /** @@ -146,7 +146,7 @@ public function setDmStatusFilter($dmStatusFilter) */ public function getDmOffset() { - return $this->dmOffset; + return $this->dmOffset; } /** @@ -155,8 +155,8 @@ public function getDmOffset() */ public function setDmOffset($dmOffset) { - $this->dmOffset = $dmOffset; - return $this; + $this->dmOffset = $dmOffset; + return $this; } /** @@ -164,7 +164,7 @@ public function setDmOffset($dmOffset) */ public function getDmLimit() { - return $this->dmLimit; + return $this->dmLimit; } /** @@ -173,8 +173,7 @@ public function getDmLimit() */ public function setDmLimit($dmLimit) { - $this->dmLimit = $dmLimit; - return $this; + $this->dmLimit = $dmLimit; + return $this; } - } diff --git a/src/Api/tListOfMessOutput.php b/src/Api/tListOfMessOutput.php index e960679..f6c30a9 100644 --- a/src/Api/tListOfMessOutput.php +++ b/src/Api/tListOfMessOutput.php @@ -21,8 +21,8 @@ class tListOfMessOutput */ public function __construct($dmRecords = null, $dmStatus = null) { - $this->dmRecords = $dmRecords; - $this->dmStatus = $dmStatus; + $this->dmRecords = $dmRecords; + $this->dmStatus = $dmStatus; } /** @@ -30,7 +30,7 @@ public function __construct($dmRecords = null, $dmStatus = null) */ public function getDmRecords() { - return $this->dmRecords; + return $this->dmRecords; } /** @@ -39,8 +39,8 @@ public function getDmRecords() */ public function setDmRecords($dmRecords) { - $this->dmRecords = $dmRecords; - return $this; + $this->dmRecords = $dmRecords; + return $this; } /** @@ -48,7 +48,7 @@ public function setDmRecords($dmRecords) */ public function getDmStatus() { - return $this->dmStatus; + return $this->dmStatus; } /** @@ -57,8 +57,7 @@ public function getDmStatus() */ public function setDmStatus($dmStatus) { - $this->dmStatus = $dmStatus; - return $this; + $this->dmStatus = $dmStatus; + return $this; } - } diff --git a/src/Api/tListOfSentInput.php b/src/Api/tListOfSentInput.php index adc0fa2..75756d9 100644 --- a/src/Api/tListOfSentInput.php +++ b/src/Api/tListOfSentInput.php @@ -45,12 +45,12 @@ class tListOfSentInput */ public function __construct(\DateTime $dmFromTime = null, \DateTime $dmToTime = null, $dmSenderOrgUnitNum = null, $dmStatusFilter = null, $dmOffset = null, $dmLimit = null) { - $this->dmFromTime = $dmFromTime ? $dmFromTime->format(\DateTime::ATOM) : null; - $this->dmToTime = $dmToTime ? $dmToTime->format(\DateTime::ATOM) : null; - $this->dmSenderOrgUnitNum = $dmSenderOrgUnitNum; - $this->dmStatusFilter = $dmStatusFilter; - $this->dmOffset = $dmOffset; - $this->dmLimit = $dmLimit; + $this->dmFromTime = $dmFromTime ? $dmFromTime->format(\DateTime::ATOM) : null; + $this->dmToTime = $dmToTime ? $dmToTime->format(\DateTime::ATOM) : null; + $this->dmSenderOrgUnitNum = $dmSenderOrgUnitNum; + $this->dmStatusFilter = $dmStatusFilter; + $this->dmOffset = $dmOffset; + $this->dmLimit = $dmLimit; } /** @@ -58,15 +58,15 @@ public function __construct(\DateTime $dmFromTime = null, \DateTime $dmToTime = */ public function getDmFromTime() { - if ($this->dmFromTime == null) { - return null; - } else { - try { - return new \DateTime($this->dmFromTime); - } catch (\Exception $e) { - return false; + if ($this->dmFromTime == null) { + return null; + } else { + try { + return new \DateTime($this->dmFromTime); + } catch (\Exception $e) { + return false; + } } - } } /** @@ -75,8 +75,8 @@ public function getDmFromTime() */ public function setDmFromTime(\DateTime $dmFromTime) { - $this->dmFromTime = $dmFromTime->format(\DateTime::ATOM); - return $this; + $this->dmFromTime = $dmFromTime->format(\DateTime::ATOM); + return $this; } /** @@ -84,15 +84,15 @@ public function setDmFromTime(\DateTime $dmFromTime) */ public function getDmToTime() { - if ($this->dmToTime == null) { - return null; - } else { - try { - return new \DateTime($this->dmToTime); - } catch (\Exception $e) { - return false; + if ($this->dmToTime == null) { + return null; + } else { + try { + return new \DateTime($this->dmToTime); + } catch (\Exception $e) { + return false; + } } - } } /** @@ -101,8 +101,8 @@ public function getDmToTime() */ public function setDmToTime(\DateTime $dmToTime) { - $this->dmToTime = $dmToTime->format(\DateTime::ATOM); - return $this; + $this->dmToTime = $dmToTime->format(\DateTime::ATOM); + return $this; } /** @@ -110,7 +110,7 @@ public function setDmToTime(\DateTime $dmToTime) */ public function getDmSenderOrgUnitNum() { - return $this->dmSenderOrgUnitNum; + return $this->dmSenderOrgUnitNum; } /** @@ -119,8 +119,8 @@ public function getDmSenderOrgUnitNum() */ public function setDmSenderOrgUnitNum($dmSenderOrgUnitNum) { - $this->dmSenderOrgUnitNum = $dmSenderOrgUnitNum; - return $this; + $this->dmSenderOrgUnitNum = $dmSenderOrgUnitNum; + return $this; } /** @@ -128,7 +128,7 @@ public function setDmSenderOrgUnitNum($dmSenderOrgUnitNum) */ public function getDmStatusFilter() { - return $this->dmStatusFilter; + return $this->dmStatusFilter; } /** @@ -137,8 +137,8 @@ public function getDmStatusFilter() */ public function setDmStatusFilter($dmStatusFilter) { - $this->dmStatusFilter = $dmStatusFilter; - return $this; + $this->dmStatusFilter = $dmStatusFilter; + return $this; } /** @@ -146,7 +146,7 @@ public function setDmStatusFilter($dmStatusFilter) */ public function getDmOffset() { - return $this->dmOffset; + return $this->dmOffset; } /** @@ -155,8 +155,8 @@ public function getDmOffset() */ public function setDmOffset($dmOffset) { - $this->dmOffset = $dmOffset; - return $this; + $this->dmOffset = $dmOffset; + return $this; } /** @@ -164,7 +164,7 @@ public function setDmOffset($dmOffset) */ public function getDmLimit() { - return $this->dmLimit; + return $this->dmLimit; } /** @@ -173,8 +173,7 @@ public function getDmLimit() */ public function setDmLimit($dmLimit) { - $this->dmLimit = $dmLimit; - return $this; + $this->dmLimit = $dmLimit; + return $this; } - } diff --git a/src/Api/tMStatus.php b/src/Api/tMStatus.php index 4272b99..3f8f16f 100644 --- a/src/Api/tMStatus.php +++ b/src/Api/tMStatus.php @@ -21,8 +21,8 @@ class tMStatus */ public function __construct($dmID = null, $dmStatus = null) { - $this->dmID = $dmID; - $this->dmStatus = $dmStatus; + $this->dmID = $dmID; + $this->dmStatus = $dmStatus; } /** @@ -30,7 +30,7 @@ public function __construct($dmID = null, $dmStatus = null) */ public function getDmID() { - return $this->dmID; + return $this->dmID; } /** @@ -39,8 +39,8 @@ public function getDmID() */ public function setDmID($dmID) { - $this->dmID = $dmID; - return $this; + $this->dmID = $dmID; + return $this; } /** @@ -48,7 +48,7 @@ public function setDmID($dmID) */ public function getDmStatus() { - return $this->dmStatus; + return $this->dmStatus; } /** @@ -57,8 +57,7 @@ public function getDmStatus() */ public function setDmStatus($dmStatus) { - $this->dmStatus = $dmStatus; - return $this; + $this->dmStatus = $dmStatus; + return $this; } - } diff --git a/src/Api/tMarkMessOutput.php b/src/Api/tMarkMessOutput.php index 53518bf..2faddad 100644 --- a/src/Api/tMarkMessOutput.php +++ b/src/Api/tMarkMessOutput.php @@ -15,7 +15,7 @@ class tMarkMessOutput */ public function __construct($dmStatus = null) { - $this->dmStatus = $dmStatus; + $this->dmStatus = $dmStatus; } /** @@ -23,7 +23,7 @@ public function __construct($dmStatus = null) */ public function getDmStatus() { - return $this->dmStatus; + return $this->dmStatus; } /** @@ -32,8 +32,7 @@ public function getDmStatus() */ public function setDmStatus($dmStatus) { - $this->dmStatus = $dmStatus; - return $this; + $this->dmStatus = $dmStatus; + return $this; } - } diff --git a/src/Api/tMessDownOutput.php b/src/Api/tMessDownOutput.php index 31a8557..c29035d 100644 --- a/src/Api/tMessDownOutput.php +++ b/src/Api/tMessDownOutput.php @@ -21,8 +21,8 @@ class tMessDownOutput */ public function __construct($dmReturnedMessage = null, $dmStatus = null) { - $this->dmReturnedMessage = $dmReturnedMessage; - $this->dmStatus = $dmStatus; + $this->dmReturnedMessage = $dmReturnedMessage; + $this->dmStatus = $dmStatus; } /** @@ -30,7 +30,7 @@ public function __construct($dmReturnedMessage = null, $dmStatus = null) */ public function getDmReturnedMessage() { - return $this->dmReturnedMessage; + return $this->dmReturnedMessage; } /** @@ -39,8 +39,8 @@ public function getDmReturnedMessage() */ public function setDmReturnedMessage($dmReturnedMessage) { - $this->dmReturnedMessage = $dmReturnedMessage; - return $this; + $this->dmReturnedMessage = $dmReturnedMessage; + return $this; } /** @@ -48,7 +48,7 @@ public function setDmReturnedMessage($dmReturnedMessage) */ public function getDmStatus() { - return $this->dmStatus; + return $this->dmStatus; } /** @@ -57,8 +57,7 @@ public function getDmStatus() */ public function setDmStatus($dmStatus) { - $this->dmStatus = $dmStatus; - return $this; + $this->dmStatus = $dmStatus; + return $this; } - } diff --git a/src/Api/tMessEnvelDownOutput.php b/src/Api/tMessEnvelDownOutput.php index 7e40c96..11f704b 100644 --- a/src/Api/tMessEnvelDownOutput.php +++ b/src/Api/tMessEnvelDownOutput.php @@ -21,8 +21,8 @@ class tMessEnvelDownOutput */ public function __construct($dmReturnedMessageEnvelope = null, $dmStatus = null) { - $this->dmReturnedMessageEnvelope = $dmReturnedMessageEnvelope; - $this->dmStatus = $dmStatus; + $this->dmReturnedMessageEnvelope = $dmReturnedMessageEnvelope; + $this->dmStatus = $dmStatus; } /** @@ -30,7 +30,7 @@ public function __construct($dmReturnedMessageEnvelope = null, $dmStatus = null) */ public function getDmReturnedMessageEnvelope() { - return $this->dmReturnedMessageEnvelope; + return $this->dmReturnedMessageEnvelope; } /** @@ -39,8 +39,8 @@ public function getDmReturnedMessageEnvelope() */ public function setDmReturnedMessageEnvelope($dmReturnedMessageEnvelope) { - $this->dmReturnedMessageEnvelope = $dmReturnedMessageEnvelope; - return $this; + $this->dmReturnedMessageEnvelope = $dmReturnedMessageEnvelope; + return $this; } /** @@ -48,7 +48,7 @@ public function setDmReturnedMessageEnvelope($dmReturnedMessageEnvelope) */ public function getDmStatus() { - return $this->dmStatus; + return $this->dmStatus; } /** @@ -57,8 +57,7 @@ public function getDmStatus() */ public function setDmStatus($dmStatus) { - $this->dmStatus = $dmStatus; - return $this; + $this->dmStatus = $dmStatus; + return $this; } - } diff --git a/src/Api/tMessageCreateInput.php b/src/Api/tMessageCreateInput.php index fe8b36e..82ed168 100644 --- a/src/Api/tMessageCreateInput.php +++ b/src/Api/tMessageCreateInput.php @@ -21,8 +21,8 @@ class tMessageCreateInput */ public function __construct($dmEnvelope = null, $dmFiles = null) { - $this->dmEnvelope = $dmEnvelope; - $this->dmFiles = $dmFiles; + $this->dmEnvelope = $dmEnvelope; + $this->dmFiles = $dmFiles; } /** @@ -30,7 +30,7 @@ public function __construct($dmEnvelope = null, $dmFiles = null) */ public function getDmEnvelope() { - return $this->dmEnvelope; + return $this->dmEnvelope; } /** @@ -39,8 +39,8 @@ public function getDmEnvelope() */ public function setDmEnvelope($dmEnvelope) { - $this->dmEnvelope = $dmEnvelope; - return $this; + $this->dmEnvelope = $dmEnvelope; + return $this; } /** @@ -48,7 +48,7 @@ public function setDmEnvelope($dmEnvelope) */ public function getDmFiles() { - return $this->dmFiles; + return $this->dmFiles; } /** @@ -57,8 +57,7 @@ public function getDmFiles() */ public function setDmFiles($dmFiles) { - $this->dmFiles = $dmFiles; - return $this; + $this->dmFiles = $dmFiles; + return $this; } - } diff --git a/src/Api/tMessageCreateOutput.php b/src/Api/tMessageCreateOutput.php index b785295..948e809 100644 --- a/src/Api/tMessageCreateOutput.php +++ b/src/Api/tMessageCreateOutput.php @@ -21,8 +21,8 @@ class tMessageCreateOutput */ public function __construct($dmID = null, $dmStatus = null) { - $this->dmID = $dmID; - $this->dmStatus = $dmStatus; + $this->dmID = $dmID; + $this->dmStatus = $dmStatus; } /** @@ -30,7 +30,7 @@ public function __construct($dmID = null, $dmStatus = null) */ public function getDmID() { - return $this->dmID; + return $this->dmID; } /** @@ -39,8 +39,8 @@ public function getDmID() */ public function setDmID($dmID) { - $this->dmID = $dmID; - return $this; + $this->dmID = $dmID; + return $this; } /** @@ -48,7 +48,7 @@ public function setDmID($dmID) */ public function getDmStatus() { - return $this->dmStatus; + return $this->dmStatus; } /** @@ -57,8 +57,7 @@ public function getDmStatus() */ public function setDmStatus($dmStatus) { - $this->dmStatus = $dmStatus; - return $this; + $this->dmStatus = $dmStatus; + return $this; } - } diff --git a/src/Api/tMessageEnvelopeSub.php b/src/Api/tMessageEnvelopeSub.php index bbfd8c6..1492558 100644 --- a/src/Api/tMessageEnvelopeSub.php +++ b/src/Api/tMessageEnvelopeSub.php @@ -101,7 +101,7 @@ class tMessageEnvelopeSub protected $dmOVM = null; /** - * @var boolean $dmPublishOwnID + * @var dmPublishOwnID $dmPublishOwnID */ protected $dmPublishOwnID = null; @@ -130,32 +130,32 @@ class tMessageEnvelopeSub * @param boolean $dmPersonalDelivery * @param boolean $dmAllowSubstDelivery * @param boolean $dmOVM - * @param boolean $dmPublishOwnID + * @param dmPublishOwnID $dmPublishOwnID * @param tDmType $dmType */ public function __construct($dmSenderOrgUnit = null, $dmSenderOrgUnitNum = null, $dbIDRecipient = null, $dmRecipientOrgUnit = null, $dmRecipientOrgUnitNum = null, $dmToHands = null, $dmAnnotation = null, $dmRecipientRefNumber = null, $dmSenderRefNumber = null, $dmRecipientIdent = null, $dmSenderIdent = null, $dmLegalTitleLaw = null, $dmLegalTitleYear = null, $dmLegalTitleSect = null, $dmLegalTitlePar = null, $dmLegalTitlePoint = null, $dmPersonalDelivery = null, $dmAllowSubstDelivery = null, $dmOVM = null, $dmPublishOwnID = null, $dmType = null) { - $this->dmSenderOrgUnit = $dmSenderOrgUnit; - $this->dmSenderOrgUnitNum = $dmSenderOrgUnitNum; - $this->dbIDRecipient = $dbIDRecipient; - $this->dmRecipientOrgUnit = $dmRecipientOrgUnit; - $this->dmRecipientOrgUnitNum = $dmRecipientOrgUnitNum; - $this->dmToHands = $dmToHands; - $this->dmAnnotation = $dmAnnotation; - $this->dmRecipientRefNumber = $dmRecipientRefNumber; - $this->dmSenderRefNumber = $dmSenderRefNumber; - $this->dmRecipientIdent = $dmRecipientIdent; - $this->dmSenderIdent = $dmSenderIdent; - $this->dmLegalTitleLaw = $dmLegalTitleLaw; - $this->dmLegalTitleYear = $dmLegalTitleYear; - $this->dmLegalTitleSect = $dmLegalTitleSect; - $this->dmLegalTitlePar = $dmLegalTitlePar; - $this->dmLegalTitlePoint = $dmLegalTitlePoint; - $this->dmPersonalDelivery = $dmPersonalDelivery; - $this->dmAllowSubstDelivery = $dmAllowSubstDelivery; - $this->dmOVM = $dmOVM; - $this->dmPublishOwnID = $dmPublishOwnID; - $this->dmType = $dmType; + $this->dmSenderOrgUnit = $dmSenderOrgUnit; + $this->dmSenderOrgUnitNum = $dmSenderOrgUnitNum; + $this->dbIDRecipient = $dbIDRecipient; + $this->dmRecipientOrgUnit = $dmRecipientOrgUnit; + $this->dmRecipientOrgUnitNum = $dmRecipientOrgUnitNum; + $this->dmToHands = $dmToHands; + $this->dmAnnotation = $dmAnnotation; + $this->dmRecipientRefNumber = $dmRecipientRefNumber; + $this->dmSenderRefNumber = $dmSenderRefNumber; + $this->dmRecipientIdent = $dmRecipientIdent; + $this->dmSenderIdent = $dmSenderIdent; + $this->dmLegalTitleLaw = $dmLegalTitleLaw; + $this->dmLegalTitleYear = $dmLegalTitleYear; + $this->dmLegalTitleSect = $dmLegalTitleSect; + $this->dmLegalTitlePar = $dmLegalTitlePar; + $this->dmLegalTitlePoint = $dmLegalTitlePoint; + $this->dmPersonalDelivery = $dmPersonalDelivery; + $this->dmAllowSubstDelivery = $dmAllowSubstDelivery; + $this->dmOVM = $dmOVM; + $this->dmPublishOwnID = $dmPublishOwnID; + $this->dmType = $dmType; } /** @@ -163,7 +163,7 @@ public function __construct($dmSenderOrgUnit = null, $dmSenderOrgUnitNum = null, */ public function getDmSenderOrgUnit() { - return $this->dmSenderOrgUnit; + return $this->dmSenderOrgUnit; } /** @@ -172,8 +172,8 @@ public function getDmSenderOrgUnit() */ public function setDmSenderOrgUnit($dmSenderOrgUnit) { - $this->dmSenderOrgUnit = $dmSenderOrgUnit; - return $this; + $this->dmSenderOrgUnit = $dmSenderOrgUnit; + return $this; } /** @@ -181,7 +181,7 @@ public function setDmSenderOrgUnit($dmSenderOrgUnit) */ public function getDmSenderOrgUnitNum() { - return $this->dmSenderOrgUnitNum; + return $this->dmSenderOrgUnitNum; } /** @@ -190,8 +190,8 @@ public function getDmSenderOrgUnitNum() */ public function setDmSenderOrgUnitNum($dmSenderOrgUnitNum) { - $this->dmSenderOrgUnitNum = $dmSenderOrgUnitNum; - return $this; + $this->dmSenderOrgUnitNum = $dmSenderOrgUnitNum; + return $this; } /** @@ -199,7 +199,7 @@ public function setDmSenderOrgUnitNum($dmSenderOrgUnitNum) */ public function getDbIDRecipient() { - return $this->dbIDRecipient; + return $this->dbIDRecipient; } /** @@ -208,8 +208,8 @@ public function getDbIDRecipient() */ public function setDbIDRecipient($dbIDRecipient) { - $this->dbIDRecipient = $dbIDRecipient; - return $this; + $this->dbIDRecipient = $dbIDRecipient; + return $this; } /** @@ -217,7 +217,7 @@ public function setDbIDRecipient($dbIDRecipient) */ public function getDmRecipientOrgUnit() { - return $this->dmRecipientOrgUnit; + return $this->dmRecipientOrgUnit; } /** @@ -226,8 +226,8 @@ public function getDmRecipientOrgUnit() */ public function setDmRecipientOrgUnit($dmRecipientOrgUnit) { - $this->dmRecipientOrgUnit = $dmRecipientOrgUnit; - return $this; + $this->dmRecipientOrgUnit = $dmRecipientOrgUnit; + return $this; } /** @@ -235,7 +235,7 @@ public function setDmRecipientOrgUnit($dmRecipientOrgUnit) */ public function getDmRecipientOrgUnitNum() { - return $this->dmRecipientOrgUnitNum; + return $this->dmRecipientOrgUnitNum; } /** @@ -244,8 +244,8 @@ public function getDmRecipientOrgUnitNum() */ public function setDmRecipientOrgUnitNum($dmRecipientOrgUnitNum) { - $this->dmRecipientOrgUnitNum = $dmRecipientOrgUnitNum; - return $this; + $this->dmRecipientOrgUnitNum = $dmRecipientOrgUnitNum; + return $this; } /** @@ -253,7 +253,7 @@ public function setDmRecipientOrgUnitNum($dmRecipientOrgUnitNum) */ public function getDmToHands() { - return $this->dmToHands; + return $this->dmToHands; } /** @@ -262,8 +262,8 @@ public function getDmToHands() */ public function setDmToHands($dmToHands) { - $this->dmToHands = $dmToHands; - return $this; + $this->dmToHands = $dmToHands; + return $this; } /** @@ -271,7 +271,7 @@ public function setDmToHands($dmToHands) */ public function getDmAnnotation() { - return $this->dmAnnotation; + return $this->dmAnnotation; } /** @@ -280,8 +280,8 @@ public function getDmAnnotation() */ public function setDmAnnotation($dmAnnotation) { - $this->dmAnnotation = $dmAnnotation; - return $this; + $this->dmAnnotation = $dmAnnotation; + return $this; } /** @@ -289,7 +289,7 @@ public function setDmAnnotation($dmAnnotation) */ public function getDmRecipientRefNumber() { - return $this->dmRecipientRefNumber; + return $this->dmRecipientRefNumber; } /** @@ -298,8 +298,8 @@ public function getDmRecipientRefNumber() */ public function setDmRecipientRefNumber($dmRecipientRefNumber) { - $this->dmRecipientRefNumber = $dmRecipientRefNumber; - return $this; + $this->dmRecipientRefNumber = $dmRecipientRefNumber; + return $this; } /** @@ -307,7 +307,7 @@ public function setDmRecipientRefNumber($dmRecipientRefNumber) */ public function getDmSenderRefNumber() { - return $this->dmSenderRefNumber; + return $this->dmSenderRefNumber; } /** @@ -316,8 +316,8 @@ public function getDmSenderRefNumber() */ public function setDmSenderRefNumber($dmSenderRefNumber) { - $this->dmSenderRefNumber = $dmSenderRefNumber; - return $this; + $this->dmSenderRefNumber = $dmSenderRefNumber; + return $this; } /** @@ -325,7 +325,7 @@ public function setDmSenderRefNumber($dmSenderRefNumber) */ public function getDmRecipientIdent() { - return $this->dmRecipientIdent; + return $this->dmRecipientIdent; } /** @@ -334,8 +334,8 @@ public function getDmRecipientIdent() */ public function setDmRecipientIdent($dmRecipientIdent) { - $this->dmRecipientIdent = $dmRecipientIdent; - return $this; + $this->dmRecipientIdent = $dmRecipientIdent; + return $this; } /** @@ -343,7 +343,7 @@ public function setDmRecipientIdent($dmRecipientIdent) */ public function getDmSenderIdent() { - return $this->dmSenderIdent; + return $this->dmSenderIdent; } /** @@ -352,8 +352,8 @@ public function getDmSenderIdent() */ public function setDmSenderIdent($dmSenderIdent) { - $this->dmSenderIdent = $dmSenderIdent; - return $this; + $this->dmSenderIdent = $dmSenderIdent; + return $this; } /** @@ -361,7 +361,7 @@ public function setDmSenderIdent($dmSenderIdent) */ public function getDmLegalTitleLaw() { - return $this->dmLegalTitleLaw; + return $this->dmLegalTitleLaw; } /** @@ -370,8 +370,8 @@ public function getDmLegalTitleLaw() */ public function setDmLegalTitleLaw($dmLegalTitleLaw) { - $this->dmLegalTitleLaw = $dmLegalTitleLaw; - return $this; + $this->dmLegalTitleLaw = $dmLegalTitleLaw; + return $this; } /** @@ -379,7 +379,7 @@ public function setDmLegalTitleLaw($dmLegalTitleLaw) */ public function getDmLegalTitleYear() { - return $this->dmLegalTitleYear; + return $this->dmLegalTitleYear; } /** @@ -388,8 +388,8 @@ public function getDmLegalTitleYear() */ public function setDmLegalTitleYear($dmLegalTitleYear) { - $this->dmLegalTitleYear = $dmLegalTitleYear; - return $this; + $this->dmLegalTitleYear = $dmLegalTitleYear; + return $this; } /** @@ -397,7 +397,7 @@ public function setDmLegalTitleYear($dmLegalTitleYear) */ public function getDmLegalTitleSect() { - return $this->dmLegalTitleSect; + return $this->dmLegalTitleSect; } /** @@ -406,8 +406,8 @@ public function getDmLegalTitleSect() */ public function setDmLegalTitleSect($dmLegalTitleSect) { - $this->dmLegalTitleSect = $dmLegalTitleSect; - return $this; + $this->dmLegalTitleSect = $dmLegalTitleSect; + return $this; } /** @@ -415,7 +415,7 @@ public function setDmLegalTitleSect($dmLegalTitleSect) */ public function getDmLegalTitlePar() { - return $this->dmLegalTitlePar; + return $this->dmLegalTitlePar; } /** @@ -424,8 +424,8 @@ public function getDmLegalTitlePar() */ public function setDmLegalTitlePar($dmLegalTitlePar) { - $this->dmLegalTitlePar = $dmLegalTitlePar; - return $this; + $this->dmLegalTitlePar = $dmLegalTitlePar; + return $this; } /** @@ -433,7 +433,7 @@ public function setDmLegalTitlePar($dmLegalTitlePar) */ public function getDmLegalTitlePoint() { - return $this->dmLegalTitlePoint; + return $this->dmLegalTitlePoint; } /** @@ -442,8 +442,8 @@ public function getDmLegalTitlePoint() */ public function setDmLegalTitlePoint($dmLegalTitlePoint) { - $this->dmLegalTitlePoint = $dmLegalTitlePoint; - return $this; + $this->dmLegalTitlePoint = $dmLegalTitlePoint; + return $this; } /** @@ -451,7 +451,7 @@ public function setDmLegalTitlePoint($dmLegalTitlePoint) */ public function getDmPersonalDelivery() { - return $this->dmPersonalDelivery; + return $this->dmPersonalDelivery; } /** @@ -460,8 +460,8 @@ public function getDmPersonalDelivery() */ public function setDmPersonalDelivery($dmPersonalDelivery) { - $this->dmPersonalDelivery = $dmPersonalDelivery; - return $this; + $this->dmPersonalDelivery = $dmPersonalDelivery; + return $this; } /** @@ -469,7 +469,7 @@ public function setDmPersonalDelivery($dmPersonalDelivery) */ public function getDmAllowSubstDelivery() { - return $this->dmAllowSubstDelivery; + return $this->dmAllowSubstDelivery; } /** @@ -478,8 +478,8 @@ public function getDmAllowSubstDelivery() */ public function setDmAllowSubstDelivery($dmAllowSubstDelivery) { - $this->dmAllowSubstDelivery = $dmAllowSubstDelivery; - return $this; + $this->dmAllowSubstDelivery = $dmAllowSubstDelivery; + return $this; } /** @@ -487,7 +487,7 @@ public function setDmAllowSubstDelivery($dmAllowSubstDelivery) */ public function getDmOVM() { - return $this->dmOVM; + return $this->dmOVM; } /** @@ -496,26 +496,26 @@ public function getDmOVM() */ public function setDmOVM($dmOVM) { - $this->dmOVM = $dmOVM; - return $this; + $this->dmOVM = $dmOVM; + return $this; } /** - * @return boolean + * @return dmPublishOwnID */ public function getDmPublishOwnID() { - return $this->dmPublishOwnID; + return $this->dmPublishOwnID; } /** - * @param boolean $dmPublishOwnID + * @param dmPublishOwnID $dmPublishOwnID * @return \Defr\CzechDataBox\Api\tMessageEnvelopeSub */ public function setDmPublishOwnID($dmPublishOwnID) { - $this->dmPublishOwnID = $dmPublishOwnID; - return $this; + $this->dmPublishOwnID = $dmPublishOwnID; + return $this; } /** @@ -523,7 +523,7 @@ public function setDmPublishOwnID($dmPublishOwnID) */ public function getDmType() { - return $this->dmType; + return $this->dmType; } /** @@ -532,8 +532,7 @@ public function getDmType() */ public function setDmType($dmType) { - $this->dmType = $dmType; - return $this; + $this->dmType = $dmType; + return $this; } - } diff --git a/src/Api/tMessageVerifyOutput.php b/src/Api/tMessageVerifyOutput.php index 351d704..416154d 100644 --- a/src/Api/tMessageVerifyOutput.php +++ b/src/Api/tMessageVerifyOutput.php @@ -21,8 +21,8 @@ class tMessageVerifyOutput */ public function __construct($dmHash = null, $dmStatus = null) { - $this->dmHash = $dmHash; - $this->dmStatus = $dmStatus; + $this->dmHash = $dmHash; + $this->dmStatus = $dmStatus; } /** @@ -30,7 +30,7 @@ public function __construct($dmHash = null, $dmStatus = null) */ public function getDmHash() { - return $this->dmHash; + return $this->dmHash; } /** @@ -39,8 +39,8 @@ public function getDmHash() */ public function setDmHash($dmHash) { - $this->dmHash = $dmHash; - return $this; + $this->dmHash = $dmHash; + return $this; } /** @@ -48,7 +48,7 @@ public function setDmHash($dmHash) */ public function getDmStatus() { - return $this->dmStatus; + return $this->dmStatus; } /** @@ -57,8 +57,7 @@ public function getDmStatus() */ public function setDmStatus($dmStatus) { - $this->dmStatus = $dmStatus; - return $this; + $this->dmStatus = $dmStatus; + return $this; } - } diff --git a/src/Api/tMultipleMessageCreateInput.php b/src/Api/tMultipleMessageCreateInput.php index 55f1723..20f2168 100644 --- a/src/Api/tMultipleMessageCreateInput.php +++ b/src/Api/tMultipleMessageCreateInput.php @@ -27,9 +27,9 @@ class tMultipleMessageCreateInput */ public function __construct($dmRecipients = null, $dmEnvelope = null, $dmFiles = null) { - $this->dmRecipients = $dmRecipients; - $this->dmEnvelope = $dmEnvelope; - $this->dmFiles = $dmFiles; + $this->dmRecipients = $dmRecipients; + $this->dmEnvelope = $dmEnvelope; + $this->dmFiles = $dmFiles; } /** @@ -37,7 +37,7 @@ public function __construct($dmRecipients = null, $dmEnvelope = null, $dmFiles = */ public function getDmRecipients() { - return $this->dmRecipients; + return $this->dmRecipients; } /** @@ -46,8 +46,8 @@ public function getDmRecipients() */ public function setDmRecipients($dmRecipients) { - $this->dmRecipients = $dmRecipients; - return $this; + $this->dmRecipients = $dmRecipients; + return $this; } /** @@ -55,7 +55,7 @@ public function setDmRecipients($dmRecipients) */ public function getDmEnvelope() { - return $this->dmEnvelope; + return $this->dmEnvelope; } /** @@ -64,8 +64,8 @@ public function getDmEnvelope() */ public function setDmEnvelope($dmEnvelope) { - $this->dmEnvelope = $dmEnvelope; - return $this; + $this->dmEnvelope = $dmEnvelope; + return $this; } /** @@ -73,7 +73,7 @@ public function setDmEnvelope($dmEnvelope) */ public function getDmFiles() { - return $this->dmFiles; + return $this->dmFiles; } /** @@ -82,8 +82,7 @@ public function getDmFiles() */ public function setDmFiles($dmFiles) { - $this->dmFiles = $dmFiles; - return $this; + $this->dmFiles = $dmFiles; + return $this; } - } diff --git a/src/Api/tMultipleMessageCreateOutput.php b/src/Api/tMultipleMessageCreateOutput.php index fea5bd3..5a3dce2 100644 --- a/src/Api/tMultipleMessageCreateOutput.php +++ b/src/Api/tMultipleMessageCreateOutput.php @@ -21,8 +21,8 @@ class tMultipleMessageCreateOutput */ public function __construct($dmMultipleStatus = null, $dmStatus = null) { - $this->dmMultipleStatus = $dmMultipleStatus; - $this->dmStatus = $dmStatus; + $this->dmMultipleStatus = $dmMultipleStatus; + $this->dmStatus = $dmStatus; } /** @@ -30,7 +30,7 @@ public function __construct($dmMultipleStatus = null, $dmStatus = null) */ public function getDmMultipleStatus() { - return $this->dmMultipleStatus; + return $this->dmMultipleStatus; } /** @@ -39,8 +39,8 @@ public function getDmMultipleStatus() */ public function setDmMultipleStatus($dmMultipleStatus) { - $this->dmMultipleStatus = $dmMultipleStatus; - return $this; + $this->dmMultipleStatus = $dmMultipleStatus; + return $this; } /** @@ -48,7 +48,7 @@ public function setDmMultipleStatus($dmMultipleStatus) */ public function getDmStatus() { - return $this->dmStatus; + return $this->dmStatus; } /** @@ -57,8 +57,7 @@ public function getDmStatus() */ public function setDmStatus($dmStatus) { - $this->dmStatus = $dmStatus; - return $this; + $this->dmStatus = $dmStatus; + return $this; } - } diff --git a/src/Api/tMultipleMessageEnvelopeSub.php b/src/Api/tMultipleMessageEnvelopeSub.php index 9fc0e1e..e971859 100644 --- a/src/Api/tMultipleMessageEnvelopeSub.php +++ b/src/Api/tMultipleMessageEnvelopeSub.php @@ -81,7 +81,7 @@ class tMultipleMessageEnvelopeSub protected $dmOVM = null; /** - * @var boolean $dmPublishOwnID + * @var dmPublishOwnID $dmPublishOwnID */ protected $dmPublishOwnID = null; @@ -101,26 +101,26 @@ class tMultipleMessageEnvelopeSub * @param boolean $dmPersonalDelivery * @param boolean $dmAllowSubstDelivery * @param boolean $dmOVM - * @param boolean $dmPublishOwnID + * @param dmPublishOwnID $dmPublishOwnID */ public function __construct($dmSenderOrgUnit = null, $dmSenderOrgUnitNum = null, $dmAnnotation = null, $dmRecipientRefNumber = null, $dmSenderRefNumber = null, $dmRecipientIdent = null, $dmSenderIdent = null, $dmLegalTitleLaw = null, $dmLegalTitleYear = null, $dmLegalTitleSect = null, $dmLegalTitlePar = null, $dmLegalTitlePoint = null, $dmPersonalDelivery = null, $dmAllowSubstDelivery = null, $dmOVM = null, $dmPublishOwnID = null) { - $this->dmSenderOrgUnit = $dmSenderOrgUnit; - $this->dmSenderOrgUnitNum = $dmSenderOrgUnitNum; - $this->dmAnnotation = $dmAnnotation; - $this->dmRecipientRefNumber = $dmRecipientRefNumber; - $this->dmSenderRefNumber = $dmSenderRefNumber; - $this->dmRecipientIdent = $dmRecipientIdent; - $this->dmSenderIdent = $dmSenderIdent; - $this->dmLegalTitleLaw = $dmLegalTitleLaw; - $this->dmLegalTitleYear = $dmLegalTitleYear; - $this->dmLegalTitleSect = $dmLegalTitleSect; - $this->dmLegalTitlePar = $dmLegalTitlePar; - $this->dmLegalTitlePoint = $dmLegalTitlePoint; - $this->dmPersonalDelivery = $dmPersonalDelivery; - $this->dmAllowSubstDelivery = $dmAllowSubstDelivery; - $this->dmOVM = $dmOVM; - $this->dmPublishOwnID = $dmPublishOwnID; + $this->dmSenderOrgUnit = $dmSenderOrgUnit; + $this->dmSenderOrgUnitNum = $dmSenderOrgUnitNum; + $this->dmAnnotation = $dmAnnotation; + $this->dmRecipientRefNumber = $dmRecipientRefNumber; + $this->dmSenderRefNumber = $dmSenderRefNumber; + $this->dmRecipientIdent = $dmRecipientIdent; + $this->dmSenderIdent = $dmSenderIdent; + $this->dmLegalTitleLaw = $dmLegalTitleLaw; + $this->dmLegalTitleYear = $dmLegalTitleYear; + $this->dmLegalTitleSect = $dmLegalTitleSect; + $this->dmLegalTitlePar = $dmLegalTitlePar; + $this->dmLegalTitlePoint = $dmLegalTitlePoint; + $this->dmPersonalDelivery = $dmPersonalDelivery; + $this->dmAllowSubstDelivery = $dmAllowSubstDelivery; + $this->dmOVM = $dmOVM; + $this->dmPublishOwnID = $dmPublishOwnID; } /** @@ -128,7 +128,7 @@ public function __construct($dmSenderOrgUnit = null, $dmSenderOrgUnitNum = null, */ public function getDmSenderOrgUnit() { - return $this->dmSenderOrgUnit; + return $this->dmSenderOrgUnit; } /** @@ -137,8 +137,8 @@ public function getDmSenderOrgUnit() */ public function setDmSenderOrgUnit($dmSenderOrgUnit) { - $this->dmSenderOrgUnit = $dmSenderOrgUnit; - return $this; + $this->dmSenderOrgUnit = $dmSenderOrgUnit; + return $this; } /** @@ -146,7 +146,7 @@ public function setDmSenderOrgUnit($dmSenderOrgUnit) */ public function getDmSenderOrgUnitNum() { - return $this->dmSenderOrgUnitNum; + return $this->dmSenderOrgUnitNum; } /** @@ -155,8 +155,8 @@ public function getDmSenderOrgUnitNum() */ public function setDmSenderOrgUnitNum($dmSenderOrgUnitNum) { - $this->dmSenderOrgUnitNum = $dmSenderOrgUnitNum; - return $this; + $this->dmSenderOrgUnitNum = $dmSenderOrgUnitNum; + return $this; } /** @@ -164,7 +164,7 @@ public function setDmSenderOrgUnitNum($dmSenderOrgUnitNum) */ public function getDmAnnotation() { - return $this->dmAnnotation; + return $this->dmAnnotation; } /** @@ -173,8 +173,8 @@ public function getDmAnnotation() */ public function setDmAnnotation($dmAnnotation) { - $this->dmAnnotation = $dmAnnotation; - return $this; + $this->dmAnnotation = $dmAnnotation; + return $this; } /** @@ -182,7 +182,7 @@ public function setDmAnnotation($dmAnnotation) */ public function getDmRecipientRefNumber() { - return $this->dmRecipientRefNumber; + return $this->dmRecipientRefNumber; } /** @@ -191,8 +191,8 @@ public function getDmRecipientRefNumber() */ public function setDmRecipientRefNumber($dmRecipientRefNumber) { - $this->dmRecipientRefNumber = $dmRecipientRefNumber; - return $this; + $this->dmRecipientRefNumber = $dmRecipientRefNumber; + return $this; } /** @@ -200,7 +200,7 @@ public function setDmRecipientRefNumber($dmRecipientRefNumber) */ public function getDmSenderRefNumber() { - return $this->dmSenderRefNumber; + return $this->dmSenderRefNumber; } /** @@ -209,8 +209,8 @@ public function getDmSenderRefNumber() */ public function setDmSenderRefNumber($dmSenderRefNumber) { - $this->dmSenderRefNumber = $dmSenderRefNumber; - return $this; + $this->dmSenderRefNumber = $dmSenderRefNumber; + return $this; } /** @@ -218,7 +218,7 @@ public function setDmSenderRefNumber($dmSenderRefNumber) */ public function getDmRecipientIdent() { - return $this->dmRecipientIdent; + return $this->dmRecipientIdent; } /** @@ -227,8 +227,8 @@ public function getDmRecipientIdent() */ public function setDmRecipientIdent($dmRecipientIdent) { - $this->dmRecipientIdent = $dmRecipientIdent; - return $this; + $this->dmRecipientIdent = $dmRecipientIdent; + return $this; } /** @@ -236,7 +236,7 @@ public function setDmRecipientIdent($dmRecipientIdent) */ public function getDmSenderIdent() { - return $this->dmSenderIdent; + return $this->dmSenderIdent; } /** @@ -245,8 +245,8 @@ public function getDmSenderIdent() */ public function setDmSenderIdent($dmSenderIdent) { - $this->dmSenderIdent = $dmSenderIdent; - return $this; + $this->dmSenderIdent = $dmSenderIdent; + return $this; } /** @@ -254,7 +254,7 @@ public function setDmSenderIdent($dmSenderIdent) */ public function getDmLegalTitleLaw() { - return $this->dmLegalTitleLaw; + return $this->dmLegalTitleLaw; } /** @@ -263,8 +263,8 @@ public function getDmLegalTitleLaw() */ public function setDmLegalTitleLaw($dmLegalTitleLaw) { - $this->dmLegalTitleLaw = $dmLegalTitleLaw; - return $this; + $this->dmLegalTitleLaw = $dmLegalTitleLaw; + return $this; } /** @@ -272,7 +272,7 @@ public function setDmLegalTitleLaw($dmLegalTitleLaw) */ public function getDmLegalTitleYear() { - return $this->dmLegalTitleYear; + return $this->dmLegalTitleYear; } /** @@ -281,8 +281,8 @@ public function getDmLegalTitleYear() */ public function setDmLegalTitleYear($dmLegalTitleYear) { - $this->dmLegalTitleYear = $dmLegalTitleYear; - return $this; + $this->dmLegalTitleYear = $dmLegalTitleYear; + return $this; } /** @@ -290,7 +290,7 @@ public function setDmLegalTitleYear($dmLegalTitleYear) */ public function getDmLegalTitleSect() { - return $this->dmLegalTitleSect; + return $this->dmLegalTitleSect; } /** @@ -299,8 +299,8 @@ public function getDmLegalTitleSect() */ public function setDmLegalTitleSect($dmLegalTitleSect) { - $this->dmLegalTitleSect = $dmLegalTitleSect; - return $this; + $this->dmLegalTitleSect = $dmLegalTitleSect; + return $this; } /** @@ -308,7 +308,7 @@ public function setDmLegalTitleSect($dmLegalTitleSect) */ public function getDmLegalTitlePar() { - return $this->dmLegalTitlePar; + return $this->dmLegalTitlePar; } /** @@ -317,8 +317,8 @@ public function getDmLegalTitlePar() */ public function setDmLegalTitlePar($dmLegalTitlePar) { - $this->dmLegalTitlePar = $dmLegalTitlePar; - return $this; + $this->dmLegalTitlePar = $dmLegalTitlePar; + return $this; } /** @@ -326,7 +326,7 @@ public function setDmLegalTitlePar($dmLegalTitlePar) */ public function getDmLegalTitlePoint() { - return $this->dmLegalTitlePoint; + return $this->dmLegalTitlePoint; } /** @@ -335,8 +335,8 @@ public function getDmLegalTitlePoint() */ public function setDmLegalTitlePoint($dmLegalTitlePoint) { - $this->dmLegalTitlePoint = $dmLegalTitlePoint; - return $this; + $this->dmLegalTitlePoint = $dmLegalTitlePoint; + return $this; } /** @@ -344,7 +344,7 @@ public function setDmLegalTitlePoint($dmLegalTitlePoint) */ public function getDmPersonalDelivery() { - return $this->dmPersonalDelivery; + return $this->dmPersonalDelivery; } /** @@ -353,8 +353,8 @@ public function getDmPersonalDelivery() */ public function setDmPersonalDelivery($dmPersonalDelivery) { - $this->dmPersonalDelivery = $dmPersonalDelivery; - return $this; + $this->dmPersonalDelivery = $dmPersonalDelivery; + return $this; } /** @@ -362,7 +362,7 @@ public function setDmPersonalDelivery($dmPersonalDelivery) */ public function getDmAllowSubstDelivery() { - return $this->dmAllowSubstDelivery; + return $this->dmAllowSubstDelivery; } /** @@ -371,8 +371,8 @@ public function getDmAllowSubstDelivery() */ public function setDmAllowSubstDelivery($dmAllowSubstDelivery) { - $this->dmAllowSubstDelivery = $dmAllowSubstDelivery; - return $this; + $this->dmAllowSubstDelivery = $dmAllowSubstDelivery; + return $this; } /** @@ -380,7 +380,7 @@ public function setDmAllowSubstDelivery($dmAllowSubstDelivery) */ public function getDmOVM() { - return $this->dmOVM; + return $this->dmOVM; } /** @@ -389,26 +389,25 @@ public function getDmOVM() */ public function setDmOVM($dmOVM) { - $this->dmOVM = $dmOVM; - return $this; + $this->dmOVM = $dmOVM; + return $this; } /** - * @return boolean + * @return dmPublishOwnID */ public function getDmPublishOwnID() { - return $this->dmPublishOwnID; + return $this->dmPublishOwnID; } /** - * @param boolean $dmPublishOwnID + * @param dmPublishOwnID $dmPublishOwnID * @return \Defr\CzechDataBox\Api\tMultipleMessageEnvelopeSub */ public function setDmPublishOwnID($dmPublishOwnID) { - $this->dmPublishOwnID = $dmPublishOwnID; - return $this; + $this->dmPublishOwnID = $dmPublishOwnID; + return $this; } - } diff --git a/src/Api/tMultipleMessageRecipients.php b/src/Api/tMultipleMessageRecipients.php index 42d7a8f..f008572 100644 --- a/src/Api/tMultipleMessageRecipients.php +++ b/src/Api/tMultipleMessageRecipients.php @@ -15,7 +15,7 @@ class tMultipleMessageRecipients */ public function __construct($dmRecipient = null) { - $this->dmRecipient = $dmRecipient; + $this->dmRecipient = $dmRecipient; } /** @@ -23,7 +23,7 @@ public function __construct($dmRecipient = null) */ public function getDmRecipient() { - return $this->dmRecipient; + return $this->dmRecipient; } /** @@ -32,8 +32,7 @@ public function getDmRecipient() */ public function setDmRecipient($dmRecipient) { - $this->dmRecipient = $dmRecipient; - return $this; + $this->dmRecipient = $dmRecipient; + return $this; } - } diff --git a/src/Api/tMultipleStatus.php b/src/Api/tMultipleStatus.php index c80ecf5..2994de7 100644 --- a/src/Api/tMultipleStatus.php +++ b/src/Api/tMultipleStatus.php @@ -15,7 +15,7 @@ class tMultipleStatus */ public function __construct($dmSingleStatus = null) { - $this->dmSingleStatus = $dmSingleStatus; + $this->dmSingleStatus = $dmSingleStatus; } /** @@ -23,7 +23,7 @@ public function __construct($dmSingleStatus = null) */ public function getDmSingleStatus() { - return $this->dmSingleStatus; + return $this->dmSingleStatus; } /** @@ -32,8 +32,7 @@ public function getDmSingleStatus() */ public function setDmSingleStatus($dmSingleStatus) { - $this->dmSingleStatus = $dmSingleStatus; - return $this; + $this->dmSingleStatus = $dmSingleStatus; + return $this; } - } diff --git a/src/Api/tNewAccDataInput.php b/src/Api/tNewAccDataInput.php index ec92241..41542a1 100644 --- a/src/Api/tNewAccDataInput.php +++ b/src/Api/tNewAccDataInput.php @@ -51,13 +51,13 @@ class tNewAccDataInput */ public function __construct($dbOwnerInfo = null, $dbUserInfo = null, $dbFeePaid = null, $dbVirtual = null, $email = null, $dbApproved = null, $dbExternRefNumber = null) { - $this->dbOwnerInfo = $dbOwnerInfo; - $this->dbUserInfo = $dbUserInfo; - $this->dbFeePaid = $dbFeePaid; - $this->dbVirtual = $dbVirtual; - $this->email = $email; - $this->dbApproved = $dbApproved; - $this->dbExternRefNumber = $dbExternRefNumber; + $this->dbOwnerInfo = $dbOwnerInfo; + $this->dbUserInfo = $dbUserInfo; + $this->dbFeePaid = $dbFeePaid; + $this->dbVirtual = $dbVirtual; + $this->email = $email; + $this->dbApproved = $dbApproved; + $this->dbExternRefNumber = $dbExternRefNumber; } /** @@ -65,7 +65,7 @@ public function __construct($dbOwnerInfo = null, $dbUserInfo = null, $dbFeePaid */ public function getDbOwnerInfo() { - return $this->dbOwnerInfo; + return $this->dbOwnerInfo; } /** @@ -74,8 +74,8 @@ public function getDbOwnerInfo() */ public function setDbOwnerInfo($dbOwnerInfo) { - $this->dbOwnerInfo = $dbOwnerInfo; - return $this; + $this->dbOwnerInfo = $dbOwnerInfo; + return $this; } /** @@ -83,7 +83,7 @@ public function setDbOwnerInfo($dbOwnerInfo) */ public function getDbUserInfo() { - return $this->dbUserInfo; + return $this->dbUserInfo; } /** @@ -92,8 +92,8 @@ public function getDbUserInfo() */ public function setDbUserInfo($dbUserInfo) { - $this->dbUserInfo = $dbUserInfo; - return $this; + $this->dbUserInfo = $dbUserInfo; + return $this; } /** @@ -101,7 +101,7 @@ public function setDbUserInfo($dbUserInfo) */ public function getDbFeePaid() { - return $this->dbFeePaid; + return $this->dbFeePaid; } /** @@ -110,8 +110,8 @@ public function getDbFeePaid() */ public function setDbFeePaid($dbFeePaid) { - $this->dbFeePaid = $dbFeePaid; - return $this; + $this->dbFeePaid = $dbFeePaid; + return $this; } /** @@ -119,7 +119,7 @@ public function setDbFeePaid($dbFeePaid) */ public function getDbVirtual() { - return $this->dbVirtual; + return $this->dbVirtual; } /** @@ -128,8 +128,8 @@ public function getDbVirtual() */ public function setDbVirtual($dbVirtual) { - $this->dbVirtual = $dbVirtual; - return $this; + $this->dbVirtual = $dbVirtual; + return $this; } /** @@ -137,7 +137,7 @@ public function setDbVirtual($dbVirtual) */ public function getEmail() { - return $this->email; + return $this->email; } /** @@ -146,8 +146,8 @@ public function getEmail() */ public function setEmail($email) { - $this->email = $email; - return $this; + $this->email = $email; + return $this; } /** @@ -155,7 +155,7 @@ public function setEmail($email) */ public function getDbApproved() { - return $this->dbApproved; + return $this->dbApproved; } /** @@ -164,8 +164,8 @@ public function getDbApproved() */ public function setDbApproved($dbApproved) { - $this->dbApproved = $dbApproved; - return $this; + $this->dbApproved = $dbApproved; + return $this; } /** @@ -173,7 +173,7 @@ public function setDbApproved($dbApproved) */ public function getDbExternRefNumber() { - return $this->dbExternRefNumber; + return $this->dbExternRefNumber; } /** @@ -182,8 +182,7 @@ public function getDbExternRefNumber() */ public function setDbExternRefNumber($dbExternRefNumber) { - $this->dbExternRefNumber = $dbExternRefNumber; - return $this; + $this->dbExternRefNumber = $dbExternRefNumber; + return $this; } - } diff --git a/src/Api/tNewAccDataInput2.php b/src/Api/tNewAccDataInput2.php new file mode 100644 index 0000000..88e1f1f --- /dev/null +++ b/src/Api/tNewAccDataInput2.php @@ -0,0 +1,188 @@ +dbID = $dbID; + $this->isdsID = $isdsID; + $this->dbFeePaid = $dbFeePaid; + $this->dbVirtual = $dbVirtual; + $this->email = $email; + $this->dbApproved = $dbApproved; + $this->dbExternRefNumber = $dbExternRefNumber; + } + + /** + * @return dbID + */ + public function getDbID() + { + return $this->dbID; + } + + /** + * @param dbID $dbID + * @return \Defr\CzechDataBox\Api\tNewAccDataInput2 + */ + public function setDbID($dbID) + { + $this->dbID = $dbID; + return $this; + } + + /** + * @return tIsdsID + */ + public function getIsdsID() + { + return $this->isdsID; + } + + /** + * @param tIsdsID $isdsID + * @return \Defr\CzechDataBox\Api\tNewAccDataInput2 + */ + public function setIsdsID($isdsID) + { + $this->isdsID = $isdsID; + return $this; + } + + /** + * @return boolean + */ + public function getDbFeePaid() + { + return $this->dbFeePaid; + } + + /** + * @param boolean $dbFeePaid + * @return \Defr\CzechDataBox\Api\tNewAccDataInput2 + */ + public function setDbFeePaid($dbFeePaid) + { + $this->dbFeePaid = $dbFeePaid; + return $this; + } + + /** + * @return boolean + */ + public function getDbVirtual() + { + return $this->dbVirtual; + } + + /** + * @param boolean $dbVirtual + * @return \Defr\CzechDataBox\Api\tNewAccDataInput2 + */ + public function setDbVirtual($dbVirtual) + { + $this->dbVirtual = $dbVirtual; + return $this; + } + + /** + * @return string + */ + public function getEmail() + { + return $this->email; + } + + /** + * @param string $email + * @return \Defr\CzechDataBox\Api\tNewAccDataInput2 + */ + public function setEmail($email) + { + $this->email = $email; + return $this; + } + + /** + * @return boolean + */ + public function getDbApproved() + { + return $this->dbApproved; + } + + /** + * @param boolean $dbApproved + * @return \Defr\CzechDataBox\Api\tNewAccDataInput2 + */ + public function setDbApproved($dbApproved) + { + $this->dbApproved = $dbApproved; + return $this; + } + + /** + * @return string + */ + public function getDbExternRefNumber() + { + return $this->dbExternRefNumber; + } + + /** + * @param string $dbExternRefNumber + * @return \Defr\CzechDataBox\Api\tNewAccDataInput2 + */ + public function setDbExternRefNumber($dbExternRefNumber) + { + $this->dbExternRefNumber = $dbExternRefNumber; + return $this; + } +} diff --git a/src/Api/tNewAccDataOutput.php b/src/Api/tNewAccDataOutput.php index b574f23..c8e47f0 100644 --- a/src/Api/tNewAccDataOutput.php +++ b/src/Api/tNewAccDataOutput.php @@ -27,9 +27,9 @@ class tNewAccDataOutput */ public function __construct($dbUserID = null, $dbAccessDataId = null, $dbStatus = null) { - $this->dbUserID = $dbUserID; - $this->dbAccessDataId = $dbAccessDataId; - $this->dbStatus = $dbStatus; + $this->dbUserID = $dbUserID; + $this->dbAccessDataId = $dbAccessDataId; + $this->dbStatus = $dbStatus; } /** @@ -37,7 +37,7 @@ public function __construct($dbUserID = null, $dbAccessDataId = null, $dbStatus */ public function getDbUserID() { - return $this->dbUserID; + return $this->dbUserID; } /** @@ -46,8 +46,8 @@ public function getDbUserID() */ public function setDbUserID($dbUserID) { - $this->dbUserID = $dbUserID; - return $this; + $this->dbUserID = $dbUserID; + return $this; } /** @@ -55,7 +55,7 @@ public function setDbUserID($dbUserID) */ public function getDbAccessDataId() { - return $this->dbAccessDataId; + return $this->dbAccessDataId; } /** @@ -64,8 +64,8 @@ public function getDbAccessDataId() */ public function setDbAccessDataId($dbAccessDataId) { - $this->dbAccessDataId = $dbAccessDataId; - return $this; + $this->dbAccessDataId = $dbAccessDataId; + return $this; } /** @@ -73,7 +73,7 @@ public function setDbAccessDataId($dbAccessDataId) */ public function getDbStatus() { - return $this->dbStatus; + return $this->dbStatus; } /** @@ -82,8 +82,7 @@ public function getDbStatus() */ public function setDbStatus($dbStatus) { - $this->dbStatus = $dbStatus; - return $this; + $this->dbStatus = $dbStatus; + return $this; } - } diff --git a/src/Api/tNewAccDataOutput2.php b/src/Api/tNewAccDataOutput2.php new file mode 100644 index 0000000..6451f8d --- /dev/null +++ b/src/Api/tNewAccDataOutput2.php @@ -0,0 +1,88 @@ +dbUserID = $dbUserID; + $this->dbAccessDataId = $dbAccessDataId; + $this->dbStatus = $dbStatus; + } + + /** + * @return tUserID + */ + public function getDbUserID() + { + return $this->dbUserID; + } + + /** + * @param tUserID $dbUserID + * @return \Defr\CzechDataBox\Api\tNewAccDataOutput2 + */ + public function setDbUserID($dbUserID) + { + $this->dbUserID = $dbUserID; + return $this; + } + + /** + * @return tDbAccessDataId + */ + public function getDbAccessDataId() + { + return $this->dbAccessDataId; + } + + /** + * @param tDbAccessDataId $dbAccessDataId + * @return \Defr\CzechDataBox\Api\tNewAccDataOutput2 + */ + public function setDbAccessDataId($dbAccessDataId) + { + $this->dbAccessDataId = $dbAccessDataId; + return $this; + } + + /** + * @return tDbReqStatus + */ + public function getDbStatus() + { + return $this->dbStatus; + } + + /** + * @param tDbReqStatus $dbStatus + * @return \Defr\CzechDataBox\Api\tNewAccDataOutput2 + */ + public function setDbStatus($dbStatus) + { + $this->dbStatus = $dbStatus; + return $this; + } +} diff --git a/src/Api/tNtfRecord.php b/src/Api/tNtfRecord.php new file mode 100644 index 0000000..1d96c9a --- /dev/null +++ b/src/Api/tNtfRecord.php @@ -0,0 +1,221 @@ +ntfType = $ntfType; + $this->dmID = $dmID; + $this->dmPersonalDelivery = $dmPersonalDelivery; + $this->dmDeliveryTime = $dmDeliveryTime ? $dmDeliveryTime->format(\DateTime::ATOM) : null; + $this->dbIDRecipient = $dbIDRecipient; + $this->dmAnnotation = $dmAnnotation; + $this->dbIDSender = $dbIDSender; + $this->dmSender = $dmSender; + } + + /** + * @return int + */ + public function getNtfType() + { + return $this->ntfType; + } + + /** + * @param int $ntfType + * @return \Defr\CzechDataBox\Api\tNtfRecord + */ + public function setNtfType($ntfType) + { + $this->ntfType = $ntfType; + return $this; + } + + /** + * @return tIdDm + */ + public function getDmID() + { + return $this->dmID; + } + + /** + * @param tIdDm $dmID + * @return \Defr\CzechDataBox\Api\tNtfRecord + */ + public function setDmID($dmID) + { + $this->dmID = $dmID; + return $this; + } + + /** + * @return int + */ + public function getDmPersonalDelivery() + { + return $this->dmPersonalDelivery; + } + + /** + * @param int $dmPersonalDelivery + * @return \Defr\CzechDataBox\Api\tNtfRecord + */ + public function setDmPersonalDelivery($dmPersonalDelivery) + { + $this->dmPersonalDelivery = $dmPersonalDelivery; + return $this; + } + + /** + * @return \DateTime + */ + public function getDmDeliveryTime() + { + if ($this->dmDeliveryTime == null) { + return null; + } else { + try { + return new \DateTime($this->dmDeliveryTime); + } catch (\Exception $e) { + return false; + } + } + } + + /** + * @param \DateTime $dmDeliveryTime + * @return \Defr\CzechDataBox\Api\tNtfRecord + */ + public function setDmDeliveryTime(\DateTime $dmDeliveryTime) + { + $this->dmDeliveryTime = $dmDeliveryTime->format(\DateTime::ATOM); + return $this; + } + + /** + * @return tIdDb + */ + public function getDbIDRecipient() + { + return $this->dbIDRecipient; + } + + /** + * @param tIdDb $dbIDRecipient + * @return \Defr\CzechDataBox\Api\tNtfRecord + */ + public function setDbIDRecipient($dbIDRecipient) + { + $this->dbIDRecipient = $dbIDRecipient; + return $this; + } + + /** + * @return string + */ + public function getDmAnnotation() + { + return $this->dmAnnotation; + } + + /** + * @param string $dmAnnotation + * @return \Defr\CzechDataBox\Api\tNtfRecord + */ + public function setDmAnnotation($dmAnnotation) + { + $this->dmAnnotation = $dmAnnotation; + return $this; + } + + /** + * @return tIdDb + */ + public function getDbIDSender() + { + return $this->dbIDSender; + } + + /** + * @param tIdDb $dbIDSender + * @return \Defr\CzechDataBox\Api\tNtfRecord + */ + public function setDbIDSender($dbIDSender) + { + $this->dbIDSender = $dbIDSender; + return $this; + } + + /** + * @return string + */ + public function getDmSender() + { + return $this->dmSender; + } + + /** + * @param string $dmSender + * @return \Defr\CzechDataBox\Api\tNtfRecord + */ + public function setDmSender($dmSender) + { + $this->dmSender = $dmSender; + return $this; + } +} diff --git a/src/Api/tNtfRecordsArray.php b/src/Api/tNtfRecordsArray.php new file mode 100644 index 0000000..d59ed33 --- /dev/null +++ b/src/Api/tNtfRecordsArray.php @@ -0,0 +1,38 @@ +ntfRecord = $ntfRecord; + } + + /** + * @return tNtfRecord + */ + public function getNtfRecord() + { + return $this->ntfRecord; + } + + /** + * @param tNtfRecord $ntfRecord + * @return \Defr\CzechDataBox\Api\tNtfRecordsArray + */ + public function setNtfRecord($ntfRecord) + { + $this->ntfRecord = $ntfRecord; + return $this; + } +} diff --git a/src/Api/tNumOfMessagesInput.php b/src/Api/tNumOfMessagesInput.php index ae5ee1a..54ee7b2 100644 --- a/src/Api/tNumOfMessagesInput.php +++ b/src/Api/tNumOfMessagesInput.php @@ -13,7 +13,6 @@ class tNumOfMessagesInput public function __construct() { - } /** @@ -21,7 +20,7 @@ public function __construct() */ public function getStatType() { - return $this->statType; + return $this->statType; } /** @@ -30,8 +29,7 @@ public function getStatType() */ public function setStatType($statType) { - $this->statType = $statType; - return $this; + $this->statType = $statType; + return $this; } - } diff --git a/src/Api/tNumOfMessagesOutput.php b/src/Api/tNumOfMessagesOutput.php index f59e79f..4af26d6 100644 --- a/src/Api/tNumOfMessagesOutput.php +++ b/src/Api/tNumOfMessagesOutput.php @@ -25,7 +25,7 @@ class tNumOfMessagesOutput */ public function __construct(\DateTime $statTime = null) { - $this->statTime = $statTime ? $statTime->format(\DateTime::ATOM) : null; + $this->statTime = $statTime ? $statTime->format(\DateTime::ATOM) : null; } /** @@ -33,7 +33,7 @@ public function __construct(\DateTime $statTime = null) */ public function getStatResult() { - return $this->statResult; + return $this->statResult; } /** @@ -42,8 +42,8 @@ public function getStatResult() */ public function setStatResult($statResult) { - $this->statResult = $statResult; - return $this; + $this->statResult = $statResult; + return $this; } /** @@ -51,15 +51,15 @@ public function setStatResult($statResult) */ public function getStatTime() { - if ($this->statTime == null) { - return null; - } else { - try { - return new \DateTime($this->statTime); - } catch (\Exception $e) { - return false; + if ($this->statTime == null) { + return null; + } else { + try { + return new \DateTime($this->statTime); + } catch (\Exception $e) { + return false; + } } - } } /** @@ -68,8 +68,8 @@ public function getStatTime() */ public function setStatTime(\DateTime $statTime) { - $this->statTime = $statTime->format(\DateTime::ATOM); - return $this; + $this->statTime = $statTime->format(\DateTime::ATOM); + return $this; } /** @@ -77,7 +77,7 @@ public function setStatTime(\DateTime $statTime) */ public function getDbStatus() { - return $this->dbStatus; + return $this->dbStatus; } /** @@ -86,8 +86,7 @@ public function getDbStatus() */ public function setDbStatus($dbStatus) { - $this->dbStatus = $dbStatus; - return $this; + $this->dbStatus = $dbStatus; + return $this; } - } diff --git a/src/Api/tOwnerInfoInput.php b/src/Api/tOwnerInfoInput.php index 12015a7..758016e 100644 --- a/src/Api/tOwnerInfoInput.php +++ b/src/Api/tOwnerInfoInput.php @@ -27,9 +27,9 @@ class tOwnerInfoInput */ public function __construct($dbOwnerInfo = null, $dbApproved = null, $dbExternRefNumber = null) { - $this->dbOwnerInfo = $dbOwnerInfo; - $this->dbApproved = $dbApproved; - $this->dbExternRefNumber = $dbExternRefNumber; + $this->dbOwnerInfo = $dbOwnerInfo; + $this->dbApproved = $dbApproved; + $this->dbExternRefNumber = $dbExternRefNumber; } /** @@ -37,7 +37,7 @@ public function __construct($dbOwnerInfo = null, $dbApproved = null, $dbExternRe */ public function getDbOwnerInfo() { - return $this->dbOwnerInfo; + return $this->dbOwnerInfo; } /** @@ -46,8 +46,8 @@ public function getDbOwnerInfo() */ public function setDbOwnerInfo($dbOwnerInfo) { - $this->dbOwnerInfo = $dbOwnerInfo; - return $this; + $this->dbOwnerInfo = $dbOwnerInfo; + return $this; } /** @@ -55,7 +55,7 @@ public function setDbOwnerInfo($dbOwnerInfo) */ public function getDbApproved() { - return $this->dbApproved; + return $this->dbApproved; } /** @@ -64,8 +64,8 @@ public function getDbApproved() */ public function setDbApproved($dbApproved) { - $this->dbApproved = $dbApproved; - return $this; + $this->dbApproved = $dbApproved; + return $this; } /** @@ -73,7 +73,7 @@ public function setDbApproved($dbApproved) */ public function getDbExternRefNumber() { - return $this->dbExternRefNumber; + return $this->dbExternRefNumber; } /** @@ -82,8 +82,7 @@ public function getDbExternRefNumber() */ public function setDbExternRefNumber($dbExternRefNumber) { - $this->dbExternRefNumber = $dbExternRefNumber; - return $this; + $this->dbExternRefNumber = $dbExternRefNumber; + return $this; } - } diff --git a/src/Api/tPDZInfoInput.php b/src/Api/tPDZInfoInput.php index 0400805..ffe9e33 100644 --- a/src/Api/tPDZInfoInput.php +++ b/src/Api/tPDZInfoInput.php @@ -15,7 +15,7 @@ class tPDZInfoInput */ public function __construct($PDZSender = null) { - $this->PDZSender = $PDZSender; + $this->PDZSender = $PDZSender; } /** @@ -23,7 +23,7 @@ public function __construct($PDZSender = null) */ public function getPDZSender() { - return $this->PDZSender; + return $this->PDZSender; } /** @@ -32,8 +32,7 @@ public function getPDZSender() */ public function setPDZSender($PDZSender) { - $this->PDZSender = $PDZSender; - return $this; + $this->PDZSender = $PDZSender; + return $this; } - } diff --git a/src/Api/tPDZInfoOutput.php b/src/Api/tPDZInfoOutput.php index e69b4ce..f188bcc 100644 --- a/src/Api/tPDZInfoOutput.php +++ b/src/Api/tPDZInfoOutput.php @@ -21,8 +21,8 @@ class tPDZInfoOutput */ public function __construct($dbPDZRecords = null, $dbStatus = null) { - $this->dbPDZRecords = $dbPDZRecords; - $this->dbStatus = $dbStatus; + $this->dbPDZRecords = $dbPDZRecords; + $this->dbStatus = $dbStatus; } /** @@ -30,7 +30,7 @@ public function __construct($dbPDZRecords = null, $dbStatus = null) */ public function getDbPDZRecords() { - return $this->dbPDZRecords; + return $this->dbPDZRecords; } /** @@ -39,8 +39,8 @@ public function getDbPDZRecords() */ public function setDbPDZRecords($dbPDZRecords) { - $this->dbPDZRecords = $dbPDZRecords; - return $this; + $this->dbPDZRecords = $dbPDZRecords; + return $this; } /** @@ -48,7 +48,7 @@ public function setDbPDZRecords($dbPDZRecords) */ public function getDbStatus() { - return $this->dbStatus; + return $this->dbStatus; } /** @@ -57,8 +57,7 @@ public function getDbStatus() */ public function setDbStatus($dbStatus) { - $this->dbStatus = $dbStatus; - return $this; + $this->dbStatus = $dbStatus; + return $this; } - } diff --git a/src/Api/tPDZRec.php b/src/Api/tPDZRec.php index 94b38f4..8f369d6 100644 --- a/src/Api/tPDZRec.php +++ b/src/Api/tPDZRec.php @@ -45,12 +45,12 @@ class tPDZRec */ public function __construct($PDZType = null, $PDZRecip = null, $PDZPayer = null, \DateTime $PDZExpire = null, $PDZCnt = null, $ODZIdent = null) { - $this->PDZType = $PDZType; - $this->PDZRecip = $PDZRecip; - $this->PDZPayer = $PDZPayer; - $this->PDZExpire = $PDZExpire ? $PDZExpire->format(\DateTime::ATOM) : null; - $this->PDZCnt = $PDZCnt; - $this->ODZIdent = $ODZIdent; + $this->PDZType = $PDZType; + $this->PDZRecip = $PDZRecip; + $this->PDZPayer = $PDZPayer; + $this->PDZExpire = $PDZExpire ? $PDZExpire->format(\DateTime::ATOM) : null; + $this->PDZCnt = $PDZCnt; + $this->ODZIdent = $ODZIdent; } /** @@ -58,7 +58,7 @@ public function __construct($PDZType = null, $PDZRecip = null, $PDZPayer = null, */ public function getPDZType() { - return $this->PDZType; + return $this->PDZType; } /** @@ -67,8 +67,8 @@ public function getPDZType() */ public function setPDZType($PDZType) { - $this->PDZType = $PDZType; - return $this; + $this->PDZType = $PDZType; + return $this; } /** @@ -76,7 +76,7 @@ public function setPDZType($PDZType) */ public function getPDZRecip() { - return $this->PDZRecip; + return $this->PDZRecip; } /** @@ -85,8 +85,8 @@ public function getPDZRecip() */ public function setPDZRecip($PDZRecip) { - $this->PDZRecip = $PDZRecip; - return $this; + $this->PDZRecip = $PDZRecip; + return $this; } /** @@ -94,7 +94,7 @@ public function setPDZRecip($PDZRecip) */ public function getPDZPayer() { - return $this->PDZPayer; + return $this->PDZPayer; } /** @@ -103,8 +103,8 @@ public function getPDZPayer() */ public function setPDZPayer($PDZPayer) { - $this->PDZPayer = $PDZPayer; - return $this; + $this->PDZPayer = $PDZPayer; + return $this; } /** @@ -112,15 +112,15 @@ public function setPDZPayer($PDZPayer) */ public function getPDZExpire() { - if ($this->PDZExpire == null) { - return null; - } else { - try { - return new \DateTime($this->PDZExpire); - } catch (\Exception $e) { - return false; + if ($this->PDZExpire == null) { + return null; + } else { + try { + return new \DateTime($this->PDZExpire); + } catch (\Exception $e) { + return false; + } } - } } /** @@ -129,8 +129,8 @@ public function getPDZExpire() */ public function setPDZExpire(\DateTime $PDZExpire) { - $this->PDZExpire = $PDZExpire->format(\DateTime::ATOM); - return $this; + $this->PDZExpire = $PDZExpire->format(\DateTime::ATOM); + return $this; } /** @@ -138,7 +138,7 @@ public function setPDZExpire(\DateTime $PDZExpire) */ public function getPDZCnt() { - return $this->PDZCnt; + return $this->PDZCnt; } /** @@ -147,8 +147,8 @@ public function getPDZCnt() */ public function setPDZCnt($PDZCnt) { - $this->PDZCnt = $PDZCnt; - return $this; + $this->PDZCnt = $PDZCnt; + return $this; } /** @@ -156,7 +156,7 @@ public function setPDZCnt($PDZCnt) */ public function getODZIdent() { - return $this->ODZIdent; + return $this->ODZIdent; } /** @@ -165,8 +165,7 @@ public function getODZIdent() */ public function setODZIdent($ODZIdent) { - $this->ODZIdent = $ODZIdent; - return $this; + $this->ODZIdent = $ODZIdent; + return $this; } - } diff --git a/src/Api/tPDZRecArray.php b/src/Api/tPDZRecArray.php index aa7404b..2a37ff0 100644 --- a/src/Api/tPDZRecArray.php +++ b/src/Api/tPDZRecArray.php @@ -15,7 +15,7 @@ class tPDZRecArray */ public function __construct($dbPDZRecord = null) { - $this->dbPDZRecord = $dbPDZRecord; + $this->dbPDZRecord = $dbPDZRecord; } /** @@ -23,7 +23,7 @@ public function __construct($dbPDZRecord = null) */ public function getDbPDZRecord() { - return $this->dbPDZRecord; + return $this->dbPDZRecord; } /** @@ -32,8 +32,7 @@ public function getDbPDZRecord() */ public function setDbPDZRecord($dbPDZRecord) { - $this->dbPDZRecord = $dbPDZRecord; - return $this; + $this->dbPDZRecord = $dbPDZRecord; + return $this; } - } diff --git a/src/Api/tPDZSendInput.php b/src/Api/tPDZSendInput.php new file mode 100644 index 0000000..c3e18df --- /dev/null +++ b/src/Api/tPDZSendInput.php @@ -0,0 +1,63 @@ +dbId = $dbId; + $this->PDZType = $PDZType; + } + + /** + * @return tIdDb + */ + public function getDbId() + { + return $this->dbId; + } + + /** + * @param tIdDb $dbId + * @return \Defr\CzechDataBox\Api\tPDZSendInput + */ + public function setDbId($dbId) + { + $this->dbId = $dbId; + return $this; + } + + /** + * @return PDZType + */ + public function getPDZType() + { + return $this->PDZType; + } + + /** + * @param PDZType $PDZType + * @return \Defr\CzechDataBox\Api\tPDZSendInput + */ + public function setPDZType($PDZType) + { + $this->PDZType = $PDZType; + return $this; + } +} diff --git a/src/Api/tPDZSendOutput.php b/src/Api/tPDZSendOutput.php new file mode 100644 index 0000000..abf286f --- /dev/null +++ b/src/Api/tPDZSendOutput.php @@ -0,0 +1,63 @@ +PDZsiResult = $PDZsiResult; + $this->dbStatus = $dbStatus; + } + + /** + * @return boolean + */ + public function getPDZsiResult() + { + return $this->PDZsiResult; + } + + /** + * @param boolean $PDZsiResult + * @return \Defr\CzechDataBox\Api\tPDZSendOutput + */ + public function setPDZsiResult($PDZsiResult) + { + $this->PDZsiResult = $PDZsiResult; + return $this; + } + + /** + * @return tDbReqStatus + */ + public function getDbStatus() + { + return $this->dbStatus; + } + + /** + * @param tDbReqStatus $dbStatus + * @return \Defr\CzechDataBox\Api\tPDZSendOutput + */ + public function setDbStatus($dbStatus) + { + $this->dbStatus = $dbStatus; + return $this; + } +} diff --git a/src/Api/tPickUpAsyncInput.php b/src/Api/tPickUpAsyncInput.php new file mode 100644 index 0000000..f37d84b --- /dev/null +++ b/src/Api/tPickUpAsyncInput.php @@ -0,0 +1,63 @@ +asyncID = $asyncID; + $this->asyncReqType = $asyncReqType; + } + + /** + * @return string + */ + public function getAsyncID() + { + return $this->asyncID; + } + + /** + * @param string $asyncID + * @return \Defr\CzechDataBox\Api\tPickUpAsyncInput + */ + public function setAsyncID($asyncID) + { + $this->asyncID = $asyncID; + return $this; + } + + /** + * @return string + */ + public function getAsyncReqType() + { + return $this->asyncReqType; + } + + /** + * @param string $asyncReqType + * @return \Defr\CzechDataBox\Api\tPickUpAsyncInput + */ + public function setAsyncReqType($asyncReqType) + { + $this->asyncReqType = $asyncReqType; + return $this; + } +} diff --git a/src/Api/tPickUpAsyncOutput.php b/src/Api/tPickUpAsyncOutput.php new file mode 100644 index 0000000..dd10cfd --- /dev/null +++ b/src/Api/tPickUpAsyncOutput.php @@ -0,0 +1,88 @@ +asyncReqType = $asyncReqType; + $this->asyncResponse = $asyncResponse; + $this->dmStatus = $dmStatus; + } + + /** + * @return string + */ + public function getAsyncReqType() + { + return $this->asyncReqType; + } + + /** + * @param string $asyncReqType + * @return \Defr\CzechDataBox\Api\tPickUpAsyncOutput + */ + public function setAsyncReqType($asyncReqType) + { + $this->asyncReqType = $asyncReqType; + return $this; + } + + /** + * @return base64Binary + */ + public function getAsyncResponse() + { + return $this->asyncResponse; + } + + /** + * @param base64Binary $asyncResponse + * @return \Defr\CzechDataBox\Api\tPickUpAsyncOutput + */ + public function setAsyncResponse($asyncResponse) + { + $this->asyncResponse = $asyncResponse; + return $this; + } + + /** + * @return tStatus + */ + public function getDmStatus() + { + return $this->dmStatus; + } + + /** + * @param tStatus $dmStatus + * @return \Defr\CzechDataBox\Api\tPickUpAsyncOutput + */ + public function setDmStatus($dmStatus) + { + $this->dmStatus = $dmStatus; + return $this; + } +} diff --git a/src/Api/tRecipients.php b/src/Api/tRecipients.php index fcbb341..b038ade 100644 --- a/src/Api/tRecipients.php +++ b/src/Api/tRecipients.php @@ -33,10 +33,10 @@ class tRecipients */ public function __construct($dbIDRecipient = null, $dmRecipientOrgUnit = null, $dmRecipientOrgUnitNum = null, $dmToHands = null) { - $this->dbIDRecipient = $dbIDRecipient; - $this->dmRecipientOrgUnit = $dmRecipientOrgUnit; - $this->dmRecipientOrgUnitNum = $dmRecipientOrgUnitNum; - $this->dmToHands = $dmToHands; + $this->dbIDRecipient = $dbIDRecipient; + $this->dmRecipientOrgUnit = $dmRecipientOrgUnit; + $this->dmRecipientOrgUnitNum = $dmRecipientOrgUnitNum; + $this->dmToHands = $dmToHands; } /** @@ -44,7 +44,7 @@ public function __construct($dbIDRecipient = null, $dmRecipientOrgUnit = null, $ */ public function getDbIDRecipient() { - return $this->dbIDRecipient; + return $this->dbIDRecipient; } /** @@ -53,8 +53,8 @@ public function getDbIDRecipient() */ public function setDbIDRecipient($dbIDRecipient) { - $this->dbIDRecipient = $dbIDRecipient; - return $this; + $this->dbIDRecipient = $dbIDRecipient; + return $this; } /** @@ -62,7 +62,7 @@ public function setDbIDRecipient($dbIDRecipient) */ public function getDmRecipientOrgUnit() { - return $this->dmRecipientOrgUnit; + return $this->dmRecipientOrgUnit; } /** @@ -71,8 +71,8 @@ public function getDmRecipientOrgUnit() */ public function setDmRecipientOrgUnit($dmRecipientOrgUnit) { - $this->dmRecipientOrgUnit = $dmRecipientOrgUnit; - return $this; + $this->dmRecipientOrgUnit = $dmRecipientOrgUnit; + return $this; } /** @@ -80,7 +80,7 @@ public function setDmRecipientOrgUnit($dmRecipientOrgUnit) */ public function getDmRecipientOrgUnitNum() { - return $this->dmRecipientOrgUnitNum; + return $this->dmRecipientOrgUnitNum; } /** @@ -89,8 +89,8 @@ public function getDmRecipientOrgUnitNum() */ public function setDmRecipientOrgUnitNum($dmRecipientOrgUnitNum) { - $this->dmRecipientOrgUnitNum = $dmRecipientOrgUnitNum; - return $this; + $this->dmRecipientOrgUnitNum = $dmRecipientOrgUnitNum; + return $this; } /** @@ -98,7 +98,7 @@ public function setDmRecipientOrgUnitNum($dmRecipientOrgUnitNum) */ public function getDmToHands() { - return $this->dmToHands; + return $this->dmToHands; } /** @@ -107,8 +107,7 @@ public function getDmToHands() */ public function setDmToHands($dmToHands) { - $this->dmToHands = $dmToHands; - return $this; + $this->dmToHands = $dmToHands; + return $this; } - } diff --git a/src/Api/tRecord.php b/src/Api/tRecord.php index 9b8b0ad..04cf37f 100644 --- a/src/Api/tRecord.php +++ b/src/Api/tRecord.php @@ -161,10 +161,15 @@ class tRecord protected $dmAcceptanceTime = null; /** - * @var anonymous48 $dmType + * @var anonymous50 $dmType */ protected $dmType = null; + /** + * @var boolean $dmVODZ + */ + protected $dmVODZ = null; + /** * @param dmOrdinal $dmOrdinal * @param tIdDm $dmID @@ -197,42 +202,44 @@ class tRecord * @param int $dmAttachmentSize * @param \DateTime $dmDeliveryTime * @param \DateTime $dmAcceptanceTime - * @param anonymous48 $dmType - */ - public function __construct($dmOrdinal = null, $dmID = null, $dbIDSender = null, $dmSender = null, $dmSenderAddress = null, $dmSenderType = null, $dmRecipient = null, $dmRecipientAddress = null, $dmAmbiguousRecipient = null, $dmSenderOrgUnit = null, $dmSenderOrgUnitNum = null, $dbIDRecipient = null, $dmRecipientOrgUnit = null, $dmRecipientOrgUnitNum = null, $dmToHands = null, $dmAnnotation = null, $dmRecipientRefNumber = null, $dmSenderRefNumber = null, $dmRecipientIdent = null, $dmSenderIdent = null, $dmLegalTitleLaw = null, $dmLegalTitleYear = null, $dmLegalTitleSect = null, $dmLegalTitlePar = null, $dmLegalTitlePoint = null, $dmPersonalDelivery = null, $dmAllowSubstDelivery = null, $dmMessageStatus = null, $dmAttachmentSize = null, \DateTime $dmDeliveryTime = null, \DateTime $dmAcceptanceTime = null, $dmType = null) - { - $this->dmOrdinal = $dmOrdinal; - $this->dmID = $dmID; - $this->dbIDSender = $dbIDSender; - $this->dmSender = $dmSender; - $this->dmSenderAddress = $dmSenderAddress; - $this->dmSenderType = $dmSenderType; - $this->dmRecipient = $dmRecipient; - $this->dmRecipientAddress = $dmRecipientAddress; - $this->dmAmbiguousRecipient = $dmAmbiguousRecipient; - $this->dmSenderOrgUnit = $dmSenderOrgUnit; - $this->dmSenderOrgUnitNum = $dmSenderOrgUnitNum; - $this->dbIDRecipient = $dbIDRecipient; - $this->dmRecipientOrgUnit = $dmRecipientOrgUnit; - $this->dmRecipientOrgUnitNum = $dmRecipientOrgUnitNum; - $this->dmToHands = $dmToHands; - $this->dmAnnotation = $dmAnnotation; - $this->dmRecipientRefNumber = $dmRecipientRefNumber; - $this->dmSenderRefNumber = $dmSenderRefNumber; - $this->dmRecipientIdent = $dmRecipientIdent; - $this->dmSenderIdent = $dmSenderIdent; - $this->dmLegalTitleLaw = $dmLegalTitleLaw; - $this->dmLegalTitleYear = $dmLegalTitleYear; - $this->dmLegalTitleSect = $dmLegalTitleSect; - $this->dmLegalTitlePar = $dmLegalTitlePar; - $this->dmLegalTitlePoint = $dmLegalTitlePoint; - $this->dmPersonalDelivery = $dmPersonalDelivery; - $this->dmAllowSubstDelivery = $dmAllowSubstDelivery; - $this->dmMessageStatus = $dmMessageStatus; - $this->dmAttachmentSize = $dmAttachmentSize; - $this->dmDeliveryTime = $dmDeliveryTime ? $dmDeliveryTime->format(\DateTime::ATOM) : null; - $this->dmAcceptanceTime = $dmAcceptanceTime ? $dmAcceptanceTime->format(\DateTime::ATOM) : null; - $this->dmType = $dmType; + * @param anonymous50 $dmType + * @param boolean $dmVODZ + */ + public function __construct($dmOrdinal = null, $dmID = null, $dbIDSender = null, $dmSender = null, $dmSenderAddress = null, $dmSenderType = null, $dmRecipient = null, $dmRecipientAddress = null, $dmAmbiguousRecipient = null, $dmSenderOrgUnit = null, $dmSenderOrgUnitNum = null, $dbIDRecipient = null, $dmRecipientOrgUnit = null, $dmRecipientOrgUnitNum = null, $dmToHands = null, $dmAnnotation = null, $dmRecipientRefNumber = null, $dmSenderRefNumber = null, $dmRecipientIdent = null, $dmSenderIdent = null, $dmLegalTitleLaw = null, $dmLegalTitleYear = null, $dmLegalTitleSect = null, $dmLegalTitlePar = null, $dmLegalTitlePoint = null, $dmPersonalDelivery = null, $dmAllowSubstDelivery = null, $dmMessageStatus = null, $dmAttachmentSize = null, \DateTime $dmDeliveryTime = null, \DateTime $dmAcceptanceTime = null, $dmType = null, $dmVODZ = null) + { + $this->dmOrdinal = $dmOrdinal; + $this->dmID = $dmID; + $this->dbIDSender = $dbIDSender; + $this->dmSender = $dmSender; + $this->dmSenderAddress = $dmSenderAddress; + $this->dmSenderType = $dmSenderType; + $this->dmRecipient = $dmRecipient; + $this->dmRecipientAddress = $dmRecipientAddress; + $this->dmAmbiguousRecipient = $dmAmbiguousRecipient; + $this->dmSenderOrgUnit = $dmSenderOrgUnit; + $this->dmSenderOrgUnitNum = $dmSenderOrgUnitNum; + $this->dbIDRecipient = $dbIDRecipient; + $this->dmRecipientOrgUnit = $dmRecipientOrgUnit; + $this->dmRecipientOrgUnitNum = $dmRecipientOrgUnitNum; + $this->dmToHands = $dmToHands; + $this->dmAnnotation = $dmAnnotation; + $this->dmRecipientRefNumber = $dmRecipientRefNumber; + $this->dmSenderRefNumber = $dmSenderRefNumber; + $this->dmRecipientIdent = $dmRecipientIdent; + $this->dmSenderIdent = $dmSenderIdent; + $this->dmLegalTitleLaw = $dmLegalTitleLaw; + $this->dmLegalTitleYear = $dmLegalTitleYear; + $this->dmLegalTitleSect = $dmLegalTitleSect; + $this->dmLegalTitlePar = $dmLegalTitlePar; + $this->dmLegalTitlePoint = $dmLegalTitlePoint; + $this->dmPersonalDelivery = $dmPersonalDelivery; + $this->dmAllowSubstDelivery = $dmAllowSubstDelivery; + $this->dmMessageStatus = $dmMessageStatus; + $this->dmAttachmentSize = $dmAttachmentSize; + $this->dmDeliveryTime = $dmDeliveryTime ? $dmDeliveryTime->format(\DateTime::ATOM) : null; + $this->dmAcceptanceTime = $dmAcceptanceTime ? $dmAcceptanceTime->format(\DateTime::ATOM) : null; + $this->dmType = $dmType; + $this->dmVODZ = $dmVODZ; } /** @@ -240,7 +247,7 @@ public function __construct($dmOrdinal = null, $dmID = null, $dbIDSender = null, */ public function getDmOrdinal() { - return $this->dmOrdinal; + return $this->dmOrdinal; } /** @@ -249,8 +256,8 @@ public function getDmOrdinal() */ public function setDmOrdinal($dmOrdinal) { - $this->dmOrdinal = $dmOrdinal; - return $this; + $this->dmOrdinal = $dmOrdinal; + return $this; } /** @@ -258,7 +265,7 @@ public function setDmOrdinal($dmOrdinal) */ public function getDmID() { - return $this->dmID; + return $this->dmID; } /** @@ -267,8 +274,8 @@ public function getDmID() */ public function setDmID($dmID) { - $this->dmID = $dmID; - return $this; + $this->dmID = $dmID; + return $this; } /** @@ -276,7 +283,7 @@ public function setDmID($dmID) */ public function getDbIDSender() { - return $this->dbIDSender; + return $this->dbIDSender; } /** @@ -285,8 +292,8 @@ public function getDbIDSender() */ public function setDbIDSender($dbIDSender) { - $this->dbIDSender = $dbIDSender; - return $this; + $this->dbIDSender = $dbIDSender; + return $this; } /** @@ -294,7 +301,7 @@ public function setDbIDSender($dbIDSender) */ public function getDmSender() { - return $this->dmSender; + return $this->dmSender; } /** @@ -303,8 +310,8 @@ public function getDmSender() */ public function setDmSender($dmSender) { - $this->dmSender = $dmSender; - return $this; + $this->dmSender = $dmSender; + return $this; } /** @@ -312,7 +319,7 @@ public function setDmSender($dmSender) */ public function getDmSenderAddress() { - return $this->dmSenderAddress; + return $this->dmSenderAddress; } /** @@ -321,8 +328,8 @@ public function getDmSenderAddress() */ public function setDmSenderAddress($dmSenderAddress) { - $this->dmSenderAddress = $dmSenderAddress; - return $this; + $this->dmSenderAddress = $dmSenderAddress; + return $this; } /** @@ -330,7 +337,7 @@ public function setDmSenderAddress($dmSenderAddress) */ public function getDmSenderType() { - return $this->dmSenderType; + return $this->dmSenderType; } /** @@ -339,8 +346,8 @@ public function getDmSenderType() */ public function setDmSenderType($dmSenderType) { - $this->dmSenderType = $dmSenderType; - return $this; + $this->dmSenderType = $dmSenderType; + return $this; } /** @@ -348,7 +355,7 @@ public function setDmSenderType($dmSenderType) */ public function getDmRecipient() { - return $this->dmRecipient; + return $this->dmRecipient; } /** @@ -357,8 +364,8 @@ public function getDmRecipient() */ public function setDmRecipient($dmRecipient) { - $this->dmRecipient = $dmRecipient; - return $this; + $this->dmRecipient = $dmRecipient; + return $this; } /** @@ -366,7 +373,7 @@ public function setDmRecipient($dmRecipient) */ public function getDmRecipientAddress() { - return $this->dmRecipientAddress; + return $this->dmRecipientAddress; } /** @@ -375,8 +382,8 @@ public function getDmRecipientAddress() */ public function setDmRecipientAddress($dmRecipientAddress) { - $this->dmRecipientAddress = $dmRecipientAddress; - return $this; + $this->dmRecipientAddress = $dmRecipientAddress; + return $this; } /** @@ -384,7 +391,7 @@ public function setDmRecipientAddress($dmRecipientAddress) */ public function getDmAmbiguousRecipient() { - return $this->dmAmbiguousRecipient; + return $this->dmAmbiguousRecipient; } /** @@ -393,8 +400,8 @@ public function getDmAmbiguousRecipient() */ public function setDmAmbiguousRecipient($dmAmbiguousRecipient) { - $this->dmAmbiguousRecipient = $dmAmbiguousRecipient; - return $this; + $this->dmAmbiguousRecipient = $dmAmbiguousRecipient; + return $this; } /** @@ -402,7 +409,7 @@ public function setDmAmbiguousRecipient($dmAmbiguousRecipient) */ public function getDmSenderOrgUnit() { - return $this->dmSenderOrgUnit; + return $this->dmSenderOrgUnit; } /** @@ -411,8 +418,8 @@ public function getDmSenderOrgUnit() */ public function setDmSenderOrgUnit($dmSenderOrgUnit) { - $this->dmSenderOrgUnit = $dmSenderOrgUnit; - return $this; + $this->dmSenderOrgUnit = $dmSenderOrgUnit; + return $this; } /** @@ -420,7 +427,7 @@ public function setDmSenderOrgUnit($dmSenderOrgUnit) */ public function getDmSenderOrgUnitNum() { - return $this->dmSenderOrgUnitNum; + return $this->dmSenderOrgUnitNum; } /** @@ -429,8 +436,8 @@ public function getDmSenderOrgUnitNum() */ public function setDmSenderOrgUnitNum($dmSenderOrgUnitNum) { - $this->dmSenderOrgUnitNum = $dmSenderOrgUnitNum; - return $this; + $this->dmSenderOrgUnitNum = $dmSenderOrgUnitNum; + return $this; } /** @@ -438,7 +445,7 @@ public function setDmSenderOrgUnitNum($dmSenderOrgUnitNum) */ public function getDbIDRecipient() { - return $this->dbIDRecipient; + return $this->dbIDRecipient; } /** @@ -447,8 +454,8 @@ public function getDbIDRecipient() */ public function setDbIDRecipient($dbIDRecipient) { - $this->dbIDRecipient = $dbIDRecipient; - return $this; + $this->dbIDRecipient = $dbIDRecipient; + return $this; } /** @@ -456,7 +463,7 @@ public function setDbIDRecipient($dbIDRecipient) */ public function getDmRecipientOrgUnit() { - return $this->dmRecipientOrgUnit; + return $this->dmRecipientOrgUnit; } /** @@ -465,8 +472,8 @@ public function getDmRecipientOrgUnit() */ public function setDmRecipientOrgUnit($dmRecipientOrgUnit) { - $this->dmRecipientOrgUnit = $dmRecipientOrgUnit; - return $this; + $this->dmRecipientOrgUnit = $dmRecipientOrgUnit; + return $this; } /** @@ -474,7 +481,7 @@ public function setDmRecipientOrgUnit($dmRecipientOrgUnit) */ public function getDmRecipientOrgUnitNum() { - return $this->dmRecipientOrgUnitNum; + return $this->dmRecipientOrgUnitNum; } /** @@ -483,8 +490,8 @@ public function getDmRecipientOrgUnitNum() */ public function setDmRecipientOrgUnitNum($dmRecipientOrgUnitNum) { - $this->dmRecipientOrgUnitNum = $dmRecipientOrgUnitNum; - return $this; + $this->dmRecipientOrgUnitNum = $dmRecipientOrgUnitNum; + return $this; } /** @@ -492,7 +499,7 @@ public function setDmRecipientOrgUnitNum($dmRecipientOrgUnitNum) */ public function getDmToHands() { - return $this->dmToHands; + return $this->dmToHands; } /** @@ -501,8 +508,8 @@ public function getDmToHands() */ public function setDmToHands($dmToHands) { - $this->dmToHands = $dmToHands; - return $this; + $this->dmToHands = $dmToHands; + return $this; } /** @@ -510,7 +517,7 @@ public function setDmToHands($dmToHands) */ public function getDmAnnotation() { - return $this->dmAnnotation; + return $this->dmAnnotation; } /** @@ -519,8 +526,8 @@ public function getDmAnnotation() */ public function setDmAnnotation($dmAnnotation) { - $this->dmAnnotation = $dmAnnotation; - return $this; + $this->dmAnnotation = $dmAnnotation; + return $this; } /** @@ -528,7 +535,7 @@ public function setDmAnnotation($dmAnnotation) */ public function getDmRecipientRefNumber() { - return $this->dmRecipientRefNumber; + return $this->dmRecipientRefNumber; } /** @@ -537,8 +544,8 @@ public function getDmRecipientRefNumber() */ public function setDmRecipientRefNumber($dmRecipientRefNumber) { - $this->dmRecipientRefNumber = $dmRecipientRefNumber; - return $this; + $this->dmRecipientRefNumber = $dmRecipientRefNumber; + return $this; } /** @@ -546,7 +553,7 @@ public function setDmRecipientRefNumber($dmRecipientRefNumber) */ public function getDmSenderRefNumber() { - return $this->dmSenderRefNumber; + return $this->dmSenderRefNumber; } /** @@ -555,8 +562,8 @@ public function getDmSenderRefNumber() */ public function setDmSenderRefNumber($dmSenderRefNumber) { - $this->dmSenderRefNumber = $dmSenderRefNumber; - return $this; + $this->dmSenderRefNumber = $dmSenderRefNumber; + return $this; } /** @@ -564,7 +571,7 @@ public function setDmSenderRefNumber($dmSenderRefNumber) */ public function getDmRecipientIdent() { - return $this->dmRecipientIdent; + return $this->dmRecipientIdent; } /** @@ -573,8 +580,8 @@ public function getDmRecipientIdent() */ public function setDmRecipientIdent($dmRecipientIdent) { - $this->dmRecipientIdent = $dmRecipientIdent; - return $this; + $this->dmRecipientIdent = $dmRecipientIdent; + return $this; } /** @@ -582,7 +589,7 @@ public function setDmRecipientIdent($dmRecipientIdent) */ public function getDmSenderIdent() { - return $this->dmSenderIdent; + return $this->dmSenderIdent; } /** @@ -591,8 +598,8 @@ public function getDmSenderIdent() */ public function setDmSenderIdent($dmSenderIdent) { - $this->dmSenderIdent = $dmSenderIdent; - return $this; + $this->dmSenderIdent = $dmSenderIdent; + return $this; } /** @@ -600,7 +607,7 @@ public function setDmSenderIdent($dmSenderIdent) */ public function getDmLegalTitleLaw() { - return $this->dmLegalTitleLaw; + return $this->dmLegalTitleLaw; } /** @@ -609,8 +616,8 @@ public function getDmLegalTitleLaw() */ public function setDmLegalTitleLaw($dmLegalTitleLaw) { - $this->dmLegalTitleLaw = $dmLegalTitleLaw; - return $this; + $this->dmLegalTitleLaw = $dmLegalTitleLaw; + return $this; } /** @@ -618,7 +625,7 @@ public function setDmLegalTitleLaw($dmLegalTitleLaw) */ public function getDmLegalTitleYear() { - return $this->dmLegalTitleYear; + return $this->dmLegalTitleYear; } /** @@ -627,8 +634,8 @@ public function getDmLegalTitleYear() */ public function setDmLegalTitleYear($dmLegalTitleYear) { - $this->dmLegalTitleYear = $dmLegalTitleYear; - return $this; + $this->dmLegalTitleYear = $dmLegalTitleYear; + return $this; } /** @@ -636,7 +643,7 @@ public function setDmLegalTitleYear($dmLegalTitleYear) */ public function getDmLegalTitleSect() { - return $this->dmLegalTitleSect; + return $this->dmLegalTitleSect; } /** @@ -645,8 +652,8 @@ public function getDmLegalTitleSect() */ public function setDmLegalTitleSect($dmLegalTitleSect) { - $this->dmLegalTitleSect = $dmLegalTitleSect; - return $this; + $this->dmLegalTitleSect = $dmLegalTitleSect; + return $this; } /** @@ -654,7 +661,7 @@ public function setDmLegalTitleSect($dmLegalTitleSect) */ public function getDmLegalTitlePar() { - return $this->dmLegalTitlePar; + return $this->dmLegalTitlePar; } /** @@ -663,8 +670,8 @@ public function getDmLegalTitlePar() */ public function setDmLegalTitlePar($dmLegalTitlePar) { - $this->dmLegalTitlePar = $dmLegalTitlePar; - return $this; + $this->dmLegalTitlePar = $dmLegalTitlePar; + return $this; } /** @@ -672,7 +679,7 @@ public function setDmLegalTitlePar($dmLegalTitlePar) */ public function getDmLegalTitlePoint() { - return $this->dmLegalTitlePoint; + return $this->dmLegalTitlePoint; } /** @@ -681,8 +688,8 @@ public function getDmLegalTitlePoint() */ public function setDmLegalTitlePoint($dmLegalTitlePoint) { - $this->dmLegalTitlePoint = $dmLegalTitlePoint; - return $this; + $this->dmLegalTitlePoint = $dmLegalTitlePoint; + return $this; } /** @@ -690,7 +697,7 @@ public function setDmLegalTitlePoint($dmLegalTitlePoint) */ public function getDmPersonalDelivery() { - return $this->dmPersonalDelivery; + return $this->dmPersonalDelivery; } /** @@ -699,8 +706,8 @@ public function getDmPersonalDelivery() */ public function setDmPersonalDelivery($dmPersonalDelivery) { - $this->dmPersonalDelivery = $dmPersonalDelivery; - return $this; + $this->dmPersonalDelivery = $dmPersonalDelivery; + return $this; } /** @@ -708,7 +715,7 @@ public function setDmPersonalDelivery($dmPersonalDelivery) */ public function getDmAllowSubstDelivery() { - return $this->dmAllowSubstDelivery; + return $this->dmAllowSubstDelivery; } /** @@ -717,8 +724,8 @@ public function getDmAllowSubstDelivery() */ public function setDmAllowSubstDelivery($dmAllowSubstDelivery) { - $this->dmAllowSubstDelivery = $dmAllowSubstDelivery; - return $this; + $this->dmAllowSubstDelivery = $dmAllowSubstDelivery; + return $this; } /** @@ -726,7 +733,7 @@ public function setDmAllowSubstDelivery($dmAllowSubstDelivery) */ public function getDmMessageStatus() { - return $this->dmMessageStatus; + return $this->dmMessageStatus; } /** @@ -735,8 +742,8 @@ public function getDmMessageStatus() */ public function setDmMessageStatus($dmMessageStatus) { - $this->dmMessageStatus = $dmMessageStatus; - return $this; + $this->dmMessageStatus = $dmMessageStatus; + return $this; } /** @@ -744,7 +751,7 @@ public function setDmMessageStatus($dmMessageStatus) */ public function getDmAttachmentSize() { - return $this->dmAttachmentSize; + return $this->dmAttachmentSize; } /** @@ -753,8 +760,8 @@ public function getDmAttachmentSize() */ public function setDmAttachmentSize($dmAttachmentSize) { - $this->dmAttachmentSize = $dmAttachmentSize; - return $this; + $this->dmAttachmentSize = $dmAttachmentSize; + return $this; } /** @@ -762,15 +769,15 @@ public function setDmAttachmentSize($dmAttachmentSize) */ public function getDmDeliveryTime() { - if ($this->dmDeliveryTime == null) { - return null; - } else { - try { - return new \DateTime($this->dmDeliveryTime); - } catch (\Exception $e) { - return false; + if ($this->dmDeliveryTime == null) { + return null; + } else { + try { + return new \DateTime($this->dmDeliveryTime); + } catch (\Exception $e) { + return false; + } } - } } /** @@ -779,8 +786,8 @@ public function getDmDeliveryTime() */ public function setDmDeliveryTime(\DateTime $dmDeliveryTime) { - $this->dmDeliveryTime = $dmDeliveryTime->format(\DateTime::ATOM); - return $this; + $this->dmDeliveryTime = $dmDeliveryTime->format(\DateTime::ATOM); + return $this; } /** @@ -788,15 +795,15 @@ public function setDmDeliveryTime(\DateTime $dmDeliveryTime) */ public function getDmAcceptanceTime() { - if ($this->dmAcceptanceTime == null) { - return null; - } else { - try { - return new \DateTime($this->dmAcceptanceTime); - } catch (\Exception $e) { - return false; + if ($this->dmAcceptanceTime == null) { + return null; + } else { + try { + return new \DateTime($this->dmAcceptanceTime); + } catch (\Exception $e) { + return false; + } } - } } /** @@ -805,26 +812,43 @@ public function getDmAcceptanceTime() */ public function setDmAcceptanceTime(\DateTime $dmAcceptanceTime) { - $this->dmAcceptanceTime = $dmAcceptanceTime->format(\DateTime::ATOM); - return $this; + $this->dmAcceptanceTime = $dmAcceptanceTime->format(\DateTime::ATOM); + return $this; } /** - * @return anonymous48 + * @return anonymous50 */ public function getDmType() { - return $this->dmType; + return $this->dmType; } /** - * @param anonymous48 $dmType + * @param anonymous50 $dmType * @return \Defr\CzechDataBox\Api\tRecord */ public function setDmType($dmType) { - $this->dmType = $dmType; - return $this; + $this->dmType = $dmType; + return $this; + } + + /** + * @return boolean + */ + public function getDmVODZ() + { + return $this->dmVODZ; } + /** + * @param boolean $dmVODZ + * @return \Defr\CzechDataBox\Api\tRecord + */ + public function setDmVODZ($dmVODZ) + { + $this->dmVODZ = $dmVODZ; + return $this; + } } diff --git a/src/Api/tRecordsArray.php b/src/Api/tRecordsArray.php index d320565..cda3f07 100644 --- a/src/Api/tRecordsArray.php +++ b/src/Api/tRecordsArray.php @@ -15,7 +15,7 @@ class tRecordsArray */ public function __construct($dmRecord = null) { - $this->dmRecord = $dmRecord; + $this->dmRecord = $dmRecord; } /** @@ -23,7 +23,7 @@ public function __construct($dmRecord = null) */ public function getDmRecord() { - return $this->dmRecord; + return $this->dmRecord; } /** @@ -32,8 +32,7 @@ public function getDmRecord() */ public function setDmRecord($dmRecord) { - $this->dmRecord = $dmRecord; - return $this; + $this->dmRecord = $dmRecord; + return $this; } - } diff --git a/src/Api/tReqStatusOutput.php b/src/Api/tReqStatusOutput.php index bb68566..eef57be 100644 --- a/src/Api/tReqStatusOutput.php +++ b/src/Api/tReqStatusOutput.php @@ -15,7 +15,7 @@ class tReqStatusOutput */ public function __construct($dbStatus = null) { - $this->dbStatus = $dbStatus; + $this->dbStatus = $dbStatus; } /** @@ -23,7 +23,7 @@ public function __construct($dbStatus = null) */ public function getDbStatus() { - return $this->dbStatus; + return $this->dbStatus; } /** @@ -32,8 +32,7 @@ public function getDbStatus() */ public function setDbStatus($dbStatus) { - $this->dbStatus = $dbStatus; - return $this; + $this->dbStatus = $dbStatus; + return $this; } - } diff --git a/src/Api/tResignDocInput.php b/src/Api/tResignDocInput.php index e41fe63..64b9aa6 100644 --- a/src/Api/tResignDocInput.php +++ b/src/Api/tResignDocInput.php @@ -15,7 +15,7 @@ class tResignDocInput */ public function __construct($dmDoc = null) { - $this->dmDoc = $dmDoc; + $this->dmDoc = $dmDoc; } /** @@ -23,7 +23,7 @@ public function __construct($dmDoc = null) */ public function getDmDoc() { - return $this->dmDoc; + return $this->dmDoc; } /** @@ -32,8 +32,7 @@ public function getDmDoc() */ public function setDmDoc($dmDoc) { - $this->dmDoc = $dmDoc; - return $this; + $this->dmDoc = $dmDoc; + return $this; } - } diff --git a/src/Api/tResignDocOutput.php b/src/Api/tResignDocOutput.php index b5bdeb5..9ce5c2a 100644 --- a/src/Api/tResignDocOutput.php +++ b/src/Api/tResignDocOutput.php @@ -27,9 +27,9 @@ class tResignDocOutput */ public function __construct($dmResultDoc = null, $dmValidTo = null, $dmStatus = null) { - $this->dmResultDoc = $dmResultDoc; - $this->dmValidTo = $dmValidTo; - $this->dmStatus = $dmStatus; + $this->dmResultDoc = $dmResultDoc; + $this->dmValidTo = $dmValidTo; + $this->dmStatus = $dmStatus; } /** @@ -37,7 +37,7 @@ public function __construct($dmResultDoc = null, $dmValidTo = null, $dmStatus = */ public function getDmResultDoc() { - return $this->dmResultDoc; + return $this->dmResultDoc; } /** @@ -46,8 +46,8 @@ public function getDmResultDoc() */ public function setDmResultDoc($dmResultDoc) { - $this->dmResultDoc = $dmResultDoc; - return $this; + $this->dmResultDoc = $dmResultDoc; + return $this; } /** @@ -55,7 +55,7 @@ public function setDmResultDoc($dmResultDoc) */ public function getDmValidTo() { - return $this->dmValidTo; + return $this->dmValidTo; } /** @@ -64,8 +64,8 @@ public function getDmValidTo() */ public function setDmValidTo($dmValidTo) { - $this->dmValidTo = $dmValidTo; - return $this; + $this->dmValidTo = $dmValidTo; + return $this; } /** @@ -73,7 +73,7 @@ public function setDmValidTo($dmValidTo) */ public function getDmStatus() { - return $this->dmStatus; + return $this->dmStatus; } /** @@ -82,8 +82,7 @@ public function getDmStatus() */ public function setDmStatus($dmStatus) { - $this->dmStatus = $dmStatus; - return $this; + $this->dmStatus = $dmStatus; + return $this; } - } diff --git a/src/Api/tReturnedMessage.php b/src/Api/tReturnedMessage.php index d930456..28a9eda 100644 --- a/src/Api/tReturnedMessage.php +++ b/src/Api/tReturnedMessage.php @@ -57,14 +57,14 @@ class tReturnedMessage */ public function __construct($dmDm = null, $dmHash = null, $dmQTimestamp = null, \DateTime $dmDeliveryTime = null, \DateTime $dmAcceptanceTime = null, $dmMessageStatus = null, $dmAttachmentSize = null, $dmType = null) { - $this->dmDm = $dmDm; - $this->dmHash = $dmHash; - $this->dmQTimestamp = $dmQTimestamp; - $this->dmDeliveryTime = $dmDeliveryTime ? $dmDeliveryTime->format(\DateTime::ATOM) : null; - $this->dmAcceptanceTime = $dmAcceptanceTime ? $dmAcceptanceTime->format(\DateTime::ATOM) : null; - $this->dmMessageStatus = $dmMessageStatus; - $this->dmAttachmentSize = $dmAttachmentSize; - $this->dmType = $dmType; + $this->dmDm = $dmDm; + $this->dmHash = $dmHash; + $this->dmQTimestamp = $dmQTimestamp; + $this->dmDeliveryTime = $dmDeliveryTime ? $dmDeliveryTime->format(\DateTime::ATOM) : null; + $this->dmAcceptanceTime = $dmAcceptanceTime ? $dmAcceptanceTime->format(\DateTime::ATOM) : null; + $this->dmMessageStatus = $dmMessageStatus; + $this->dmAttachmentSize = $dmAttachmentSize; + $this->dmType = $dmType; } /** @@ -72,7 +72,7 @@ public function __construct($dmDm = null, $dmHash = null, $dmQTimestamp = null, */ public function getDmDm() { - return $this->dmDm; + return $this->dmDm; } /** @@ -81,8 +81,8 @@ public function getDmDm() */ public function setDmDm($dmDm) { - $this->dmDm = $dmDm; - return $this; + $this->dmDm = $dmDm; + return $this; } /** @@ -90,7 +90,7 @@ public function setDmDm($dmDm) */ public function getDmHash() { - return $this->dmHash; + return $this->dmHash; } /** @@ -99,8 +99,8 @@ public function getDmHash() */ public function setDmHash($dmHash) { - $this->dmHash = $dmHash; - return $this; + $this->dmHash = $dmHash; + return $this; } /** @@ -108,7 +108,7 @@ public function setDmHash($dmHash) */ public function getDmQTimestamp() { - return $this->dmQTimestamp; + return $this->dmQTimestamp; } /** @@ -117,8 +117,8 @@ public function getDmQTimestamp() */ public function setDmQTimestamp($dmQTimestamp) { - $this->dmQTimestamp = $dmQTimestamp; - return $this; + $this->dmQTimestamp = $dmQTimestamp; + return $this; } /** @@ -126,15 +126,15 @@ public function setDmQTimestamp($dmQTimestamp) */ public function getDmDeliveryTime() { - if ($this->dmDeliveryTime == null) { - return null; - } else { - try { - return new \DateTime($this->dmDeliveryTime); - } catch (\Exception $e) { - return false; + if ($this->dmDeliveryTime == null) { + return null; + } else { + try { + return new \DateTime($this->dmDeliveryTime); + } catch (\Exception $e) { + return false; + } } - } } /** @@ -143,8 +143,8 @@ public function getDmDeliveryTime() */ public function setDmDeliveryTime(\DateTime $dmDeliveryTime) { - $this->dmDeliveryTime = $dmDeliveryTime->format(\DateTime::ATOM); - return $this; + $this->dmDeliveryTime = $dmDeliveryTime->format(\DateTime::ATOM); + return $this; } /** @@ -152,15 +152,15 @@ public function setDmDeliveryTime(\DateTime $dmDeliveryTime) */ public function getDmAcceptanceTime() { - if ($this->dmAcceptanceTime == null) { - return null; - } else { - try { - return new \DateTime($this->dmAcceptanceTime); - } catch (\Exception $e) { - return false; + if ($this->dmAcceptanceTime == null) { + return null; + } else { + try { + return new \DateTime($this->dmAcceptanceTime); + } catch (\Exception $e) { + return false; + } } - } } /** @@ -169,8 +169,8 @@ public function getDmAcceptanceTime() */ public function setDmAcceptanceTime(\DateTime $dmAcceptanceTime) { - $this->dmAcceptanceTime = $dmAcceptanceTime->format(\DateTime::ATOM); - return $this; + $this->dmAcceptanceTime = $dmAcceptanceTime->format(\DateTime::ATOM); + return $this; } /** @@ -178,7 +178,7 @@ public function setDmAcceptanceTime(\DateTime $dmAcceptanceTime) */ public function getDmMessageStatus() { - return $this->dmMessageStatus; + return $this->dmMessageStatus; } /** @@ -187,8 +187,8 @@ public function getDmMessageStatus() */ public function setDmMessageStatus($dmMessageStatus) { - $this->dmMessageStatus = $dmMessageStatus; - return $this; + $this->dmMessageStatus = $dmMessageStatus; + return $this; } /** @@ -196,7 +196,7 @@ public function setDmMessageStatus($dmMessageStatus) */ public function getDmAttachmentSize() { - return $this->dmAttachmentSize; + return $this->dmAttachmentSize; } /** @@ -205,8 +205,8 @@ public function getDmAttachmentSize() */ public function setDmAttachmentSize($dmAttachmentSize) { - $this->dmAttachmentSize = $dmAttachmentSize; - return $this; + $this->dmAttachmentSize = $dmAttachmentSize; + return $this; } /** @@ -214,7 +214,7 @@ public function setDmAttachmentSize($dmAttachmentSize) */ public function getDmType() { - return $this->dmType; + return $this->dmType; } /** @@ -223,8 +223,7 @@ public function getDmType() */ public function setDmType($dmType) { - $this->dmType = $dmType; - return $this; + $this->dmType = $dmType; + return $this; } - } diff --git a/src/Api/tReturnedMessageEnvelope.php b/src/Api/tReturnedMessageEnvelope.php index c7ba96d..b8bfe95 100644 --- a/src/Api/tReturnedMessageEnvelope.php +++ b/src/Api/tReturnedMessageEnvelope.php @@ -45,6 +45,16 @@ class tReturnedMessageEnvelope */ protected $dmType = null; + /** + * @var boolean $dmVODZ + */ + protected $dmVODZ = null; + + /** + * @var int $attsNum + */ + protected $attsNum = null; + /** * @param dmDm $dmDm * @param tHash $dmHash @@ -54,17 +64,21 @@ class tReturnedMessageEnvelope * @param int $dmMessageStatus * @param int $dmAttachmentSize * @param tDmType $dmType + * @param boolean $dmVODZ + * @param int $attsNum */ - public function __construct($dmDm = null, $dmHash = null, $dmQTimestamp = null, \DateTime $dmDeliveryTime = null, \DateTime $dmAcceptanceTime = null, $dmMessageStatus = null, $dmAttachmentSize = null, $dmType = null) + public function __construct($dmDm = null, $dmHash = null, $dmQTimestamp = null, \DateTime $dmDeliveryTime = null, \DateTime $dmAcceptanceTime = null, $dmMessageStatus = null, $dmAttachmentSize = null, $dmType = null, $dmVODZ = null, $attsNum = null) { - $this->dmDm = $dmDm; - $this->dmHash = $dmHash; - $this->dmQTimestamp = $dmQTimestamp; - $this->dmDeliveryTime = $dmDeliveryTime ? $dmDeliveryTime->format(\DateTime::ATOM) : null; - $this->dmAcceptanceTime = $dmAcceptanceTime ? $dmAcceptanceTime->format(\DateTime::ATOM) : null; - $this->dmMessageStatus = $dmMessageStatus; - $this->dmAttachmentSize = $dmAttachmentSize; - $this->dmType = $dmType; + $this->dmDm = $dmDm; + $this->dmHash = $dmHash; + $this->dmQTimestamp = $dmQTimestamp; + $this->dmDeliveryTime = $dmDeliveryTime ? $dmDeliveryTime->format(\DateTime::ATOM) : null; + $this->dmAcceptanceTime = $dmAcceptanceTime ? $dmAcceptanceTime->format(\DateTime::ATOM) : null; + $this->dmMessageStatus = $dmMessageStatus; + $this->dmAttachmentSize = $dmAttachmentSize; + $this->dmType = $dmType; + $this->dmVODZ = $dmVODZ; + $this->attsNum = $attsNum; } /** @@ -72,7 +86,7 @@ public function __construct($dmDm = null, $dmHash = null, $dmQTimestamp = null, */ public function getDmDm() { - return $this->dmDm; + return $this->dmDm; } /** @@ -81,8 +95,8 @@ public function getDmDm() */ public function setDmDm($dmDm) { - $this->dmDm = $dmDm; - return $this; + $this->dmDm = $dmDm; + return $this; } /** @@ -90,7 +104,7 @@ public function setDmDm($dmDm) */ public function getDmHash() { - return $this->dmHash; + return $this->dmHash; } /** @@ -99,8 +113,8 @@ public function getDmHash() */ public function setDmHash($dmHash) { - $this->dmHash = $dmHash; - return $this; + $this->dmHash = $dmHash; + return $this; } /** @@ -108,7 +122,7 @@ public function setDmHash($dmHash) */ public function getDmQTimestamp() { - return $this->dmQTimestamp; + return $this->dmQTimestamp; } /** @@ -117,8 +131,8 @@ public function getDmQTimestamp() */ public function setDmQTimestamp($dmQTimestamp) { - $this->dmQTimestamp = $dmQTimestamp; - return $this; + $this->dmQTimestamp = $dmQTimestamp; + return $this; } /** @@ -126,15 +140,15 @@ public function setDmQTimestamp($dmQTimestamp) */ public function getDmDeliveryTime() { - if ($this->dmDeliveryTime == null) { - return null; - } else { - try { - return new \DateTime($this->dmDeliveryTime); - } catch (\Exception $e) { - return false; + if ($this->dmDeliveryTime == null) { + return null; + } else { + try { + return new \DateTime($this->dmDeliveryTime); + } catch (\Exception $e) { + return false; + } } - } } /** @@ -143,8 +157,8 @@ public function getDmDeliveryTime() */ public function setDmDeliveryTime(\DateTime $dmDeliveryTime) { - $this->dmDeliveryTime = $dmDeliveryTime->format(\DateTime::ATOM); - return $this; + $this->dmDeliveryTime = $dmDeliveryTime->format(\DateTime::ATOM); + return $this; } /** @@ -152,15 +166,15 @@ public function setDmDeliveryTime(\DateTime $dmDeliveryTime) */ public function getDmAcceptanceTime() { - if ($this->dmAcceptanceTime == null) { - return null; - } else { - try { - return new \DateTime($this->dmAcceptanceTime); - } catch (\Exception $e) { - return false; + if ($this->dmAcceptanceTime == null) { + return null; + } else { + try { + return new \DateTime($this->dmAcceptanceTime); + } catch (\Exception $e) { + return false; + } } - } } /** @@ -169,8 +183,8 @@ public function getDmAcceptanceTime() */ public function setDmAcceptanceTime(\DateTime $dmAcceptanceTime) { - $this->dmAcceptanceTime = $dmAcceptanceTime->format(\DateTime::ATOM); - return $this; + $this->dmAcceptanceTime = $dmAcceptanceTime->format(\DateTime::ATOM); + return $this; } /** @@ -178,7 +192,7 @@ public function setDmAcceptanceTime(\DateTime $dmAcceptanceTime) */ public function getDmMessageStatus() { - return $this->dmMessageStatus; + return $this->dmMessageStatus; } /** @@ -187,8 +201,8 @@ public function getDmMessageStatus() */ public function setDmMessageStatus($dmMessageStatus) { - $this->dmMessageStatus = $dmMessageStatus; - return $this; + $this->dmMessageStatus = $dmMessageStatus; + return $this; } /** @@ -196,7 +210,7 @@ public function setDmMessageStatus($dmMessageStatus) */ public function getDmAttachmentSize() { - return $this->dmAttachmentSize; + return $this->dmAttachmentSize; } /** @@ -205,8 +219,8 @@ public function getDmAttachmentSize() */ public function setDmAttachmentSize($dmAttachmentSize) { - $this->dmAttachmentSize = $dmAttachmentSize; - return $this; + $this->dmAttachmentSize = $dmAttachmentSize; + return $this; } /** @@ -214,7 +228,7 @@ public function setDmAttachmentSize($dmAttachmentSize) */ public function getDmType() { - return $this->dmType; + return $this->dmType; } /** @@ -223,8 +237,43 @@ public function getDmType() */ public function setDmType($dmType) { - $this->dmType = $dmType; - return $this; + $this->dmType = $dmType; + return $this; + } + + /** + * @return boolean + */ + public function getDmVODZ() + { + return $this->dmVODZ; + } + + /** + * @param boolean $dmVODZ + * @return \Defr\CzechDataBox\Api\tReturnedMessageEnvelope + */ + public function setDmVODZ($dmVODZ) + { + $this->dmVODZ = $dmVODZ; + return $this; + } + + /** + * @return int + */ + public function getAttsNum() + { + return $this->attsNum; } + /** + * @param int $attsNum + * @return \Defr\CzechDataBox\Api\tReturnedMessageEnvelope + */ + public function setAttsNum($attsNum) + { + $this->attsNum = $attsNum; + return $this; + } } diff --git a/src/Api/tSignDelivMessOutput.php b/src/Api/tSignDelivMessOutput.php index 2b41db9..0afbe61 100644 --- a/src/Api/tSignDelivMessOutput.php +++ b/src/Api/tSignDelivMessOutput.php @@ -21,8 +21,8 @@ class tSignDelivMessOutput */ public function __construct($dmSignature = null, $dmStatus = null) { - $this->dmSignature = $dmSignature; - $this->dmStatus = $dmStatus; + $this->dmSignature = $dmSignature; + $this->dmStatus = $dmStatus; } /** @@ -30,7 +30,7 @@ public function __construct($dmSignature = null, $dmStatus = null) */ public function getDmSignature() { - return $this->dmSignature; + return $this->dmSignature; } /** @@ -39,8 +39,8 @@ public function getDmSignature() */ public function setDmSignature($dmSignature) { - $this->dmSignature = $dmSignature; - return $this; + $this->dmSignature = $dmSignature; + return $this; } /** @@ -48,7 +48,7 @@ public function setDmSignature($dmSignature) */ public function getDmStatus() { - return $this->dmStatus; + return $this->dmStatus; } /** @@ -57,8 +57,7 @@ public function getDmStatus() */ public function setDmStatus($dmStatus) { - $this->dmStatus = $dmStatus; - return $this; + $this->dmStatus = $dmStatus; + return $this; } - } diff --git a/src/Api/tSignedMessDownOutput.php b/src/Api/tSignedMessDownOutput.php index 543386c..e88b2f6 100644 --- a/src/Api/tSignedMessDownOutput.php +++ b/src/Api/tSignedMessDownOutput.php @@ -21,8 +21,8 @@ class tSignedMessDownOutput */ public function __construct($dmSignature = null, $dmStatus = null) { - $this->dmSignature = $dmSignature; - $this->dmStatus = $dmStatus; + $this->dmSignature = $dmSignature; + $this->dmStatus = $dmStatus; } /** @@ -30,7 +30,7 @@ public function __construct($dmSignature = null, $dmStatus = null) */ public function getDmSignature() { - return $this->dmSignature; + return $this->dmSignature; } /** @@ -39,8 +39,8 @@ public function getDmSignature() */ public function setDmSignature($dmSignature) { - $this->dmSignature = $dmSignature; - return $this; + $this->dmSignature = $dmSignature; + return $this; } /** @@ -48,7 +48,7 @@ public function setDmSignature($dmSignature) */ public function getDmStatus() { - return $this->dmStatus; + return $this->dmStatus; } /** @@ -57,8 +57,7 @@ public function getDmStatus() */ public function setDmStatus($dmStatus) { - $this->dmStatus = $dmStatus; - return $this; + $this->dmStatus = $dmStatus; + return $this; } - } diff --git a/src/Api/tStatReqStatus.php b/src/Api/tStatReqStatus.php index ca99be8..d729a95 100644 --- a/src/Api/tStatReqStatus.php +++ b/src/Api/tStatReqStatus.php @@ -21,8 +21,8 @@ class tStatReqStatus */ public function __construct($dbStatusCode = null, $dbStatusMessage = null) { - $this->dbStatusCode = $dbStatusCode; - $this->dbStatusMessage = $dbStatusMessage; + $this->dbStatusCode = $dbStatusCode; + $this->dbStatusMessage = $dbStatusMessage; } /** @@ -30,7 +30,7 @@ public function __construct($dbStatusCode = null, $dbStatusMessage = null) */ public function getDbStatusCode() { - return $this->dbStatusCode; + return $this->dbStatusCode; } /** @@ -39,8 +39,8 @@ public function getDbStatusCode() */ public function setDbStatusCode($dbStatusCode) { - $this->dbStatusCode = $dbStatusCode; - return $this; + $this->dbStatusCode = $dbStatusCode; + return $this; } /** @@ -48,7 +48,7 @@ public function setDbStatusCode($dbStatusCode) */ public function getDbStatusMessage() { - return $this->dbStatusMessage; + return $this->dbStatusMessage; } /** @@ -57,8 +57,7 @@ public function getDbStatusMessage() */ public function setDbStatusMessage($dbStatusMessage) { - $this->dbStatusMessage = $dbStatusMessage; - return $this; + $this->dbStatusMessage = $dbStatusMessage; + return $this; } - } diff --git a/src/Api/tStateChangesArray.php b/src/Api/tStateChangesArray.php index 3b4e9a3..a92ec01 100644 --- a/src/Api/tStateChangesArray.php +++ b/src/Api/tStateChangesArray.php @@ -15,7 +15,7 @@ class tStateChangesArray */ public function __construct($dmRecord = null) { - $this->dmRecord = $dmRecord; + $this->dmRecord = $dmRecord; } /** @@ -23,7 +23,7 @@ public function __construct($dmRecord = null) */ public function getDmRecord() { - return $this->dmRecord; + return $this->dmRecord; } /** @@ -32,8 +32,7 @@ public function getDmRecord() */ public function setDmRecord($dmRecord) { - $this->dmRecord = $dmRecord; - return $this; + $this->dmRecord = $dmRecord; + return $this; } - } diff --git a/src/Api/tStateChangesRecord.php b/src/Api/tStateChangesRecord.php index 361774c..d2259b4 100644 --- a/src/Api/tStateChangesRecord.php +++ b/src/Api/tStateChangesRecord.php @@ -27,9 +27,9 @@ class tStateChangesRecord */ public function __construct($dmID = null, \DateTime $dmEventTime = null, $dmMessageStatus = null) { - $this->dmID = $dmID; - $this->dmEventTime = $dmEventTime ? $dmEventTime->format(\DateTime::ATOM) : null; - $this->dmMessageStatus = $dmMessageStatus; + $this->dmID = $dmID; + $this->dmEventTime = $dmEventTime ? $dmEventTime->format(\DateTime::ATOM) : null; + $this->dmMessageStatus = $dmMessageStatus; } /** @@ -37,7 +37,7 @@ public function __construct($dmID = null, \DateTime $dmEventTime = null, $dmMess */ public function getDmID() { - return $this->dmID; + return $this->dmID; } /** @@ -46,8 +46,8 @@ public function getDmID() */ public function setDmID($dmID) { - $this->dmID = $dmID; - return $this; + $this->dmID = $dmID; + return $this; } /** @@ -55,15 +55,15 @@ public function setDmID($dmID) */ public function getDmEventTime() { - if ($this->dmEventTime == null) { - return null; - } else { - try { - return new \DateTime($this->dmEventTime); - } catch (\Exception $e) { - return false; + if ($this->dmEventTime == null) { + return null; + } else { + try { + return new \DateTime($this->dmEventTime); + } catch (\Exception $e) { + return false; + } } - } } /** @@ -72,8 +72,8 @@ public function getDmEventTime() */ public function setDmEventTime(\DateTime $dmEventTime) { - $this->dmEventTime = $dmEventTime->format(\DateTime::ATOM); - return $this; + $this->dmEventTime = $dmEventTime->format(\DateTime::ATOM); + return $this; } /** @@ -81,7 +81,7 @@ public function setDmEventTime(\DateTime $dmEventTime) */ public function getDmMessageStatus() { - return $this->dmMessageStatus; + return $this->dmMessageStatus; } /** @@ -90,8 +90,7 @@ public function getDmMessageStatus() */ public function setDmMessageStatus($dmMessageStatus) { - $this->dmMessageStatus = $dmMessageStatus; - return $this; + $this->dmMessageStatus = $dmMessageStatus; + return $this; } - } diff --git a/src/Api/tStatus.php b/src/Api/tStatus.php index 4d96857..9c477ef 100644 --- a/src/Api/tStatus.php +++ b/src/Api/tStatus.php @@ -21,8 +21,8 @@ class tStatus */ public function __construct($dmStatusCode = null, $dmStatusMessage = null) { - $this->dmStatusCode = $dmStatusCode; - $this->dmStatusMessage = $dmStatusMessage; + $this->dmStatusCode = $dmStatusCode; + $this->dmStatusMessage = $dmStatusMessage; } /** @@ -30,7 +30,7 @@ public function __construct($dmStatusCode = null, $dmStatusMessage = null) */ public function getDmStatusCode() { - return $this->dmStatusCode; + return $this->dmStatusCode; } /** @@ -39,8 +39,8 @@ public function getDmStatusCode() */ public function setDmStatusCode($dmStatusCode) { - $this->dmStatusCode = $dmStatusCode; - return $this; + $this->dmStatusCode = $dmStatusCode; + return $this; } /** @@ -48,7 +48,7 @@ public function setDmStatusCode($dmStatusCode) */ public function getDmStatusMessage() { - return $this->dmStatusMessage; + return $this->dmStatusMessage; } /** @@ -57,8 +57,7 @@ public function getDmStatusMessage() */ public function setDmStatusMessage($dmStatusMessage) { - $this->dmStatusMessage = $dmStatusMessage; - return $this; + $this->dmStatusMessage = $dmStatusMessage; + return $this; } - } diff --git a/src/Api/tUpdDBUserInput.php b/src/Api/tUpdDBUserInput.php index 090ca91..8a9f0e5 100644 --- a/src/Api/tUpdDBUserInput.php +++ b/src/Api/tUpdDBUserInput.php @@ -6,17 +6,17 @@ class tUpdDBUserInput { /** - * @var tDbOwnerInfo $dbOwnerInfo + * @var tDbOwnerInfoExt $dbOwnerInfo */ protected $dbOwnerInfo = null; /** - * @var tDbUserInfo $dbOldUserInfo + * @var tDbUserInfoExt $dbOldUserInfo */ protected $dbOldUserInfo = null; /** - * @var tDbUserInfo $dbNewUserInfo + * @var tDbUserInfoExt $dbNewUserInfo */ protected $dbNewUserInfo = null; @@ -31,73 +31,73 @@ class tUpdDBUserInput protected $dbExternRefNumber = null; /** - * @param tDbOwnerInfo $dbOwnerInfo - * @param tDbUserInfo $dbOldUserInfo - * @param tDbUserInfo $dbNewUserInfo + * @param tDbOwnerInfoExt $dbOwnerInfo + * @param tDbUserInfoExt $dbOldUserInfo + * @param tDbUserInfoExt $dbNewUserInfo * @param boolean $dbApproved * @param string $dbExternRefNumber */ public function __construct($dbOwnerInfo = null, $dbOldUserInfo = null, $dbNewUserInfo = null, $dbApproved = null, $dbExternRefNumber = null) { - $this->dbOwnerInfo = $dbOwnerInfo; - $this->dbOldUserInfo = $dbOldUserInfo; - $this->dbNewUserInfo = $dbNewUserInfo; - $this->dbApproved = $dbApproved; - $this->dbExternRefNumber = $dbExternRefNumber; + $this->dbOwnerInfo = $dbOwnerInfo; + $this->dbOldUserInfo = $dbOldUserInfo; + $this->dbNewUserInfo = $dbNewUserInfo; + $this->dbApproved = $dbApproved; + $this->dbExternRefNumber = $dbExternRefNumber; } /** - * @return tDbOwnerInfo + * @return tDbOwnerInfoExt */ public function getDbOwnerInfo() { - return $this->dbOwnerInfo; + return $this->dbOwnerInfo; } /** - * @param tDbOwnerInfo $dbOwnerInfo + * @param tDbOwnerInfoExt $dbOwnerInfo * @return \Defr\CzechDataBox\Api\tUpdDBUserInput */ public function setDbOwnerInfo($dbOwnerInfo) { - $this->dbOwnerInfo = $dbOwnerInfo; - return $this; + $this->dbOwnerInfo = $dbOwnerInfo; + return $this; } /** - * @return tDbUserInfo + * @return tDbUserInfoExt */ public function getDbOldUserInfo() { - return $this->dbOldUserInfo; + return $this->dbOldUserInfo; } /** - * @param tDbUserInfo $dbOldUserInfo + * @param tDbUserInfoExt $dbOldUserInfo * @return \Defr\CzechDataBox\Api\tUpdDBUserInput */ public function setDbOldUserInfo($dbOldUserInfo) { - $this->dbOldUserInfo = $dbOldUserInfo; - return $this; + $this->dbOldUserInfo = $dbOldUserInfo; + return $this; } /** - * @return tDbUserInfo + * @return tDbUserInfoExt */ public function getDbNewUserInfo() { - return $this->dbNewUserInfo; + return $this->dbNewUserInfo; } /** - * @param tDbUserInfo $dbNewUserInfo + * @param tDbUserInfoExt $dbNewUserInfo * @return \Defr\CzechDataBox\Api\tUpdDBUserInput */ public function setDbNewUserInfo($dbNewUserInfo) { - $this->dbNewUserInfo = $dbNewUserInfo; - return $this; + $this->dbNewUserInfo = $dbNewUserInfo; + return $this; } /** @@ -105,7 +105,7 @@ public function setDbNewUserInfo($dbNewUserInfo) */ public function getDbApproved() { - return $this->dbApproved; + return $this->dbApproved; } /** @@ -114,8 +114,8 @@ public function getDbApproved() */ public function setDbApproved($dbApproved) { - $this->dbApproved = $dbApproved; - return $this; + $this->dbApproved = $dbApproved; + return $this; } /** @@ -123,7 +123,7 @@ public function setDbApproved($dbApproved) */ public function getDbExternRefNumber() { - return $this->dbExternRefNumber; + return $this->dbExternRefNumber; } /** @@ -132,8 +132,7 @@ public function getDbExternRefNumber() */ public function setDbExternRefNumber($dbExternRefNumber) { - $this->dbExternRefNumber = $dbExternRefNumber; - return $this; + $this->dbExternRefNumber = $dbExternRefNumber; + return $this; } - } diff --git a/src/Api/tUpdDBUserInput2.php b/src/Api/tUpdDBUserInput2.php new file mode 100644 index 0000000..f5a2700 --- /dev/null +++ b/src/Api/tUpdDBUserInput2.php @@ -0,0 +1,138 @@ +dbID = $dbID; + $this->isdsID = $isdsID; + $this->dbNewUserInfo = $dbNewUserInfo; + $this->dbApproved = $dbApproved; + $this->dbExternRefNumber = $dbExternRefNumber; + } + + /** + * @return dbID + */ + public function getDbID() + { + return $this->dbID; + } + + /** + * @param dbID $dbID + * @return \Defr\CzechDataBox\Api\tUpdDBUserInput2 + */ + public function setDbID($dbID) + { + $this->dbID = $dbID; + return $this; + } + + /** + * @return tIsdsID + */ + public function getIsdsID() + { + return $this->isdsID; + } + + /** + * @param tIsdsID $isdsID + * @return \Defr\CzechDataBox\Api\tUpdDBUserInput2 + */ + public function setIsdsID($isdsID) + { + $this->isdsID = $isdsID; + return $this; + } + + /** + * @return tDbUserInfoExt2 + */ + public function getDbNewUserInfo() + { + return $this->dbNewUserInfo; + } + + /** + * @param tDbUserInfoExt2 $dbNewUserInfo + * @return \Defr\CzechDataBox\Api\tUpdDBUserInput2 + */ + public function setDbNewUserInfo($dbNewUserInfo) + { + $this->dbNewUserInfo = $dbNewUserInfo; + return $this; + } + + /** + * @return boolean + */ + public function getDbApproved() + { + return $this->dbApproved; + } + + /** + * @param boolean $dbApproved + * @return \Defr\CzechDataBox\Api\tUpdDBUserInput2 + */ + public function setDbApproved($dbApproved) + { + $this->dbApproved = $dbApproved; + return $this; + } + + /** + * @return string + */ + public function getDbExternRefNumber() + { + return $this->dbExternRefNumber; + } + + /** + * @param string $dbExternRefNumber + * @return \Defr\CzechDataBox\Api\tUpdDBUserInput2 + */ + public function setDbExternRefNumber($dbExternRefNumber) + { + $this->dbExternRefNumber = $dbExternRefNumber; + return $this; + } +} diff --git a/src/Api/tUpdateDBInput.php b/src/Api/tUpdateDBInput.php index 08339b8..a949137 100644 --- a/src/Api/tUpdateDBInput.php +++ b/src/Api/tUpdateDBInput.php @@ -6,12 +6,12 @@ class tUpdateDBInput { /** - * @var tDbOwnerInfo $dbOldOwnerInfo + * @var tDbOwnerInfoExt $dbOldOwnerInfo */ protected $dbOldOwnerInfo = null; /** - * @var tDbOwnerInfo $dbNewOwnerInfo + * @var tDbOwnerInfoExt $dbNewOwnerInfo */ protected $dbNewOwnerInfo = null; @@ -26,53 +26,53 @@ class tUpdateDBInput protected $dbExternRefNumber = null; /** - * @param tDbOwnerInfo $dbOldOwnerInfo - * @param tDbOwnerInfo $dbNewOwnerInfo + * @param tDbOwnerInfoExt $dbOldOwnerInfo + * @param tDbOwnerInfoExt $dbNewOwnerInfo * @param boolean $dbApproved * @param string $dbExternRefNumber */ public function __construct($dbOldOwnerInfo = null, $dbNewOwnerInfo = null, $dbApproved = null, $dbExternRefNumber = null) { - $this->dbOldOwnerInfo = $dbOldOwnerInfo; - $this->dbNewOwnerInfo = $dbNewOwnerInfo; - $this->dbApproved = $dbApproved; - $this->dbExternRefNumber = $dbExternRefNumber; + $this->dbOldOwnerInfo = $dbOldOwnerInfo; + $this->dbNewOwnerInfo = $dbNewOwnerInfo; + $this->dbApproved = $dbApproved; + $this->dbExternRefNumber = $dbExternRefNumber; } /** - * @return tDbOwnerInfo + * @return tDbOwnerInfoExt */ public function getDbOldOwnerInfo() { - return $this->dbOldOwnerInfo; + return $this->dbOldOwnerInfo; } /** - * @param tDbOwnerInfo $dbOldOwnerInfo + * @param tDbOwnerInfoExt $dbOldOwnerInfo * @return \Defr\CzechDataBox\Api\tUpdateDBInput */ public function setDbOldOwnerInfo($dbOldOwnerInfo) { - $this->dbOldOwnerInfo = $dbOldOwnerInfo; - return $this; + $this->dbOldOwnerInfo = $dbOldOwnerInfo; + return $this; } /** - * @return tDbOwnerInfo + * @return tDbOwnerInfoExt */ public function getDbNewOwnerInfo() { - return $this->dbNewOwnerInfo; + return $this->dbNewOwnerInfo; } /** - * @param tDbOwnerInfo $dbNewOwnerInfo + * @param tDbOwnerInfoExt $dbNewOwnerInfo * @return \Defr\CzechDataBox\Api\tUpdateDBInput */ public function setDbNewOwnerInfo($dbNewOwnerInfo) { - $this->dbNewOwnerInfo = $dbNewOwnerInfo; - return $this; + $this->dbNewOwnerInfo = $dbNewOwnerInfo; + return $this; } /** @@ -80,7 +80,7 @@ public function setDbNewOwnerInfo($dbNewOwnerInfo) */ public function getDbApproved() { - return $this->dbApproved; + return $this->dbApproved; } /** @@ -89,8 +89,8 @@ public function getDbApproved() */ public function setDbApproved($dbApproved) { - $this->dbApproved = $dbApproved; - return $this; + $this->dbApproved = $dbApproved; + return $this; } /** @@ -98,7 +98,7 @@ public function setDbApproved($dbApproved) */ public function getDbExternRefNumber() { - return $this->dbExternRefNumber; + return $this->dbExternRefNumber; } /** @@ -107,8 +107,7 @@ public function getDbExternRefNumber() */ public function setDbExternRefNumber($dbExternRefNumber) { - $this->dbExternRefNumber = $dbExternRefNumber; - return $this; + $this->dbExternRefNumber = $dbExternRefNumber; + return $this; } - } diff --git a/src/Api/tUpdateDBInput2.php b/src/Api/tUpdateDBInput2.php new file mode 100644 index 0000000..c0c4003 --- /dev/null +++ b/src/Api/tUpdateDBInput2.php @@ -0,0 +1,113 @@ +dbID = $dbID; + $this->dbNewOwnerInfo = $dbNewOwnerInfo; + $this->dbApproved = $dbApproved; + $this->dbExternRefNumber = $dbExternRefNumber; + } + + /** + * @return dbID + */ + public function getDbID() + { + return $this->dbID; + } + + /** + * @param dbID $dbID + * @return \Defr\CzechDataBox\Api\tUpdateDBInput2 + */ + public function setDbID($dbID) + { + $this->dbID = $dbID; + return $this; + } + + /** + * @return tDbOwnerInfoExt2 + */ + public function getDbNewOwnerInfo() + { + return $this->dbNewOwnerInfo; + } + + /** + * @param tDbOwnerInfoExt2 $dbNewOwnerInfo + * @return \Defr\CzechDataBox\Api\tUpdateDBInput2 + */ + public function setDbNewOwnerInfo($dbNewOwnerInfo) + { + $this->dbNewOwnerInfo = $dbNewOwnerInfo; + return $this; + } + + /** + * @return boolean + */ + public function getDbApproved() + { + return $this->dbApproved; + } + + /** + * @param boolean $dbApproved + * @return \Defr\CzechDataBox\Api\tUpdateDBInput2 + */ + public function setDbApproved($dbApproved) + { + $this->dbApproved = $dbApproved; + return $this; + } + + /** + * @return string + */ + public function getDbExternRefNumber() + { + return $this->dbExternRefNumber; + } + + /** + * @param string $dbExternRefNumber + * @return \Defr\CzechDataBox\Api\tUpdateDBInput2 + */ + public function setDbExternRefNumber($dbExternRefNumber) + { + $this->dbExternRefNumber = $dbExternRefNumber; + return $this; + } +} diff --git a/src/Api/tUserType.php b/src/Api/tUserType.php index 9934178..9780416 100644 --- a/src/Api/tUserType.php +++ b/src/Api/tUserType.php @@ -11,6 +11,6 @@ class tUserType const OFFICIAL = 'OFFICIAL'; const OFFICIAL_CERT = 'OFFICIAL_CERT'; const LIQUIDATOR = 'LIQUIDATOR'; - - + const RECEIVER = 'RECEIVER'; + const GUARDIAN = 'GUARDIAN'; } diff --git a/src/Api/tdbPeriod.php b/src/Api/tdbPeriod.php new file mode 100644 index 0000000..f86418c --- /dev/null +++ b/src/Api/tdbPeriod.php @@ -0,0 +1,104 @@ +PeriodFrom = $PeriodFrom ? $PeriodFrom->format(\DateTime::ATOM) : null; + $this->PeriodTo = $PeriodTo ? $PeriodTo->format(\DateTime::ATOM) : null; + $this->DbState = $DbState; + } + + /** + * @return \DateTime + */ + public function getPeriodFrom() + { + if ($this->PeriodFrom == null) { + return null; + } else { + try { + return new \DateTime($this->PeriodFrom); + } catch (\Exception $e) { + return false; + } + } + } + + /** + * @param \DateTime $PeriodFrom + * @return \Defr\CzechDataBox\Api\tdbPeriod + */ + public function setPeriodFrom(\DateTime $PeriodFrom) + { + $this->PeriodFrom = $PeriodFrom->format(\DateTime::ATOM); + return $this; + } + + /** + * @return \DateTime + */ + public function getPeriodTo() + { + if ($this->PeriodTo == null) { + return null; + } else { + try { + return new \DateTime($this->PeriodTo); + } catch (\Exception $e) { + return false; + } + } + } + + /** + * @param \DateTime $PeriodTo + * @return \Defr\CzechDataBox\Api\tdbPeriod + */ + public function setPeriodTo(\DateTime $PeriodTo) + { + $this->PeriodTo = $PeriodTo->format(\DateTime::ATOM); + return $this; + } + + /** + * @return int + */ + public function getDbState() + { + return $this->DbState; + } + + /** + * @param int $DbState + * @return \Defr\CzechDataBox\Api\tdbPeriod + */ + public function setDbState($DbState) + { + $this->DbState = $DbState; + return $this; + } +} diff --git a/src/Api/tdbPeriodsArray.php b/src/Api/tdbPeriodsArray.php new file mode 100644 index 0000000..595e318 --- /dev/null +++ b/src/Api/tdbPeriodsArray.php @@ -0,0 +1,38 @@ +Period = $Period; + } + + /** + * @return tdbPeriod + */ + public function getPeriod() + { + return $this->Period; + } + + /** + * @param tdbPeriod $Period + * @return \Defr\CzechDataBox\Api\tdbPeriodsArray + */ + public function setPeriod($Period) + { + $this->Period = $Period; + return $this; + } +} diff --git a/src/Api/tdbPersOwnersArray.php b/src/Api/tdbPersOwnersArray.php new file mode 100644 index 0000000..9216d08 --- /dev/null +++ b/src/Api/tdbPersOwnersArray.php @@ -0,0 +1,38 @@ +dbOwnerInfo = $dbOwnerInfo; + } + + /** + * @return tdbPersonalOwnerInfo + */ + public function getDbOwnerInfo() + { + return $this->dbOwnerInfo; + } + + /** + * @param tdbPersonalOwnerInfo $dbOwnerInfo + * @return \Defr\CzechDataBox\Api\tdbPersOwnersArray + */ + public function setDbOwnerInfo($dbOwnerInfo) + { + $this->dbOwnerInfo = $dbOwnerInfo; + return $this; + } +} diff --git a/src/Api/tdbPersonalOwnerInfo.php b/src/Api/tdbPersonalOwnerInfo.php new file mode 100644 index 0000000..36a3318 --- /dev/null +++ b/src/Api/tdbPersonalOwnerInfo.php @@ -0,0 +1,463 @@ +dbID = $dbID; + $this->aifoIsds = $aifoIsds; + $this->pnFirstName = $pnFirstName; + $this->pnMiddleName = $pnMiddleName; + $this->pnLastName = $pnLastName; + $this->biDate = $biDate; + $this->biCity = $biCity; + $this->biCounty = $biCounty; + $this->biState = $biState; + $this->adCode = $adCode; + $this->adCity = $adCity; + $this->adDistrict = $adDistrict; + $this->adStreet = $adStreet; + $this->adNumberInStreet = $adNumberInStreet; + $this->adNumberInMunicipality = $adNumberInMunicipality; + $this->adZipCode = $adZipCode; + $this->adState = $adState; + $this->nationality = $nationality; + } + + /** + * @return tIdDb + */ + public function getDbID() + { + return $this->dbID; + } + + /** + * @param tIdDb $dbID + * @return \Defr\CzechDataBox\Api\tdbPersonalOwnerInfo + */ + public function setDbID($dbID) + { + $this->dbID = $dbID; + return $this; + } + + /** + * @return boolean + */ + public function getAifoIsds() + { + return $this->aifoIsds; + } + + /** + * @param boolean $aifoIsds + * @return \Defr\CzechDataBox\Api\tdbPersonalOwnerInfo + */ + public function setAifoIsds($aifoIsds) + { + $this->aifoIsds = $aifoIsds; + return $this; + } + + /** + * @return string + */ + public function getPnFirstName() + { + return $this->pnFirstName; + } + + /** + * @param string $pnFirstName + * @return \Defr\CzechDataBox\Api\tdbPersonalOwnerInfo + */ + public function setPnFirstName($pnFirstName) + { + $this->pnFirstName = $pnFirstName; + return $this; + } + + /** + * @return string + */ + public function getPnMiddleName() + { + return $this->pnMiddleName; + } + + /** + * @param string $pnMiddleName + * @return \Defr\CzechDataBox\Api\tdbPersonalOwnerInfo + */ + public function setPnMiddleName($pnMiddleName) + { + $this->pnMiddleName = $pnMiddleName; + return $this; + } + + /** + * @return string + */ + public function getPnLastName() + { + return $this->pnLastName; + } + + /** + * @param string $pnLastName + * @return \Defr\CzechDataBox\Api\tdbPersonalOwnerInfo + */ + public function setPnLastName($pnLastName) + { + $this->pnLastName = $pnLastName; + return $this; + } + + /** + * @return date + */ + public function getBiDate() + { + return $this->biDate; + } + + /** + * @param date $biDate + * @return \Defr\CzechDataBox\Api\tdbPersonalOwnerInfo + */ + public function setBiDate($biDate) + { + $this->biDate = $biDate; + return $this; + } + + /** + * @return string + */ + public function getBiCity() + { + return $this->biCity; + } + + /** + * @param string $biCity + * @return \Defr\CzechDataBox\Api\tdbPersonalOwnerInfo + */ + public function setBiCity($biCity) + { + $this->biCity = $biCity; + return $this; + } + + /** + * @return string + */ + public function getBiCounty() + { + return $this->biCounty; + } + + /** + * @param string $biCounty + * @return \Defr\CzechDataBox\Api\tdbPersonalOwnerInfo + */ + public function setBiCounty($biCounty) + { + $this->biCounty = $biCounty; + return $this; + } + + /** + * @return string + */ + public function getBiState() + { + return $this->biState; + } + + /** + * @param string $biState + * @return \Defr\CzechDataBox\Api\tdbPersonalOwnerInfo + */ + public function setBiState($biState) + { + $this->biState = $biState; + return $this; + } + + /** + * @return int + */ + public function getAdCode() + { + return $this->adCode; + } + + /** + * @param int $adCode + * @return \Defr\CzechDataBox\Api\tdbPersonalOwnerInfo + */ + public function setAdCode($adCode) + { + $this->adCode = $adCode; + return $this; + } + + /** + * @return string + */ + public function getAdCity() + { + return $this->adCity; + } + + /** + * @param string $adCity + * @return \Defr\CzechDataBox\Api\tdbPersonalOwnerInfo + */ + public function setAdCity($adCity) + { + $this->adCity = $adCity; + return $this; + } + + /** + * @return string + */ + public function getAdDistrict() + { + return $this->adDistrict; + } + + /** + * @param string $adDistrict + * @return \Defr\CzechDataBox\Api\tdbPersonalOwnerInfo + */ + public function setAdDistrict($adDistrict) + { + $this->adDistrict = $adDistrict; + return $this; + } + + /** + * @return string + */ + public function getAdStreet() + { + return $this->adStreet; + } + + /** + * @param string $adStreet + * @return \Defr\CzechDataBox\Api\tdbPersonalOwnerInfo + */ + public function setAdStreet($adStreet) + { + $this->adStreet = $adStreet; + return $this; + } + + /** + * @return string + */ + public function getAdNumberInStreet() + { + return $this->adNumberInStreet; + } + + /** + * @param string $adNumberInStreet + * @return \Defr\CzechDataBox\Api\tdbPersonalOwnerInfo + */ + public function setAdNumberInStreet($adNumberInStreet) + { + $this->adNumberInStreet = $adNumberInStreet; + return $this; + } + + /** + * @return string + */ + public function getAdNumberInMunicipality() + { + return $this->adNumberInMunicipality; + } + + /** + * @param string $adNumberInMunicipality + * @return \Defr\CzechDataBox\Api\tdbPersonalOwnerInfo + */ + public function setAdNumberInMunicipality($adNumberInMunicipality) + { + $this->adNumberInMunicipality = $adNumberInMunicipality; + return $this; + } + + /** + * @return string + */ + public function getAdZipCode() + { + return $this->adZipCode; + } + + /** + * @param string $adZipCode + * @return \Defr\CzechDataBox\Api\tdbPersonalOwnerInfo + */ + public function setAdZipCode($adZipCode) + { + $this->adZipCode = $adZipCode; + return $this; + } + + /** + * @return string + */ + public function getAdState() + { + return $this->adState; + } + + /** + * @param string $adState + * @return \Defr\CzechDataBox\Api\tdbPersonalOwnerInfo + */ + public function setAdState($adState) + { + $this->adState = $adState; + return $this; + } + + /** + * @return string + */ + public function getNationality() + { + return $this->nationality; + } + + /** + * @param string $nationality + * @return \Defr\CzechDataBox\Api\tdbPersonalOwnerInfo + */ + public function setNationality($nationality) + { + $this->nationality = $nationality; + return $this; + } +} diff --git a/src/Api/tdbResult.php b/src/Api/tdbResult.php new file mode 100644 index 0000000..18e97ff --- /dev/null +++ b/src/Api/tdbResult.php @@ -0,0 +1,213 @@ +dbID = $dbID; + $this->dbType = $dbType; + $this->dbName = $dbName; + $this->dbAddress = $dbAddress; + $this->dbBiDate = $dbBiDate; + $this->dbICO = $dbICO; + $this->dbEffectiveOVM = $dbEffectiveOVM; + $this->dbSendOptions = $dbSendOptions; + } + + /** + * @return tIdDb + */ + public function getDbID() + { + return $this->dbID; + } + + /** + * @param tIdDb $dbID + * @return \Defr\CzechDataBox\Api\tdbResult + */ + public function setDbID($dbID) + { + $this->dbID = $dbID; + return $this; + } + + /** + * @return tDbType + */ + public function getDbType() + { + return $this->dbType; + } + + /** + * @param tDbType $dbType + * @return \Defr\CzechDataBox\Api\tdbResult + */ + public function setDbType($dbType) + { + $this->dbType = $dbType; + return $this; + } + + /** + * @return string + */ + public function getDbName() + { + return $this->dbName; + } + + /** + * @param string $dbName + * @return \Defr\CzechDataBox\Api\tdbResult + */ + public function setDbName($dbName) + { + $this->dbName = $dbName; + return $this; + } + + /** + * @return string + */ + public function getDbAddress() + { + return $this->dbAddress; + } + + /** + * @param string $dbAddress + * @return \Defr\CzechDataBox\Api\tdbResult + */ + public function setDbAddress($dbAddress) + { + $this->dbAddress = $dbAddress; + return $this; + } + + /** + * @return date + */ + public function getDbBiDate() + { + return $this->dbBiDate; + } + + /** + * @param date $dbBiDate + * @return \Defr\CzechDataBox\Api\tdbResult + */ + public function setDbBiDate($dbBiDate) + { + $this->dbBiDate = $dbBiDate; + return $this; + } + + /** + * @return tIdentificationNumber + */ + public function getDbICO() + { + return $this->dbICO; + } + + /** + * @param tIdentificationNumber $dbICO + * @return \Defr\CzechDataBox\Api\tdbResult + */ + public function setDbICO($dbICO) + { + $this->dbICO = $dbICO; + return $this; + } + + /** + * @return boolean + */ + public function getDbEffectiveOVM() + { + return $this->dbEffectiveOVM; + } + + /** + * @param boolean $dbEffectiveOVM + * @return \Defr\CzechDataBox\Api\tdbResult + */ + public function setDbEffectiveOVM($dbEffectiveOVM) + { + $this->dbEffectiveOVM = $dbEffectiveOVM; + return $this; + } + + /** + * @return dbSendOptions + */ + public function getDbSendOptions() + { + return $this->dbSendOptions; + } + + /** + * @param dbSendOptions $dbSendOptions + * @return \Defr\CzechDataBox\Api\tdbResult + */ + public function setDbSendOptions($dbSendOptions) + { + $this->dbSendOptions = $dbSendOptions; + return $this; + } +} diff --git a/src/Api/tdbResult2.php b/src/Api/tdbResult2.php new file mode 100644 index 0000000..ea2c3a2 --- /dev/null +++ b/src/Api/tdbResult2.php @@ -0,0 +1,213 @@ +dbID = $dbID; + $this->dbType = $dbType; + $this->dbName = $dbName; + $this->dbAddress = $dbAddress; + $this->dbBiDate = $dbBiDate; + $this->dbICO = $dbICO; + $this->dbIdOVM = $dbIdOVM; + $this->dbSendOptions = $dbSendOptions; + } + + /** + * @return tIdDb + */ + public function getDbID() + { + return $this->dbID; + } + + /** + * @param tIdDb $dbID + * @return \Defr\CzechDataBox\Api\tdbResult2 + */ + public function setDbID($dbID) + { + $this->dbID = $dbID; + return $this; + } + + /** + * @return tDbType + */ + public function getDbType() + { + return $this->dbType; + } + + /** + * @param tDbType $dbType + * @return \Defr\CzechDataBox\Api\tdbResult2 + */ + public function setDbType($dbType) + { + $this->dbType = $dbType; + return $this; + } + + /** + * @return string + */ + public function getDbName() + { + return $this->dbName; + } + + /** + * @param string $dbName + * @return \Defr\CzechDataBox\Api\tdbResult2 + */ + public function setDbName($dbName) + { + $this->dbName = $dbName; + return $this; + } + + /** + * @return string + */ + public function getDbAddress() + { + return $this->dbAddress; + } + + /** + * @param string $dbAddress + * @return \Defr\CzechDataBox\Api\tdbResult2 + */ + public function setDbAddress($dbAddress) + { + $this->dbAddress = $dbAddress; + return $this; + } + + /** + * @return date + */ + public function getDbBiDate() + { + return $this->dbBiDate; + } + + /** + * @param date $dbBiDate + * @return \Defr\CzechDataBox\Api\tdbResult2 + */ + public function setDbBiDate($dbBiDate) + { + $this->dbBiDate = $dbBiDate; + return $this; + } + + /** + * @return tIdentificationNumber + */ + public function getDbICO() + { + return $this->dbICO; + } + + /** + * @param tIdentificationNumber $dbICO + * @return \Defr\CzechDataBox\Api\tdbResult2 + */ + public function setDbICO($dbICO) + { + $this->dbICO = $dbICO; + return $this; + } + + /** + * @return string + */ + public function getDbIdOVM() + { + return $this->dbIdOVM; + } + + /** + * @param string $dbIdOVM + * @return \Defr\CzechDataBox\Api\tdbResult2 + */ + public function setDbIdOVM($dbIdOVM) + { + $this->dbIdOVM = $dbIdOVM; + return $this; + } + + /** + * @return dbSendOptions + */ + public function getDbSendOptions() + { + return $this->dbSendOptions; + } + + /** + * @param dbSendOptions $dbSendOptions + * @return \Defr\CzechDataBox\Api\tdbResult2 + */ + public function setDbSendOptions($dbSendOptions) + { + $this->dbSendOptions = $dbSendOptions; + return $this; + } +} diff --git a/src/Api/tdbResultsArray.php b/src/Api/tdbResultsArray.php new file mode 100644 index 0000000..36723e4 --- /dev/null +++ b/src/Api/tdbResultsArray.php @@ -0,0 +1,38 @@ +dbResult = $dbResult; + } + + /** + * @return tdbResult + */ + public function getDbResult() + { + return $this->dbResult; + } + + /** + * @param tdbResult $dbResult + * @return \Defr\CzechDataBox\Api\tdbResultsArray + */ + public function setDbResult($dbResult) + { + $this->dbResult = $dbResult; + return $this; + } +} diff --git a/src/Api/tdbResultsArray2.php b/src/Api/tdbResultsArray2.php new file mode 100644 index 0000000..d9ebac4 --- /dev/null +++ b/src/Api/tdbResultsArray2.php @@ -0,0 +1,38 @@ +dbResult = $dbResult; + } + + /** + * @return tdbResult2 + */ + public function getDbResult() + { + return $this->dbResult; + } + + /** + * @param tdbResult2 $dbResult + * @return \Defr\CzechDataBox\Api\tdbResultsArray2 + */ + public function setDbResult($dbResult) + { + $this->dbResult = $dbResult; + return $this; + } +} diff --git a/src/ApiExtensions/dmFile.php b/src/ApiExtensions/dmFile.php index 4b38d5a..d62cd00 100644 --- a/src/ApiExtensions/dmFile.php +++ b/src/ApiExtensions/dmFile.php @@ -3,13 +3,12 @@ namespace Defr\CzechDataBox\ApiExtensions; - class dmFile extends \Defr\CzechDataBox\Api\dmFile { /** * @var string */ - protected $dmEncodedContent = null; + protected $dmEncodedContent; /** * @return string @@ -19,6 +18,7 @@ public function getDmEncodedContent() return $this->dmEncodedContent; } + /** * @param string $dmEncodedContent * @@ -30,5 +30,4 @@ public function setDmEncodedContent($dmEncodedContent) return $this; } - } diff --git a/src/DataBox.php b/src/DataBox.php index bd6eec6..b065b19 100644 --- a/src/DataBox.php +++ b/src/DataBox.php @@ -7,6 +7,10 @@ use Defr\CzechDataBox\Api\DmInfoWebService; use Defr\CzechDataBox\Api\DmOperationsWebService; use Defr\CzechDataBox\Api\IsdsStat; +use Exception; +use SoapClient; +use function sprintf; +use function sys_get_temp_dir; /** * Class DataBox. @@ -17,62 +21,57 @@ class DataBox * true = Ostrá verze, produkce * false = Testovací rozhraní datových schránek. * - * @var bool */ - protected $productionMode = true; + protected bool $productionMode = true; /** * 0 = Heslo * 1 = Certifikát * - * @var int */ - protected $loginType; + protected int $loginType; protected $serviceUrl; protected $loginName; + protected $password; - protected $certFileName = null; - protected $passPhrase = null; + protected $certFileName; + + protected $passPhrase; + + protected $proxyAddress; - protected $proxyAddress = null; - protected $proxyPort = null; - protected $proxyLogin = null; - protected $proxyPassword = null; + protected $proxyPort; + + protected $proxyLogin; + + protected $proxyPassword; protected $actualWsdl; + protected $actualOptions; - /** - * @var \SoapClient - */ - protected $actualSoap; + protected SoapClient $actualSoap; /** * @var string Adresář pro ukládání datových zpráv */ - protected $directory; + protected string $directory; - /** - * @var DataBoxSimpleApi - */ - protected $simpleApi; + protected DataBoxSimpleApi $simpleApi; /** * @param null $directory */ public function __construct($directory = null) { - if ($directory === null) { - $this->directory = sys_get_temp_dir() . '/DataBox'; - } else { - $this->directory = $directory; - } + $this->directory = $directory ?: sys_get_temp_dir().'/DataBox'; $this->simpleApi = new DataBoxSimpleApi($this); } + /** * Zapne testovaci mod. * @@ -85,6 +84,7 @@ public function setTestMode() return $this; } + /** * Vypne testovaci mod a zapne produkci. * @@ -97,6 +97,7 @@ public function setProductionMode() return $this; } + /** * Prihlaseni do DS pomoci loginu a hesla. * Tato medota neudela prihlaseni, ale do instance tridy ulozi potrebne informace. @@ -117,6 +118,7 @@ public function loginWithUsernameAndPassword($loginName, $password, $productionM return $this; } + /** * Prihlaseni do DS pomoci certifikatu a hesla (neni povinne). * Tato medota neudela prihlaseni, ale do instance tridy ulozi potrebne informace. @@ -137,23 +139,24 @@ public function loginWithCertificateAndPassword($certFileName, $password, $produ return $this; } + /** * Vyzkousi spojeni s ISDS. * - * @return bool * @throws DataBoxException */ - public function testConnection() + public function testConnection(): bool { try { $this->simpleApi->getStats(); - } catch (\Exception $e) { - throw new DataBoxException('Can\'t connect to service.'); + } catch (Exception) { + throw new DataBoxException("Can't connect to service."); } return true; } + /** * Sestavi URL pro danou WS (WebService). * @@ -165,39 +168,34 @@ private function getServiceURL($serviceType) { $res = 'https://ws1'; if (0 !== $this->loginType) { - $res = $res . 'c'; + $res .= 'c'; } - switch ($this->productionMode) { - case 0: - $res = $res . '.czebox.cz/'; - break; - case 1: - $res = $res . '.mojedatovaschranka.cz/'; - break; + if ($this->productionMode == 0) { + $res .= '.czebox.cz/'; + } elseif ($this->productionMode == 1) { + $res .= '.mojedatovaschranka.cz/'; } - switch ($this->loginType) { - case 1: - $res = $res . 'cert/'; - break; + if ($this->loginType === 1) { + $res .= 'cert/'; } - $res = $res . 'DS/'; + $res .= 'DS/'; switch ($serviceType) { case DataBoxHelper::OPERATIONS_WS: - $res = $res . 'dz'; + $res .= 'dz'; break; case DataBoxHelper::INFO_WS: - $res = $res . 'dx'; + $res .= 'dx'; break; case DataBoxHelper::SEARCH_WS: - $res = $res . 'df'; + $res .= 'df'; break; case DataBoxHelper::ACCESS_WS: case DataBoxHelper::STAT_WS: - $res = $res . 'DsManage'; + $res .= 'DsManage'; break; } @@ -206,6 +204,7 @@ private function getServiceURL($serviceType) return $res; } + /** * Vrati WSDL soubor pro dany typ WS. * @@ -217,36 +216,25 @@ private function getServiceURL($serviceType) */ private function getServiceWSDL($serviceType) { - $directory = __DIR__ . '/../Resources/'; - - switch ($serviceType) { - case DataBoxHelper::OPERATIONS_WS: - return $directory . 'dm_operations.wsdl'; - break; - case DataBoxHelper::INFO_WS: - return $directory . 'dm_info.wsdl'; - break; - case DataBoxHelper::SEARCH_WS: - return $directory . 'db_search.wsdl'; - break; - case DataBoxHelper::ACCESS_WS: - return $directory . 'db_access.wsdl'; - break; - case DataBoxHelper::STAT_WS: - return $directory . 'isds_stat.wsdl'; - break; - default: - throw new DataBoxException(sprintf('Service type %s not implemented.', $serviceType)); - break; - } + $directory = __DIR__.'/../Resources/'; + + return match ($serviceType) { + DataBoxHelper::OPERATIONS_WS => $directory.'dm_operations.wsdl', + DataBoxHelper::INFO_WS => $directory.'dm_info.wsdl', + DataBoxHelper::SEARCH_WS => $directory.'db_search.wsdl', + DataBoxHelper::ACCESS_WS => $directory.'db_access.wsdl', + DataBoxHelper::STAT_WS => $directory.'isds_stat.wsdl', + default => throw new DataBoxException(sprintf('Service type %s not implemented.', $serviceType)), + }; } + /** * @param $service * * @return array */ - private function getSoapOptions($service) + public function getSoapOptions($service) { return [ 'login' => $this->loginName, @@ -260,6 +248,7 @@ private function getSoapOptions($service) ]; } + /** * @param $service * @@ -271,6 +260,7 @@ private function setActualService($service) $this->actualOptions = $this->getSoapOptions($service); } + /** * @return DmOperationsWebService */ @@ -283,6 +273,7 @@ public function DmOperationsWebService() return $soap; } + /** * @return DmInfoWebService */ @@ -295,6 +286,7 @@ public function DmInfoWebService() return $soap; } + /** * @return DataBoxSearch */ @@ -307,6 +299,7 @@ public function DataBoxSearch() return $soap; } + /** * @return DataBoxAccess */ @@ -319,6 +312,7 @@ public function DataBoxAccess() return $soap; } + /** * @return IsdsStat */ @@ -331,6 +325,7 @@ public function IsdsStat() return $soap; } + /** * @return DataBoxSimpleApi */ @@ -339,6 +334,7 @@ public function getSimpleApi() return $this->simpleApi; } + /** * @return string */ diff --git a/src/DataBoxException.php b/src/DataBoxException.php index 6a48228..37ebba5 100644 --- a/src/DataBoxException.php +++ b/src/DataBoxException.php @@ -2,9 +2,11 @@ namespace Defr\CzechDataBox; +use Exception; + /** * Class DataBoxException. */ -class DataBoxException extends \Exception +class DataBoxException extends Exception { } diff --git a/src/DataBoxHelper.php b/src/DataBoxHelper.php index c2f4d1c..c6c746a 100644 --- a/src/DataBoxHelper.php +++ b/src/DataBoxHelper.php @@ -2,18 +2,38 @@ namespace Defr\CzechDataBox; +use function realpath; + /** * Class DataBoxHelper - * @package Defr\CzechDataBox */ class DataBoxHelper { // Typy WS operací dle manuálu. - const OPERATIONS_WS = 0; - const INFO_WS = 1; - const SEARCH_WS = 2; - const ACCESS_WS = 3; - const STAT_WS = 4; + /** + * @var int + */ + public const OPERATIONS_WS = 0; + + /** + * @var int + */ + public const INFO_WS = 1; + + /** + * @var int + */ + public const SEARCH_WS = 2; + + /** + * @var int + */ + public const ACCESS_WS = 3; + + /** + * @var int + */ + public const STAT_WS = 4; /** * Vrátí seznam všech WS včetně umístění WSDL souboru. @@ -22,17 +42,18 @@ class DataBoxHelper */ public static function getServiceWSDLList() { - $directory = __DIR__ . '/../Resources/'; + $directory = __DIR__.'/../Resources/'; return [ - self::OPERATIONS_WS => realpath($directory . 'dm_operations.wsdl'), - self::INFO_WS => realpath($directory . 'dm_info.wsdl'), - self::SEARCH_WS => realpath($directory . 'db_search.wsdl'), - self::ACCESS_WS => realpath($directory . 'db_access.wsdl'), - self::STAT_WS => realpath($directory . 'isds_stat.wsdl'), + self::OPERATIONS_WS => realpath($directory.'dm_operations.wsdl'), + self::INFO_WS => realpath($directory.'dm_info.wsdl'), + self::SEARCH_WS => realpath($directory.'db_search.wsdl'), + self::ACCESS_WS => realpath($directory.'db_access.wsdl'), + self::STAT_WS => realpath($directory.'isds_stat.wsdl'), ]; } + /** * Prelouska hnusny nazev klice a vrati pekny, cesky. * @@ -42,7 +63,7 @@ public static function getServiceWSDLList() */ public static function getKeyName($key) { - $replaces = array( + $replaces = [ 'dbID' => 'ID datové schránky', 'dbType' => 'Typ datové schránky', 'ic' => 'IČ', @@ -67,11 +88,12 @@ public static function getKeyName($key) 'userID' => 'ID osoby', 'userType' => 'Typ uživatele', 'userPrivils' => 'Oprávnění', - ); + ]; - return isset($replaces[$key]) ? $replaces[$key] : $key; + return $replaces[$key] ?? $key; } + /** * Typy datových schránek. * @@ -91,10 +113,11 @@ public static function getDataBoxTypes() "OVM" => 'Orgán veřejné moci', "OVM_NOTAR" => 'Notář', "OVM_EXEKUT" => 'Exekutor', - "OVM_REQ" => 'OVM_REQ' + "OVM_REQ" => 'OVM_REQ', ]; } + /** * Typy datových zpráv. * @@ -102,13 +125,14 @@ public static function getDataBoxTypes() */ public static function getMessagesTypes() { - return array( + return [ "recieved" => 'Přijatá zpráva', "sent" => 'Odeslaná zpráva', - "confirmation" => 'Doručenka' - ); + "confirmation" => 'Doručenka', + ]; } + /** * Vysvětlivky stavů datových zpráv. * @@ -116,7 +140,7 @@ public static function getMessagesTypes() */ public static function getDataBoxMessagesStatesNotes() { - return array( + return [ 1 => 'Zpráva byla podána (vznikla v ISDS)', 2 => 'Datová zpráva včetně písemností podepsána časovým razítkem', 3 => 'Zpráva neprošla AV kontrolou; nakažená písemnost je smazána; konečný stav zprávy před smazáním', @@ -127,9 +151,10 @@ public static function getDataBoxMessagesStatesNotes() 8 => 'Zpráva byla označena jako nedoručitelná, protože DS adresáta byla zpětně znepřístupněna', 9 => 'Obsah zprávy byl smazán, obálka zprávy včetně hashů přesunuta do archivu', 10 => 'Zpráva je v Datovém trezoru', - ); + ]; } + /** * Stavy datových zpráv. * @@ -137,7 +162,7 @@ public static function getDataBoxMessagesStatesNotes() */ public static function getDataBoxMessagesStates() { - return array( + return [ 1 => 'Podáno', 2 => 'Odeslána', 3 => 'Chyba - vir', @@ -148,6 +173,6 @@ public static function getDataBoxMessagesStates() 8 => 'Nedoručitelné', 9 => 'Smazáno', 10 => 'Datový trezor', - ); + ]; } } diff --git a/src/DataBoxMessageAttachment.php b/src/DataBoxMessageAttachment.php index 79cbc6e..936fe60 100644 --- a/src/DataBoxMessageAttachment.php +++ b/src/DataBoxMessageAttachment.php @@ -2,39 +2,39 @@ namespace Defr\CzechDataBox; +use function file_exists; +use function file_get_contents; +use function file_put_contents; +use function mkdir; +use function pathinfo; + /** * Class DataBoxMessageAttachment - * @package Defr\CzechDataBox */ class DataBoxMessageAttachment { - /** - * @var string - */ - private $location; + public $path; - /** - * @var string - */ - private $filename; + private string $filename; /** * @param $location */ - public function __construct($location) + public function __construct(private $location) { - $this->location = $location; $this->filename = pathinfo($location)['basename']; } + /** * @return string */ - public function get() + public function get(): string|bool { return file_get_contents($this->location); } + /** * @param $content * @@ -45,7 +45,8 @@ public function save($content) if (empty($content)) { throw new DataBoxException('Content of file is empty.'); } - if (false === $this->getIsExist()) { + + if (!$this->getIsExist()) { @mkdir(pathinfo($this->location)['dirname'], 0777, true); file_put_contents($this->location, $content); } else { @@ -53,6 +54,7 @@ public function save($content) } } + /** * @return mixed */ @@ -61,6 +63,7 @@ public function getLocation() return $this->location; } + /** * @return mixed */ @@ -69,6 +72,7 @@ public function getFilename() return $this->filename; } + /** * @return mixed */ @@ -77,10 +81,8 @@ public function getPath() return $this->path; } - /** - * @return mixed - */ - public function getIsExist() + + public function getIsExist(): bool { return file_exists($this->location); } diff --git a/src/DataBoxMessageFile.php b/src/DataBoxMessageFile.php index 94232ae..a2f02d1 100644 --- a/src/DataBoxMessageFile.php +++ b/src/DataBoxMessageFile.php @@ -2,39 +2,37 @@ namespace Defr\CzechDataBox; +use function file_exists; +use function file_get_contents; +use function file_put_contents; +use function mkdir; +use function pathinfo; + /** * Class DataBoxMessageFile - * @package Defr\CzechDataBox */ class DataBoxMessageFile { - /** - * @var string - */ - - private $location; - /** - * @var string - */ - private $filename; + private string $filename; /** * @param $location */ - public function __construct($location) + public function __construct(private $location) { - $this->location = $location; $this->filename = pathinfo($location)['basename']; } + /** * @return string */ - public function get() + public function get(): string|bool { return file_get_contents($this->location); } + /** * @param $content * @@ -45,7 +43,8 @@ public function save($content) if (empty($content)) { throw new DataBoxException('Content of file is empty.'); } - if (false === $this->getIsExist()) { + + if (!$this->getIsExist()) { @mkdir(pathinfo($this->location)['dirname'], 0777, true); file_put_contents($this->location, $content); } else { @@ -53,6 +52,7 @@ public function save($content) } } + /** * @return mixed */ @@ -61,6 +61,7 @@ public function getLocation() return $this->location; } + /** * @return mixed */ @@ -69,10 +70,8 @@ public function getFilename() return $this->filename; } - /** - * @return mixed - */ - public function getIsExist() + + public function getIsExist(): bool { return file_exists($this->location); } diff --git a/src/DataBoxSimpleApi.php b/src/DataBoxSimpleApi.php index c39f60d..444af3a 100644 --- a/src/DataBoxSimpleApi.php +++ b/src/DataBoxSimpleApi.php @@ -2,6 +2,8 @@ namespace Defr\CzechDataBox; +use DateInterval; +use DateTime; use Defr\CzechDataBox\Api\tDbOwnerInfo; use Defr\CzechDataBox\Api\tDbOwnersArray; use Defr\CzechDataBox\Api\tDbUserInfo; @@ -17,26 +19,27 @@ use Defr\CzechDataBox\Api\tNumOfMessagesInput; use Defr\CzechDataBox\Api\tRecord; use Defr\CzechDataBox\ApiExtensions\dmFile; +use function array_filter; +use function array_map; +use function basename; +use function file_get_contents; +use function is_array; +use function is_string; +use function md5; +use function mime_content_type; +use function strtoupper; +use function substr; /** * Class DataBoxSimpleApi - * @package Defr\CzechDataBox */ class DataBoxSimpleApi { - /** - * @var DataBox - */ - private $dataBox; - - /** - * @param DataBox $dataBox - */ - public function __construct(DataBox $dataBox) + public function __construct(private DataBox $dataBox) { - $this->dataBox = $dataBox; } + /** * Vrátí informace o aktuální datové schránce. * @@ -47,6 +50,7 @@ public function getDataBoxInfo() return $this->dataBox->DataBoxAccess()->GetOwnerInfoFromLogin(new tDummyInput(null))->getDbOwnerInfo(); } + /** * Vratí datum expirace hesla. * @@ -57,6 +61,7 @@ public function getPasswordExpires() return $this->dataBox->DataBoxAccess()->GetPasswordInfo(new tDummyInput(null))->getPswExpDate(); } + /** * Vrátí informace o aktuálním uživateli. * @@ -67,6 +72,7 @@ public function getUserInfo() return $this->dataBox->DataBoxAccess()->GetUserInfoFromLogin(new tDummyInput(null))->getDbUserInfo(); } + /** * Stahne seznam prijatych zprav v DS. * @@ -79,24 +85,24 @@ public function getUserInfo() */ public function getListOfReceivedMessages($days = 90, $limit = 1000) { - if ($days < 0 or $limit < 1) { + if ($days < 0 || $limit < 1) { throw new DataBoxException(); } $params = new tListOfFReceivedInput(); - $params->setDmToTime(new \DateTime()) - ->setDmFromTime((new \DateTime())->sub(new \DateInterval('P'.$days.'D'))) + $params->setDmToTime(new DateTime()) + ->setDmFromTime((new DateTime())->sub(new DateInterval('P'.$days.'D'))) ->setDmLimit($limit) ->setDmOffset(0) ->setDmRecipientOrgUnitNum(null) ->setDmStatusFilter(-1); $result = $this->dataBox->DmInfoWebService()->GetListOfReceivedMessages($params)->getDmRecords()->getDmRecord(); - $result = $this->returnAsArray($result); - return $result; + return $this->returnAsArray($result); } + /** * Vrati zmeny odeslanych DZ. * @@ -109,24 +115,24 @@ public function getListOfReceivedMessages($days = 90, $limit = 1000) */ public function getListOfSentMessages($days = 90, $limit = 1000) { - if ($days < 0 or $limit < 1) { + if ($days < 0 || $limit < 1) { throw new DataBoxException(); } $params = new tListOfSentInput(); - $params->setDmToTime(new \DateTime()) - ->setDmFromTime((new \DateTime())->sub(new \DateInterval('P'.$days.'D'))) + $params->setDmToTime(new DateTime()) + ->setDmFromTime((new DateTime())->sub(new DateInterval('P'.$days.'D'))) ->setDmLimit($limit) ->setDmOffset(0) ->setDmSenderOrgUnitNum(null) ->setDmStatusFilter(-1); $result = $this->dataBox->DmInfoWebService()->GetListOfSentMessages($params)->getDmRecords()->getDmRecord(); - $result = $this->returnAsArray($result); - return $result; + return $this->returnAsArray($result); } + /** * Vyhleda DS na zaklade ID. * @@ -139,11 +145,13 @@ public function findDataBoxById($dataBoxId) $params = new tFindDBInput(); $owner = new tDbOwnerInfo(); $owner->setDbID($dataBoxId); + $params->setDbOwnerInfo($owner); return $this->dataBox->DataBoxSearch()->FindDataBox($params)->getDbResults(); } + /** * Stáhne přijatou DZ ve formátu ZFO. * @@ -156,9 +164,9 @@ public function findDataBoxById($dataBoxId) public function downloadSignedReceivedMessage($dataMessageId) { $file = $this->getLocationForMessage($dataMessageId, 'r'); - if (false === $file->getIsExist()) { + if (!$file->getIsExist()) { $content = $this->dataBox->DmOperationsWebService()->SignedMessageDownload( - (new tIDMessInput())->setDmID($dataMessageId) + (new tIDMessInput())->setDmID($dataMessageId), )->getDmSignature(); $file->save($content); } @@ -166,6 +174,7 @@ public function downloadSignedReceivedMessage($dataMessageId) return $file; } + /** * Stáhne odeslanou DZ ve formátu ZFO. * @@ -178,9 +187,9 @@ public function downloadSignedReceivedMessage($dataMessageId) public function downloadSignedSentMessage($dataMessageId) { $file = $this->getLocationForMessage($dataMessageId, 's'); - if (false === $file->getIsExist()) { + if (!$file->getIsExist()) { $content = $this->dataBox->DmOperationsWebService()->SignedSentMessageDownload( - (new tIDMessInput())->setDmID($dataMessageId) + (new tIDMessInput())->setDmID($dataMessageId), )->getDmSignature(); $file->save($content); } @@ -188,6 +197,7 @@ public function downloadSignedSentMessage($dataMessageId) return $file; } + /** * Stáhne doručenku odeslané zprávy. * @@ -200,9 +210,9 @@ public function downloadSignedSentMessage($dataMessageId) public function downloadDeliveryInfo($dataMessageId) { $file = $this->getLocationForMessage($dataMessageId, 'di'); - if (false === $file->getIsExist()) { + if (!$file->getIsExist()) { $content = $this->dataBox->DmInfoWebService()->GetSignedDeliveryInfo( - (new tIDMessInput())->setDmID($dataMessageId) + (new tIDMessInput())->setDmID($dataMessageId), )->getDmSignature(); $file->save($content); } @@ -210,6 +220,7 @@ public function downloadDeliveryInfo($dataMessageId) return $file; } + /** * Stáhne všechny přílohy datové zprávy. * @@ -224,22 +235,24 @@ public function getReceivedDataMessageAttachments($dataMessageId) /** @var dmFile[] $attachments */ $attachments = $this->dataBox->DmOperationsWebService()->MessageDownload( - new tIDMessInput($dataMessageId) - )->getDmReturnedMessage()->getDmDm()->dmFiles->getDmFile(); + new tIDMessInput($dataMessageId), + )->getDmReturnedMessage()->getDmDm()->getDmFiles()->getDmFile(); $files = []; foreach ($attachments as $attachment) { $file = $this->getLocationForAttachment($dataMessageId, $attachment->getDmFileDescr()); - if (false === $file->getIsExist()) { - $content = $attachment->dmEncodedContent; + if (!$file->getIsExist()) { + $content = $attachment->getDmEncodedContent(); $file->save($content); } + $files[] = $file; } return $files; } + /** * Vytvoří základní zprávu k odeslání * @@ -267,31 +280,30 @@ public function createBasicDataMessage($recipient, $subject, array $attachments null, null, null, - $subject + $subject, ); // Make sure the attachments exist. If you have files stored in the memory // just do not pass any attachments and create the dmFile object yourself, // then set it as an array to dmFiles - $attachments = \array_filter($attachments, '\file_exists'); + $attachments = array_filter($attachments, '\file_exists'); // Creates the dmFile object for each of the attachments, gets mime // type and file name from the file - $attachments = \array_map( - function ($filePath) { + $attachments = array_map( + static function ($filePath) { $file = new dmFile(); - $file->setDmMimeType(\mime_content_type($filePath)); - $file->setDmFileDescr(\basename($filePath)); - $file->setDmEncodedContent(\file_get_contents($filePath)); - + $file->setDmMimeType(mime_content_type($filePath)); + $file->setDmFileDescr(basename($filePath)); + $file->setDmEncodedContent(file_get_contents($filePath)); return $file; }, - $attachments + $attachments, ); $dmFiles = new tFilesArray(); - if (!empty($attachments)) { + if ($attachments !== []) { // tFilesArray is not properly generated, it should accept an array of dmFile objects $dmFiles->setDmFile($attachments); } @@ -299,10 +311,10 @@ function ($filePath) { return new tMessageCreateInput($envelope, $dmFiles); } + /** * Pošle datovou zprávu. * - * @param tMessageCreateInput $messageToSent * * @return tMessageCreateOutput * @throws DataBoxException @@ -312,6 +324,7 @@ public function sendDataMessage(tMessageCreateInput $messageToSent) return $this->dataBox->DmOperationsWebService()->CreateMessage($messageToSent); } + /** * Počet zpráv odeslaných v celém systému ISDS. * @@ -324,6 +337,7 @@ public function getStats() return $this->dataBox->IsdsStat()->NumOfMessages($input)->getStatResult(); } + /** * @param $input * @@ -338,6 +352,7 @@ private function returnAsArray($input) } } + /** * @param $messageId * @param null $suffix @@ -357,6 +372,7 @@ private function getLocationForMessage($messageId, $suffix = null) return new DataBoxMessageFile($location); } + /** * @param $messageId * @param $fileName diff --git a/tests/DataBoxSimpleApiTest.php b/tests/DataBoxSimpleApiTest.php new file mode 100644 index 0000000..789aff2 --- /dev/null +++ b/tests/DataBoxSimpleApiTest.php @@ -0,0 +1,53 @@ +loginWithUsernameAndPassword( + getenv('DATABOX_LOGIN'), + getenv('DATABOX_PASSWORD'), + getenv('DATABOX_PRODUCTION'), + ); + + return $dataBox; + } + + + public function testSimpleApiFindDataBox() + { + $api = $this->__getDataBox()->getSimpleApi(); + $foundDataBox = $api->findDataBoxById('wucb4dd')->getDbOwnerInfo(); + $this->assertEquals("Dennis", $foundDataBox->getPnFirstName()); + $this->assertEquals("Fridrich", $foundDataBox->getPnLastName()); + } + + + public function testSimpleApiStats() + { + $api = $this->__getDataBox()->getSimpleApi(); + $this->assertIsInt($api->getStats()); + } + + + public function testSimpleApiPasswordChange() + { + $api = $this->__getDataBox()->getSimpleApi(); + $this->assertNull($api->getPasswordExpires()); + } +} diff --git a/tests/DataBoxTest.php b/tests/DataBoxTest.php new file mode 100644 index 0000000..09ca9fd --- /dev/null +++ b/tests/DataBoxTest.php @@ -0,0 +1,44 @@ +loginWithUsernameAndPassword( + getenv('DATABOX_LOGIN'), + getenv('DATABOX_PASSWORD'), + getenv('DATABOX_PRODUCTION'), + ); + + return $dataBox; + } + + public function testLogin(): void + { + $info = $this->__getDataBox()->DataBoxAccess()->GetOwnerInfoFromLogin(new tDummyInput(null)); + $this->assertInstanceOf(\Defr\CzechDataBox\Api\tGetOwnInfoOutput::class, $info); + } + + + public function testLoginFailure(): void + { + self::expectException(DataBoxException::class); + $dataBox = new DataBox(); + $dataBox->loginWithUsernameAndPassword("fakeLogin", "fakePassword", false); + $dataBox->testConnection(); + } +} diff --git a/utilities/.gitignore b/utilities/.gitignore new file mode 100644 index 0000000..48b8bf9 --- /dev/null +++ b/utilities/.gitignore @@ -0,0 +1 @@ +vendor/ diff --git a/utilities/.php-version b/utilities/.php-version new file mode 100644 index 0000000..37722eb --- /dev/null +++ b/utilities/.php-version @@ -0,0 +1 @@ +7.4 diff --git a/utilities/classes_generator.php b/utilities/classes_generator.php index e51ffbe..843f653 100644 --- a/utilities/classes_generator.php +++ b/utilities/classes_generator.php @@ -1,6 +1,6 @@ =7.0.8" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\OptionsResolver\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony OptionsResolver Component", + "homepage": "https://symfony.com", + "keywords": [ + "config", + "configuration", + "options" + ], + "support": { + "source": "https://github.com/symfony/options-resolver/tree/v3.4.47" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2020-10-24T10:57:07+00:00" + }, + { + "name": "symfony/polyfill-iconv", + "version": "v1.27.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-iconv.git", + "reference": "927013f3aac555983a5059aada98e1907d842695" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/927013f3aac555983a5059aada98e1907d842695", + "reference": "927013f3aac555983a5059aada98e1907d842695", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "provide": { + "ext-iconv": "*" + }, + "suggest": { + "ext-iconv": "For best performance" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.27-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Iconv\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for the Iconv extension", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "iconv", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-iconv/tree/v1.27.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-11-03T14:55:06+00:00" + }, + { + "name": "wsdl2phpgenerator/wsdl2phpgenerator", + "version": "3.4.0", + "source": { + "type": "git", + "url": "https://github.com/wsdl2phpgenerator/wsdl2phpgenerator.git", + "reference": "558c8a66677c117de2db5f5a4ae7f327c4b67f67" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/wsdl2phpgenerator/wsdl2phpgenerator/zipball/558c8a66677c117de2db5f5a4ae7f327c4b67f67", + "reference": "558c8a66677c117de2db5f5a4ae7f327c4b67f67", + "shasum": "" + }, + "require": { + "ext-soap": "*", + "php": ">=5.3.0", + "symfony/options-resolver": "~2.6|~3.0", + "symfony/polyfill-iconv": "^1.2" + }, + "require-dev": { + "kasperg/phing-github": "0.2.*", + "phing/phing": "~2.7", + "php-vcr/php-vcr": "1.2 - 1.2.7|^1.3.1", + "php-vcr/phpunit-testlistener-vcr": "~1.1.2", + "phpunit/phpunit": "~4.4", + "psr/log": "~1.0", + "symfony/yaml": "~2.1" + }, + "type": "library", + "autoload": { + "psr-4": { + "Wsdl2PhpGenerator\\": [ + "src/", + "lib/" + ] + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Simple class library for generating php classes from a wsdl file.", + "keywords": [ + "soap", + "wsdl" + ], + "support": { + "issues": "https://github.com/wsdl2phpgenerator/wsdl2phpgenerator/issues", + "source": "https://github.com/wsdl2phpgenerator/wsdl2phpgenerator/tree/3.4.0" + }, + "abandoned": true, + "time": "2016-10-30T21:02:36+00:00" + } + ], + "packages-dev": [ + { + "name": "symfony/polyfill-mbstring", + "version": "v1.27.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-mbstring.git", + "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534", + "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "provide": { + "ext-mbstring": "*" + }, + "suggest": { + "ext-mbstring": "For best performance" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.27-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Mbstring\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for the Mbstring extension", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "mbstring", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-11-03T14:55:06+00:00" + }, + { + "name": "symfony/polyfill-php80", + "version": "v1.27.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php80.git", + "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936", + "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.27-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Php80\\": "" + }, + "classmap": [ + "Resources/stubs" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Ion Bazan", + "email": "ion.bazan@gmail.com" + }, + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-php80/tree/v1.27.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-11-03T14:55:06+00:00" + }, + { + "name": "symfony/var-dumper", + "version": "v5.4.21", + "source": { + "type": "git", + "url": "https://github.com/symfony/var-dumper.git", + "reference": "6c5ac3a1be8b849d59a1a77877ee110e1b55eb74" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/6c5ac3a1be8b849d59a1a77877ee110e1b55eb74", + "reference": "6c5ac3a1be8b849d59a1a77877ee110e1b55eb74", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "symfony/polyfill-mbstring": "~1.0", + "symfony/polyfill-php80": "^1.16" + }, + "conflict": { + "phpunit/phpunit": "<5.4.3", + "symfony/console": "<4.4" + }, + "require-dev": { + "ext-iconv": "*", + "symfony/console": "^4.4|^5.0|^6.0", + "symfony/process": "^4.4|^5.0|^6.0", + "symfony/uid": "^5.1|^6.0", + "twig/twig": "^2.13|^3.0.4" + }, + "suggest": { + "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).", + "ext-intl": "To show region name in time zone dump", + "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script" + }, + "bin": [ + "Resources/bin/var-dump-server" + ], + "type": "library", + "autoload": { + "files": [ + "Resources/functions/dump.php" + ], + "psr-4": { + "Symfony\\Component\\VarDumper\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides mechanisms for walking through any arbitrary PHP variable", + "homepage": "https://symfony.com", + "keywords": [ + "debug", + "dump" + ], + "support": { + "source": "https://github.com/symfony/var-dumper/tree/v5.4.21" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2023-02-23T10:00:28+00:00" + } + ], + "aliases": [], + "minimum-stability": "stable", + "stability-flags": [], + "prefer-stable": false, + "prefer-lowest": false, + "platform": { + "php": "7.4.*" + }, + "platform-dev": [], + "plugin-api-version": "2.3.0" +}