From 41a863ad8dc93275e169366942c232093c6e43d9 Mon Sep 17 00:00:00 2001 From: Stefano Sinatti Date: Tue, 9 Apr 2024 15:26:38 +0200 Subject: [PATCH] First commit --- .classpath | 41 ++ .github/workflows/compile.yml | 7 + .github/workflows/release.yml | 14 + .gitignore | 2 + LICENSE.txt | 661 ++++++++++++++++++ README.md | 2 - pom.xml | 217 ++++++ .../java/it/eng/sacerasixml/xsd/FileXSD.java | 44 ++ .../it/eng/sacerasixml/xsd/FileXSDUtil.java | 47 ++ .../xsd/util/NamespaceFilterForUnmashal.java | 63 ++ .../it/eng/sacerasixml/xsd/util/Utils.java | 59 ++ .../sisma/xml/invioSisma/InvioSisma.xsd | 274 ++++++++ .../eng/sacerasi/su/xml/invioSU/InvioSU.xsd | 258 +++++++ .../WSMetadatiSpecificiDICOM.xsd | 162 +++++ .../WSDatiSpecificiDiarioFiltri.xsd | 82 +++ .../WSDatiSpecificiDiarioOrder.xsd | 39 ++ .../datiSpecOut/WSDatiSpecificiDiarioOut.xsd | 27 + .../WSDatiSpecificiDiarioResult.xsd | 49 ++ .../ws/xml/invioAsync/WSInvioAsync.xsd | 262 +++++++ .../ws/xml/invioDaTrasf/WSInvioDaTrasf.xsd | 41 ++ src/main/xjb/conf.xjb | 27 + src/site/resources/images/parer_logo.png | Bin 0 -> 27007 bytes src/site/site.xml | 68 ++ .../java/it/eng/sacerasixml/TestJaxb.java | 358 ++++++++++ 24 files changed, 2802 insertions(+), 2 deletions(-) create mode 100644 .classpath create mode 100644 .github/workflows/compile.yml create mode 100644 .github/workflows/release.yml create mode 100644 .gitignore create mode 100644 LICENSE.txt delete mode 100644 README.md create mode 100644 pom.xml create mode 100644 src/main/java/it/eng/sacerasixml/xsd/FileXSD.java create mode 100644 src/main/java/it/eng/sacerasixml/xsd/FileXSDUtil.java create mode 100644 src/main/java/it/eng/sacerasixml/xsd/util/NamespaceFilterForUnmashal.java create mode 100644 src/main/java/it/eng/sacerasixml/xsd/util/Utils.java create mode 100644 src/main/resources/xsd/it/eng/sacerasi/sisma/xml/invioSisma/InvioSisma.xsd create mode 100644 src/main/resources/xsd/it/eng/sacerasi/su/xml/invioSU/InvioSU.xsd create mode 100644 src/main/resources/xsd/it/eng/sacerasi/ws/xml/datiSpecDicom/WSMetadatiSpecificiDICOM.xsd create mode 100644 src/main/resources/xsd/it/eng/sacerasi/ws/xml/datiSpecFiltri/WSDatiSpecificiDiarioFiltri.xsd create mode 100644 src/main/resources/xsd/it/eng/sacerasi/ws/xml/datiSpecOrder/WSDatiSpecificiDiarioOrder.xsd create mode 100644 src/main/resources/xsd/it/eng/sacerasi/ws/xml/datiSpecOut/WSDatiSpecificiDiarioOut.xsd create mode 100644 src/main/resources/xsd/it/eng/sacerasi/ws/xml/datiSpecResult/WSDatiSpecificiDiarioResult.xsd create mode 100644 src/main/resources/xsd/it/eng/sacerasi/ws/xml/invioAsync/WSInvioAsync.xsd create mode 100644 src/main/resources/xsd/it/eng/sacerasi/ws/xml/invioDaTrasf/WSInvioDaTrasf.xsd create mode 100644 src/main/xjb/conf.xjb create mode 100644 src/site/resources/images/parer_logo.png create mode 100644 src/site/site.xml create mode 100644 src/test/java/it/eng/sacerasixml/TestJaxb.java diff --git a/.classpath b/.classpath new file mode 100644 index 0000000..665b030 --- /dev/null +++ b/.classpath @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml new file mode 100644 index 0000000..bde4606 --- /dev/null +++ b/.github/workflows/compile.yml @@ -0,0 +1,7 @@ +name: Maven Compile +on: push +jobs: + compile: + uses: RegioneER/parer-github-template/.github/workflows/compile.yml@v1 + with: + java: '8' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml new file mode 100644 index 0000000..5b0c6f9 --- /dev/null +++ b/.github/workflows/release.yml @@ -0,0 +1,14 @@ +name: Maven Release +on: + workflow_dispatch: + inputs: + version: + description: "Version number" + required: true + type: string +jobs: + release: + uses: RegioneER/parer-github-template/.github/workflows/release.yml@v1 + with: + version: ${{ inputs.version }} + java: '8' diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0643ce7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/target/ +/nbproject/ \ No newline at end of file diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..be3f7b2 --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,661 @@ + GNU AFFERO GENERAL PUBLIC LICENSE + Version 3, 19 November 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU Affero General Public License is a free, copyleft license for +software and other kinds of works, specifically designed to ensure +cooperation with the community in the case of network server software. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +our General Public Licenses are intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + Developers that use our General Public Licenses protect your rights +with two steps: (1) assert copyright on the software, and (2) offer +you this License which gives you legal permission to copy, distribute +and/or modify the software. + + A secondary benefit of defending all users' freedom is that +improvements made in alternate versions of the program, if they +receive widespread use, become available for other developers to +incorporate. Many developers of free software are heartened and +encouraged by the resulting cooperation. However, in the case of +software used on network servers, this result may fail to come about. +The GNU General Public License permits making a modified version and +letting the public access it on a server without ever releasing its +source code to the public. + + The GNU Affero General Public License is designed specifically to +ensure that, in such cases, the modified source code becomes available +to the community. It requires the operator of a network server to +provide the source code of the modified version running there to the +users of that server. Therefore, public use of a modified version, on +a publicly accessible server, gives the public access to the source +code of the modified version. + + An older license, called the Affero General Public License and +published by Affero, was designed to accomplish similar goals. This is +a different license, not a version of the Affero GPL, but Affero has +released a new version of the Affero GPL which permits relicensing under +this license. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU Affero General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Remote Network Interaction; Use with the GNU General Public License. + + Notwithstanding any other provision of this License, if you modify the +Program, your modified version must prominently offer all users +interacting with it remotely through a computer network (if your version +supports such interaction) an opportunity to receive the Corresponding +Source of your version by providing access to the Corresponding Source +from a network server at no charge, through some standard or customary +means of facilitating copying of software. This Corresponding Source +shall include the Corresponding Source for any work covered by version 3 +of the GNU General Public License that is incorporated pursuant to the +following paragraph. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the work with which it is combined will remain governed by version +3 of the GNU General Public License. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU Affero General Public License from time to time. Such new versions +will be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU Affero General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU Affero General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU Affero General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If your software can interact with users remotely through a computer +network, you should also make sure that it provides a way for users to +get its source. For example, if your program is a web application, its +interface could display a "Source" link that leads users to an archive +of the code. There are many ways you could offer source, and different +solutions will be better for different programs; see section 13 for the +specific requirements. + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU AGPL, see +. diff --git a/README.md b/README.md deleted file mode 100644 index abd8195..0000000 --- a/README.md +++ /dev/null @@ -1,2 +0,0 @@ -# parer-ping-xml -Progetto XML per PING diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..ffb666f --- /dev/null +++ b/pom.xml @@ -0,0 +1,217 @@ + + + 4.0.0 + + it.eng.parer + parer-pom + 4.1.0 + + it.eng.parer + preingest-xml + 3.0.17-SNAPSHOT + preingest-xml + Progetto PREINGEST-XML + + + + github + https://maven.pkg.github.com/RegioneER/parer-ping-xml + + + + + + github + https://maven.pkg.github.com/RegioneER/parer-framework-parerpom + + + + + + scm:git:https://github.com/RegioneER/parer-ping-xml.git + HEAD + + + UTF-8 + ${project.version} + + true + + + + + com.sun.xml.bind + jaxb-impl + 2.2.5.redhat-9 + + + junit + junit + 4.11 + test + + + + + + + org.codehaus.mojo + jaxb2-maven-plugin + 2.2 + + + datispecdicom + + xjc + + + + ${project.basedir}/src/main/resources/xsd/it/eng/sacerasi/ws/xml/datiSpecDicom/WSMetadatiSpecificiDICOM.xsd + + it.eng.sacerasi.ws.xml.datiSpecDicom + + + + + datiSpecFiltri + + xjc + + + + ${project.basedir}/src/main/resources/xsd/it/eng/sacerasi/ws/xml/datiSpecFiltri/WSDatiSpecificiDiarioFiltri.xsd + + it.eng.sacerasi.ws.xml.datiSpecFiltri + + + + datispecOrder + + xjc + + + + ${project.basedir}/src/main/resources/xsd/it/eng/sacerasi/ws/xml/datiSpecOrder/WSDatiSpecificiDiarioOrder.xsd + + it.eng.sacerasi.ws.xml.datiSpecOrder + + + + datispecOut + + xjc + + + + ${project.basedir}/src/main/resources/xsd/it/eng/sacerasi/ws/xml/datiSpecOut/WSDatiSpecificiDiarioOut.xsd + + it.eng.sacerasi.ws.xml.datiSpecOut + + + + datispecResult + + xjc + + + + ${project.basedir}/src/main/resources/xsd/it/eng/sacerasi/ws/xml/datiSpecResult/WSDatiSpecificiDiarioResult.xsd + + it.eng.sacerasi.ws.xml.datiSpecResult + + + + invioasync + + xjc + + + + ${project.basedir}/src/main/resources/xsd/it/eng/sacerasi/ws/xml/invioAsync/WSInvioAsync.xsd + + it.eng.sacerasi.ws.xml.invioAsync + + + + invioDaTrasf + + xjc + + + + ${project.basedir}/src/main/resources/xsd/it/eng/sacerasi/ws/xml/invioDaTrasf/WSInvioDaTrasf.xsd + + it.eng.sacerasi.ws.xml.invioDaTrasf + + + + invioSU + + xjc + + + + ${project.basedir}/src/main/resources/xsd/it/eng/sacerasi/su/xml/invioSU/InvioSU.xsd + + it.eng.sacerasi.su.xml.invioSU + + + + invioSisma + + xjc + + + + ${project.basedir}/src/main/resources/xsd/it/eng/sacerasi/sisma/xml/invioSisma/InvioSisma.xsd + + it.eng.sacerasi.sisma.xml.invioSisma + + + + + + + ${project.basedir}/src/main/xjb/conf.xjb + + false + false + true + + + + + maven-deploy-plugin + + false + + + + + org.apache.maven.plugins + maven-release-plugin + + + org.apache.maven.plugins + maven-javadoc-plugin + + + it.eng.sacerasi.* + + + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + it.eng.sacerasi.* + + + + + diff --git a/src/main/java/it/eng/sacerasixml/xsd/FileXSD.java b/src/main/java/it/eng/sacerasixml/xsd/FileXSD.java new file mode 100644 index 0000000..e1a3c4e --- /dev/null +++ b/src/main/java/it/eng/sacerasixml/xsd/FileXSD.java @@ -0,0 +1,44 @@ +/* + * Engineering Ingegneria Informatica S.p.A. + * + * Copyright (C) 2023 Regione Emilia-Romagna + *

+ * This program is free software: you can redistribute it and/or modify it under the terms of + * the GNU Affero General Public License as published by the Free Software Foundation, + * either version 3 of the License, or (at your option) any later version. + *

+ * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; + * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. + *

+ * You should have received a copy of the GNU Affero General Public License along with this program. + * If not, see . + */ + +package it.eng.sacerasixml.xsd; + +/** + * + * @author Moretti_Lu, Iacolucci_Ma + */ +public enum FileXSD { + INVIO_ASYNC_XSD("/xsd/it/eng/sacerasi/ws/xml/invioAsync/WSInvioAsync.xsd"), + DATI_SPEC_DICOM_XSD("/xsd/it/eng/sacerasi/ws/xml/datiSpecDicom/WSMetadatiSpecificiDICOM.xsd"), + DATI_SPEC_RESULT_XSD("/xsd/it/eng/sacerasi/ws/xml/datiSpecResult/WSDatiSpecificiDiarioResult.xsd"), + DATI_SPEC_OUT_XSD("/xsd/it/eng/sacerasi/ws/xml/datiSpecOut/WSDatiSpecificiDiarioOut.xsd"), + DATI_SPEC_ORDER_XSD("/xsd/it/eng/sacerasi/ws/xml/datiSpecOrder/WSDatiSpecificiDiarioOrder.xsd"), + DATI_SPEC_FILTRI_XSD("/xsd/it/eng/sacerasi/ws/xml/datiSpecFiltri/WSDatiSpecificiDiarioFiltri.xsd"), + INVIO_DA_TRASF_XSD("/xsd/it/eng/sacerasi/ws/xml/invioDaTrasf/WSInvioDaTrasf.xsd"), + INVIO_SU_XSD("/xsd/it/eng/sacerasi/su/xml/invioSU/InvioSU.xsd"), + INVIO_SISMA_XSD("/xsd/it/eng/sacerasi/sisma/xml/invioSisma/InvioSisma.xsd"); + + private final String filename; + + FileXSD(String filename) { + this.filename = filename; + } + + String getFilename() { + return filename; + } +} diff --git a/src/main/java/it/eng/sacerasixml/xsd/FileXSDUtil.java b/src/main/java/it/eng/sacerasixml/xsd/FileXSDUtil.java new file mode 100644 index 0000000..fab91bb --- /dev/null +++ b/src/main/java/it/eng/sacerasixml/xsd/FileXSDUtil.java @@ -0,0 +1,47 @@ +/* + * Engineering Ingegneria Informatica S.p.A. + * + * Copyright (C) 2023 Regione Emilia-Romagna + *

+ * This program is free software: you can redistribute it and/or modify it under the terms of + * the GNU Affero General Public License as published by the Free Software Foundation, + * either version 3 of the License, or (at your option) any later version. + *

+ * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; + * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. + *

+ * You should have received a copy of the GNU Affero General Public License along with this program. + * If not, see . + */ + +package it.eng.sacerasixml.xsd; + +import java.net.URL; + +/** + * Classe che restituisce i nomi dei file XSD + * + * In questo modo gli utilizzatori della libreria non devono conoscere i path dei file + * + * @author Moretti_Lum, Iacolucci_Ma + */ +public class FileXSDUtil { + + private URL getResource(String fileName) { + URL result = null; + ClassLoader classLoader = getClass().getClassLoader(); + result = classLoader.getResource(fileName); + return result; + } + + public static URL getURLFileXSD(FileXSD file) { + URL result = null; + + if (file != null) { + result = new FileXSDUtil().getResource(file.getFilename()); + } + + return result; + } +} diff --git a/src/main/java/it/eng/sacerasixml/xsd/util/NamespaceFilterForUnmashal.java b/src/main/java/it/eng/sacerasixml/xsd/util/NamespaceFilterForUnmashal.java new file mode 100644 index 0000000..b79ba48 --- /dev/null +++ b/src/main/java/it/eng/sacerasixml/xsd/util/NamespaceFilterForUnmashal.java @@ -0,0 +1,63 @@ +/* + * Engineering Ingegneria Informatica S.p.A. + * + * Copyright (C) 2023 Regione Emilia-Romagna + *

+ * This program is free software: you can redistribute it and/or modify it under the terms of + * the GNU Affero General Public License as published by the Free Software Foundation, + * either version 3 of the License, or (at your option) any later version. + *

+ * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; + * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. + *

+ * You should have received a copy of the GNU Affero General Public License along with this program. + * If not, see . + */ + +package it.eng.sacerasixml.xsd.util; + +/** + * + * @author Iacolucci_M + */ +import com.sun.xml.bind.v2.runtime.unmarshaller.SAXConnector; +import java.util.Collection; +import javax.xml.namespace.QName; +import org.xml.sax.Attributes; +import org.xml.sax.ContentHandler; +import org.xml.sax.SAXException; + +import org.xml.sax.helpers.XMLFilterImpl; + +public class NamespaceFilterForUnmashal extends XMLFilterImpl { + + private SAXConnector saxConnector; + + @Override + public void startElement(String uri, String localName, String qName, Attributes atts) throws SAXException { + + if (saxConnector != null) { + Collection expected = saxConnector.getContext().getCurrentExpectedElements(); + for (QName expectedQname : expected) { + if (localName.equals(expectedQname.getLocalPart())) { + super.startElement(expectedQname.getNamespaceURI(), localName, qName, atts); + return; + } + } + } + super.startElement(uri, localName, qName, atts); + + } + + @Override + public void setContentHandler(ContentHandler handler) { + + super.setContentHandler(handler); + if (handler instanceof SAXConnector) { + saxConnector = (SAXConnector) handler; + } + + } + +} diff --git a/src/main/java/it/eng/sacerasixml/xsd/util/Utils.java b/src/main/java/it/eng/sacerasixml/xsd/util/Utils.java new file mode 100644 index 0000000..750ebc3 --- /dev/null +++ b/src/main/java/it/eng/sacerasixml/xsd/util/Utils.java @@ -0,0 +1,59 @@ +/* + * Engineering Ingegneria Informatica S.p.A. + * + * Copyright (C) 2023 Regione Emilia-Romagna + *

+ * This program is free software: you can redistribute it and/or modify it under the terms of + * the GNU Affero General Public License as published by the Free Software Foundation, + * either version 3 of the License, or (at your option) any later version. + *

+ * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; + * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. + *

+ * You should have received a copy of the GNU Affero General Public License along with this program. + * If not, see . + */ + +/* + * To change this license header, choose License Headers in Project Properties. + * To change this template file, choose Tools | Templates + * and open the template in the editor. + */ +package it.eng.sacerasixml.xsd.util; + +import java.io.StringReader; +import java.text.SimpleDateFormat; +import java.util.Date; +import javax.xml.transform.Source; +import javax.xml.transform.sax.SAXSource; +import org.xml.sax.InputSource; +import org.xml.sax.SAXException; +import org.xml.sax.XMLReader; +import org.xml.sax.helpers.XMLReaderFactory; + +/** + * + * @author Iacolucci_M + */ +public class Utils { + + public static String getStandardXsDateFormat(Date data) { + SimpleDateFormat sf = new SimpleDateFormat("yyyy-MM-dd"); + return sf.format(data); + } + + /* + * Metodo che consente di ignorare i namespace multipli all'interno di un xml passato dalle applicazioni. Senza + * questo filtro JAXB esplode con gli XML che vengono passati. + */ + public static Source getSaxSourceForUnmarshal(String datiXml) throws SAXException { + XMLReader reader = XMLReaderFactory.createXMLReader(); + NamespaceFilterForUnmashal inFilter = new NamespaceFilterForUnmashal(); + inFilter.setParent(reader); + InputSource is = new InputSource(new StringReader(datiXml)); + // Crea un SAXSource specificando il filtro per ignorare i namespaces + return new SAXSource(inFilter, is); + } + +} diff --git a/src/main/resources/xsd/it/eng/sacerasi/sisma/xml/invioSisma/InvioSisma.xsd b/src/main/resources/xsd/it/eng/sacerasi/sisma/xml/invioSisma/InvioSisma.xsd new file mode 100644 index 0000000..e75df56 --- /dev/null +++ b/src/main/resources/xsd/it/eng/sacerasi/sisma/xml/invioSisma/InvioSisma.xsd @@ -0,0 +1,274 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/main/resources/xsd/it/eng/sacerasi/su/xml/invioSU/InvioSU.xsd b/src/main/resources/xsd/it/eng/sacerasi/su/xml/invioSU/InvioSU.xsd new file mode 100644 index 0000000..f47f931 --- /dev/null +++ b/src/main/resources/xsd/it/eng/sacerasi/su/xml/invioSU/InvioSU.xsd @@ -0,0 +1,258 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/main/resources/xsd/it/eng/sacerasi/ws/xml/datiSpecDicom/WSMetadatiSpecificiDICOM.xsd b/src/main/resources/xsd/it/eng/sacerasi/ws/xml/datiSpecDicom/WSMetadatiSpecificiDICOM.xsd new file mode 100644 index 0000000..ebf4b2a --- /dev/null +++ b/src/main/resources/xsd/it/eng/sacerasi/ws/xml/datiSpecDicom/WSMetadatiSpecificiDICOM.xsd @@ -0,0 +1,162 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/main/resources/xsd/it/eng/sacerasi/ws/xml/datiSpecFiltri/WSDatiSpecificiDiarioFiltri.xsd b/src/main/resources/xsd/it/eng/sacerasi/ws/xml/datiSpecFiltri/WSDatiSpecificiDiarioFiltri.xsd new file mode 100644 index 0000000..45fbbc0 --- /dev/null +++ b/src/main/resources/xsd/it/eng/sacerasi/ws/xml/datiSpecFiltri/WSDatiSpecificiDiarioFiltri.xsd @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/main/resources/xsd/it/eng/sacerasi/ws/xml/datiSpecOrder/WSDatiSpecificiDiarioOrder.xsd b/src/main/resources/xsd/it/eng/sacerasi/ws/xml/datiSpecOrder/WSDatiSpecificiDiarioOrder.xsd new file mode 100644 index 0000000..3e3a583 --- /dev/null +++ b/src/main/resources/xsd/it/eng/sacerasi/ws/xml/datiSpecOrder/WSDatiSpecificiDiarioOrder.xsd @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/main/resources/xsd/it/eng/sacerasi/ws/xml/datiSpecOut/WSDatiSpecificiDiarioOut.xsd b/src/main/resources/xsd/it/eng/sacerasi/ws/xml/datiSpecOut/WSDatiSpecificiDiarioOut.xsd new file mode 100644 index 0000000..a6f10e2 --- /dev/null +++ b/src/main/resources/xsd/it/eng/sacerasi/ws/xml/datiSpecOut/WSDatiSpecificiDiarioOut.xsd @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/main/resources/xsd/it/eng/sacerasi/ws/xml/datiSpecResult/WSDatiSpecificiDiarioResult.xsd b/src/main/resources/xsd/it/eng/sacerasi/ws/xml/datiSpecResult/WSDatiSpecificiDiarioResult.xsd new file mode 100644 index 0000000..7a9c759 --- /dev/null +++ b/src/main/resources/xsd/it/eng/sacerasi/ws/xml/datiSpecResult/WSDatiSpecificiDiarioResult.xsd @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/main/resources/xsd/it/eng/sacerasi/ws/xml/invioAsync/WSInvioAsync.xsd b/src/main/resources/xsd/it/eng/sacerasi/ws/xml/invioAsync/WSInvioAsync.xsd new file mode 100644 index 0000000..4d04e43 --- /dev/null +++ b/src/main/resources/xsd/it/eng/sacerasi/ws/xml/invioAsync/WSInvioAsync.xsd @@ -0,0 +1,262 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/main/resources/xsd/it/eng/sacerasi/ws/xml/invioDaTrasf/WSInvioDaTrasf.xsd b/src/main/resources/xsd/it/eng/sacerasi/ws/xml/invioDaTrasf/WSInvioDaTrasf.xsd new file mode 100644 index 0000000..328e0c8 --- /dev/null +++ b/src/main/resources/xsd/it/eng/sacerasi/ws/xml/invioDaTrasf/WSInvioDaTrasf.xsd @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/main/xjb/conf.xjb b/src/main/xjb/conf.xjb new file mode 100644 index 0000000..b719da6 --- /dev/null +++ b/src/main/xjb/conf.xjb @@ -0,0 +1,27 @@ + + + + + + \ No newline at end of file diff --git a/src/site/resources/images/parer_logo.png b/src/site/resources/images/parer_logo.png new file mode 100644 index 0000000000000000000000000000000000000000..90bc175c9548d665273ecaab97976863b95e7b66 GIT binary patch literal 27007 zcmce-1y@{6ur-VXcMA^5kl+^FLvVu2;O_431a}<>?lxF(cXxLW?(X(Y?z+!=|H0R5 z4KnL=pHrv1tM=Yi9VRa;j)qKx3JyZt$PZ<=^pgyCH|4pdPT%tkNlFx6#PCq0Pt^KYQ?y-m-v-4nQ zOKT~(gcM16UdAu12~ZzP8O}51nAC^p(@JMS#-w^YeG3%U(Ax zk6W({$x;8?#$1!n0~OlIDW#!zEpa&qbfV~TO$G)EmNW%+lR&;2;pa$1};8WC3hStX~Pts~ z99`YT_x(46d(UGHDkUEu_H}007}ZD3<=p>!G^_Rw$g>@3jCl|(PWB)9(yP@LxAX7* z->u%RAh(Lq5%A?5ma#5=GA=g(*0u=#_hvXYG~4TbvUmR3jmX3X>JkCx)e7y;rbhN{ z=X?;gHhr63ExU%L^u2o*w$@%ab7s3Wu_3Uziv?Xe?}hum8c{Ir=xgqk$5yy5U~ ze!N!f&upQW1N28e^55C7$1xf4^mGVv;}hfyaSZb)?4<->_J$UqY(Oqw{&)EdGwPUf zUtP!UAIOtG)?a7HgQ3NMueQX@40oo6|FxQl#q*!eI+x!Nh|mX^@hEf|#(sQ3fts`a zRW;Z7v|I}qDWw%qYseC<`+xSE$9Y#MW6&~^m=UFy91H;*VC?*0s6z)ce*ydqK8I2S zc-d~LcJfkJ1|Hw)>dIv$j|M*x%XEYpdT`ZnP5CK+6`@e!9Q?q(bv&T4^p*`I&I=fMozB&rl>mPwHj_sKO zw&yHnXW~~gNl7}b8S^0H%gb~0Oxqf{kdIm zJwTG6;66k=WWRv0Ok1(CMHl~!P6H`*vrr$A;9J?QT+xkT>7ts(UIpfdh^eF_djP5u z0pp}*b`1yF${*oLIpBkGEJnTR{y5#s(+Y3B^}h+d`!p1B!v9JcJv44d_#LhShQTVt z=ezb+7O&U&*Oi8ymH~7uVJ0Omd;-Z8643?fR=~wgxG_RU7wg3DQ+kt@=><+6s+xJ{ ziq9;vK)D|W^T8%Uou1Ubs&p@-4f+d!%GwKwo*fpE2^Ax=G$I9U|G|;a7waI)aS|`J zfBmZzC{-@xF$EmO*wA zwUf0lt8*vcWJg*dAFIO>m336xh6ye0@VP=k$BMSYdi&YRzctt*5<)vCylTiBg65NV za2{GAQIB)Ag7?PlYt?bbgGt_><7_z2+6n7m#oN$Mwi}b0@i;)cabkVCdZ!b&&(A2= zs}QK6>c3NOI74|MSC`*P%eCL;V&z&%=>2*S$*{)CB%Dt`Fh4$4sXTXBXL1{GO!vLS zX1{)AH2!nmQ|fOVg$m0&#S}!TSWe7ae6P2mw9~~io$H~^Em#uTK8p*-#PmB0)y@yz zSg5{T_$Y5HI;WI9D&T*!vK$hv0A_0HjpN)r-U$8NkaJ_UKi{x#WPGQ&lSbMg!`I2X zCugDNtD$iBMs>QXn?|_Fe>U*R*X;VI@zIIk*Vu%%a)&tEca!iFPJ8JX)Z|21)f&^% zj)2$&hLQ9?ED!6Zq$_d`S5nAKVkJ;lJdLGMFzvhQj_FpTQ@ia;`hls(+PMmLJ_6M#+Q9o-jo?J7$1L3NIS2iy;$kq z(H$5lRA_$u&FQLpx6%o9{(A(siTI!mqoo`HX~)RA#nN~6+CM>#ua||w7iN69f&ch9 z`11lIUE1?u`ziiMG(!6d+IyJSJ75+}A?^Jv&{SH$W9%i>d(IXX1tF$YXwtlPtgN7X z7D-WOWl7!VUqp&N>izG9y8yumZqeU$`aFmZRx(dHgcwF>&6-(K&KbP0AI$R%YI;61 zE|ZT(!v5^fECI*BAeAVE1iRC_ z{_ZIEz%1BSLtpSg*5avF^F$b;w0b7{eYAI#MO$%pHje&)H?pdelWw`Zv6>c#(;?M! z@6CQq55~Ev&@$A7DdsZF=?GeMuj3Nsw_7$301Mh#{+n~*1b!&b{j29OhhLR z)MJ98nJ25iy+f9~LN;mCySuxv>9SYgQeoR?ulCT5bMiyG1L(QA99M4vUG14G5a zt{%?afk-*g@y{)zwdSs*R;kgSH@!L<8y|=b-xje?lN7#n7@e@w&ifv41rf!nrqRyA z@(tW0^mEdCv4PS4yb`k(K}N=lu7eM~^X z7_%E%eJzoPrDjnUU5`p#b>fQGRpb(#qFVArX7^Ltx_@*Iiiv9XaSBOYrXMAr7w?H~ zxUUgHi!Fk;_3>B?jo@j{lY_?~*VCxDUyOltp%za`YVWwXppaY7au|i!NI^jFiyirx z?HaL(9~UB82I|sVI*l6PA(__$t|Nv-u}&Wv&X=i2>rMKmZJgW6J-?i@p@-#PV%f==H41RVEz#CSi{w zAD{7tT#FxFd=9H9coYkR*WukzUJ+TL1_Tb6xQ7qx>TYe(=xI-wl_I?+E-AjblM_rU zc;`#v_qn+XN^Z@O&UFp7CuBUXcMmB1Ux>_Yin|WPgiIY(h_CI$P zN1J`u#;wN6d~~|F2qT>v$o)YfPB_Rn`Ga&$Jk<$j#KU=OGj2Np|CFHKcEbaIinJ>T zj2kv+3|NIJgKc6UxOoTXlo_j2%IAU2Pm_Q^hI_yD3h-(DreO`jh(jivGVBVlpogk3 z3^7Ouc{WrcmC{oKrCM&RgN2n%O%q5@f8#CgteyW z962~gKlgr9a$zfI*Ag4@80P~7*a%dN*G)uz3+#RtKEi;cbRw!@-eKT|Dw0l{Mc zm+^W+b6Mfnu6zGFxVR{9*_Mu$q(JtKy_f$kaU#IcrQUQUARGlDHMerILP2{Ou80<6 z#~ryr8E&tAay`ly5BWXL+lnrW$e~(&->tAy)lSxPIf;po1#H{P_KrrftYck|1Hdxw+rbisTp57bu+Oj>1o$^bd%I)GJL%2ijq0)P)YGQu`=9PW$y}H^V z+Ojo@-}@;sq(}b|_cx#AeA)9r6tQXZTEe?H+nG+ZxHlSky3#QEAssxQLN>9( zN#yfC~J7_?M5NNC12wU6#8Wyj{n2^GdPnHp6rIIoqqAi`pak2Js7fQO`v+ z-*i_aPNgx`gNIN`Yf2bIjH^W(JM}5*GnL4s;TCBGct1U4hhGLmx%N{F(YGb?9`=F)=2K;`q4p)alxN4 z*>WXcGGW@sR64_B;d7is@S#h~Lj82e%&x;NCu&}M3BQNZ@W{xuP|jrYY$b>hc8S~l zYUeg8CJ6*0g(9g8*A+>E-F9$b8Gv%cu2WV}m|EGg6G_zxS>!(}tuy+;+WZC9U>_=$Y+Y+qsd)%lw_n>jsHutbX7FNK~amL?ExB1$eHi*-2cCshK zMdoJt`ST|jyG}_#A&xjqzSvBY zJHs0qHsLtTx?AT_-KJPofsC;i5K2{Tla1T>pi&I*V6&C5xRjvbxZGkABwD zt&0cKX}+l&lPrdef9DBeEP6#0k2xbySFe(;@}t$zjcIbkuOnyDd;YFd=rZ-!sdvqQ zi$oml^<*1#sB96YOoCS=({j8i(R*1J%BQJy(w2XC4+6Q85`}SLxNwo6ghxb_zWTgN z^h|P!7zx=|-B(We6r#dzO9I9E!PamLjxADjh7Nq-VYg2xMrnu>`1qc_(3|(qA;iJ! z7;KBsmDq8*kneOYoX8S@k11gLAbmBt5|&Uir)(OVhWqH^wFWmR{6XZAza*6lEoO4B zG!)8F&wf==vewb&4nRps$?lAC$QF_7eG&osBCzNfxqivUkWLs$n=dcE&;^4*A~lgP zt+3ISt2Xz^XvV*~u3UjBOu6W>x&b!dWC+*df8nAg$w1Sv%XlOvCR(Avk5s}vf>usR zNtsNSK!B@a{lSz%8Whp8O23x1vv|qN(??s_HfbO~;EG-^bP(9rw@#H89m+?*YHkO0 z3s?mz@3cvYuwf#SP#KIV?Ji_fg$;fcxs7BG{+x`5=e_~|TVQR0fy9LYuEeRO?X9?6 zfNE|w5S~M28iMasWTPz!52S2d519gfykBQ~ub#zs^IySZz*~ngZ9^J5aC#@OE?=3OYxN79_?wc7 zi{u5(tg+$T$VhFQm^TPMU^f~19%jujL_n#|=k!wgO-`5)2pazBTS9A-jiOg_L_ZQw zY}kVM;3Z%Ru_b`E0HB4O{=o~K1>t6Nv2D5h)4(tjp1zB{{Sfe*IwMSBwP{fe*+W|B zbw7MakKP}?96%ZEga_aHF|2=esc62?9KrFWn?THMGAJVh$e7#lq1x|HDBq#O+}bR2 zTt!*giLv??lgLhTQh}l9!`E0OtB-M(;Sp{2Eld7_OF;k@(gSkdn@sQ}O3Xll!{Rze zrE&=C5qYjP@-2MqaC%wfclIduwZx_NC9KV!MO~7|%dy>SCS94o^LWv7z8>Jyzjz=i>3aHs z(loVK&B83NTZ0_IFOK9g4F-l5$IbAPN;zZ>n}U!bDB(%$5D}ct!akSlR%5+JZ>Gl; zRkyhyysKUC+;_aHTJ&5-uxZ!u&am?yQ7ndEEv*rh#Bf9zFCGu&R$s62Jv~?+{(dm5-R*y&-q(tgPs9?}X;^q(oBs{=n>j5|g(8RMk6M?dwm$ zsD3493INRuc_tZ*JvmHPiIdmgypj$@G)OO;9F;7G3!!B@e`dLUI)5Ws`ctKzlAafx zKar1Qbi+%q58Z}odK|Nqu0V0<(#0)OZ)JSEk*PnTG?BfPUpUB5KjY=0@S`gXE`moO zaVKB0p{$~qS~nYvud4h&&LLCCsX`JSZljKLqH>WT>#XsSKMzYNm(Bnjm+WUX$*Wu- z7APf13)$Ep8`mM$q&~~wE`2cWF9G-~-B8+-B;zsoAr<4`(0M;CFn9tE#-Ej+Y{C+1 zs(t4Z)-fC~35p3i*>9Z;@!{ED2l3kaH2qxaVtP53B1bCEjGFB z=a?=_MxiqmEeu4%YK|Dh{RC^oV#c(|iH=Yylg43v06_&7c?(_NWr6R=W%9=1p?6SC z$fNHN*bzm`z+g=vuPwp_XG9s&5KY-^e8`j9Zf0^jgQ(u@*)bo?4c1!|iqPHSGAq~0#+ZrUl!5);* z4q@}ZLM@&^Hs-BI8^cEk7u|N5rKLR^Ro&J8gwROtghH_WgB<038#63f)R3rWe@BCbZLU9=Py#USvLf2xmwx6*d^%cMc#bkLRh6frVnvuI zUFJ6=9%Ye!UJ?=(2ntRh!u82+LF|BuhEj)aRta2CeiXH_nJ?+IDPZH}-TtyEAG?sZ zukt1g%!E$@I~0YA2r|L=R1m!(H?phTrhH@serA^L4VU@&h1Uba>AnZ@GH%%pnmTy_ ztvSQ?U=L^QjN?%C8WYm*Hmh8$dudbJKwG>my-9IpG+_~lSkxht=CY72nP8(%+U8=s zA3n(1xsYuvs2W=;QU-B1ddj)l{)M%Y5YQam6lexMb^7CX7)^g2UC>_N@j!%G<&$`) z6R()^z3F0uu5fhic#hOGkWj+o@;7O)|9+&d@;d1Q7XnMX4adX#q$|XfEDj+8}+&%mKA+hLdCs{A9cQ%9iXE_Lv za?Q{k_1E^;cFI5NICA1TSa|*PPuB%M#tA?>{^UTUH?`vSd|!F6(L|(O4)sRYqA3m55#C*R~Q@vKg5d4 zT~l1VW9$bBl)m875e+0QbiVD&#FwuG^t>eblWa|G`MoXd8VmNkliG7n3OyDpi8M-Q z3bpArffR})-j99Qe zw_PmacZZg?7FIWSnB8|MpE7X#ugC5mNngd;r8yvuNzOk65cg#1?`blYx?2p^;6PJ5 zc503`Uj(CnD16cGbsIZO#Lm71U)o{4YTMf%M*a)#t7o(IYlh+Ot5!@9oe2Jz4a>cx zi%m#G=fm0H&=3g<+qZ-SvQAHS_MB@6M@Q|~XL1cyg{|*+JIb4He+|x=L`6);Qh_SK zx)))fjmq3%*QO0=JvvEVc*NRq?&~vW=s~``*@8l6YavS-B@<7Eh%$GC*iZIBZo!Pu zYf#cSu(uU1AK$KNMf(c3^X9O9SfZC*6X<1ZY>WX)N~(X@M1>#e2M-^1_CVY&JJd{} zOd45Opa7uRBaL#I_=^lH{{Ct9n#j&-uy!&8k(4Ci`KSguWKG;RPV8H%d5uDG%+Aif zF798?4fN0OZPo@~(&XYpIYaD8AXbSB=(@TGx)TESVKAOv-`>C)Wy33L&9^W10fZu- zAaj`u=FRqEWl+~j00`e(?ux?GFx#uu-k@SH2KF$_WU~$99?1%*uS@*^Otvv3q)VhhJl|HZh*0{q$J?QyYpC^hm;h$9$bP=Pi!rWYT_}+X8cfTXP2#TIRoLo>` zFR$to;o>Kc!wyjA#-UpH_lQ2U84sEI3qF1~;AmkODVf5(1Gh8)!)&Hfi$nnPw_!(* zUIN0PYySpfTV1(KKKC|6R{xxTQ);6%z`WxR-&bh4ka>>fE$&4?zM>`ocd*J`qgytP zE$^!kcmF+V1v~B@YT@Q^rX?XApQv(uVK$H~raV0pK^|Cl!?mdw>q)fY(WA;;*|OxPHOvY$42@xg95OBVlFHSa`aok8K6u;@rN+( z^$vED6t1ZTw0zV-7oI2;65=SwyaoMytz zPlk_P?b0)e9WcRQdt*S$KK~xi-sxov{rCoK-M5-Nv0eANA35-U=+~olP)=dx6%;s- z37|Z54Obi*TAa`ih`}WxKpD>h9{TypoLzD;7>?|Ib2^xFMu~>X`OuVLH;8t}sC=WK z$cL}cM&EI>D3~^r^2}T-tFfkNG297@zB^?3E||qQw!vL!e04it7YMjLDP9w`Zj4TS z((u@GDN<5lgmC()8YNe)aW~IdEmia$41sj<%FKS-%w`bNLXimvJvbT7E+(U$kEgNNka4dK+8Ynd@ispDr+f5X-WoU(4i6=Kvm>S zqDVHFB7my$6*do@a6Xr%&3J*Me&JM4e2r0P%cFkYsz^%3l*e>;nxP0~&9OQDIDEs{ zi2xl!6sSSlHeWA>+ge-gT*9XZ1EDjw-y8WZY=--XBSIn@5$C#hzTVr#+On*T^Ab}O zJ)RXeITOc?Y5uXW_;Ymh$K~XMFmtn0*Axvt1yypS0K%t=2kCu61X77}B+hvE!LG7O z32XGq%}!?6&cnk&U0Wkv1d=4#jQ*R4$K9LeBV-nIo5w1GrCLJE1;(-?qR~^{Njv^% zn>A)0*M7*Lrj?m`y_L3Hp11kWjS)k9`Q)XPxL-L!6dVA*8=%empRI{)8axT@>Nd_h zhPM7Ns<1P{@~a2dq|3hTUO)EN?=+gEj@t8-sLXv=RZe`@0)>dA%i-hWH&`HKB_t$Z zn5brR5YXE`<({BphB2cqW)O(?YRq4}6WcU?CP7VFfC64RJ0~EjC7HnB;<@X>>$tQ? zrTnAWxWh!Wx#IrO5yQG`pkf*kA(5N4{wxU5{z5>ni^xN}Tof5O9#>W|HX$mM{fLK$ z*A#_2$h1PI9*T$$g%v{K=sHUPksUq}+*Cp_rm$Pi_ljx0L8&ESC6@z1Ih`hz3&i() zmu^3^U^8J6Kfs{90{a%6t-=qt%FC(Spm-P{D!>*5C8zPs`6ePFOql^DfB$Z?BHs)u zEbWO4_1UrW3q_Y&%|M5(=d5$bpK4m>NFKHpvG!EzhA4?tsr#F2dm9?${{ErgA{XnT zhCWi2(w2&LZrR+0%k-S{#wi08thgs+HVdLTkCl$C<9 z8;<@*_QyzCrqGLo-z-lG#>PwXBL+}^p7l>%JYCbKdgB{N^wmi)BB89OZaAr^uJ1d| zV$(Dl43l8=EDc2ovl|;5c?fQN(b?M0M~Hmwcrr>E=%lTZ4exE0<_>1N9Vr3bKR_T* zn*mOyilkJ@8620H!tlmI#{ljk&P@*UT`;xpt48_ZHF1At{Q%xTroP>YFK zb+$qiNA8a%bSqjy)@4+RWJYo=u4zA(KmHQm8~r;oC&jGkW`B1y8!&?+Yq0vwbf#g& z|7LUz=R`yV6RUn9zb^E%#ld;ll3sz(EcZ8dN57fiOo`3zc$3l@_S-s$(iZklz`G{z zNVUV>bTDBt*;IJB%BSNhlM`5TyxZ|RNSXmbsCTEU?9*15=D`WFkwXIsT@J%34D@a4O^k&A(OTu9{yC)SteXW6qGmJYrJ)~bG+ewqYN13qQ3xw>al) zD4*gGm*9jCJ?;pd-Y#jlJnur&eiO(d%vT)c-|YquPvDc=8$C`=yxkj@!mVII);*~k zq8s&I@jbyHhNFWPK9n3MgRX`~GdCu6ib5jN|I@o*Ok8u0&+N%o0traezois?eMvJ-7s7J;>=c(4VpG3or7RQ@K}Qi9?s5 zh~fG3hEr?x?1({q)n#WQ+Y+!=a_gr5AU5Tox*sbxk~KO!v1YgEb2(VUgYQCR+k;V6 zdo@B7Q~}60;wiT1TZ0Xuuvn*+A&-n=mdSMG`VBw7)M;8c#0~fj7{}M7wN+Q?ITNoL zjewkhrMlx&hPd9>d6EewoyNhyi(S$p3ap40$z2c)^vL~8o<=kGEdjlfmZ@belhDR> z#O3ghCw;xyb{V)-G&RUCs>LQw;)@kQHf{88E&jasqkPI+7u%2hK53GmqgpZ9!iW(G ze#WZsg9(+VeeZNxa_bygW?M>yqVPn_xyz8G%-E~V7~ulyx!g5}=8Hx4nKYVNO>o1d z{v1q&&yI=BQ(6pM>Boj*d04CEx}c8McfS4COCq1kgE24pI=|Dpsn{7h&dR+fs#fbT zY=(cE5MNOIr{d(&)D|9 zp!MDuVoa>sFA6o}ygS(HU7v~_SSZkm17;>6Rqf5ppv6`LaiNS&>562^0F zb>hTdbtPqDaBC9{BFg5_8Yqoe{|gqUw0~<`xcvKTVX>9&iC(S2kV5H=I{*Vbot6bY znoyE~s)Z!fW_~D=;kQ*Z#oO#>;Z(|(DncaisQYoFrM~aR$2ITC@;UH`l^dOf2xKNp z-1t?GmmSzkxZjg9+B~McU;3N`4g;0@x_|amG*jkX7YL>a3y0IyqzI8}G^fj8@Qq$Y zFzp{p>bSJs$~p!S34)g8@TnQ9mXr z_XNjqDtgoJ_5wIoOKSu_vT?maivV&$1b_NxfLUaKOravRw#tQW|Kw}%6~O@qbA^ma zG8u6M!!js*GEA-PZZ>YwF?fUW$vRx(nU}UOCHEn7clUbvtBV!wPGh|cxZ>EOx|g^7 zOSit--fsTkW`e52OBHxtp(M$7bN>hW*~j;Gof>a`TOW>)72RgynV;uN9T&%6BeUEo z@S_A0AdIOeuwzYZuCTU;8YWa}?ASjsQTl5Wtg4IHN7l-VfpU6S`i%#?`_@NhrkC@& z59~OszPm!>&)ZCH58#qWKBEI09D?K-P`-(f4^Jm+vzfb|&oo|kIe*Rg5BA*yj$|@N zMk+EFD=mp$Yj$3>=A3Zica{{HmT45%7Mo{yN&#l+PGpijyXz=9XIOo)L?<2bQHiE(cc$gy#iZop64T|d@8-CwLuhjf zMjk!lLzpz{Iw{67O?vhehGw)_;jcXhap);-kVb zj*O3IilI#X7BRB4nq%D(l5ux`^t0dYXP^QPwz2%nHFoQ7!%Zq-+m@S@`5!n|H#Y9v z_HQUFEAPNarz*#Hu5&O@im4W4^boJWK!hBAXw)7vei5AP<-fGMU4o-pfM!4mI1R#1 z8XZ$OtTkdtd0kG-q)<0;cbXA9nH#H%i@%KLuUfpuB5_yq*U zhG=#>W$HB~43SI1f-`6_^OO7Yg%c@PS663{6z?L4-o*`;rcxOr-Rtk?PgI3!UTqX3 zt?ceq{5y}bvn}qeXc&edaCa>uHPKEIH-yIY0_*5!dqurI7&W*NsK_lY2-+2xr02}-+h<0Ap z4*!CI%qIcehV=OT7i-00;^LCZ?P>&{9$(cL47xUEONO{8qr${gRiIM)0)(U~I6a~5 z7@a9FH!PePZ5@4mImtmXr<;vZuiZnDEg_jmIOk7pwS$So9XEz#2mD1;gX1ZLI?R8N ztP#m%DfvjeZO(amMM|EL+aJaNmoWlH2H6xUOhIb}E0z3{6QEAVwA2r-;)$sd= z>l#@JQJ=F zI*2eh=Tf=%F?6jI#g9odd=lGH@P%s9v@e`V)4QYe$Wu_ZNLJlm00rO?N83?PZ&^vj zi5|j-V8oNL3LR>Ec`ssYIApgMF^B;nH|fG5q4ws|^?^w7%EsuMqhn*?C_Ixl0);ylC}r;SIoMZE@H*8U08zZYMML$ObmAi&ctsYINg< z@@$tH5r5(r4zle5eTe+W1R>e*0dL6?&^>=LVM)NzywIj6jwig=n4OsVE`~wPkn(_J z#GX)|F&KG;t#|d&%ZtO`-ad-TDX@+0PZsX!6sDr0OI4jv8llWHL`h$-q3}MRr51w; z;BBoo+Kq2VQ&ItVw)!^zd2=s-$<);a3f-_ z+k$j=LAcG&PhwON7)XMk_qC;3vzrZ=VT>y({K5ne^)E*yX}BT!%!jqdf74Nf<2(ek z+dgbWoHD0`1X6x5x9cp_QI`Z6NABd{V4N(cCBT#8yIL*vgZM7Sb!RwK&5(e*!BnmE z8?$>mpFEcV?z2gYZcfASiYV?R02l-gYB*=$@RVub{pVD$`= zEzO2dLZ`k6q{YqhHz#1}v;{jWom1Wzcawak$tw&4Cb#>h7TS$lfBo(|`Q1OLbBUX~ zq5&e7Mik025R*VW9wuVq#%Ce8KZW)6?V?`?nb|mMIL;weK^dQj@>Byy{J_D$BY4ko zyG8pqGB_3iMx})~iVf@H9X7?O$`l`a9?fA24B2fKIEX zy0SNpuOI(MoF+jh`%qSVO0(+ac!)1@n#2SN_8n>LmPtMP*Mvu&V(Y3eanQhpqDCARatkY7Evw9%lY^yH-j2&tv~(c{M`=-)`F)u zXE>CV-t+WZhZt8x6ctsIH)Q&d4~ZP7BF?O=!oF}ECE$+FzobQj-udEY@s){K?Q?C@ zXa%wxLLXg3MIYfHdut3V{NQ`xaNLh)DhFs;>E*YCc)r9Rsx#{MlEgATKv} z`YYHAt3{PAB7*81{S6bnCjFrF`Nn*v&{&vlE5b%Dxbq4D#-Dv&-xJw-mEF>I?l3l1-o74_eL@G4O8v`8OO< z#yyfq-;`n;nE%xN@x#r)WaK(ReR4X(b3HjOx4abC7hgG0S;Y!9&PZ*IeWO;7)0{}f zOrFgzY)=Z(W!h?r(XlB|@qpCNXx%r4l(Tytx8zabKOnPc(#5H#xx+-6Oqa(cq{wV_ z=50qatTe{QcRahUwEN=7k67L6M8w|+a84dCmu`=ejh1UJ-L0Z{)(Nd8ref^ZY;RQN zMY&M1JlzydjFkjQ;&VMEZ1rfO1yII6aW@15wS{jHu9qH{(}qx7>Ax#$Xo#+R<_>3W z12&~{!{jsBWgfM9J#+&#{YjI)CV%<)LrYot3i?1g_vd3XM5F&X_sBgZZFv^#09K(d z&tFH_6Nb`mamhk{L1~oeU502xl`xM8@^l7uLtCvhU=3)eFfo}6-}Hp-rb~KK|~Yc2GFWLe9;6(mChu0 zsw2^3$BrfH6Io~gsV>Kbr#czgY0OyvM3o|lCw5%_wF9gju zIA?6SZD3qK08tgzyYqnylUkR;pj_EFF!Uqmcw*`m$T4-{7b8xWF0jr@N;JsV`(){^ z#F#LwjWR9v3RX=S$0X50@uIKt<(v{tA$FgXmu$y8HzhFsn~3N-iLw?KvwGKA+ObY< zSdpp0&f@H_zp({40l9+6(LUY!G^yz}UC1bpuyH-GfXUVl1Mau1t1KEulSEO%*$C#dBydOyeGv!hV#ZxZL`a=kX%*(@=hIS9uqlER zbCFcv@`fudEspxxQes!jmmQpf_g;^V0S~E}oPNetf_S#h&eU7z6%+fV3Uj((7Is$F zno@8(I2_-DZG{n{ijreZZHLi{W%()pGE~dMJ=PVa;36PrufRtiSw678_V$Bd`PtA- zoH&!83E*!^c$MbE6bzxy#kBWqUYJ-6v{yQ$#H z9=_)Qj*Q<8-v#smX_y$}2=hDRuql3ed!RfiqV;b9G(ww^bt+>C3UxUaF zLo5;`TWZKhCO1rHM6*O61F4YjPa><3r`^S?kWE77o$%Dk)T0Nm2Q}LtpI2T?5DU+! zNyrS|e|$qD$Px-Thm=Ih(3AAiuSyFvVyK&V- z;`i}5Je#mkxAHmoHm_QU*`l#iub;)#SW{5>5uK1jXjWo{)WhBvkZjjFXlDLM<-U%+ZeAw@fUV+zbFf`=-?I&@3*Ejui zAH|)mq!p@V(c=uMZzlTmJ#Hyt=EwB&s^GZ7C8bRqTH4~B&;Z=y(#ys6l-k(0Ugkl5 z4*l7BE|K!U`>9Wli?Tr%PiR)|fZereba9D3=`P5bs{TR>iJ@;p#>RUV*YZIO3chBt z{nhgh&;QO;^nYB&cBcr3-A2w``4Wbu?N`W#Ao2Cq3YMmzNr2M!i&)-?S(=NraTj>v zU?XqW%5v_uPGmHx?WM;gF!jlV*W)ytCK`IuVezxDkssv{jBoFc%j@`NJN|PfTa1pJ zUaxu=8h3uBXqN?4Ji02vsjtagBC16@oy+VktV=1LLNgi`mzS#MX%44!={ZLgA(LNf zaQzCo>Y+(8cn7>y>IS)+oh?(_`pPQ$4{8T?y9Xs1YRe41@KrjEH?fx;Spd>j$kqyA zC5YtK|Ho283CR+4Q#Hcz*<9Z8m;wyB!KAY#;Vz5J4jxfl84CoO!6)1`Xx5O%0hc#E zE-E-r!qd!QgV!9H#5S@f?G&eFXK9|(=Em(LW2|}r0d|MFp2pspoo6sX3r^VYB*Nqm zq6XC>Wr!*``{G#ock%9t0$E;EikfL^p>qsNJNcRk$~!p{{Q8dP6gsv2!(-OrV{3?# zZsV}<^ym4Fici`%r}H5vk^IQ(74m4M^(Wpp5z*c8NfVkuHsvA98^YU>Ay5_2k0e(i z-j;IovQ&TVvQ4T5ky72P=*o>XqzFq*D)TOC>3-EeE?LZQ7^t5n5eHjAPKZEGU!LeH zDw2^Dn&g|k#<5-c8IVz%=l`(r7od8Ug;adDMmT!1>B~C+2%~KTkAK!-1n@`>X%!^U z3514y7Sl3o>#x*#P9PW>B2@R@6GqBP zYOyK;#?+=sqh0j+dDD`@zLrWHiP#z%UawJoEm-cXWedusttA4Z3dXk8nIeAGL~H0a zkpP~?>Y}97}N_xDcenRQ-&y&XbuccWoPDIIbtu; zkE0@`#lx5U(}Km7afO%JU4>f!g>zT#oI^Gs%sIB{Z{8GUr|yY2>bK=z<~)~Vr86`H zhN}t4!!Gs>*D#2`TV99OU|2-<7p_# zcb5v0f$;%j-mdf!QJp+JcI`>j#tl(XW1InrY)q`uixN5c)Y=K4Z|UQBDlo)@u@`hjU}=mnynJh&_BlUrnvAAJslPg35Xg@n@`h9V zvrY#h7)Q_0xT+_uBekMs(~@BcKxLjz7f7jm!M^glB;SOF!fKKQspPS9lX#F%eL?pO zdr=W7_5b&R&^=%-5THilw?!LEE5>heCmDa%g+?oZOeBkleA2*i|0HwdhL$h-Nk1TG z6knw*qQe=*y}9b{O)8-?r?esQgbH=ykJa!>=~Y`0ia)MWULOUmBx`uFKI!jVS?!L* z`-Ido5ndDgpD{*#g|E-h0%}$F>K|tG<4!q zRfu)@XHxt}QY5JrvlQR0_4Ur3u=VTxKx#|jjU>DUjCEb@F3%noJ#{Uhqw(!C#>xL` z0o0qutd2S)i@zeB)tyMs;R+r9&0ADkajmYWZ*0gdka6&|$i^$sh|Adc0U}x&_<8G- zEeo`jz9|6b&0%JjV9N|Klm}W(gY;Ur>oYCn-Ek}BVT5)H8w97MBht-2*; zU8$?QKohTAvJNR`@O9RcXi92)U6r&)zO9gF&#HK91rd2-I)CxvicmXd8*Rk7w+%JdN} zjV`M4PE~rzqKMhKf{0%OzkJH|ORSYFT)lsJ`~4+H*<<^)Yo!m-})hmB+2|6ifvPgOYV|QvCp2n=xd*5B4pv(+2 z=RRW1xIiyrz2b^@*KH6^0-sLE<_hRVIp4g&{>V&wCmNXl_O0k|{)O0dR*_{-VqPpj zeb>`RN54{Mwf~_~$6mYf&G-6lwMw(*<&Q9GB@U8t4UJn`y16XaPAVv%BqJkh1x)Lg z+R%DP(4+=oZ3%f0VV!tB0(6PQQH8^9`4}Vy?GL`Sohwe?66U^C#@HBkc-59RT%D7$ zPDP+<`%CacvP1;vmPRw=*g{P)c*EcOj_r8Ams0Gt1rmqSlCran&*1)A*E7n=*1Fyt zx88fU`z7OwzJZ1u9DIGn0CdXvV8>g%d4Pk<;p)BdtmXaYKd{{s$WOzNeYo=pr{-@) zt6!^WMMT<}>jN^Ar)feDwCY>`K(8|*(9PEPVf%_l!Z0e0_{KzAI#!Y>NJwnppHk(A zw{I{1e!tx1!_TcVsH78L6BUNmM*LnnH}Y^Rk)GO^^m%86>rMn^gx*#*>RTD@+>&{{ z4F>ffoO_zNkJDH3DK=z^0MWeeF{GgNnFw6k*Oq3+q@?k|;Vhpyk=>h5=Ia_p*}Z;` z#8vkEuCq{qX76!|sIM1Fl=mL_J)qA&&u-`n$ z&HjM!rEF>T1R<>U%tjWZiUgKi+a}T^@FoTUg{@!iqs{CvRda%G3O0 zAsxY>HM5(uii-DYsrc*Ooolo~_9T27ioO&C1RiAd60rV=+;>b;AZ#^kDnE*~fjNEu zKt{7-WOd{|W#AfpqEDvk<2s$Y3egWxUUzhGfwu7HSVd)OiK0fi$KC43DWw-~(~htd z1mW_ugWSCR%p>=(FYz4|fmQgJ8H8=CrPBY%I~|v!Sn|>Al5A-Hx{JD&uV@9mI!vb) z_sVc&YrSlh`%AGIuLeSg=e-A!ulFOCQlEZT@gaWr$J(1PtJ}P2_LVEta8)s>(HrIS z%c|m=Qo$E>Gk!TUy)(qlfC?Qsj5`AS*%%I_VRB=rt*D2~hRcFe5{Kuq67WQT!{ucBiQG5!{b7{ z*1j~#!GU3M3KlZLJCr*H;2XXfKJPjllm-h~`ThDAe{h5fX|W zcOBPMjf0Sul9nKx66r*rLc&!d08k^y!ry)3B{%tdxpB4J-o_j>bZyl`r<_JR=^Q0pf+J+4{y1-p{e}_iLRhxQEJgw&eio7YJ6Y6?D`*w zUz%%uf8sqkz^+$gTDg9k+1Jo?+m@zd zfY*a&v+WI+DkDwA>5Tr*>*X>@&fRQ{9-fWTqc8*TvKsTSR;U} ziMyNi*pJ{~d+~gw88G0k95xLxrl)zT=+GGi1hbk>0V+^joFZb4#o5}Q3kc~S`5vtgc<h?5GeE$HF|Hg%St482i*J3W>ellDQ45iU|OUiIEZ za(~K;X6ks^lijCwVif}MV#Wu2Z|j-xx!aD~(ghV>wOWV32biD|>wu<-f$A77<<@L~CvizsYGP37shUnaHGE z89?l>?XsMO!&?Nf#6(7xtBhli>OE<$dS--=!Uf9vw4GiwG(dg=*a`|-e++*Bw#r{& zq8A^F&q%vH<`)2$4%cP^qGTVd@>_fr#grQCCvBX}<%e!sxAf*wqjQN2DJURp%}cNc zQ)yKK2!L;4!^`F)A4{Dh&DGZ4v4NYVgzg=R2Ywo4>_(>c3xg=tf#8TA`=QE^`>qeQjQf0-HeY zb&I#s-P{WmA2$2r2Tb$6T~?GEuu}?| z>z-zGn6dT)$c^GO7VDYHnBEuET<&7V8RBID5}01zwEn*5crD%cO<`~ugNx?V7f4ce9?3h z@`);zj3nqWQ}wf>kxD8X)Rzc;V?g#Nca&C!54V_D=ZbmltdU7)s2Hmi5nhie?sY7| zMoBVZ-H>DBw1djmwU93+fL+3$F>ZT%zvsiUtQd1HOu~q2jLP9>=}s@EW~zU!se1R z{s*^AAucj~YVnvAKMs<-l2KSRYPNBWVilUCgaaba#xXAYZ()szqdXww0g1>_urYb4zxpSVxRzz;7j3h`+%pE zVmF@GMJ$rn;U&qrLiVXGedbD`0K3-dpYI>gtvp!={fx<Sg0xMdPo#?jV zOOD{WaU{i@JEvH55lZgOwqckyaaeI_!kPMP6iDsa`X&NyHYJ&H)5|&-ceX?mg_oKk z&%mN9W7psJh>?|-V1X!PWPJRTweYO)&?D-L$)s`MEyC6&CrTA7n$)#B%>#Khh>xICXmf{`dm<@+4#aoJqKT*SsfgJZ+?uDL~sFz&`p zAH)?0rMm)GuSuDL)bWJ?B~jHNR5Gg8L4T6RrGH*~P`&b$2$LjEkYpk5*{G7F-lq6e zP-FvB^y`*|*YiXam*dsWHRepTFb5OfBuUt|c`l zf9DZ(6kI-$7JPg9OhVNz+?gO{WS}2zaf-W@9BJtNi@3$jGv8R${AlIz!KC&e!tvUZ z1~R}BeauUE$=OZftQtV9rPhtOx|!i$ZJ|7smgz2@va~ulOya{r0eIy z#umRPj~;fkzPqZS?90gPrVP1>z#Jc&gH*pw2IgcLQA2*k)^Y^lv zdluVulb(ldWmbf2HVAcz@z=i-h&go^HdW?oG55uYpga>V{yJX9M>KGuyz=Yj+eDJQ z3tx*2CvB5hrqx8sNibx=n~PGx4}J^hwc-@VDkhecacBRlPI64LKx>XgIa75RYi`)r z2js<%_j}9Jr;YooPDs%x2wL{Icg;_&qaagZ*McL-2*xg+(Wfx!S9Suw2RVo{wEtkK5cHo=JIU4g=09+EHs10TuIq3=i7O!nYuV>>=-sS4M zrGX1)ADS0ALHy}ctisr0TRt@7D_*=%80WHB=PaUgVi@tUXnel?34q9o#d;aP!!C*f zTQIm{xqFxMvAS+aoc6;2E{GQ;I(W*Z16AeK$#1IrvkAl1eq8%XbI!<~)X#~K#1Wpp zUt5!~_Khq=^6ee=tSw4L%ih)$Nd^$f1E%r$*E(>j%bh!>r!^W%sP5Hk;u87@klw;5P&Wyrhzy)5+Ko7WfIT>fR3>DvnK)1cCl1cnKljIo56-{P3U)?`Rs3vB0VyGRq z4yX4sJ9`NlX?z8@*awl3$(XTQM#|BMl%=C8y<~1Mo1lQh%`vjCg*;a6mdvDkxS5L1 z`{C%Y{Ef<~5BlMF^fC&O`hE^Tlwd~wws;(=Vg*F>K_OoUm@NxlEaE-P-9u7ahB`c% zcr$cX%^^6<PuM@#1|CqdEQD!uZ2}msDZ}gWRR>`N z8n@ZLKB<@sA@VIbNZiOEZGm_&mSaWxkn!pkL?{ZZFEknq4>LUKofb*3d{ZU{huz|s18M+>-|y6NU1 z)E!`b#3ML`gk2A}H+mT$w6U}dwfdy1GtftG$~;?McX78Bca7rp1~6!_)gZ)`_d?_n z6wq>Ls}}rgiyec4in2EXFI&cj9uJnHTnB3VtF6qC0Vs7tVe+Dh8$iA5 zA9<`s+*^GxeJqH*(KVkqpJ85oQtlYSGhju)qNVnDcDrjfLeLEUeqxxJrx?*>^S!YKNCMIBHojFu$aI z8+x0OUVFAUap(3C` zGwl~B0BV_hn{tQqMrLPT^!Rl-KjzTv$aJ))Yqc(fqwZ(s?`ENIdLsmgh^^04w0Gv8 zUUvDF)iF)qdz+l!Lk@uK(eb9#$LFE1tqx?soK`<27tKYIn2)D3@;OQIjQ^17d3S*w zora<}F~A$O_s3ANVJ7|B0i&8)MeVo9JBW~UU^DQ(XQReyps$bP{87p0;Tf4NFmkRs z!U`xVEYyY_S%9s*lJMgY1Sh^UrnDP2$pSpEb#(dCl75`xaIN@n8(KV7WLxWyLvkq? z(fg7#Y9)banz8B>z{<_-`T>?0OHU=~Rr1=Ya`_|{8G7Npv&EFu@0IK35xhI+pD$_46E@~lNLXaRzt-SN9Qt2t;&`-^8)%k+0!zLS< zLsA$pU%1~*C3-K!L(tkRD#P^#n6XBb{pKx;s0HJX@$^J2c)oX>@$b}fx>sZ&<&o3> z#y85uy?wyNwzz)zV zKR#kE>WUL|NMZSET8`Q!XTbs~LVlo)Xn918sO7Qo`(5v5`^EaxwV2xF9AryX6xwT|dVBwCfnr zjW*$-RWpII9w(9KyNZ0=YR`1D<`=+%+{o|;fuzEK=qeQ+crv~q4P;_072%>{x|j4( zz5*l6TWC)60inrHxwsuDIU+#S?YYOQ$AX=|L={pCD)b}YSPe;zHV}?~!5-D0r({`z zqztUi{aLRxi>0O;7zEzZN$Y59%l=$N08ZjbTy8LKCp*MisyvnIA7z_R_I9DGiODy~gyF3l%j#rbR`Yhme<~0uRA1#0Vtz zQ2#OUuhaq+M?MvBoOPAYO40*&^qAWx;|3J9$9LvF<56fSu6x1zez z;FOKt@(3ToNJShDmh){a)i!kG-e#%PUlwvpspT3sJ73ZsZlo5<{Uh$sV3EuUnPt^h zWh#E%2*Sy^S+f5PlA^>5JK={1L7Dl2tY03?8UowVn<|4%*dov5lKx0J_tQLxUIBtm zKK6`-xvFIR$}Kjtb>t((iCVSM$Xwur5yr+1S4S( zM^C>$`@|}g4#Ku2uZBP}Kda9aeT<_jWMurvL_qeXmmoBUqF^?oGe_FADLE#I@u)fX z?|K01fi-OdG7*!qJ@Cp9(qnig5QKV*(X;7g!rf~sczP0_NJS()Uq(lc`S-IXx!aia zr5X?q!>szbFDj8Sd?tg@GIZP8pS;#;4Jx%&ZRU|Q$qoG85(o1<`!BH^)Px_*6hBf0 zh#tAI+65+Wq5w4pmBzqAn_*KVFpdIE)%5*)w;}8E3H5`R_Fx^)Yi^5RFGKfljKgN4 z3H;$(SauC2guRqj$cBpp?X*9Myz-73jBi{JyH0MbAG8=Jk)D5>R8%}+^j`|nJ~1Ek z0o;Uun`6isOs~ifvRAeOa_sc%dCU^0Y|Cz`ygL8cCq**d`?`I-Zv6>k{_D-nAu~WU zs;D}sd1i*g3Oi!U&3dO)$6ZuNaEnE#T)`(>m`98b&l5jl(T?f7#M%b6QFq6L|# zj7)Sg;#NgSNCrcUo}6GWJqjqF=_q0O=39eyPKzom!cS8nBT<*2YGuUj_*}vBUB>AuCa2IPHe| zHVbdcRm(ca!C$P@*=b|B#s}A(WY!?H=-pjy{{`W;43SAI@zBps*F^?0DTwXmgoZu0?fRV zQQ%=yOIypKQOeAx+f4s0_d!gOzw_HlW~3oSJLYPH+RDBvx%A8{4v)J~>E*vJFdlrRtPr2Nl1tS#2tzJKBeEc$7wMKdmUkuSdl)Ce{t? z5tZiuXyUJ0CS^i&nXXz9Y27**V2_(#A;Da4<(0Xn56e4Aa zYLhc_nB2r7LDIVPgs!0Zh0eZUK|6AE-h9XAzMD6HY>WGAQHQ8>*h$kesTr&*0tRD% zV%v(v%nu1>#;Hb-dwFP{DqgsjdKq4D?QlG_94J%VDBx?aa_2^)2t%7=&R5o`2CUX< zW~^PoTFzgNS`C6DNigy=)00z4q!VsnS()e1!=&-Z=r&8MXkpwlM^p8$e&{H!%t51k z510f#b9xfy=;$9-%=h_9-~wHmTt;*LP~2GhU29F9YH?P?3SgHu=(cd3hnY+toLH$N zNG8zRBoOitp*Bgo^s&&M$MoN1iY&7!G)^{}k$n7^g>XItQeW|$srh74CnL0Oq2SNR`b_1hM!R9{HZTw{?+F~wde|AxL&9!6UgZdoRgE`?qSE&3u?6*z}5RN2VD&}i2W z?d1T9wVLE#XhYVL-zx82iWs2UJZbFo&CXAy*SiUO z%TxI(yKd{NeNU*8Cl^aM1RMI*A4T2eE{gbLHgvPUgh}UuFdeD#rX>7)P3Sk^aMe&I zS^xB&nNJ3{>|4Cs*8g?8>7b%)fc&SCcD$DE`#0kufnPynTUErk^Zab>gMtG&Vb%k% zWR{JTbn|ZK9hVRFv%B1vCnY+oKSZza3Vch3S~(55BZs&gGt4IAp9KgmLxAvxDRvap z?f9vpy}zUM>-eo`!^{a9mbhlZC>qV8q@;RdiLWV|@sI0Gq!M~fF@hF3vkfS4E8+a; zXtd`j8Q>4BB5ndr{dZWdt;eYd`-v$j7v4UQVwfemwf}OQ-WLe5y4HrbtRuLyq3+Sn zQs8f(rmZn2j-rnpi94v!y0R9L$ziW~BIf$2u4)_Qx5qA#>M){_Ckr{1#k*4waLQVW z-mZt-dGP;w)pszO!zDKsNWT@>3&3?A?+8X=; zZBq7cL~HcY9Q9S@O@AdzO2a(21egzw58=%CNT~@TZ(-P@`svAyWikiyb%JhpR7#XA zntPIZq8kGm7ulz%v37qMEXx)$b0i*wIh;AEB;6j|qXo2)MqAHKANCRferUUKrUkcA zyL$~j{?a856p3y{3|*KqT0kb&GY*kY+8sT@R=&mQU7Xf!C5FCgotRmmTST<*N76nk z(`E4Zz-BhvrOrJA!-9*Wq7Q6^vcVla3Li)piN;CUZMRE|J~w~-qT)d& z%G@YG(Z|K=Rbv{P#7E21M+L7fukfgxc=^~bdxExWmPgOKy{0q<;-K857g7%NhTHF( z8z6!Eh-Qe)>KRn#*{E&TK_K;db>W8<9FCTV#x9f+2~Q^*s%Y-^!5jy}QP=hAp|kP? z{6s#ar1<0CBNmz*^b^-_Opq6o9XybdhX}tT{g0C)<5J7*tD2s&FT)a_C1}a!2W8p4 zT^h|20d7{BCA5A_a75W^8hp?FvS{=HgFjO+<|}N>smo-pcW879F*1&;=l+b~MgBfX zZ)dWWAYZBQpSl10@5^*~jMu_+#g0pwJvnE8NX?^oN{C=D{(H}H@k^i#PEs;Fb51o{ zfUcGJe~Qujo#S57^4t1mcJu*>(8+7S{M@}@A^(3`%)N8GkTCmHeEL~e0e=A=wWz6D zH}UR+rm?Z!#p3@q{9|4Gl|YUUU?AG@!-ARvDDLkiMr68=Sb_=uUyazY*JzFZqKM0R za%BVjz+yDpvQMAMf?l28KO}u5a(FK2T=;J&{#XCb + + + + + + + ${this.name} + images/parer_logo.png + ${this.url} + + + ${this.scm.url} + + + org.apache.maven.skins + maven-fluido-skin + 1.9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ + + \ No newline at end of file diff --git a/src/test/java/it/eng/sacerasixml/TestJaxb.java b/src/test/java/it/eng/sacerasixml/TestJaxb.java new file mode 100644 index 0000000..098f238 --- /dev/null +++ b/src/test/java/it/eng/sacerasixml/TestJaxb.java @@ -0,0 +1,358 @@ +/* + * Engineering Ingegneria Informatica S.p.A. + * + * Copyright (C) 2023 Regione Emilia-Romagna + *

+ * This program is free software: you can redistribute it and/or modify it under the terms of + * the GNU Affero General Public License as published by the Free Software Foundation, + * either version 3 of the License, or (at your option) any later version. + *

+ * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; + * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. + *

+ * You should have received a copy of the GNU Affero General Public License along with this program. + * If not, see . + */ + +/* + * To change this license header, choose License Headers in Project Properties. + * To change this template file, choose Tools | Templates + * and open the template in the editor. + */ +package it.eng.sacerasixml; + +import org.junit.After; +import org.junit.AfterClass; +import org.junit.Before; +import org.junit.BeforeClass; + +/** + * + * @author Iacolucci_M + */ +public class TestJaxb { + + public TestJaxb() { + } + + @BeforeClass + public static void setUpClass() { + } + + @AfterClass + public static void tearDownClass() { + } + + @Before + public void setUp() { + } + + @After + public void tearDown() { + } + + /* + * @Test public void testJaxb1() { System.out.println("TEST Chiamata Recupero Diario da DPI"); + * + * String datiXmlOri=""+ + * ""+ + * "AETNodoDicomUGUALEDCM4CHEE"+ + * ""; try { XMLReader reader = XMLReaderFactory.createXMLReader(); //Create the filter + * (to add namespace) and set the xmlReader as its parent. NamespaceFilter inFilter = new NamespaceFilter(null, + * false); inFilter.setParent(reader); //Prepare the input, in this case a java.io.File (output) InputSource is = + * new InputSource(new StringReader(datiXmlOri)); //Create a SAXSource specifying the filter SAXSource source = new + * SAXSource(inFilter, is); //Do unmarshalling SchemaFactory schemaFctry = + * SchemaFactory.newInstance(XMLConstants.W3C_XML_SCHEMA_NS_URI); JAXBContext datispecFiltriCtx_ListaFiltri = + * JAXBContext.newInstance("it.eng.sacerasi.ws.xml.datiSpecFiltri"); Schema datispecFiltriSchema = + * schemaFctry.newSchema(new File( + * "/Progetti/parer-ping-xml/target/classes/xsd/it/eng/sacerasi/ws/xml/datiSpecFiltri/WSDatiSpecificiDiarioFiltri.xsd" + * )); Unmarshaller u = datispecFiltriCtx_ListaFiltri.createUnmarshaller(); u.setSchema(datispecFiltriSchema); + * + * JAXBElement elemento=(JAXBElement)u.unmarshal(source); ListaFiltriType + * parsedListaFiltri = elemento.getValue(); System.out.println("asdas"+parsedListaFiltri); + * + * } catch (JAXBException | SAXException ex) { ex.printStackTrace(); } } + */ + /* + * @Test public void testJaxb2() { System.out.println("TEST Chiamata Recupero Diario da DPI"); + * + * String datiXmlOri= "\n" + + * "\n" + + * + * " 1.0\n" + + * + * " \n" + + * " \n" + + * " 1.0\n" + + * " DCM4CHEE\n" + " \n" + + * " 1.2.840.10008.5.1.4.1.1.88.33\n" + " \n" + + * " 2011-10-20T17:52:51.000+02:00\n" + + * " MS2166105\n" + " \n" + + * " SR\n" + " \n" + + * " MAMMOGRAFIA BILATERALE\n" + + * " COTTERLI^SIMONETTA\n" + " 408560\n" + + * " 1961-12-31\n" + " F\n" + + * " 1.2.3.4.5.6.7.8.9.45143\n" + + * " 1\n" + + * " 1\n" + + * " REQ2011002131945\n" + + * " 2019-01-14T16:53:27.000+01:00\n" + + * " 2f6c093b112be04fe9609531d68b1e7843b3d5b4\n" + + * " SHA-1\n" + + * " hexBinary\n" + + * " MHgwMDA4MDAyMD0yMDExMTAyMAoweDAwMDgwMDMwPTE3NTI1MQoweDAwMDgwMDUwPU1TMjE2NjEwNQoweDAwMTAwMDEwPUNPVFRFUkxJXlNJTU9ORVRUQQoweDAwMTAwMDIwPTQwODU2MAoweDAwMTAwMDIxPQoweDAwMTAwMDMwPTE5NjExMjMxCjB4MDAxMDAwNDA9RgoweDAwMjAwMDBEPTEuMi4zLjQuNS42LjcuOC45LjQ1MTQzCjB4MDAyMDEyMDg9OQo=\n" + * + " f7be65e2a794d25852e58a5acea73f83f56157b2\n" + + * " SHA-1\n" + + * " hexBinary\n" + + * " MS4yLjg0MC4xMTM3MDQuNy4xLjEuMzUxNjk0ODY1OC41MDY2Mjg0NjEuNDUxMTEuMzAuMTY2LjUzNTg5NzkvMS4yLjg0MC4xMTM3MDQuNy4xLjIyMjAxNjU5NDEuMjAwMjguMTMxOTEyNjI4My4yNDM5LmRjbSwwODNmYTRlODk1YjY3ZWFlM2QzNjNmODQ2NWYyOWI4YTA2ZjcwNWNjCg==\n" + * + " ad1a9adb9c57492060ce942cec036a8849d9eb09\n" + + * " SHA-1\n" + + * " hexBinary\n" + " \n" + + * " \n" + + * + * ""; + * + * // StringReader tmpReaderFiltri = new StringReader(datiXml); + * + * try { XMLReader reader = XMLReaderFactory.createXMLReader(); //Create the filter (to add namespace) and set the + * xmlReader as its parent. NamespaceFilter inFilter = new NamespaceFilter(null, false); inFilter.setParent(reader); + * //Prepare the input, in this case a java.io.File (output) InputSource is = new InputSource(new + * StringReader(datiXmlOri)); //Create a SAXSource specifying the filter SAXSource source = new SAXSource(inFilter, + * is); //Do unmarshalling SchemaFactory schemaFctry = + * SchemaFactory.newInstance(XMLConstants.W3C_XML_SCHEMA_NS_URI); // JAXBContext ctx = + * JAXBContext.newInstance(ListaUnitaDocumentarieType.class, it.eng.sacerasi.ws.xml.invioAsync.ObjectFactory.class); + * JAXBContext ctx = JAXBContext.newInstance(ListaUnitaDocumentarieType.class, + * it.eng.sacerasi.ws.xml.invioAsync.ObjectFactory.class); Schema datispecFiltriSchema = schemaFctry.newSchema(new + * File("/Progetti/parer-ping-xml/target/classes/xsd/it/eng/sacerasi/ws/xml/invioAsync/WSInvioAsync.xsd")); + * Unmarshaller u = ctx.createUnmarshaller(); u.setSchema(datispecFiltriSchema); + * + * JAXBElement elemento=(JAXBElement)u.unmarshal(source); + * ListaUnitaDocumentarieType parsedListaFiltri = elemento.getValue(); + * System.out.println("asdas"+parsedListaFiltri); + * + * } catch (JAXBException | SAXException ex) { ex.printStackTrace(); } } + */ + /* + * @Test public void testJaxb3() { System.out.println("TEST Chiamata Recupero Diario da DPI"); + * + * String datiXmlOri= "\n" + + * "\n" + + * + * " 1.0\n" + + * + * " \n" + + * " \n" + + * " 1.0\n" + + * " DCM4CHEE\n" + " \n" + + * " 1.2.840.10008.5.1.4.1.1.88.33\n" + " \n" + + * " 2011-10-20T17:52:51.000+02:00\n" + + * " MS2166105\n" + " \n" + + * " SR\n" + " \n" + + * " MAMMOGRAFIA BILATERALE\n" + + * " COTTERLI^SIMONETTA\n" + " 408560\n" + + * " 1961-12-31\n" + " F\n" + + * " 1.2.3.4.5.6.7.8.9.45143\n" + + * " 1\n" + + * " 1\n" + + * " REQ2011002131945\n" + + * " 2019-01-14T16:53:27.000+01:00\n" + + * " 2f6c093b112be04fe9609531d68b1e7843b3d5b4\n" + + * " SHA-1\n" + + * " hexBinary\n" + + * " MHgwMDA4MDAyMD0yMDExMTAyMAoweDAwMDgwMDMwPTE3NTI1MQoweDAwMDgwMDUwPU1TMjE2NjEwNQoweDAwMTAwMDEwPUNPVFRFUkxJXlNJTU9ORVRUQQoweDAwMTAwMDIwPTQwODU2MAoweDAwMTAwMDIxPQoweDAwMTAwMDMwPTE5NjExMjMxCjB4MDAxMDAwNDA9RgoweDAwMjAwMDBEPTEuMi4zLjQuNS42LjcuOC45LjQ1MTQzCjB4MDAyMDEyMDg9OQo=\n" + * + " f7be65e2a794d25852e58a5acea73f83f56157b2\n" + + * " SHA-1\n" + + * " hexBinary\n" + + * " MS4yLjg0MC4xMTM3MDQuNy4xLjEuMzUxNjk0ODY1OC41MDY2Mjg0NjEuNDUxMTEuMzAuMTY2LjUzNTg5NzkvMS4yLjg0MC4xMTM3MDQuNy4xLjIyMjAxNjU5NDEuMjAwMjguMTMxOTEyNjI4My4yNDM5LmRjbSwwODNmYTRlODk1YjY3ZWFlM2QzNjNmODQ2NWYyOWI4YTA2ZjcwNWNjCg==\n" + * + " ad1a9adb9c57492060ce942cec036a8849d9eb09\n" + + * " SHA-1\n" + + * " hexBinary\n" + " \n" + + * " \n" + + * + * ""; + * + * // StringReader tmpReaderFiltri = new StringReader(datiXml); + * + * try { JAXBContext ctx = JAXBContext.newInstance("it.eng.sacerasi.ws.xml.invioAsync"); + * + * Unmarshaller u = ctx.createUnmarshaller(); SchemaFactory schemaFctry = + * SchemaFactory.newInstance(XMLConstants.W3C_XML_SCHEMA_NS_URI); Schema datispecFiltriSchema = + * schemaFctry.newSchema(new + * File("/Progetti/parer-ping-xml/target/classes/xsd/it/eng/sacerasi/ws/xml/invioAsync/WSInvioAsync.xsd")); + * u.setSchema(datispecFiltriSchema); //Create a SAXSource specifying the filter Source source = + * it.eng.sacerasixml.xsd.util.Utils.getSaxSource2(datiXmlOri); //Do unmarshalling + * JAXBElement elemento=(JAXBElement)u.unmarshal(source); + * ListaUnitaDocumentarieType parsedListaFiltri = elemento.getValue(); + * System.out.println("asdas"+parsedListaFiltri); + * + * } catch (JAXBException | SAXException ex) { ex.printStackTrace(); } } + */ + /* + * @Test public void testJaxb4() { System.out.println("TEST Chiamata Recupero Diario da DPI"); + * + * String datiXmlOri= "\n" + + * "\n" + + * " 1.0\n" + " \n" + + * " \n" + + * " 1.0\n" + + * " DCM4CHEE\n" + " \n" + + * " 1.2.840.10008.5.1.4.1.1.88.33\n" + " \n" + + * " 2011-10-20T17:52:51.000+02:00\n" + + * " MS2166105\n" + " \n" + + * " SR\n" + " \n" + + * " MAMMOGRAFIA BILATERALE\n" + + * " COTTERLI^SIMONETTA\n" + " 408560\n" + + * " 1961-12-31\n" + " F\n" + + * " 1.2.3.4.5.6.7.8.9.951206\n" + + * " 1\n" + + * " 1\n" + + * " REQ2011002131945\n" + + * " 2019-01-15T11:22:40.000+01:00\n" + + * " 0a58b8b47b1e11d2a062d6bf13eeab14ded32271\n" + + * " SHA-1\n" + + * " hexBinary\n" + + * " MHgwMDA4MDAyMD0yMDExMTAyMAoweDAwMDgwMDMwPTE3NTI1MQoweDAwMDgwMDUwPU1TMjE2NjEwNQoweDAwMTAwMDEwPUNPVFRFUkxJXlNJTU9ORVRUQQoweDAwMTAwMDIwPTQwODU2MAoweDAwMTAwMDIxPQoweDAwMTAwMDMwPTE5NjExMjMxCjB4MDAxMDAwNDA9RgoweDAwMjAwMDBEPTEuMi4zLjQuNS42LjcuOC45Ljk1MTIwNgoweDAwMjAxMjA4PTkK\n" + * + " 1f1578d1f67df28f14ce9f70e1d02a2a474f45f6\n" + + * " SHA-1\n" + + * " hexBinary\n" + + * " MS4yLjg0MC4xMTM3MDQuNy4xLjEuMzUxNjk0ODY1OC41MDY2Mjg0NjEuNDUxMTEuMzAuMTY2LjUzNTg5NzkvMS4yLjg0MC4xMTM3MDQuNy4xLjIyMjAxNjU5NDEuMjAwMjguMTMxOTEyNjI4My4yNDM5LmRjbSxmMGEyNjFmODE3M2ZjMTEwOTYwMzdmMmI1ZGJlOWZhZWY1YTc5OGQ4Cg==\n" + * + " 014ce934c9fbdaccbee18a917a447ef2e3df3261\n" + + * " SHA-1\n" + + * " hexBinary\n" + " \n" + + * " \n" + ""; + * + * // StringReader tmpReaderFiltri = new StringReader(datiXml); + * + * try { // JAXBContext ctx = JAXBContext.newInstance("it.eng.sacerasi.ws.xml.invioAsync"); JAXBContext ctx = + * JAXBContext.newInstance(ListaUnitaDocumentarieType.class, it.eng.sacerasi.ws.xml.invioAsync.ObjectFactory.class); + * Unmarshaller u = ctx.createUnmarshaller(); SchemaFactory schemaFctry = + * SchemaFactory.newInstance(XMLConstants.W3C_XML_SCHEMA_NS_URI); Schema datispecFiltriSchema = + * schemaFctry.newSchema(new + * File("/Progetti/parer-ping-xml/target/classes/xsd/it/eng/sacerasi/ws/xml/invioAsync/WSInvioAsync.xsd")); + * u.setSchema(datispecFiltriSchema); //Create a SAXSource specifying the filter Source source = + * it.eng.sacerasixml.xsd.util.Utils.getSaxSource(datiXmlOri); //Do unmarshalling + * JAXBElement elemento=(JAXBElement)u.unmarshal(source); + * ListaUnitaDocumentarieType parsedListaFiltri = elemento.getValue(); + * System.out.println("asdas"+parsedListaFiltri); + * + * } catch (JAXBException | SAXException ex) { ex.printStackTrace(); } } + * + * + */ + /* + * @Test public void testJaxb6() { System.out.println("TEST InvioAsync"); + * + * String datiXmlInvio= "\n" + + * "\n" + + * + * " 1.0\n" + " \n" + + * " \n" + // + * " \n" + " 1.0\n" + + * " DCM4CHEE\n" + " \n" + + * " 1.2.840.10008.5.1.4.1.1.88.33\n" + " \n" + + * " 2011-10-20T17:52:51.000+02:00\n" + + * " MS2166105\n" + " \n" + + * " SR\n" + " \n" + + * " MAMMOGRAFIA BILATERALE\n" + + * " COTTERLI^SIMONETTA\n" + " 408560\n" + + * " 1961-12-31\n" + " F\n" + + * " 1.2.3.4.5.6.7.8.9.951206\n" + + * " 1\n" + + * " 1\n" + + * " REQ2011002131945\n" + + * " 2019-01-15T11:22:40.000+01:00\n" + + * " 0a58b8b47b1e11d2a062d6bf13eeab14ded32271\n" + + * " SHA-1\n" + + * " hexBinary\n" + + * " MHgwMDA4MDAyMD0yMDExMTAyMAoweDAwMDgwMDMwPTE3NTI1MQoweDAwMDgwMDUwPU1TMjE2NjEwNQoweDAwMTAwMDEwPUNPVFRFUkxJXlNJTU9ORVRUQQoweDAwMTAwMDIwPTQwODU2MAoweDAwMTAwMDIxPQoweDAwMTAwMDMwPTE5NjExMjMxCjB4MDAxMDAwNDA9RgoweDAwMjAwMDBEPTEuMi4zLjQuNS42LjcuOC45Ljk1MTIwNgoweDAwMjAxMjA4PTkK\n" + * + " 1f1578d1f67df28f14ce9f70e1d02a2a474f45f6\n" + + * " SHA-1\n" + + * " hexBinary\n" + + * " MS4yLjg0MC4xMTM3MDQuNy4xLjEuMzUxNjk0ODY1OC41MDY2Mjg0NjEuNDUxMTEuMzAuMTY2LjUzNTg5NzkvMS4yLjg0MC4xMTM3MDQuNy4xLjIyMjAxNjU5NDEuMjAwMjguMTMxOTEyNjI4My4yNDM5LmRjbSxmMGEyNjFmODE3M2ZjMTEwOTYwMzdmMmI1ZGJlOWZhZWY1YTc5OGQ4Cg==\n" + * + " 014ce934c9fbdaccbee18a917a447ef2e3df3261\n" + + * " SHA-1\n" + + * " hexBinary\n" + // " \n" + + * " \n" + " \n" + + * + * ""; + * + * try { XMLReader reader = XMLReaderFactory.createXMLReader(); //Create the filter (to add namespace) and set the + * xmlReader as its parent. // NamespaceFilterForUnmashal inFilter = new NamespaceFilterForUnmashal(); + * NamespaceFilterForUnmashal inFilter = new NamespaceFilterForUnmashal(); inFilter.setParent(reader); //Prepare the + * input, in this case a java.io.File (output) InputSource is = new InputSource(new StringReader(datiXmlInvio)); + * //Create a SAXSource specifying the filter SAXSource source = new SAXSource(inFilter, is); //Do unmarshalling + * SchemaFactory schemaFctry = SchemaFactory.newInstance(XMLConstants.W3C_XML_SCHEMA_NS_URI); JAXBContext + * datispecFiltriCtx_ListaFiltri = JAXBContext.newInstance(ListaUnitaDocumentarieType.class, + * it.eng.sacerasi.ws.xml.invioAsync.ObjectFactory.class); Schema datispecFiltriSchema = schemaFctry.newSchema(new + * File("/Progetti/parer-ping-xml/target/classes/xsd/it/eng/sacerasi/ws/xml/invioAsync/WSInvioAsync.xsd")); + * Unmarshaller u = datispecFiltriCtx_ListaFiltri.createUnmarshaller(); u.setSchema(datispecFiltriSchema); + * + * JAXBElement elemento=(JAXBElement)u.unmarshal(source); + * ListaUnitaDocumentarieType parsedListaFiltri = elemento.getValue(); + * System.out.println("asdas"+parsedListaFiltri); + * + * } catch (JAXBException | SAXException ex) { ex.printStackTrace(); } + * + * System.out.println("TEST DatiSpecifici"); + * + * String datiXmlDatiSpecifici= "\n" + + * "\n" + + * " 1.0\n" + + * " DCM4CHEE\n" + + * " \n" + + * " 1.2.840.10008.5.1.4.1.1.88.33\n" + " \n" + + * " 2011-10-20T17:52:51.000+02:00\n" + * + " MS2166105\n" + + * " \n" + + * " SR\n" + " \n" + + * " MAMMOGRAFIA BILATERALE\n" + * + " COTTERLI^SIMONETTA\n" + * + " 408560\n" + + * " 1961-12-31\n" + * + " F\n" + + * " 1.2.3.4.5.6.7.8.9.159260\n" + * + + * " 1\n" + * + + * " 1\n" + * + " REQ2011002131945\n" + + * " 2019-01-23T16:08:19.000+01:00\n" + * + + * " ebc5dac17ac0f3428239a95cb34b639b27554eb2\n" + * + " SHA-1\n" + + * " hexBinary\n" + * + + * " MHgwMDA4MDAyMD0yMDExMTAyMAoweDAwMDgwMDMwPTE3NTI1MQoweDAwMDgwMDUwPU1TMjE2NjEwNQoweDAwMTAwMDEwPUNPVFRFUkxJXlNJTU9ORVRUQQoweDAwMTAwMDIwPTQwODU2MAoweDAwMTAwMDIxPQoweDAwMTAwMDMwPTE5NjExMjMxCjB4MDAxMDAwNDA9RgoweDAwMjAwMDBEPTEuMi4zLjQuNS42LjcuOC45LjE1OTI2MAoweDAwMjAxMjA4PTkK\n" + * + + * " 81e0c12933f64f5f5c51b49acfa5c729a6b7e44f\n" + * + " SHA-1\n" + + * " hexBinary\n" + * + + * " MS4yLjg0MC4xMTM3MDQuNy4xLjEuMzUxNjk0ODY1OC41MDY2Mjg0NjEuNDUxMTEuMzAuMTY2LjUzNTg5NzkvMS4yLjg0MC4xMTM3MDQuNy4xLjIyMjAxNjU5NDEuMjAwMjguMTMxOTEyNjI4My4yNDM5LmRjbSw1ZjBkZWU4OTA2YTVjZmVkY2IzMGVmYjAyNWI5NDA2M2FjYzIwZmNmCg==\n" + * + + * " 998a9d6447a6591d63effa1efb3ffeebfccab013\n" + * + " SHA-1\n" + + * " hexBinary\n" + * + ""; + * + * try { XMLReader reader = XMLReaderFactory.createXMLReader(); //Create the filter (to add namespace) and set the + * xmlReader as its parent. // NamespaceFilterForUnmashal inFilter = new NamespaceFilterForUnmashal(); + * NamespaceFilterForUnmashal inFilter = new NamespaceFilterForUnmashal(); inFilter.setParent(reader); //Prepare the + * input, in this case a java.io.File (output) InputSource is = new InputSource(new + * StringReader(datiXmlDatiSpecifici)); //Create a SAXSource specifying the filter SAXSource source = new + * SAXSource(inFilter, is); //Do unmarshalling SchemaFactory schemaFctry = + * SchemaFactory.newInstance(XMLConstants.W3C_XML_SCHEMA_NS_URI); JAXBContext datiSpecDicomCtx = + * JAXBContext.newInstance(DatiSpecificiType.class, it.eng.sacerasi.ws.xml.datiSpecDicom.ObjectFactory.class); + * Schema datispecDicomSchema = schemaFctry.newSchema(new File( + * "/Progetti/parer-ping-xml/target/classes/xsd/it/eng/sacerasi/ws/xml/datiSpecDicom/WSMetadatiSpecificiDICOM.xsd")) + * ; Unmarshaller u = datiSpecDicomCtx.createUnmarshaller(); u.setSchema(datispecDicomSchema); + * + * JAXBElement elemento=(JAXBElement)u.unmarshal(source); DatiSpecificiType + * datiSpec = elemento.getValue(); System.out.println("asdas"+datiSpec); + * + * } catch (JAXBException | SAXException ex) { ex.printStackTrace(); } + * + * } + */ +}