diff --git a/CHANGELOG.md b/CHANGELOG.md index d0efc9c..ca59c1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ +## 3.1.0 (10-12-2024) + +### Novità: 2 +- [#33952](https://parermine.regione.emilia-romagna.it/issues/33952) Aggiornamento librerie obsolete 2024 +- [#33129](https://parermine.regione.emilia-romagna.it/issues/33129) Aggiornamento alle ultimi versioni librerie jakarata-ee8 per jboss 7.4 + ## 3.0.0 (19-08-2024) ### Novità: 1 diff --git a/README.md b/README.md index 7dbc455..95d254d 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,13 @@ Requisiti minimi per installazione: |com.manydesigns|elements|4.1.beta6| |com.narupley|not-going-to-be-commons-ssl|0.3.20| |com.sun.activation|jakarta.activation|1.2.2.redhat-00001| +|com.sun.mail|jakarta.mail|1.6.7.redhat-00001| +|com.sun.xml.bind|jaxb-impl|2.3.5| +|com.sun.xml.fastinfoset|FastInfoset|1.2.18| +|com.sun.xml.messaging.saaj|saaj-impl|1.5.3| +|com.sun.xml.stream.buffer|streambuffer|1.5.10| +|com.sun.xml.ws|jaxws-rt|2.3.5| +|com.sun.xml.ws|policy|2.7.10| |com.zaxxer|SparseBitSet|1.2| |commons-codec|commons-codec|1.15| |commons-collections|commons-collections|3.2.2| @@ -99,15 +106,25 @@ Requisiti minimi per installazione: |commons-lang|commons-lang|2.5| |commons-logging|commons-logging|1.2| |commons-net|commons-net|3.9.0| -|it.eng.parer|spagofat-core|5.12.0| -|it.eng.parer|spagofat-middle|5.12.0| -|it.eng.parer|spagofat-si-client|5.12.0| -|it.eng.parer|spagofat-si-util|5.12.0| -|it.eng.parer|spagofat-webresources|5.12.0| +|it.eng.parer|spagofat-core|6.14.1| +|it.eng.parer|spagofat-middle|6.14.1| +|it.eng.parer|spagofat-si-client|6.14.1| +|it.eng.parer|spagofat-si-util|6.14.1| +|it.eng.parer|spagofat-webresources|6.14.1| +|jakarta.annotation|jakarta.annotation-api|1.3.5| +|jakarta.jws|jakarta.jws-api|2.1.0| +|jakarta.xml.bind|jakarta.xml.bind-api|2.3.3| +|jakarta.xml.soap|jakarta.xml.soap-api|1.4.2| +|jakarta.xml.ws|jakarta.xml.ws-api|2.3.3| |javassist|javassist|3.8.0.GA| +|javax.activation|activation|1.1.1| +|javax.annotation|javax.annotation-api|1.3.2| |javax.servlet.jsp.jstl|jstl-api|1.2| |javax.servlet.jsp|jsp-api|2.1| |javax.servlet|servlet-api|2.5| +|javax.xml.bind|jaxb-api|2.3.0| +|javax.xml.soap|javax.xml.soap-api|1.4.0| +|javax.xml.ws|jaxws-api|2.3.1| |jaxen|jaxen|1.2.0| |joda-time|joda-time|2.12.5| |junit|junit|4.13.2| @@ -121,20 +138,26 @@ Requisiti minimi per installazione: |org.apache.httpcomponents|httpclient|4.5.14| |org.apache.httpcomponents|httpcore|4.4.14.redhat-00001| |org.apache.httpcomponents|httpmime|4.5.14| -|org.apache.poi|poi|4.1.2| +|org.apache.logging.log4j|log4j-api|2.18.0| +|org.apache.poi|poi|5.2.3| |org.apache.santuario|xmlsec|2.2.3.redhat-00001| |org.apache.velocity|velocity-engine-core|2.0| -|org.apache.xmlbeans|xmlbeans|3.1.0| +|org.apache.xmlbeans|xmlbeans|5.1.1| |org.bouncycastle|bcpkix-jdk15on|1.70| |org.bouncycastle|bcprov-jdk15on|1.70| |org.bouncycastle|bcutil-jdk15on|1.70| |org.codehaus.jettison|jettison|1.5.4| |org.codehaus.woodstox|stax2-api|4.2.1.redhat-00001| +|org.glassfish.external|management-api|3.2.3| +|org.glassfish.gmbal|gmbal-api-only|4.0.3| +|org.glassfish.ha|ha-api|3.1.13| |org.hamcrest|hamcrest-core|1.3| |org.javassist|javassist|3.27.0.GA-redhat-00001| |org.jboss.logging|jboss-logging|3.4.1.Final-redhat-00001| |org.jdom|jdom2|2.0.6.1| |org.json|json|20090211| +|org.jvnet.mimepull|mimepull|1.9.15| +|org.jvnet.staxex|stax-ex|1.8.3| |org.keycloak|keycloak-adapter-core|21.1.1| |org.keycloak|keycloak-adapter-spi|21.1.1| |org.keycloak|keycloak-authz-client|21.1.1| diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 25e22b8..20ba2d7 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,4 +1,5 @@ -## 3.0.0 (19-08-2024) +## 3.1.0 (10-12-2024) -### Novità: 1 -- [#30803](https://parermine.regione.emilia-romagna.it/issues/30803) Aggiornamento a Java 11 +### Novità: 2 +- [#33952](https://parermine.regione.emilia-romagna.it/issues/33952) Aggiornamento librerie obsolete 2024 +- [#33129](https://parermine.regione.emilia-romagna.it/issues/33129) Aggiornamento alle ultimi versioni librerie jakarata-ee8 per jboss 7.4 diff --git a/pom.xml b/pom.xml index 7cacab9..4344c7b 100644 --- a/pom.xml +++ b/pom.xml @@ -2,16 +2,15 @@ 4.0.0 verso-jboss - 3.0.1-SNAPSHOT + 3.1.0 war it.eng.parer parer-pom - 6.3.1 + 6.5.0 verso Progetto VERSO - https://nexus.ente.regione.emr.it/repository/parer-site/verso/${project.version}/ UTF-8 @@ -21,7 +20,7 @@ true - 6.14.1 + 6.16.0 1.2.0.redhat-10 3.3.0 @@ -31,19 +30,21 @@ 2.0.6.1 1.2 1.2.0 + 2.3.5 + 20240303 true true - + github https://maven.pkg.github.com/RegioneER/parer-verso - + github https://maven.pkg.github.com/RegioneER/parer-framework-parerpom @@ -65,21 +66,52 @@ taglibs-standard-impl ${taglibs-standard-jstlel.version} - - xml-resolver - xml-resolver - ${xml-resolver.version} - provided - - - commons-logging - commons-logging - ${commons-logging.version} - + + xml-resolver + xml-resolver + ${xml-resolver.version} + provided + + + commons-logging + commons-logging + ${commons-logging.version} + + + xml-apis + xml-apis + ${xml-apis.version} + provided + + + org.json + json + ${json.verion} + + + + + + org.jboss.spec.javax.annotation + jboss-annotations-api_1.3_spec + provided + + + + org.jboss.spec.javax.xml.bind + jboss-jaxb-api_2.3_spec + provided + + + + org.jboss.spec.javax.xml.ws + jboss-jaxws-api_2.3_spec + provided + org.springframework spring-aop @@ -142,6 +174,10 @@ commons-beanutils commons-beanutils + + xml-apis + xml-apis + @@ -214,6 +250,12 @@ com.manydesigns elements 4.1.beta6 + + + commons-collections + commons-collections + + @@ -239,11 +281,6 @@ httpmime ${httpmime.version} - - commons-collections - commons-collections - ${commons-collections.version} - javax.servlet.jsp.jstl jstl-api @@ -255,33 +292,35 @@ jaxen ${jaxen.version} - - - xerces - xercesImpl - ${xerces.version} - - - xalan - xalan - ${xalan.version} - + + + xerces + xercesImpl + ${xerces.version} + runtime + + + xml-apis + xml-apis + + + + + xalan + xalan + ${xalan.version} + runtime + + + xalan + serializer + ${xalan.version} + runtime + org.reactivestreams reactive-streams - - - - - javax.xml.bind - jaxb-api - provided - - - javax.xml.ws - jaxws-api - provided - + @@ -310,6 +349,14 @@ + + + org.owasp + dependency-check-maven + + src/site/owasp/suppress.xml + + @@ -349,7 +396,7 @@ - + scm:git:https://github.com/RegioneER/parer-verso.git HEAD diff --git a/src/main/java/it/eng/elements/fields/LabelField.java b/src/main/java/it/eng/elements/fields/LabelField.java index bbdd524..e766339 100644 --- a/src/main/java/it/eng/elements/fields/LabelField.java +++ b/src/main/java/it/eng/elements/fields/LabelField.java @@ -96,27 +96,33 @@ public LabelField(PropertyAccessor accessor, Mode mode, String prefix) { // ************************************************************************** // Implementazione/override di AbstractLabelField // ************************************************************************** + @Override public void readFromRequest(HttpServletRequest req) { - + // not used } + @Override public void readFromObject(Object obj) { - + // not used } public void writeToObject(Object obj) { + // not used } + @Override protected void valueToXhtmlEdit(XhtmlBuffer xb) { valueToXhtmlView(xb); } + @Override protected void valueToXhtmlPreview(XhtmlBuffer xb) { valueToXhtmlView(xb); } + @Override protected void valueToXhtmlView(XhtmlBuffer xb) { xb.openElement("div"); String cssClass = "value"; @@ -145,6 +151,7 @@ protected void valueToXhtmlView(XhtmlBuffer xb) { xb.closeElement("div"); } + @Override public String getDisplayValue() { String escapedText; if (richText) { @@ -162,12 +169,12 @@ public String getValue() { // ************************************************************************** // Other methods // ************************************************************************** - + @Deprecated(forRemoval = true) private int numRowTextArea(String stringValue, int cols) { if (stringValue == null) return textAreaMinRows; - String dim[] = stringValue.split("\n"); + String[] dim = stringValue.split("\n"); int rows = 0; for (String aDim : dim) { if (aDim.length() >= cols) diff --git a/src/main/java/it/eng/exceptions/VersoException.java b/src/main/java/it/eng/exceptions/VersoException.java index 0a5f502..fbe8dc4 100644 --- a/src/main/java/it/eng/exceptions/VersoException.java +++ b/src/main/java/it/eng/exceptions/VersoException.java @@ -26,7 +26,7 @@ public class VersoException extends Exception { /** - * + * */ private static final long serialVersionUID = -9173356878746119329L; private final VersoErrorCategory category; diff --git a/src/main/java/it/eng/parer/restws/AppInfosSrvlt.java b/src/main/java/it/eng/parer/restws/AppInfosSrvlt.java index 2618a58..82c4095 100644 --- a/src/main/java/it/eng/parer/restws/AppInfosSrvlt.java +++ b/src/main/java/it/eng/parer/restws/AppInfosSrvlt.java @@ -25,6 +25,7 @@ import java.util.HashMap; import java.util.LinkedHashMap; import java.util.Map; +import java.util.Objects; import java.util.Properties; import java.util.stream.Collectors; @@ -44,6 +45,8 @@ import com.fasterxml.jackson.databind.ObjectMapper; +import it.eng.exceptions.VersoException; +import it.eng.exceptions.ErrorCategory.VersoErrorCategory; import net.datasiel.simpaweb.db.dao.VUsrIAMUserDAO; public class AppInfosSrvlt extends HttpServlet { @@ -84,10 +87,8 @@ protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws Se // final result final Map> infos = Collections.synchronizedMap(new LinkedHashMap<>()); // props or root to skip - final String rootToSkip = StringUtils.defaultString(System.getProperty(SYS_CONFIG_ROOT_TO_SKIP), - StringUtils.EMPTY); - final String propToSkip = StringUtils.defaultString(System.getProperty(SYS_CONFIG_PROP_TO_SKIP), - StringUtils.EMPTY); + final String rootToSkip = Objects.toString(System.getProperty(SYS_CONFIG_ROOT_TO_SKIP), StringUtils.EMPTY); + final String propToSkip = Objects.toString(System.getProperty(SYS_CONFIG_PROP_TO_SKIP), StringUtils.EMPTY); // infos // git Map git = gitproperties.entrySet().stream() @@ -149,12 +150,14 @@ private boolean isUserAuthenticated(String authString, String ipAddr) { final String loginName = decodedAuth.split(AUTH_SPLITTERATOR)[0]; final String pwd = decodedAuth.split(AUTH_SPLITTERATOR)[1]; + // only for logging + log.info("Indirizzo IP del chiamante - access: ws - IP: {}", ipAddr); // check credentials // recupero cdPwd da IAMUSER try (Connection con = getConnection()) { VUsrIAMUserDAO viamUsr = new VUsrIAMUserDAO(); return StringUtils.isNotBlank(viamUsr.isUserAuthenticated(loginName, pwd, con)); - } catch (SQLException e) { + } catch (Exception e) { log.error("Errore generico", e); return false; } @@ -176,11 +179,15 @@ private String getIpAddrFromReq(HttpServletRequest request) { return ipVers; } - private Connection getConnection() throws SQLException { + private Connection getConnection() throws SQLException, VersoException { // context WebApplicationContext ctx = WebApplicationContextUtils.getWebApplicationContext(getServletContext()); // get datasource - final DataSource datasource = (DataSource) ctx.getBean("dataSource"); - return datasource.getConnection(); + if (Objects.nonNull(ctx)) { + final DataSource datasource = (DataSource) ctx.getBean("dataSource"); + return datasource.getConnection(); + } else { + throw new VersoException("Context null cannot get connection", VersoErrorCategory.INTERNAL_ERROR); + } } } diff --git a/src/main/java/it/eng/parer/simparer/common/SpringContext.java b/src/main/java/it/eng/parer/simparer/common/SpringContext.java index d5f0248..4d766d0 100644 --- a/src/main/java/it/eng/parer/simparer/common/SpringContext.java +++ b/src/main/java/it/eng/parer/simparer/common/SpringContext.java @@ -16,7 +16,7 @@ */ /** - * + * */ package it.eng.parer.simparer.common; @@ -32,7 +32,7 @@ public class SpringContext implements ApplicationContextAware { private static ApplicationContext context; /** - * + * */ @SuppressWarnings("static-access") public void setApplicationContext(ApplicationContext context) throws BeansException { diff --git a/src/main/java/it/eng/parer/simparer/common/Utils.java b/src/main/java/it/eng/parer/simparer/common/Utils.java index d86d5f4..06bb347 100644 --- a/src/main/java/it/eng/parer/simparer/common/Utils.java +++ b/src/main/java/it/eng/parer/simparer/common/Utils.java @@ -48,7 +48,7 @@ public static void main(String[] args) throws Exception { * String passphrase = "The quick brown fox jumped over the lazy brown dog"; String plaintext = "hello world"; * byte [] ciphertext = encrypt(passphrase, plaintext); String recoveredPlaintext = decrypt(passphrase, * ciphertext); - * + * * System.out.println(recoveredPlaintext); */ } @@ -87,23 +87,23 @@ public Utils() { /* * public static String encrypt(String inputData) { - * + * * String encryptedData = null; try { - * + * * byte[] encrypted=encrypt(key, inputData); encryptedData= new String(encrypted); - * + * * } catch (Exception e) { System.out.println(e); } - * + * * return encryptedData; } - * + * * public static String decrypt(String encryptedData) { - * + * * String outputData = null; try { - * + * * outputData= decrypt(key,encryptedData.getBytes("UTF-8")); - * + * * } catch (Exception e) { System.out.println(e); } - * + * * return outputData; } */ public static String getHexString(byte[] b) throws Exception { diff --git a/src/main/java/it/eng/parer/simparer/security/ClientUser.java b/src/main/java/it/eng/parer/simparer/security/ClientUser.java index 906e4f3..f2a9cec 100644 --- a/src/main/java/it/eng/parer/simparer/security/ClientUser.java +++ b/src/main/java/it/eng/parer/simparer/security/ClientUser.java @@ -16,7 +16,7 @@ */ /** - * + * */ package it.eng.parer.simparer.security; @@ -31,7 +31,7 @@ */ public class ClientUser extends User { /** - * + * */ private static final long serialVersionUID = 1L; private UtenteStrutture utenteStrutture; @@ -48,7 +48,7 @@ public void setUtenteStrutture(UtenteStrutture utenteStrutture) { } /** - * + * */ public ClientUser() { // TODO Auto-generated constructor stub diff --git a/src/main/java/it/eng/parer/simparer/security/SimparerAuthenticator.java b/src/main/java/it/eng/parer/simparer/security/SimparerAuthenticator.java index 700a3f7..c447db1 100644 --- a/src/main/java/it/eng/parer/simparer/security/SimparerAuthenticator.java +++ b/src/main/java/it/eng/parer/simparer/security/SimparerAuthenticator.java @@ -58,9 +58,9 @@ public void setAppName(String appName) { /** * Verifica se l'utente di cui viene passato l'username possiede l'autorizzazione per accedere * all'applicazione - * + * * @param username - * + * * @return true se possiede l'autorizzazione, altrimenti false */ public boolean isAuthorized(String username) { diff --git a/src/main/java/it/eng/parer/simparer/security/SimparerLoginLog.java b/src/main/java/it/eng/parer/simparer/security/SimparerLoginLog.java index 3b59e0c..bdc4c20 100644 --- a/src/main/java/it/eng/parer/simparer/security/SimparerLoginLog.java +++ b/src/main/java/it/eng/parer/simparer/security/SimparerLoginLog.java @@ -180,7 +180,7 @@ public UsrUser findUtenteByUsername(String username) { /* * Estrae utenti dalla USR_USER per username case insensitive - * + * * Introdotto per l'itegrazione con SPID Puglia dove a fronte del codice fiscale arrivato da SPID andiamo a cercare * sulla usruser un utente avente come username il codice fiscale ignorando il case. */ diff --git a/src/main/java/it/eng/parer/simparer/security/VersoExceptionHandler.java b/src/main/java/it/eng/parer/simparer/security/VersoExceptionHandler.java index b51e55b..0ca0ed9 100644 --- a/src/main/java/it/eng/parer/simparer/security/VersoExceptionHandler.java +++ b/src/main/java/it/eng/parer/simparer/security/VersoExceptionHandler.java @@ -16,7 +16,7 @@ */ /** - * + * */ package it.eng.parer.simparer.security; @@ -47,7 +47,7 @@ public class VersoExceptionHandler extends DefaultExceptionHandler { private final Logger log = LoggerFactory.getLogger(VersoExceptionHandler.class); /** - * + * */ public VersoExceptionHandler() { // TODO Auto-generated constructor stub diff --git a/src/main/java/net/datasiel/par/beans/Chiave.java b/src/main/java/net/datasiel/par/beans/Chiave.java index ebd15c0..ca67620 100644 --- a/src/main/java/net/datasiel/par/beans/Chiave.java +++ b/src/main/java/net/datasiel/par/beans/Chiave.java @@ -18,7 +18,7 @@ package net.datasiel.par.beans; /** - * + * * @author reisoli * */ diff --git a/src/main/java/net/datasiel/par/beans/DatiSpecifici.java b/src/main/java/net/datasiel/par/beans/DatiSpecifici.java index a96921d..d0cfac6 100644 --- a/src/main/java/net/datasiel/par/beans/DatiSpecifici.java +++ b/src/main/java/net/datasiel/par/beans/DatiSpecifici.java @@ -22,7 +22,7 @@ /** * Oggetto contenente i dati specifici corrispondenti a un xsd custom. versioneDatiSpecifici e gli elementi descritti * nell'xsd devono avere corrispondenza sulla configurazione della base dati di SACER. - * + * * @author reisoli * */ diff --git a/src/main/java/net/datasiel/par/beans/DatiUnitaDocAggAllegati.java b/src/main/java/net/datasiel/par/beans/DatiUnitaDocAggAllegati.java index 05d935d..24abf91 100644 --- a/src/main/java/net/datasiel/par/beans/DatiUnitaDocAggAllegati.java +++ b/src/main/java/net/datasiel/par/beans/DatiUnitaDocAggAllegati.java @@ -16,7 +16,7 @@ */ /** - * + * */ package net.datasiel.par.beans; diff --git a/src/main/java/net/datasiel/par/jaxb/datispecifici/DatiSpecificiType.java b/src/main/java/net/datasiel/par/jaxb/datispecifici/DatiSpecificiType.java index ac94c3a..96e1330 100644 --- a/src/main/java/net/datasiel/par/jaxb/datispecifici/DatiSpecificiType.java +++ b/src/main/java/net/datasiel/par/jaxb/datispecifici/DatiSpecificiType.java @@ -16,10 +16,10 @@ */ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2013.03.05 at 01:48:42 PM CET +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2013.03.05 at 01:48:42 PM CET // package net.datasiel.par.jaxb.datispecifici; @@ -35,10 +35,10 @@ /** *

* Java class for DatiSpecificiType complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

  * <complexType name="DatiSpecificiType">
  *   <complexContent>
@@ -55,8 +55,8 @@
  *   </complexContent>
  * </complexType>
  * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "DatiSpecificiTypeUD", propOrder = { "versioneDatiSpecifici", "denominazioneBando", "ragioneSociale", @@ -79,9 +79,9 @@ public class DatiSpecificiType { /** * Gets the value of the versioneDatiSpecifici property. - * + * * @return possible object is {@link String } - * + * */ public String getVersioneDatiSpecifici() { return versioneDatiSpecifici; @@ -89,10 +89,10 @@ public String getVersioneDatiSpecifici() { /** * Sets the value of the versioneDatiSpecifici property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setVersioneDatiSpecifici(String value) { this.versioneDatiSpecifici = value; @@ -100,9 +100,9 @@ public void setVersioneDatiSpecifici(String value) { /** * Gets the value of the denominazioneBando property. - * + * * @return possible object is {@link String } - * + * */ public String getDenominazioneBando() { return denominazioneBando; @@ -110,10 +110,10 @@ public String getDenominazioneBando() { /** * Sets the value of the denominazioneBando property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setDenominazioneBando(String value) { this.denominazioneBando = value; @@ -121,9 +121,9 @@ public void setDenominazioneBando(String value) { /** * Gets the value of the ragioneSociale property. - * + * * @return possible object is {@link String } - * + * */ public String getRagioneSociale() { return ragioneSociale; @@ -131,10 +131,10 @@ public String getRagioneSociale() { /** * Sets the value of the ragioneSociale property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setRagioneSociale(String value) { this.ragioneSociale = value; @@ -142,9 +142,9 @@ public void setRagioneSociale(String value) { /** * Gets the value of the dataPresentazione property. - * + * * @return possible object is {@link XMLGregorianCalendar } - * + * */ public XMLGregorianCalendar getDataPresentazione() { return dataPresentazione; @@ -152,10 +152,10 @@ public XMLGregorianCalendar getDataPresentazione() { /** * Sets the value of the dataPresentazione property. - * + * * @param value * allowed object is {@link XMLGregorianCalendar } - * + * */ public void setDataPresentazione(XMLGregorianCalendar value) { this.dataPresentazione = value; @@ -163,9 +163,9 @@ public void setDataPresentazione(XMLGregorianCalendar value) { /** * Gets the value of the importoTotaleLordo property. - * + * * @return possible object is {@link String } - * + * */ public String getImportoTotaleLordo() { return importoTotaleLordo; @@ -173,10 +173,10 @@ public String getImportoTotaleLordo() { /** * Sets the value of the importoTotaleLordo property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setImportoTotaleLordo(String value) { this.importoTotaleLordo = value; @@ -184,9 +184,9 @@ public void setImportoTotaleLordo(String value) { /** * Gets the value of the contributoRichiesto property. - * + * * @return possible object is {@link String } - * + * */ public String getContributoRichiesto() { return contributoRichiesto; @@ -194,10 +194,10 @@ public String getContributoRichiesto() { /** * Sets the value of the contributoRichiesto property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setContributoRichiesto(String value) { this.contributoRichiesto = value; diff --git a/src/main/java/net/datasiel/par/jaxb/datispecifici/ObjectFactory.java b/src/main/java/net/datasiel/par/jaxb/datispecifici/ObjectFactory.java index b9d70a0..d74b91e 100644 --- a/src/main/java/net/datasiel/par/jaxb/datispecifici/ObjectFactory.java +++ b/src/main/java/net/datasiel/par/jaxb/datispecifici/ObjectFactory.java @@ -16,10 +16,10 @@ */ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2013.03.05 at 01:48:42 PM CET +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2013.03.05 at 01:48:42 PM CET // package net.datasiel.par.jaxb.datispecifici; @@ -37,7 +37,7 @@ * The Java representation of XML content can consist of schema derived interfaces and classes representing the binding * of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in * this class. - * + * */ @XmlRegistry public class ObjectFactory { @@ -47,14 +47,14 @@ public class ObjectFactory { /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: * net.datasiel.par.jaxb.datispecifici - * + * */ public ObjectFactory() { } /** * Create an instance of {@link DatiSpecificiType } - * + * */ public DatiSpecificiType createDatiSpecificiType() { return new DatiSpecificiType(); @@ -62,7 +62,7 @@ public DatiSpecificiType createDatiSpecificiType() { /** * Create an instance of {@link JAXBElement }{@code <}{@link DatiSpecificiType }{@code >}} - * + * */ @XmlElementDecl(namespace = "", name = "DatiSpecifici") public JAXBElement createDatiSpecifici(DatiSpecificiType value) { diff --git a/src/main/java/net/datasiel/par/jaxb/esito/ECComponenteType.java b/src/main/java/net/datasiel/par/jaxb/esito/ECComponenteType.java index ac96c65..3614239 100644 --- a/src/main/java/net/datasiel/par/jaxb/esito/ECComponenteType.java +++ b/src/main/java/net/datasiel/par/jaxb/esito/ECComponenteType.java @@ -16,10 +16,10 @@ */ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2013.02.26 at 03:12:57 PM CET +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2013.02.26 at 03:12:57 PM CET // package net.datasiel.par.jaxb.esito; @@ -38,10 +38,10 @@ /** *

* Java class for ECComponenteType complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

  * <complexType name="ECComponenteType">
  *   <complexContent>
@@ -120,8 +120,8 @@
  *   </complexContent>
  * </complexType>
  * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "ECComponenteType", propOrder = { "ordinePresentazione", "tipoComponente", "urn", "hash", @@ -166,9 +166,9 @@ public class ECComponenteType { /** * Gets the value of the ordinePresentazione property. - * + * * @return possible object is {@link BigInteger } - * + * */ public BigInteger getOrdinePresentazione() { return ordinePresentazione; @@ -176,10 +176,10 @@ public BigInteger getOrdinePresentazione() { /** * Sets the value of the ordinePresentazione property. - * + * * @param value * allowed object is {@link BigInteger } - * + * */ public void setOrdinePresentazione(BigInteger value) { this.ordinePresentazione = value; @@ -187,9 +187,9 @@ public void setOrdinePresentazione(BigInteger value) { /** * Gets the value of the tipoComponente property. - * + * * @return possible object is {@link String } - * + * */ public String getTipoComponente() { return tipoComponente; @@ -197,10 +197,10 @@ public String getTipoComponente() { /** * Sets the value of the tipoComponente property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setTipoComponente(String value) { this.tipoComponente = value; @@ -208,9 +208,9 @@ public void setTipoComponente(String value) { /** * Gets the value of the urn property. - * + * * @return possible object is {@link String } - * + * */ public String getURN() { return urn; @@ -218,10 +218,10 @@ public String getURN() { /** * Sets the value of the urn property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setURN(String value) { this.urn = value; @@ -229,9 +229,9 @@ public void setURN(String value) { /** * Gets the value of the hash property. - * + * * @return possible object is {@link String } - * + * */ public byte[] getHash() { return hash; @@ -239,10 +239,10 @@ public byte[] getHash() { /** * Sets the value of the hash property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setHash(byte[] value) { this.hash = ((byte[]) value); @@ -250,9 +250,9 @@ public void setHash(byte[] value) { /** * Gets the value of the algoritmoHash property. - * + * * @return possible object is {@link String } - * + * */ public String getAlgoritmoHash() { return algoritmoHash; @@ -260,10 +260,10 @@ public String getAlgoritmoHash() { /** * Sets the value of the algoritmoHash property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setAlgoritmoHash(String value) { this.algoritmoHash = value; @@ -271,9 +271,9 @@ public void setAlgoritmoHash(String value) { /** * Gets the value of the encoding property. - * + * * @return possible object is {@link String } - * + * */ public String getEncoding() { return encoding; @@ -281,10 +281,10 @@ public String getEncoding() { /** * Sets the value of the encoding property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setEncoding(String value) { this.encoding = value; @@ -292,9 +292,9 @@ public void setEncoding(String value) { /** * Gets the value of the formatoRappresentazione property. - * + * * @return possible object is {@link String } - * + * */ public String getFormatoRappresentazione() { return formatoRappresentazione; @@ -302,10 +302,10 @@ public String getFormatoRappresentazione() { /** * Sets the value of the formatoRappresentazione property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setFormatoRappresentazione(String value) { this.formatoRappresentazione = value; @@ -313,9 +313,9 @@ public void setFormatoRappresentazione(String value) { /** * Gets the value of the formatoRappresentazioneEsteso property. - * + * * @return possible object is {@link String } - * + * */ public String getFormatoRappresentazioneEsteso() { return formatoRappresentazioneEsteso; @@ -323,10 +323,10 @@ public String getFormatoRappresentazioneEsteso() { /** * Sets the value of the formatoRappresentazioneEsteso property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setFormatoRappresentazioneEsteso(String value) { this.formatoRappresentazioneEsteso = value; @@ -334,9 +334,9 @@ public void setFormatoRappresentazioneEsteso(String value) { /** * Gets the value of the idoneitaFormato property. - * + * * @return possible object is {@link ECEsitoIdonFormatoType } - * + * */ public ECEsitoIdonFormatoType getIdoneitaFormato() { return idoneitaFormato; @@ -344,10 +344,10 @@ public ECEsitoIdonFormatoType getIdoneitaFormato() { /** * Sets the value of the idoneitaFormato property. - * + * * @param value * allowed object is {@link ECEsitoIdonFormatoType } - * + * */ public void setIdoneitaFormato(ECEsitoIdonFormatoType value) { this.idoneitaFormato = value; @@ -355,9 +355,9 @@ public void setIdoneitaFormato(ECEsitoIdonFormatoType value) { /** * Gets the value of the dimensioneFile property. - * + * * @return possible object is {@link BigInteger } - * + * */ public BigInteger getDimensioneFile() { return dimensioneFile; @@ -365,10 +365,10 @@ public BigInteger getDimensioneFile() { /** * Sets the value of the dimensioneFile property. - * + * * @param value * allowed object is {@link BigInteger } - * + * */ public void setDimensioneFile(BigInteger value) { this.dimensioneFile = value; @@ -376,9 +376,9 @@ public void setDimensioneFile(BigInteger value) { /** * Gets the value of the firmatoDigitalmente property. - * + * * @return possible object is {@link Boolean } - * + * */ public Boolean isFirmatoDigitalmente() { return firmatoDigitalmente; @@ -386,10 +386,10 @@ public Boolean isFirmatoDigitalmente() { /** * Sets the value of the firmatoDigitalmente property. - * + * * @param value * allowed object is {@link Boolean } - * + * */ public void setFirmatoDigitalmente(Boolean value) { this.firmatoDigitalmente = value; @@ -397,9 +397,9 @@ public void setFirmatoDigitalmente(Boolean value) { /** * Gets the value of the esitoComponente property. - * + * * @return possible object is {@link ECComponenteType.EsitoComponente } - * + * */ public ECComponenteType.EsitoComponente getEsitoComponente() { return esitoComponente; @@ -407,10 +407,10 @@ public ECComponenteType.EsitoComponente getEsitoComponente() { /** * Sets the value of the esitoComponente property. - * + * * @param value * allowed object is {@link ECComponenteType.EsitoComponente } - * + * */ public void setEsitoComponente(ECComponenteType.EsitoComponente value) { this.esitoComponente = value; @@ -418,9 +418,9 @@ public void setEsitoComponente(ECComponenteType.EsitoComponente value) { /** * Gets the value of the marche property. - * + * * @return possible object is {@link ECComponenteType.Marche } - * + * */ public ECComponenteType.Marche getMarche() { return marche; @@ -428,10 +428,10 @@ public ECComponenteType.Marche getMarche() { /** * Sets the value of the marche property. - * + * * @param value * allowed object is {@link ECComponenteType.Marche } - * + * */ public void setMarche(ECComponenteType.Marche value) { this.marche = value; @@ -439,9 +439,9 @@ public void setMarche(ECComponenteType.Marche value) { /** * Gets the value of the firmatari property. - * + * * @return possible object is {@link ECComponenteType.Firmatari } - * + * */ public ECComponenteType.Firmatari getFirmatari() { return firmatari; @@ -449,10 +449,10 @@ public ECComponenteType.Firmatari getFirmatari() { /** * Sets the value of the firmatari property. - * + * * @param value * allowed object is {@link ECComponenteType.Firmatari } - * + * */ public void setFirmatari(ECComponenteType.Firmatari value) { this.firmatari = value; @@ -460,9 +460,9 @@ public void setFirmatari(ECComponenteType.Firmatari value) { /** * Gets the value of the sottoComponenti property. - * + * * @return possible object is {@link ECComponenteType.SottoComponenti } - * + * */ public ECComponenteType.SottoComponenti getSottoComponenti() { return sottoComponenti; @@ -470,10 +470,10 @@ public ECComponenteType.SottoComponenti getSottoComponenti() { /** * Sets the value of the sottoComponenti property. - * + * * @param value * allowed object is {@link ECComponenteType.SottoComponenti } - * + * */ public void setSottoComponenti(ECComponenteType.SottoComponenti value) { this.sottoComponenti = value; @@ -482,10 +482,10 @@ public void setSottoComponenti(ECComponenteType.SottoComponenti value) { /** *

* Java class for anonymous complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

      * <complexType>
      *   <complexContent>
@@ -510,8 +510,8 @@ public void setSottoComponenti(ECComponenteType.SottoComponenti value) {
      *   </complexContent>
      * </complexType>
      * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "codiceEsito", "verificaTipoComponente", "corrispondenzaDatiSpecifici", @@ -547,9 +547,9 @@ public static class EsitoComponente { /** * Gets the value of the codiceEsito property. - * + * * @return possible object is {@link ECEsitoPosNegWarType } - * + * */ public ECEsitoPosNegWarType getCodiceEsito() { return codiceEsito; @@ -557,10 +557,10 @@ public ECEsitoPosNegWarType getCodiceEsito() { /** * Sets the value of the codiceEsito property. - * + * * @param value * allowed object is {@link ECEsitoPosNegWarType } - * + * */ public void setCodiceEsito(ECEsitoPosNegWarType value) { this.codiceEsito = value; @@ -568,9 +568,9 @@ public void setCodiceEsito(ECEsitoPosNegWarType value) { /** * Gets the value of the verificaTipoComponente property. - * + * * @return possible object is {@link ECEsitoPosNegType } - * + * */ public ECEsitoPosNegType getVerificaTipoComponente() { return verificaTipoComponente; @@ -578,10 +578,10 @@ public ECEsitoPosNegType getVerificaTipoComponente() { /** * Sets the value of the verificaTipoComponente property. - * + * * @param value * allowed object is {@link ECEsitoPosNegType } - * + * */ public void setVerificaTipoComponente(ECEsitoPosNegType value) { this.verificaTipoComponente = value; @@ -589,9 +589,9 @@ public void setVerificaTipoComponente(ECEsitoPosNegType value) { /** * Gets the value of the corrispondenzaDatiSpecifici property. - * + * * @return possible object is {@link String } - * + * */ public String getCorrispondenzaDatiSpecifici() { return corrispondenzaDatiSpecifici; @@ -599,10 +599,10 @@ public String getCorrispondenzaDatiSpecifici() { /** * Sets the value of the corrispondenzaDatiSpecifici property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setCorrispondenzaDatiSpecifici(String value) { this.corrispondenzaDatiSpecifici = value; @@ -610,9 +610,9 @@ public void setCorrispondenzaDatiSpecifici(String value) { /** * Gets the value of the verificaTipoSupportoComponente property. - * + * * @return possible object is {@link String } - * + * */ public String getVerificaTipoSupportoComponente() { return verificaTipoSupportoComponente; @@ -620,10 +620,10 @@ public String getVerificaTipoSupportoComponente() { /** * Sets the value of the verificaTipoSupportoComponente property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setVerificaTipoSupportoComponente(String value) { this.verificaTipoSupportoComponente = value; @@ -631,9 +631,9 @@ public void setVerificaTipoSupportoComponente(String value) { /** * Gets the value of the verificaTipoRappresentazione property. - * + * * @return possible object is {@link ECEsitoPosNegType } - * + * */ public ECEsitoPosNegType getVerificaTipoRappresentazione() { return verificaTipoRappresentazione; @@ -641,10 +641,10 @@ public ECEsitoPosNegType getVerificaTipoRappresentazione() { /** * Sets the value of the verificaTipoRappresentazione property. - * + * * @param value * allowed object is {@link ECEsitoPosNegType } - * + * */ public void setVerificaTipoRappresentazione(ECEsitoPosNegType value) { this.verificaTipoRappresentazione = value; @@ -652,9 +652,9 @@ public void setVerificaTipoRappresentazione(ECEsitoPosNegType value) { /** * Gets the value of the verificaSottoComponenteRappresentazione property. - * + * * @return possible object is {@link String } - * + * */ public String getVerificaSottoComponenteRappresentazione() { return verificaSottoComponenteRappresentazione; @@ -662,10 +662,10 @@ public String getVerificaSottoComponenteRappresentazione() { /** * Sets the value of the verificaSottoComponenteRappresentazione property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setVerificaSottoComponenteRappresentazione(String value) { this.verificaSottoComponenteRappresentazione = value; @@ -673,9 +673,9 @@ public void setVerificaSottoComponenteRappresentazione(String value) { /** * Gets the value of the verificaNomeComponente property. - * + * * @return possible object is {@link ECEsitoPosNegType } - * + * */ public ECEsitoPosNegType getVerificaNomeComponente() { return verificaNomeComponente; @@ -683,10 +683,10 @@ public ECEsitoPosNegType getVerificaNomeComponente() { /** * Sets the value of the verificaNomeComponente property. - * + * * @param value * allowed object is {@link ECEsitoPosNegType } - * + * */ public void setVerificaNomeComponente(ECEsitoPosNegType value) { this.verificaNomeComponente = value; @@ -694,9 +694,9 @@ public void setVerificaNomeComponente(ECEsitoPosNegType value) { /** * Gets the value of the verificaAmmissibilitaFormato property. - * + * * @return possible object is {@link ECEsitoPosNegType } - * + * */ public ECEsitoPosNegType getVerificaAmmissibilitaFormato() { return verificaAmmissibilitaFormato; @@ -704,10 +704,10 @@ public ECEsitoPosNegType getVerificaAmmissibilitaFormato() { /** * Sets the value of the verificaAmmissibilitaFormato property. - * + * * @param value * allowed object is {@link ECEsitoPosNegType } - * + * */ public void setVerificaAmmissibilitaFormato(ECEsitoPosNegType value) { this.verificaAmmissibilitaFormato = value; @@ -715,9 +715,9 @@ public void setVerificaAmmissibilitaFormato(ECEsitoPosNegType value) { /** * Gets the value of the verificaRiconoscimentoFormato property. - * + * * @return possible object is {@link ECEsitoRicFormatoType } - * + * */ public ECEsitoRicFormatoType getVerificaRiconoscimentoFormato() { return verificaRiconoscimentoFormato; @@ -725,10 +725,10 @@ public ECEsitoRicFormatoType getVerificaRiconoscimentoFormato() { /** * Sets the value of the verificaRiconoscimentoFormato property. - * + * * @param value * allowed object is {@link ECEsitoRicFormatoType } - * + * */ public void setVerificaRiconoscimentoFormato(ECEsitoRicFormatoType value) { this.verificaRiconoscimentoFormato = value; @@ -736,9 +736,9 @@ public void setVerificaRiconoscimentoFormato(ECEsitoRicFormatoType value) { /** * Gets the value of the messaggioRiconoscimentoFormato property. - * + * * @return possible object is {@link String } - * + * */ public String getMessaggioRiconoscimentoFormato() { return messaggioRiconoscimentoFormato; @@ -746,10 +746,10 @@ public String getMessaggioRiconoscimentoFormato() { /** * Sets the value of the messaggioRiconoscimentoFormato property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setMessaggioRiconoscimentoFormato(String value) { this.messaggioRiconoscimentoFormato = value; @@ -757,9 +757,9 @@ public void setMessaggioRiconoscimentoFormato(String value) { /** * Gets the value of the verificaRiferimentoUnitaDocumentaria property. - * + * * @return possible object is {@link ECEsitoPosNegType } - * + * */ public ECEsitoPosNegType getVerificaRiferimentoUnitaDocumentaria() { return verificaRiferimentoUnitaDocumentaria; @@ -767,10 +767,10 @@ public ECEsitoPosNegType getVerificaRiferimentoUnitaDocumentaria() { /** * Sets the value of the verificaRiferimentoUnitaDocumentaria property. - * + * * @param value * allowed object is {@link ECEsitoPosNegType } - * + * */ public void setVerificaRiferimentoUnitaDocumentaria(ECEsitoPosNegType value) { this.verificaRiferimentoUnitaDocumentaria = value; @@ -778,9 +778,9 @@ public void setVerificaRiferimentoUnitaDocumentaria(ECEsitoPosNegType value) { /** * Gets the value of the verificaFirmeComponente property. - * + * * @return possible object is {@link ECEsitoPosNegWarType } - * + * */ public ECEsitoPosNegWarType getVerificaFirmeComponente() { return verificaFirmeComponente; @@ -788,10 +788,10 @@ public ECEsitoPosNegWarType getVerificaFirmeComponente() { /** * Sets the value of the verificaFirmeComponente property. - * + * * @param value * allowed object is {@link ECEsitoPosNegWarType } - * + * */ public void setVerificaFirmeComponente(ECEsitoPosNegWarType value) { this.verificaFirmeComponente = value; @@ -802,10 +802,10 @@ public void setVerificaFirmeComponente(ECEsitoPosNegWarType value) { /** *

* Java class for anonymous complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

      * <complexType>
      *   <complexContent>
@@ -817,8 +817,8 @@ public void setVerificaFirmeComponente(ECEsitoPosNegWarType value) {
      *   </complexContent>
      * </complexType>
      * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "firmatario" }) @@ -829,24 +829,24 @@ public static class Firmatari { /** * Gets the value of the firmatario property. - * + * *

* This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you * make to the returned list will be present inside the JAXB object. This is why there is not a set * method for the firmatario property. - * + * *

* For example, to add a new item, do as follows: - * + * *

          * getFirmatario().add(newItem);
          * 
- * - * + * + * *

* Objects of the following type(s) are allowed in the list {@link ECFirmatarioType } - * - * + * + * */ public List getFirmatario() { if (firmatario == null) { @@ -860,10 +860,10 @@ public List getFirmatario() { /** *

* Java class for anonymous complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

      * <complexType>
      *   <complexContent>
@@ -875,8 +875,8 @@ public List getFirmatario() {
      *   </complexContent>
      * </complexType>
      * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "marca" }) @@ -887,24 +887,24 @@ public static class Marche { /** * Gets the value of the marca property. - * + * *

* This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you * make to the returned list will be present inside the JAXB object. This is why there is not a set * method for the marca property. - * + * *

* For example, to add a new item, do as follows: - * + * *

          * getMarca().add(newItem);
          * 
- * - * + * + * *

* Objects of the following type(s) are allowed in the list {@link ECMarcaType } - * - * + * + * */ public List getMarca() { if (marca == null) { @@ -918,10 +918,10 @@ public List getMarca() { /** *

* Java class for anonymous complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

      * <complexType>
      *   <complexContent>
@@ -933,8 +933,8 @@ public List getMarca() {
      *   </complexContent>
      * </complexType>
      * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "sottoComponente" }) @@ -945,24 +945,24 @@ public static class SottoComponenti { /** * Gets the value of the sottoComponente property. - * + * *

* This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you * make to the returned list will be present inside the JAXB object. This is why there is not a set * method for the sottoComponente property. - * + * *

* For example, to add a new item, do as follows: - * + * *

          * getSottoComponente().add(newItem);
          * 
- * - * + * + * *

* Objects of the following type(s) are allowed in the list {@link ECSottoComponenteType } - * - * + * + * */ public List getSottoComponente() { if (sottoComponente == null) { diff --git a/src/main/java/net/datasiel/par/jaxb/esito/ECConfigurazioneType.java b/src/main/java/net/datasiel/par/jaxb/esito/ECConfigurazioneType.java index 86257b3..d3caca0 100644 --- a/src/main/java/net/datasiel/par/jaxb/esito/ECConfigurazioneType.java +++ b/src/main/java/net/datasiel/par/jaxb/esito/ECConfigurazioneType.java @@ -16,10 +16,10 @@ */ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2013.02.26 at 03:12:57 PM CET +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2013.02.26 at 03:12:57 PM CET // package net.datasiel.par.jaxb.esito; @@ -34,10 +34,10 @@ /** *

* Java class for ECConfigurazioneType complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

  * <complexType name="ECConfigurazioneType">
  *   <complexContent>
@@ -80,8 +80,8 @@
  *   </complexContent>
  * </complexType>
  * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "ECConfigurazioneType", propOrder = { "tipoConservazione", "sistemaDiMigrazione", "forzaAccettazione", @@ -146,9 +146,9 @@ public class ECConfigurazioneType { /** * Gets the value of the tipoConservazione property. - * + * * @return possible object is {@link String } - * + * */ public String getTipoConservazione() { return tipoConservazione; @@ -156,10 +156,10 @@ public String getTipoConservazione() { /** * Sets the value of the tipoConservazione property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setTipoConservazione(String value) { this.tipoConservazione = value; @@ -167,9 +167,9 @@ public void setTipoConservazione(String value) { /** * Gets the value of the sistemaDiMigrazione property. - * + * * @return possible object is {@link String } - * + * */ public String getSistemaDiMigrazione() { return sistemaDiMigrazione; @@ -177,10 +177,10 @@ public String getSistemaDiMigrazione() { /** * Sets the value of the sistemaDiMigrazione property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setSistemaDiMigrazione(String value) { this.sistemaDiMigrazione = value; @@ -188,9 +188,9 @@ public void setSistemaDiMigrazione(String value) { /** * Gets the value of the forzaAccettazione property. - * + * * @return possible object is {@link Boolean } - * + * */ public Boolean isForzaAccettazione() { return forzaAccettazione; @@ -198,10 +198,10 @@ public Boolean isForzaAccettazione() { /** * Sets the value of the forzaAccettazione property. - * + * * @param value * allowed object is {@link Boolean } - * + * */ public void setForzaAccettazione(Boolean value) { this.forzaAccettazione = value; @@ -209,9 +209,9 @@ public void setForzaAccettazione(Boolean value) { /** * Gets the value of the forzaConservazione property. - * + * * @return possible object is {@link Boolean } - * + * */ public Boolean isForzaConservazione() { return forzaConservazione; @@ -219,10 +219,10 @@ public Boolean isForzaConservazione() { /** * Sets the value of the forzaConservazione property. - * + * * @param value * allowed object is {@link Boolean } - * + * */ public void setForzaConservazione(Boolean value) { this.forzaConservazione = value; @@ -230,9 +230,9 @@ public void setForzaConservazione(Boolean value) { /** * Gets the value of the forzaCollegamento property. - * + * * @return possible object is {@link Boolean } - * + * */ public Boolean isForzaCollegamento() { return forzaCollegamento; @@ -240,10 +240,10 @@ public Boolean isForzaCollegamento() { /** * Sets the value of the forzaCollegamento property. - * + * * @param value * allowed object is {@link Boolean } - * + * */ public void setForzaCollegamento(Boolean value) { this.forzaCollegamento = value; @@ -251,9 +251,9 @@ public void setForzaCollegamento(Boolean value) { /** * Gets the value of the abilitaControlloCrittografico property. - * + * * @return possible object is {@link Boolean } - * + * */ public Boolean isAbilitaControlloCrittografico() { return abilitaControlloCrittografico; @@ -261,10 +261,10 @@ public Boolean isAbilitaControlloCrittografico() { /** * Sets the value of the abilitaControlloCrittografico property. - * + * * @param value * allowed object is {@link Boolean } - * + * */ public void setAbilitaControlloCrittografico(Boolean value) { this.abilitaControlloCrittografico = value; @@ -272,9 +272,9 @@ public void setAbilitaControlloCrittografico(Boolean value) { /** * Gets the value of the abilitaControlloTrust property. - * + * * @return possible object is {@link Boolean } - * + * */ public Boolean isAbilitaControlloTrust() { return abilitaControlloTrust; @@ -282,10 +282,10 @@ public Boolean isAbilitaControlloTrust() { /** * Sets the value of the abilitaControlloTrust property. - * + * * @param value * allowed object is {@link Boolean } - * + * */ public void setAbilitaControlloTrust(Boolean value) { this.abilitaControlloTrust = value; @@ -293,9 +293,9 @@ public void setAbilitaControlloTrust(Boolean value) { /** * Gets the value of the abilitaControlloCertificato property. - * + * * @return possible object is {@link Boolean } - * + * */ public Boolean isAbilitaControlloCertificato() { return abilitaControlloCertificato; @@ -303,10 +303,10 @@ public Boolean isAbilitaControlloCertificato() { /** * Sets the value of the abilitaControlloCertificato property. - * + * * @param value * allowed object is {@link Boolean } - * + * */ public void setAbilitaControlloCertificato(Boolean value) { this.abilitaControlloCertificato = value; @@ -314,9 +314,9 @@ public void setAbilitaControlloCertificato(Boolean value) { /** * Gets the value of the abilitaControlloCRL property. - * + * * @return possible object is {@link Boolean } - * + * */ public Boolean isAbilitaControlloCRL() { return abilitaControlloCRL; @@ -324,10 +324,10 @@ public Boolean isAbilitaControlloCRL() { /** * Sets the value of the abilitaControlloCRL property. - * + * * @param value * allowed object is {@link Boolean } - * + * */ public void setAbilitaControlloCRL(Boolean value) { this.abilitaControlloCRL = value; @@ -335,9 +335,9 @@ public void setAbilitaControlloCRL(Boolean value) { /** * Gets the value of the abilitaControlloFormato property. - * + * * @return possible object is {@link Boolean } - * + * */ public Boolean isAbilitaControlloFormato() { return abilitaControlloFormato; @@ -345,10 +345,10 @@ public Boolean isAbilitaControlloFormato() { /** * Sets the value of the abilitaControlloFormato property. - * + * * @param value * allowed object is {@link Boolean } - * + * */ public void setAbilitaControlloFormato(Boolean value) { this.abilitaControlloFormato = value; @@ -356,9 +356,9 @@ public void setAbilitaControlloFormato(Boolean value) { /** * Gets the value of the accettaFirmaSconosciuta property. - * + * * @return possible object is {@link Boolean } - * + * */ public Boolean isAccettaFirmaSconosciuta() { return accettaFirmaSconosciuta; @@ -366,10 +366,10 @@ public Boolean isAccettaFirmaSconosciuta() { /** * Sets the value of the accettaFirmaSconosciuta property. - * + * * @param value * allowed object is {@link Boolean } - * + * */ public void setAccettaFirmaSconosciuta(Boolean value) { this.accettaFirmaSconosciuta = value; @@ -377,9 +377,9 @@ public void setAccettaFirmaSconosciuta(Boolean value) { /** * Gets the value of the accettaFirmaNonConforme property. - * + * * @return possible object is {@link Boolean } - * + * */ public Boolean isAccettaFirmaNonConforme() { return accettaFirmaNonConforme; @@ -387,10 +387,10 @@ public Boolean isAccettaFirmaNonConforme() { /** * Sets the value of the accettaFirmaNonConforme property. - * + * * @param value * allowed object is {@link Boolean } - * + * */ public void setAccettaFirmaNonConforme(Boolean value) { this.accettaFirmaNonConforme = value; @@ -398,9 +398,9 @@ public void setAccettaFirmaNonConforme(Boolean value) { /** * Gets the value of the accettaFirmaNoDelibera45 property. - * + * * @return possible object is {@link Boolean } - * + * */ public Boolean isAccettaFirmaNoDelibera45() { return accettaFirmaNoDelibera45; @@ -408,10 +408,10 @@ public Boolean isAccettaFirmaNoDelibera45() { /** * Sets the value of the accettaFirmaNoDelibera45 property. - * + * * @param value * allowed object is {@link Boolean } - * + * */ public void setAccettaFirmaNoDelibera45(Boolean value) { this.accettaFirmaNoDelibera45 = value; @@ -419,9 +419,9 @@ public void setAccettaFirmaNoDelibera45(Boolean value) { /** * Gets the value of the accettaMarcaSconosciuta property. - * + * * @return possible object is {@link Boolean } - * + * */ public Boolean isAccettaMarcaSconosciuta() { return accettaMarcaSconosciuta; @@ -429,10 +429,10 @@ public Boolean isAccettaMarcaSconosciuta() { /** * Sets the value of the accettaMarcaSconosciuta property. - * + * * @param value * allowed object is {@link Boolean } - * + * */ public void setAccettaMarcaSconosciuta(Boolean value) { this.accettaMarcaSconosciuta = value; @@ -440,9 +440,9 @@ public void setAccettaMarcaSconosciuta(Boolean value) { /** * Gets the value of the accettaControlloCrittograficoNegativo property. - * + * * @return possible object is {@link Boolean } - * + * */ public Boolean isAccettaControlloCrittograficoNegativo() { return accettaControlloCrittograficoNegativo; @@ -450,10 +450,10 @@ public Boolean isAccettaControlloCrittograficoNegativo() { /** * Sets the value of the accettaControlloCrittograficoNegativo property. - * + * * @param value * allowed object is {@link Boolean } - * + * */ public void setAccettaControlloCrittograficoNegativo(Boolean value) { this.accettaControlloCrittograficoNegativo = value; @@ -461,9 +461,9 @@ public void setAccettaControlloCrittograficoNegativo(Boolean value) { /** * Gets the value of the accettaControlloTrustNegativo property. - * + * * @return possible object is {@link Boolean } - * + * */ public Boolean isAccettaControlloTrustNegativo() { return accettaControlloTrustNegativo; @@ -471,10 +471,10 @@ public Boolean isAccettaControlloTrustNegativo() { /** * Sets the value of the accettaControlloTrustNegativo property. - * + * * @param value * allowed object is {@link Boolean } - * + * */ public void setAccettaControlloTrustNegativo(Boolean value) { this.accettaControlloTrustNegativo = value; @@ -482,9 +482,9 @@ public void setAccettaControlloTrustNegativo(Boolean value) { /** * Gets the value of the accettaControlloCertificatoScaduto property. - * + * * @return possible object is {@link Boolean } - * + * */ public Boolean isAccettaControlloCertificatoScaduto() { return accettaControlloCertificatoScaduto; @@ -492,10 +492,10 @@ public Boolean isAccettaControlloCertificatoScaduto() { /** * Sets the value of the accettaControlloCertificatoScaduto property. - * + * * @param value * allowed object is {@link Boolean } - * + * */ public void setAccettaControlloCertificatoScaduto(Boolean value) { this.accettaControlloCertificatoScaduto = value; @@ -503,9 +503,9 @@ public void setAccettaControlloCertificatoScaduto(Boolean value) { /** * Gets the value of the accettaControlloCertificatoNoValido property. - * + * * @return possible object is {@link Boolean } - * + * */ public Boolean isAccettaControlloCertificatoNoValido() { return accettaControlloCertificatoNoValido; @@ -513,10 +513,10 @@ public Boolean isAccettaControlloCertificatoNoValido() { /** * Sets the value of the accettaControlloCertificatoNoValido property. - * + * * @param value * allowed object is {@link Boolean } - * + * */ public void setAccettaControlloCertificatoNoValido(Boolean value) { this.accettaControlloCertificatoNoValido = value; @@ -524,9 +524,9 @@ public void setAccettaControlloCertificatoNoValido(Boolean value) { /** * Gets the value of the accettaControlloCertificatoNoFirma property. - * + * * @return possible object is {@link Boolean } - * + * */ public Boolean isAccettaControlloCertificatoNoFirma() { return accettaControlloCertificatoNoFirma; @@ -534,10 +534,10 @@ public Boolean isAccettaControlloCertificatoNoFirma() { /** * Sets the value of the accettaControlloCertificatoNoFirma property. - * + * * @param value * allowed object is {@link Boolean } - * + * */ public void setAccettaControlloCertificatoNoFirma(Boolean value) { this.accettaControlloCertificatoNoFirma = value; @@ -545,9 +545,9 @@ public void setAccettaControlloCertificatoNoFirma(Boolean value) { /** * Gets the value of the accettaControlloCRLNegativo property. - * + * * @return possible object is {@link Boolean } - * + * */ public Boolean isAccettaControlloCRLNegativo() { return accettaControlloCRLNegativo; @@ -555,10 +555,10 @@ public Boolean isAccettaControlloCRLNegativo() { /** * Sets the value of the accettaControlloCRLNegativo property. - * + * * @param value * allowed object is {@link Boolean } - * + * */ public void setAccettaControlloCRLNegativo(Boolean value) { this.accettaControlloCRLNegativo = value; @@ -566,9 +566,9 @@ public void setAccettaControlloCRLNegativo(Boolean value) { /** * Gets the value of the accettaControlloCRLScaduta property. - * + * * @return possible object is {@link Boolean } - * + * */ public Boolean isAccettaControlloCRLScaduta() { return accettaControlloCRLScaduta; @@ -576,10 +576,10 @@ public Boolean isAccettaControlloCRLScaduta() { /** * Sets the value of the accettaControlloCRLScaduta property. - * + * * @param value * allowed object is {@link Boolean } - * + * */ public void setAccettaControlloCRLScaduta(Boolean value) { this.accettaControlloCRLScaduta = value; @@ -587,9 +587,9 @@ public void setAccettaControlloCRLScaduta(Boolean value) { /** * Gets the value of the accettaControlloCRLNoValida property. - * + * * @return possible object is {@link Boolean } - * + * */ public Boolean isAccettaControlloCRLNoValida() { return accettaControlloCRLNoValida; @@ -597,10 +597,10 @@ public Boolean isAccettaControlloCRLNoValida() { /** * Sets the value of the accettaControlloCRLNoValida property. - * + * * @param value * allowed object is {@link Boolean } - * + * */ public void setAccettaControlloCRLNoValida(Boolean value) { this.accettaControlloCRLNoValida = value; @@ -608,9 +608,9 @@ public void setAccettaControlloCRLNoValida(Boolean value) { /** * Gets the value of the accettaControlloCRLNoScaric property. - * + * * @return possible object is {@link Boolean } - * + * */ public Boolean isAccettaControlloCRLNoScaric() { return accettaControlloCRLNoScaric; @@ -618,10 +618,10 @@ public Boolean isAccettaControlloCRLNoScaric() { /** * Sets the value of the accettaControlloCRLNoScaric property. - * + * * @param value * allowed object is {@link Boolean } - * + * */ public void setAccettaControlloCRLNoScaric(Boolean value) { this.accettaControlloCRLNoScaric = value; @@ -629,9 +629,9 @@ public void setAccettaControlloCRLNoScaric(Boolean value) { /** * Gets the value of the accettaControlloFormatoNegativo property. - * + * * @return possible object is {@link Boolean } - * + * */ public Boolean isAccettaControlloFormatoNegativo() { return accettaControlloFormatoNegativo; @@ -639,10 +639,10 @@ public Boolean isAccettaControlloFormatoNegativo() { /** * Sets the value of the accettaControlloFormatoNegativo property. - * + * * @param value * allowed object is {@link Boolean } - * + * */ public void setAccettaControlloFormatoNegativo(Boolean value) { this.accettaControlloFormatoNegativo = value; diff --git a/src/main/java/net/datasiel/par/jaxb/esito/ECDocumentoType.java b/src/main/java/net/datasiel/par/jaxb/esito/ECDocumentoType.java index 78894ff..71a1dd0 100644 --- a/src/main/java/net/datasiel/par/jaxb/esito/ECDocumentoType.java +++ b/src/main/java/net/datasiel/par/jaxb/esito/ECDocumentoType.java @@ -16,10 +16,10 @@ */ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2013.02.26 at 03:12:57 PM CET +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2013.02.26 at 03:12:57 PM CET // package net.datasiel.par.jaxb.esito; @@ -34,10 +34,10 @@ /** *

* Java class for ECDocumentoType complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

  * <complexType name="ECDocumentoType">
  *   <complexContent>
@@ -83,8 +83,8 @@
  *   </complexContent>
  * </complexType>
  * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "ECDocumentoType", propOrder = { "chiaveDoc", "idDocumento", "tipoDocumento", "firmatoDigitalmente", @@ -106,9 +106,9 @@ public class ECDocumentoType { /** * Gets the value of the chiaveDoc property. - * + * * @return possible object is {@link String } - * + * */ public String getChiaveDoc() { return chiaveDoc; @@ -116,10 +116,10 @@ public String getChiaveDoc() { /** * Sets the value of the chiaveDoc property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setChiaveDoc(String value) { this.chiaveDoc = value; @@ -127,9 +127,9 @@ public void setChiaveDoc(String value) { /** * Gets the value of the idDocumento property. - * + * * @return possible object is {@link String } - * + * */ public String getIDDocumento() { return idDocumento; @@ -137,10 +137,10 @@ public String getIDDocumento() { /** * Sets the value of the idDocumento property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setIDDocumento(String value) { this.idDocumento = value; @@ -148,9 +148,9 @@ public void setIDDocumento(String value) { /** * Gets the value of the tipoDocumento property. - * + * * @return possible object is {@link String } - * + * */ public String getTipoDocumento() { return tipoDocumento; @@ -158,10 +158,10 @@ public String getTipoDocumento() { /** * Sets the value of the tipoDocumento property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setTipoDocumento(String value) { this.tipoDocumento = value; @@ -169,9 +169,9 @@ public void setTipoDocumento(String value) { /** * Gets the value of the firmatoDigitalmente property. - * + * * @return possible object is {@link Boolean } - * + * */ public Boolean isFirmatoDigitalmente() { return firmatoDigitalmente; @@ -179,10 +179,10 @@ public Boolean isFirmatoDigitalmente() { /** * Sets the value of the firmatoDigitalmente property. - * + * * @param value * allowed object is {@link Boolean } - * + * */ public void setFirmatoDigitalmente(Boolean value) { this.firmatoDigitalmente = value; @@ -190,9 +190,9 @@ public void setFirmatoDigitalmente(Boolean value) { /** * Gets the value of the esitoDocumento property. - * + * * @return possible object is {@link ECDocumentoType.EsitoDocumento } - * + * */ public ECDocumentoType.EsitoDocumento getEsitoDocumento() { return esitoDocumento; @@ -200,10 +200,10 @@ public ECDocumentoType.EsitoDocumento getEsitoDocumento() { /** * Sets the value of the esitoDocumento property. - * + * * @param value * allowed object is {@link ECDocumentoType.EsitoDocumento } - * + * */ public void setEsitoDocumento(ECDocumentoType.EsitoDocumento value) { this.esitoDocumento = value; @@ -211,9 +211,9 @@ public void setEsitoDocumento(ECDocumentoType.EsitoDocumento value) { /** * Gets the value of the componenti property. - * + * * @return possible object is {@link ECDocumentoType.Componenti } - * + * */ public ECDocumentoType.Componenti getComponenti() { return componenti; @@ -221,10 +221,10 @@ public ECDocumentoType.Componenti getComponenti() { /** * Sets the value of the componenti property. - * + * * @param value * allowed object is {@link ECDocumentoType.Componenti } - * + * */ public void setComponenti(ECDocumentoType.Componenti value) { this.componenti = value; @@ -233,10 +233,10 @@ public void setComponenti(ECDocumentoType.Componenti value) { /** *

* Java class for anonymous complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

      * <complexType>
      *   <complexContent>
@@ -248,8 +248,8 @@ public void setComponenti(ECDocumentoType.Componenti value) {
      *   </complexContent>
      * </complexType>
      * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "componente" }) @@ -260,24 +260,24 @@ public static class Componenti { /** * Gets the value of the componente property. - * + * *

* This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you * make to the returned list will be present inside the JAXB object. This is why there is not a set * method for the componente property. - * + * *

* For example, to add a new item, do as follows: - * + * *

          * getComponente().add(newItem);
          * 
- * - * + * + * *

* Objects of the following type(s) are allowed in the list {@link ECComponenteType } - * - * + * + * */ public List getComponente() { if (componente == null) { @@ -291,10 +291,10 @@ public List getComponente() { /** *

* Java class for anonymous complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

      * <complexType>
      *   <complexContent>
@@ -315,8 +315,8 @@ public List getComponente() {
      *   </complexContent>
      * </complexType>
      * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "codiceEsito", "verificaTipoDocumento", "corrispondenzaDatiSpecifici", @@ -343,9 +343,9 @@ public static class EsitoDocumento { /** * Gets the value of the codiceEsito property. - * + * * @return possible object is {@link ECEsitoPosNegWarType } - * + * */ public ECEsitoPosNegWarType getCodiceEsito() { return codiceEsito; @@ -353,10 +353,10 @@ public ECEsitoPosNegWarType getCodiceEsito() { /** * Sets the value of the codiceEsito property. - * + * * @param value * allowed object is {@link ECEsitoPosNegWarType } - * + * */ public void setCodiceEsito(ECEsitoPosNegWarType value) { this.codiceEsito = value; @@ -364,9 +364,9 @@ public void setCodiceEsito(ECEsitoPosNegWarType value) { /** * Gets the value of the verificaTipoDocumento property. - * + * * @return possible object is {@link String } - * + * */ public String getVerificaTipoDocumento() { return verificaTipoDocumento; @@ -374,10 +374,10 @@ public String getVerificaTipoDocumento() { /** * Sets the value of the verificaTipoDocumento property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setVerificaTipoDocumento(String value) { this.verificaTipoDocumento = value; @@ -385,9 +385,9 @@ public void setVerificaTipoDocumento(String value) { /** * Gets the value of the corrispondenzaDatiSpecifici property. - * + * * @return possible object is {@link String } - * + * */ public String getCorrispondenzaDatiSpecifici() { return corrispondenzaDatiSpecifici; @@ -395,10 +395,10 @@ public String getCorrispondenzaDatiSpecifici() { /** * Sets the value of the corrispondenzaDatiSpecifici property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setCorrispondenzaDatiSpecifici(String value) { this.corrispondenzaDatiSpecifici = value; @@ -406,9 +406,9 @@ public void setCorrispondenzaDatiSpecifici(String value) { /** * Gets the value of the corrispondenzaDatiFiscali property. - * + * * @return possible object is {@link String } - * + * */ public String getCorrispondenzaDatiFiscali() { return corrispondenzaDatiFiscali; @@ -416,10 +416,10 @@ public String getCorrispondenzaDatiFiscali() { /** * Sets the value of the corrispondenzaDatiFiscali property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setCorrispondenzaDatiFiscali(String value) { this.corrispondenzaDatiFiscali = value; @@ -427,9 +427,9 @@ public void setCorrispondenzaDatiFiscali(String value) { /** * Gets the value of the numerazioneFiscale property. - * + * * @return possible object is {@link ECEsitoPosNegType } - * + * */ public ECEsitoPosNegType getNumerazioneFiscale() { return numerazioneFiscale; @@ -437,10 +437,10 @@ public ECEsitoPosNegType getNumerazioneFiscale() { /** * Sets the value of the numerazioneFiscale property. - * + * * @param value * allowed object is {@link ECEsitoPosNegType } - * + * */ public void setNumerazioneFiscale(ECEsitoPosNegType value) { this.numerazioneFiscale = value; @@ -448,9 +448,9 @@ public void setNumerazioneFiscale(ECEsitoPosNegType value) { /** * Gets the value of the verificaTipoStruttura property. - * + * * @return possible object is {@link ECEsitoPosNegType } - * + * */ public ECEsitoPosNegType getVerificaTipoStruttura() { return verificaTipoStruttura; @@ -458,10 +458,10 @@ public ECEsitoPosNegType getVerificaTipoStruttura() { /** * Sets the value of the verificaTipoStruttura property. - * + * * @param value * allowed object is {@link ECEsitoPosNegType } - * + * */ public void setVerificaTipoStruttura(ECEsitoPosNegType value) { this.verificaTipoStruttura = value; @@ -469,9 +469,9 @@ public void setVerificaTipoStruttura(ECEsitoPosNegType value) { /** * Gets the value of the verificaFirmeDocumento property. - * + * * @return possible object is {@link ECEsitoPosNegWarType } - * + * */ public ECEsitoPosNegWarType getVerificaFirmeDocumento() { return verificaFirmeDocumento; @@ -479,10 +479,10 @@ public ECEsitoPosNegWarType getVerificaFirmeDocumento() { /** * Sets the value of the verificaFirmeDocumento property. - * + * * @param value * allowed object is {@link ECEsitoPosNegWarType } - * + * */ public void setVerificaFirmeDocumento(ECEsitoPosNegWarType value) { this.verificaFirmeDocumento = value; @@ -490,9 +490,9 @@ public void setVerificaFirmeDocumento(ECEsitoPosNegWarType value) { /** * Gets the value of the univocitaOrdinePresentazione property. - * + * * @return possible object is {@link ECEsitoPosNegType } - * + * */ public ECEsitoPosNegType getUnivocitaOrdinePresentazione() { return univocitaOrdinePresentazione; @@ -500,10 +500,10 @@ public ECEsitoPosNegType getUnivocitaOrdinePresentazione() { /** * Sets the value of the univocitaOrdinePresentazione property. - * + * * @param value * allowed object is {@link ECEsitoPosNegType } - * + * */ public void setUnivocitaOrdinePresentazione(ECEsitoPosNegType value) { this.univocitaOrdinePresentazione = value; diff --git a/src/main/java/net/datasiel/par/jaxb/esito/ECEsitoChiamataWSType.java b/src/main/java/net/datasiel/par/jaxb/esito/ECEsitoChiamataWSType.java index ec9dbac..9192f8f 100644 --- a/src/main/java/net/datasiel/par/jaxb/esito/ECEsitoChiamataWSType.java +++ b/src/main/java/net/datasiel/par/jaxb/esito/ECEsitoChiamataWSType.java @@ -16,10 +16,10 @@ */ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2013.02.26 at 03:12:57 PM CET +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2013.02.26 at 03:12:57 PM CET // package net.datasiel.par.jaxb.esito; @@ -32,10 +32,10 @@ /** *

* Java class for ECEsitoChiamataWSType complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

  * <complexType name="ECEsitoChiamataWSType">
  *   <complexContent>
@@ -49,8 +49,8 @@
  *   </complexContent>
  * </complexType>
  * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "ECEsitoChiamataWSType", propOrder = { "versioneWSCorretta", "credenzialiOperatore", @@ -66,9 +66,9 @@ public class ECEsitoChiamataWSType { /** * Gets the value of the versioneWSCorretta property. - * + * * @return possible object is {@link ECEsitoPosNegType } - * + * */ public ECEsitoPosNegType getVersioneWSCorretta() { return versioneWSCorretta; @@ -76,10 +76,10 @@ public ECEsitoPosNegType getVersioneWSCorretta() { /** * Sets the value of the versioneWSCorretta property. - * + * * @param value * allowed object is {@link ECEsitoPosNegType } - * + * */ public void setVersioneWSCorretta(ECEsitoPosNegType value) { this.versioneWSCorretta = value; @@ -87,9 +87,9 @@ public void setVersioneWSCorretta(ECEsitoPosNegType value) { /** * Gets the value of the credenzialiOperatore property. - * + * * @return possible object is {@link ECEsitoPosNegType } - * + * */ public ECEsitoPosNegType getCredenzialiOperatore() { return credenzialiOperatore; @@ -97,10 +97,10 @@ public ECEsitoPosNegType getCredenzialiOperatore() { /** * Sets the value of the credenzialiOperatore property. - * + * * @param value * allowed object is {@link ECEsitoPosNegType } - * + * */ public void setCredenzialiOperatore(ECEsitoPosNegType value) { this.credenzialiOperatore = value; @@ -108,9 +108,9 @@ public void setCredenzialiOperatore(ECEsitoPosNegType value) { /** * Gets the value of the fileAttesiRicevuti property. - * + * * @return possible object is {@link ECEsitoPosNegType } - * + * */ public ECEsitoPosNegType getFileAttesiRicevuti() { return fileAttesiRicevuti; @@ -118,10 +118,10 @@ public ECEsitoPosNegType getFileAttesiRicevuti() { /** * Sets the value of the fileAttesiRicevuti property. - * + * * @param value * allowed object is {@link ECEsitoPosNegType } - * + * */ public void setFileAttesiRicevuti(ECEsitoPosNegType value) { this.fileAttesiRicevuti = value; diff --git a/src/main/java/net/datasiel/par/jaxb/esito/ECEsitoControlloType.java b/src/main/java/net/datasiel/par/jaxb/esito/ECEsitoControlloType.java index 549bfc8..9a9a00f 100644 --- a/src/main/java/net/datasiel/par/jaxb/esito/ECEsitoControlloType.java +++ b/src/main/java/net/datasiel/par/jaxb/esito/ECEsitoControlloType.java @@ -16,10 +16,10 @@ */ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2013.02.26 at 03:12:57 PM CET +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2013.02.26 at 03:12:57 PM CET // package net.datasiel.par.jaxb.esito; @@ -29,11 +29,11 @@ /** *

* Java class for ECEsitoControlloType. - * + * *

* The following schema fragment specifies the expected content contained within this class. *

- * + * *

  * <simpleType name="ECEsitoControlloType">
  *   <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
@@ -58,7 +58,7 @@
  *   </restriction>
  * </simpleType>
  * 
- * + * */ @XmlEnum public enum ECEsitoControlloType { diff --git a/src/main/java/net/datasiel/par/jaxb/esito/ECEsitoExtType.java b/src/main/java/net/datasiel/par/jaxb/esito/ECEsitoExtType.java index 1e4ac68..0276af0 100644 --- a/src/main/java/net/datasiel/par/jaxb/esito/ECEsitoExtType.java +++ b/src/main/java/net/datasiel/par/jaxb/esito/ECEsitoExtType.java @@ -16,10 +16,10 @@ */ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2013.02.26 at 03:12:57 PM CET +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2013.02.26 at 03:12:57 PM CET // package net.datasiel.par.jaxb.esito; @@ -29,11 +29,11 @@ /** *

* Java class for ECEsitoExtType. - * + * *

* The following schema fragment specifies the expected content contained within this class. *

- * + * *

  * <simpleType name="ECEsitoExtType">
  *   <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
@@ -43,7 +43,7 @@
  *   </restriction>
  * </simpleType>
  * 
- * + * */ @XmlEnum public enum ECEsitoExtType { diff --git a/src/main/java/net/datasiel/par/jaxb/esito/ECEsitoGeneraleType.java b/src/main/java/net/datasiel/par/jaxb/esito/ECEsitoGeneraleType.java index 8d5ca00..34160dd 100644 --- a/src/main/java/net/datasiel/par/jaxb/esito/ECEsitoGeneraleType.java +++ b/src/main/java/net/datasiel/par/jaxb/esito/ECEsitoGeneraleType.java @@ -16,10 +16,10 @@ */ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2013.02.26 at 03:12:57 PM CET +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2013.02.26 at 03:12:57 PM CET // package net.datasiel.par.jaxb.esito; @@ -32,10 +32,10 @@ /** *

* Java class for ECEsitoGeneraleType complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

  * <complexType name="ECEsitoGeneraleType">
  *   <complexContent>
@@ -49,8 +49,8 @@
  *   </complexContent>
  * </complexType>
  * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "ECEsitoGeneraleType", propOrder = { "codiceEsito", "codiceErrore", "messaggioErrore" }) @@ -65,9 +65,9 @@ public class ECEsitoGeneraleType { /** * Gets the value of the codiceEsito property. - * + * * @return possible object is {@link ECEsitoExtType } - * + * */ public ECEsitoExtType getCodiceEsito() { return codiceEsito; @@ -75,10 +75,10 @@ public ECEsitoExtType getCodiceEsito() { /** * Sets the value of the codiceEsito property. - * + * * @param value * allowed object is {@link ECEsitoExtType } - * + * */ public void setCodiceEsito(ECEsitoExtType value) { this.codiceEsito = value; @@ -86,9 +86,9 @@ public void setCodiceEsito(ECEsitoExtType value) { /** * Gets the value of the codiceErrore property. - * + * * @return possible object is {@link String } - * + * */ public String getCodiceErrore() { return codiceErrore; @@ -96,10 +96,10 @@ public String getCodiceErrore() { /** * Sets the value of the codiceErrore property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setCodiceErrore(String value) { this.codiceErrore = value; @@ -107,9 +107,9 @@ public void setCodiceErrore(String value) { /** * Gets the value of the messaggioErrore property. - * + * * @return possible object is {@link String } - * + * */ public String getMessaggioErrore() { return messaggioErrore; @@ -117,10 +117,10 @@ public String getMessaggioErrore() { /** * Sets the value of the messaggioErrore property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setMessaggioErrore(String value) { this.messaggioErrore = value; diff --git a/src/main/java/net/datasiel/par/jaxb/esito/ECEsitoIdonFormatoType.java b/src/main/java/net/datasiel/par/jaxb/esito/ECEsitoIdonFormatoType.java index 5331e98..02e061b 100644 --- a/src/main/java/net/datasiel/par/jaxb/esito/ECEsitoIdonFormatoType.java +++ b/src/main/java/net/datasiel/par/jaxb/esito/ECEsitoIdonFormatoType.java @@ -16,10 +16,10 @@ */ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2013.02.26 at 03:12:57 PM CET +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2013.02.26 at 03:12:57 PM CET // package net.datasiel.par.jaxb.esito; @@ -29,11 +29,11 @@ /** *

* Java class for ECEsitoIdonFormatoType. - * + * *

* The following schema fragment specifies the expected content contained within this class. *

- * + * *

  * <simpleType name="ECEsitoIdonFormatoType">
  *   <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
@@ -43,7 +43,7 @@
  *   </restriction>
  * </simpleType>
  * 
- * + * */ @XmlEnum public enum ECEsitoIdonFormatoType { diff --git a/src/main/java/net/datasiel/par/jaxb/esito/ECEsitoPosNegType.java b/src/main/java/net/datasiel/par/jaxb/esito/ECEsitoPosNegType.java index d16ead2..5b20a3c 100644 --- a/src/main/java/net/datasiel/par/jaxb/esito/ECEsitoPosNegType.java +++ b/src/main/java/net/datasiel/par/jaxb/esito/ECEsitoPosNegType.java @@ -16,10 +16,10 @@ */ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2013.02.26 at 03:12:57 PM CET +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2013.02.26 at 03:12:57 PM CET // package net.datasiel.par.jaxb.esito; @@ -29,11 +29,11 @@ /** *

* Java class for ECEsitoPosNegType. - * + * *

* The following schema fragment specifies the expected content contained within this class. *

- * + * *

  * <simpleType name="ECEsitoPosNegType">
  *   <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
@@ -42,7 +42,7 @@
  *   </restriction>
  * </simpleType>
  * 
- * + * */ @XmlEnum public enum ECEsitoPosNegType { diff --git a/src/main/java/net/datasiel/par/jaxb/esito/ECEsitoPosNegWarType.java b/src/main/java/net/datasiel/par/jaxb/esito/ECEsitoPosNegWarType.java index 57eb6b2..c67a91d 100644 --- a/src/main/java/net/datasiel/par/jaxb/esito/ECEsitoPosNegWarType.java +++ b/src/main/java/net/datasiel/par/jaxb/esito/ECEsitoPosNegWarType.java @@ -16,10 +16,10 @@ */ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2013.02.26 at 03:12:57 PM CET +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2013.02.26 at 03:12:57 PM CET // package net.datasiel.par.jaxb.esito; @@ -29,11 +29,11 @@ /** *

* Java class for ECEsitoPosNegWarType. - * + * *

* The following schema fragment specifies the expected content contained within this class. *

- * + * *

  * <simpleType name="ECEsitoPosNegWarType">
  *   <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
@@ -43,7 +43,7 @@
  *   </restriction>
  * </simpleType>
  * 
- * + * */ @XmlEnum public enum ECEsitoPosNegWarType { diff --git a/src/main/java/net/datasiel/par/jaxb/esito/ECEsitoRicFormatoType.java b/src/main/java/net/datasiel/par/jaxb/esito/ECEsitoRicFormatoType.java index 98f18d7..baa0a86 100644 --- a/src/main/java/net/datasiel/par/jaxb/esito/ECEsitoRicFormatoType.java +++ b/src/main/java/net/datasiel/par/jaxb/esito/ECEsitoRicFormatoType.java @@ -16,10 +16,10 @@ */ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2013.02.26 at 03:12:57 PM CET +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2013.02.26 at 03:12:57 PM CET // package net.datasiel.par.jaxb.esito; @@ -29,11 +29,11 @@ /** *

* Java class for ECEsitoRicFormatoType. - * + * *

* The following schema fragment specifies the expected content contained within this class. *

- * + * *

  * <simpleType name="ECEsitoRicFormatoType">
  *   <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
@@ -44,7 +44,7 @@
  *   </restriction>
  * </simpleType>
  * 
- * + * */ @XmlEnum public enum ECEsitoRicFormatoType { diff --git a/src/main/java/net/datasiel/par/jaxb/esito/ECEsitoXSDAggAllType.java b/src/main/java/net/datasiel/par/jaxb/esito/ECEsitoXSDAggAllType.java index ca4cd21..e21e636 100644 --- a/src/main/java/net/datasiel/par/jaxb/esito/ECEsitoXSDAggAllType.java +++ b/src/main/java/net/datasiel/par/jaxb/esito/ECEsitoXSDAggAllType.java @@ -16,10 +16,10 @@ */ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2013.02.26 at 03:12:57 PM CET +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2013.02.26 at 03:12:57 PM CET // package net.datasiel.par.jaxb.esito; @@ -32,10 +32,10 @@ /** *

* Java class for ECEsitoXSDAggAllType complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

  * <complexType name="ECEsitoXSDAggAllType">
  *   <complexContent>
@@ -51,8 +51,8 @@
  *   </complexContent>
  * </complexType>
  * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "ECEsitoXSDAggAllType", propOrder = { "codiceEsito", "controlloStrutturaXML", "univocitaIDComponenti" }) @@ -67,9 +67,9 @@ public class ECEsitoXSDAggAllType { /** * Gets the value of the codiceEsito property. - * + * * @return possible object is {@link ECEsitoPosNegType } - * + * */ public ECEsitoPosNegType getCodiceEsito() { return codiceEsito; @@ -77,10 +77,10 @@ public ECEsitoPosNegType getCodiceEsito() { /** * Sets the value of the codiceEsito property. - * + * * @param value * allowed object is {@link ECEsitoPosNegType } - * + * */ public void setCodiceEsito(ECEsitoPosNegType value) { this.codiceEsito = value; @@ -88,9 +88,9 @@ public void setCodiceEsito(ECEsitoPosNegType value) { /** * Gets the value of the controlloStrutturaXML property. - * + * * @return possible object is {@link String } - * + * */ public String getControlloStrutturaXML() { return controlloStrutturaXML; @@ -98,10 +98,10 @@ public String getControlloStrutturaXML() { /** * Sets the value of the controlloStrutturaXML property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setControlloStrutturaXML(String value) { this.controlloStrutturaXML = value; @@ -109,9 +109,9 @@ public void setControlloStrutturaXML(String value) { /** * Gets the value of the univocitaIDComponenti property. - * + * * @return possible object is {@link String } - * + * */ public String getUnivocitaIDComponenti() { return univocitaIDComponenti; @@ -119,10 +119,10 @@ public String getUnivocitaIDComponenti() { /** * Sets the value of the univocitaIDComponenti property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setUnivocitaIDComponenti(String value) { this.univocitaIDComponenti = value; diff --git a/src/main/java/net/datasiel/par/jaxb/esito/ECEsitoXSDType.java b/src/main/java/net/datasiel/par/jaxb/esito/ECEsitoXSDType.java index 42044dc..be1de01 100644 --- a/src/main/java/net/datasiel/par/jaxb/esito/ECEsitoXSDType.java +++ b/src/main/java/net/datasiel/par/jaxb/esito/ECEsitoXSDType.java @@ -16,10 +16,10 @@ */ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2013.02.26 at 03:12:57 PM CET +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2013.02.26 at 03:12:57 PM CET // package net.datasiel.par.jaxb.esito; @@ -32,10 +32,10 @@ /** *

* Java class for ECEsitoXSDType complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

  * <complexType name="ECEsitoXSDType">
  *   <complexContent>
@@ -55,8 +55,8 @@
  *   </complexContent>
  * </complexType>
  * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "ECEsitoXSDType", propOrder = { "codiceEsito", "controlloStrutturaXML", "univocitaIDComponenti", @@ -81,9 +81,9 @@ public class ECEsitoXSDType { /** * Gets the value of the codiceEsito property. - * + * * @return possible object is {@link ECEsitoPosNegType } - * + * */ public ECEsitoPosNegType getCodiceEsito() { return codiceEsito; @@ -91,10 +91,10 @@ public ECEsitoPosNegType getCodiceEsito() { /** * Sets the value of the codiceEsito property. - * + * * @param value * allowed object is {@link ECEsitoPosNegType } - * + * */ public void setCodiceEsito(ECEsitoPosNegType value) { this.codiceEsito = value; @@ -102,9 +102,9 @@ public void setCodiceEsito(ECEsitoPosNegType value) { /** * Gets the value of the controlloStrutturaXML property. - * + * * @return possible object is {@link String } - * + * */ public String getControlloStrutturaXML() { return controlloStrutturaXML; @@ -112,10 +112,10 @@ public String getControlloStrutturaXML() { /** * Sets the value of the controlloStrutturaXML property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setControlloStrutturaXML(String value) { this.controlloStrutturaXML = value; @@ -123,9 +123,9 @@ public void setControlloStrutturaXML(String value) { /** * Gets the value of the univocitaIDComponenti property. - * + * * @return possible object is {@link String } - * + * */ public String getUnivocitaIDComponenti() { return univocitaIDComponenti; @@ -133,10 +133,10 @@ public String getUnivocitaIDComponenti() { /** * Sets the value of the univocitaIDComponenti property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setUnivocitaIDComponenti(String value) { this.univocitaIDComponenti = value; @@ -144,9 +144,9 @@ public void setUnivocitaIDComponenti(String value) { /** * Gets the value of the univocitaIDDocumenti property. - * + * * @return possible object is {@link String } - * + * */ public String getUnivocitaIDDocumenti() { return univocitaIDDocumenti; @@ -154,10 +154,10 @@ public String getUnivocitaIDDocumenti() { /** * Sets the value of the univocitaIDDocumenti property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setUnivocitaIDDocumenti(String value) { this.univocitaIDDocumenti = value; @@ -165,9 +165,9 @@ public void setUnivocitaIDDocumenti(String value) { /** * Gets the value of the corrispondenzaAllegatiDichiarati property. - * + * * @return possible object is {@link ECEsitoPosNegType } - * + * */ public ECEsitoPosNegType getCorrispondenzaAllegatiDichiarati() { return corrispondenzaAllegatiDichiarati; @@ -175,10 +175,10 @@ public ECEsitoPosNegType getCorrispondenzaAllegatiDichiarati() { /** * Sets the value of the corrispondenzaAllegatiDichiarati property. - * + * * @param value * allowed object is {@link ECEsitoPosNegType } - * + * */ public void setCorrispondenzaAllegatiDichiarati(ECEsitoPosNegType value) { this.corrispondenzaAllegatiDichiarati = value; @@ -186,9 +186,9 @@ public void setCorrispondenzaAllegatiDichiarati(ECEsitoPosNegType value) { /** * Gets the value of the corrispondenzaAnnessiDichiarati property. - * + * * @return possible object is {@link ECEsitoPosNegType } - * + * */ public ECEsitoPosNegType getCorrispondenzaAnnessiDichiarati() { return corrispondenzaAnnessiDichiarati; @@ -196,10 +196,10 @@ public ECEsitoPosNegType getCorrispondenzaAnnessiDichiarati() { /** * Sets the value of the corrispondenzaAnnessiDichiarati property. - * + * * @param value * allowed object is {@link ECEsitoPosNegType } - * + * */ public void setCorrispondenzaAnnessiDichiarati(ECEsitoPosNegType value) { this.corrispondenzaAnnessiDichiarati = value; @@ -207,9 +207,9 @@ public void setCorrispondenzaAnnessiDichiarati(ECEsitoPosNegType value) { /** * Gets the value of the corrispondenzaAnnotazioniDichiarate property. - * + * * @return possible object is {@link ECEsitoPosNegType } - * + * */ public ECEsitoPosNegType getCorrispondenzaAnnotazioniDichiarate() { return corrispondenzaAnnotazioniDichiarate; @@ -217,10 +217,10 @@ public ECEsitoPosNegType getCorrispondenzaAnnotazioniDichiarate() { /** * Sets the value of the corrispondenzaAnnotazioniDichiarate property. - * + * * @param value * allowed object is {@link ECEsitoPosNegType } - * + * */ public void setCorrispondenzaAnnotazioniDichiarate(ECEsitoPosNegType value) { this.corrispondenzaAnnotazioniDichiarate = value; diff --git a/src/main/java/net/datasiel/par/jaxb/esito/ECFirmatarioType.java b/src/main/java/net/datasiel/par/jaxb/esito/ECFirmatarioType.java index d209598..f7e68e5 100644 --- a/src/main/java/net/datasiel/par/jaxb/esito/ECFirmatarioType.java +++ b/src/main/java/net/datasiel/par/jaxb/esito/ECFirmatarioType.java @@ -16,10 +16,10 @@ */ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2013.02.26 at 03:12:57 PM CET +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2013.02.26 at 03:12:57 PM CET // package net.datasiel.par.jaxb.esito; @@ -34,10 +34,10 @@ /** *

* Java class for ECFirmatarioType complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

  * <complexType name="ECFirmatarioType">
  *   <complexContent>
@@ -79,8 +79,8 @@
  *   </complexContent>
  * </complexType>
  * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "ECFirmatarioType", propOrder = { "ordineFirma", "cognomeNome", "formatoFirma", @@ -102,9 +102,9 @@ public class ECFirmatarioType { /** * Gets the value of the ordineFirma property. - * + * * @return possible object is {@link BigInteger } - * + * */ public BigInteger getOrdineFirma() { return ordineFirma; @@ -112,10 +112,10 @@ public BigInteger getOrdineFirma() { /** * Sets the value of the ordineFirma property. - * + * * @param value * allowed object is {@link BigInteger } - * + * */ public void setOrdineFirma(BigInteger value) { this.ordineFirma = value; @@ -123,9 +123,9 @@ public void setOrdineFirma(BigInteger value) { /** * Gets the value of the cognomeNome property. - * + * * @return possible object is {@link String } - * + * */ public String getCognomeNome() { return cognomeNome; @@ -133,10 +133,10 @@ public String getCognomeNome() { /** * Sets the value of the cognomeNome property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setCognomeNome(String value) { this.cognomeNome = value; @@ -144,9 +144,9 @@ public void setCognomeNome(String value) { /** * Gets the value of the formatoFirma property. - * + * * @return possible object is {@link String } - * + * */ public String getFormatoFirma() { return formatoFirma; @@ -154,10 +154,10 @@ public String getFormatoFirma() { /** * Sets the value of the formatoFirma property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setFormatoFirma(String value) { this.formatoFirma = value; @@ -165,9 +165,9 @@ public void setFormatoFirma(String value) { /** * Gets the value of the riferimentoTemporaleUsato property. - * + * * @return possible object is {@link XMLGregorianCalendar } - * + * */ public XMLGregorianCalendar getRiferimentoTemporaleUsato() { return riferimentoTemporaleUsato; @@ -175,10 +175,10 @@ public XMLGregorianCalendar getRiferimentoTemporaleUsato() { /** * Sets the value of the riferimentoTemporaleUsato property. - * + * * @param value * allowed object is {@link XMLGregorianCalendar } - * + * */ public void setRiferimentoTemporaleUsato(XMLGregorianCalendar value) { this.riferimentoTemporaleUsato = value; @@ -186,9 +186,9 @@ public void setRiferimentoTemporaleUsato(XMLGregorianCalendar value) { /** * Gets the value of the tipoRiferimentoTemporaleUsato property. - * + * * @return possible object is {@link String } - * + * */ public String getTipoRiferimentoTemporaleUsato() { return tipoRiferimentoTemporaleUsato; @@ -196,10 +196,10 @@ public String getTipoRiferimentoTemporaleUsato() { /** * Sets the value of the tipoRiferimentoTemporaleUsato property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setTipoRiferimentoTemporaleUsato(String value) { this.tipoRiferimentoTemporaleUsato = value; @@ -207,9 +207,9 @@ public void setTipoRiferimentoTemporaleUsato(String value) { /** * Gets the value of the esitoFirma property. - * + * * @return possible object is {@link ECFirmatarioType.EsitoFirma } - * + * */ public ECFirmatarioType.EsitoFirma getEsitoFirma() { return esitoFirma; @@ -217,10 +217,10 @@ public ECFirmatarioType.EsitoFirma getEsitoFirma() { /** * Sets the value of the esitoFirma property. - * + * * @param value * allowed object is {@link ECFirmatarioType.EsitoFirma } - * + * */ public void setEsitoFirma(ECFirmatarioType.EsitoFirma value) { this.esitoFirma = value; @@ -229,10 +229,10 @@ public void setEsitoFirma(ECFirmatarioType.EsitoFirma value) { /** *

* Java class for anonymous complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

      * <complexType>
      *   <complexContent>
@@ -259,8 +259,8 @@ public void setEsitoFirma(ECFirmatarioType.EsitoFirma value) {
      *   </complexContent>
      * </complexType>
      * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "controlloConformita", "verificaFirma" }) @@ -273,9 +273,9 @@ public static class EsitoFirma { /** * Gets the value of the controlloConformita property. - * + * * @return possible object is {@link ECEsitoControlloType } - * + * */ public ECEsitoControlloType getControlloConformita() { return controlloConformita; @@ -283,10 +283,10 @@ public ECEsitoControlloType getControlloConformita() { /** * Sets the value of the controlloConformita property. - * + * * @param value * allowed object is {@link ECEsitoControlloType } - * + * */ public void setControlloConformita(ECEsitoControlloType value) { this.controlloConformita = value; @@ -294,9 +294,9 @@ public void setControlloConformita(ECEsitoControlloType value) { /** * Gets the value of the verificaFirma property. - * + * * @return possible object is {@link ECFirmatarioType.EsitoFirma.VerificaFirma } - * + * */ public ECFirmatarioType.EsitoFirma.VerificaFirma getVerificaFirma() { return verificaFirma; @@ -304,10 +304,10 @@ public ECFirmatarioType.EsitoFirma.VerificaFirma getVerificaFirma() { /** * Sets the value of the verificaFirma property. - * + * * @param value * allowed object is {@link ECFirmatarioType.EsitoFirma.VerificaFirma } - * + * */ public void setVerificaFirma(ECFirmatarioType.EsitoFirma.VerificaFirma value) { this.verificaFirma = value; @@ -316,10 +316,10 @@ public void setVerificaFirma(ECFirmatarioType.EsitoFirma.VerificaFirma value) { /** *

* Java class for anonymous complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

          * <complexType>
          *   <complexContent>
@@ -335,8 +335,8 @@ public void setVerificaFirma(ECFirmatarioType.EsitoFirma.VerificaFirma value) {
          *   </complexContent>
          * </complexType>
          * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "codiceEsito", "controlloCrittografico", "controlloCatenaTrusted", @@ -356,9 +356,9 @@ public static class VerificaFirma { /** * Gets the value of the codiceEsito property. - * + * * @return possible object is {@link ECEsitoPosNegWarType } - * + * */ public ECEsitoPosNegWarType getCodiceEsito() { return codiceEsito; @@ -366,10 +366,10 @@ public ECEsitoPosNegWarType getCodiceEsito() { /** * Sets the value of the codiceEsito property. - * + * * @param value * allowed object is {@link ECEsitoPosNegWarType } - * + * */ public void setCodiceEsito(ECEsitoPosNegWarType value) { this.codiceEsito = value; @@ -377,9 +377,9 @@ public void setCodiceEsito(ECEsitoPosNegWarType value) { /** * Gets the value of the controlloCrittografico property. - * + * * @return possible object is {@link ECEsitoControlloType } - * + * */ public ECEsitoControlloType getControlloCrittografico() { return controlloCrittografico; @@ -387,10 +387,10 @@ public ECEsitoControlloType getControlloCrittografico() { /** * Sets the value of the controlloCrittografico property. - * + * * @param value * allowed object is {@link ECEsitoControlloType } - * + * */ public void setControlloCrittografico(ECEsitoControlloType value) { this.controlloCrittografico = value; @@ -398,9 +398,9 @@ public void setControlloCrittografico(ECEsitoControlloType value) { /** * Gets the value of the controlloCatenaTrusted property. - * + * * @return possible object is {@link ECEsitoControlloType } - * + * */ public ECEsitoControlloType getControlloCatenaTrusted() { return controlloCatenaTrusted; @@ -408,10 +408,10 @@ public ECEsitoControlloType getControlloCatenaTrusted() { /** * Sets the value of the controlloCatenaTrusted property. - * + * * @param value * allowed object is {@link ECEsitoControlloType } - * + * */ public void setControlloCatenaTrusted(ECEsitoControlloType value) { this.controlloCatenaTrusted = value; @@ -419,9 +419,9 @@ public void setControlloCatenaTrusted(ECEsitoControlloType value) { /** * Gets the value of the controlloCertificato property. - * + * * @return possible object is {@link ECEsitoControlloType } - * + * */ public ECEsitoControlloType getControlloCertificato() { return controlloCertificato; @@ -429,10 +429,10 @@ public ECEsitoControlloType getControlloCertificato() { /** * Sets the value of the controlloCertificato property. - * + * * @param value * allowed object is {@link ECEsitoControlloType } - * + * */ public void setControlloCertificato(ECEsitoControlloType value) { this.controlloCertificato = value; @@ -440,9 +440,9 @@ public void setControlloCertificato(ECEsitoControlloType value) { /** * Gets the value of the controlloCRL property. - * + * * @return possible object is {@link ECEsitoControlloType } - * + * */ public ECEsitoControlloType getControlloCRL() { return controlloCRL; @@ -450,10 +450,10 @@ public ECEsitoControlloType getControlloCRL() { /** * Sets the value of the controlloCRL property. - * + * * @param value * allowed object is {@link ECEsitoControlloType } - * + * */ public void setControlloCRL(ECEsitoControlloType value) { this.controlloCRL = value; diff --git a/src/main/java/net/datasiel/par/jaxb/esito/ECMarcaType.java b/src/main/java/net/datasiel/par/jaxb/esito/ECMarcaType.java index e25ec6d..7adacc6 100644 --- a/src/main/java/net/datasiel/par/jaxb/esito/ECMarcaType.java +++ b/src/main/java/net/datasiel/par/jaxb/esito/ECMarcaType.java @@ -16,10 +16,10 @@ */ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2013.02.26 at 03:12:57 PM CET +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2013.02.26 at 03:12:57 PM CET // package net.datasiel.par.jaxb.esito; @@ -34,10 +34,10 @@ /** *

* Java class for ECMarcaType complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

  * <complexType name="ECMarcaType">
  *   <complexContent>
@@ -77,8 +77,8 @@
  *   </complexContent>
  * </complexType>
  * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "ECMarcaType", propOrder = { "ordineMarca", "formatoMarca", "timestamp", "esitoMarca" }) @@ -95,9 +95,9 @@ public class ECMarcaType { /** * Gets the value of the ordineMarca property. - * + * * @return possible object is {@link BigInteger } - * + * */ public BigInteger getOrdineMarca() { return ordineMarca; @@ -105,10 +105,10 @@ public BigInteger getOrdineMarca() { /** * Sets the value of the ordineMarca property. - * + * * @param value * allowed object is {@link BigInteger } - * + * */ public void setOrdineMarca(BigInteger value) { this.ordineMarca = value; @@ -116,9 +116,9 @@ public void setOrdineMarca(BigInteger value) { /** * Gets the value of the formatoMarca property. - * + * * @return possible object is {@link String } - * + * */ public String getFormatoMarca() { return formatoMarca; @@ -126,10 +126,10 @@ public String getFormatoMarca() { /** * Sets the value of the formatoMarca property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setFormatoMarca(String value) { this.formatoMarca = value; @@ -137,9 +137,9 @@ public void setFormatoMarca(String value) { /** * Gets the value of the timestamp property. - * + * * @return possible object is {@link XMLGregorianCalendar } - * + * */ public XMLGregorianCalendar getTimestamp() { return timestamp; @@ -147,10 +147,10 @@ public XMLGregorianCalendar getTimestamp() { /** * Sets the value of the timestamp property. - * + * * @param value * allowed object is {@link XMLGregorianCalendar } - * + * */ public void setTimestamp(XMLGregorianCalendar value) { this.timestamp = value; @@ -158,9 +158,9 @@ public void setTimestamp(XMLGregorianCalendar value) { /** * Gets the value of the esitoMarca property. - * + * * @return possible object is {@link ECMarcaType.EsitoMarca } - * + * */ public ECMarcaType.EsitoMarca getEsitoMarca() { return esitoMarca; @@ -168,10 +168,10 @@ public ECMarcaType.EsitoMarca getEsitoMarca() { /** * Sets the value of the esitoMarca property. - * + * * @param value * allowed object is {@link ECMarcaType.EsitoMarca } - * + * */ public void setEsitoMarca(ECMarcaType.EsitoMarca value) { this.esitoMarca = value; @@ -180,10 +180,10 @@ public void setEsitoMarca(ECMarcaType.EsitoMarca value) { /** *

* Java class for anonymous complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

      * <complexType>
      *   <complexContent>
@@ -210,8 +210,8 @@ public void setEsitoMarca(ECMarcaType.EsitoMarca value) {
      *   </complexContent>
      * </complexType>
      * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "controlloConformita", "verificaMarca" }) @@ -224,9 +224,9 @@ public static class EsitoMarca { /** * Gets the value of the controlloConformita property. - * + * * @return possible object is {@link ECEsitoControlloType } - * + * */ public ECEsitoControlloType getControlloConformita() { return controlloConformita; @@ -234,10 +234,10 @@ public ECEsitoControlloType getControlloConformita() { /** * Sets the value of the controlloConformita property. - * + * * @param value * allowed object is {@link ECEsitoControlloType } - * + * */ public void setControlloConformita(ECEsitoControlloType value) { this.controlloConformita = value; @@ -245,9 +245,9 @@ public void setControlloConformita(ECEsitoControlloType value) { /** * Gets the value of the verificaMarca property. - * + * * @return possible object is {@link ECMarcaType.EsitoMarca.VerificaMarca } - * + * */ public ECMarcaType.EsitoMarca.VerificaMarca getVerificaMarca() { return verificaMarca; @@ -255,10 +255,10 @@ public ECMarcaType.EsitoMarca.VerificaMarca getVerificaMarca() { /** * Sets the value of the verificaMarca property. - * + * * @param value * allowed object is {@link ECMarcaType.EsitoMarca.VerificaMarca } - * + * */ public void setVerificaMarca(ECMarcaType.EsitoMarca.VerificaMarca value) { this.verificaMarca = value; @@ -267,10 +267,10 @@ public void setVerificaMarca(ECMarcaType.EsitoMarca.VerificaMarca value) { /** *

* Java class for anonymous complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

          * <complexType>
          *   <complexContent>
@@ -286,8 +286,8 @@ public void setVerificaMarca(ECMarcaType.EsitoMarca.VerificaMarca value) {
          *   </complexContent>
          * </complexType>
          * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "codiceEsito", "controlloCrittografico", "controlloCatenaTrusted", @@ -307,9 +307,9 @@ public static class VerificaMarca { /** * Gets the value of the codiceEsito property. - * + * * @return possible object is {@link ECEsitoPosNegWarType } - * + * */ public ECEsitoPosNegWarType getCodiceEsito() { return codiceEsito; @@ -317,10 +317,10 @@ public ECEsitoPosNegWarType getCodiceEsito() { /** * Sets the value of the codiceEsito property. - * + * * @param value * allowed object is {@link ECEsitoPosNegWarType } - * + * */ public void setCodiceEsito(ECEsitoPosNegWarType value) { this.codiceEsito = value; @@ -328,9 +328,9 @@ public void setCodiceEsito(ECEsitoPosNegWarType value) { /** * Gets the value of the controlloCrittografico property. - * + * * @return possible object is {@link ECEsitoControlloType } - * + * */ public ECEsitoControlloType getControlloCrittografico() { return controlloCrittografico; @@ -338,10 +338,10 @@ public ECEsitoControlloType getControlloCrittografico() { /** * Sets the value of the controlloCrittografico property. - * + * * @param value * allowed object is {@link ECEsitoControlloType } - * + * */ public void setControlloCrittografico(ECEsitoControlloType value) { this.controlloCrittografico = value; @@ -349,9 +349,9 @@ public void setControlloCrittografico(ECEsitoControlloType value) { /** * Gets the value of the controlloCatenaTrusted property. - * + * * @return possible object is {@link ECEsitoControlloType } - * + * */ public ECEsitoControlloType getControlloCatenaTrusted() { return controlloCatenaTrusted; @@ -359,10 +359,10 @@ public ECEsitoControlloType getControlloCatenaTrusted() { /** * Sets the value of the controlloCatenaTrusted property. - * + * * @param value * allowed object is {@link ECEsitoControlloType } - * + * */ public void setControlloCatenaTrusted(ECEsitoControlloType value) { this.controlloCatenaTrusted = value; @@ -370,9 +370,9 @@ public void setControlloCatenaTrusted(ECEsitoControlloType value) { /** * Gets the value of the controlloCertificato property. - * + * * @return possible object is {@link ECEsitoControlloType } - * + * */ public ECEsitoControlloType getControlloCertificato() { return controlloCertificato; @@ -380,10 +380,10 @@ public ECEsitoControlloType getControlloCertificato() { /** * Sets the value of the controlloCertificato property. - * + * * @param value * allowed object is {@link ECEsitoControlloType } - * + * */ public void setControlloCertificato(ECEsitoControlloType value) { this.controlloCertificato = value; @@ -391,9 +391,9 @@ public void setControlloCertificato(ECEsitoControlloType value) { /** * Gets the value of the controlloCRL property. - * + * * @return possible object is {@link ECEsitoControlloType } - * + * */ public ECEsitoControlloType getControlloCRL() { return controlloCRL; @@ -401,10 +401,10 @@ public ECEsitoControlloType getControlloCRL() { /** * Sets the value of the controlloCRL property. - * + * * @param value * allowed object is {@link ECEsitoControlloType } - * + * */ public void setControlloCRL(ECEsitoControlloType value) { this.controlloCRL = value; diff --git a/src/main/java/net/datasiel/par/jaxb/esito/ECSottoComponenteType.java b/src/main/java/net/datasiel/par/jaxb/esito/ECSottoComponenteType.java index e612027..1a5c5ed 100644 --- a/src/main/java/net/datasiel/par/jaxb/esito/ECSottoComponenteType.java +++ b/src/main/java/net/datasiel/par/jaxb/esito/ECSottoComponenteType.java @@ -16,10 +16,10 @@ */ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2013.02.26 at 03:12:57 PM CET +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2013.02.26 at 03:12:57 PM CET // package net.datasiel.par.jaxb.esito; @@ -36,10 +36,10 @@ /** *

* Java class for ECSottoComponenteType complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

  * <complexType name="ECSottoComponenteType">
  *   <complexContent>
@@ -81,8 +81,8 @@
  *   </complexContent>
  * </complexType>
  * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "ECSottoComponenteType", propOrder = { "ordinePresentazione", "tipoComponente", "urn", "hash", @@ -119,9 +119,9 @@ public class ECSottoComponenteType { /** * Gets the value of the ordinePresentazione property. - * + * * @return possible object is {@link BigInteger } - * + * */ public BigInteger getOrdinePresentazione() { return ordinePresentazione; @@ -129,10 +129,10 @@ public BigInteger getOrdinePresentazione() { /** * Sets the value of the ordinePresentazione property. - * + * * @param value * allowed object is {@link BigInteger } - * + * */ public void setOrdinePresentazione(BigInteger value) { this.ordinePresentazione = value; @@ -140,9 +140,9 @@ public void setOrdinePresentazione(BigInteger value) { /** * Gets the value of the tipoComponente property. - * + * * @return possible object is {@link String } - * + * */ public String getTipoComponente() { return tipoComponente; @@ -150,10 +150,10 @@ public String getTipoComponente() { /** * Sets the value of the tipoComponente property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setTipoComponente(String value) { this.tipoComponente = value; @@ -161,9 +161,9 @@ public void setTipoComponente(String value) { /** * Gets the value of the urn property. - * + * * @return possible object is {@link String } - * + * */ public String getURN() { return urn; @@ -171,10 +171,10 @@ public String getURN() { /** * Sets the value of the urn property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setURN(String value) { this.urn = value; @@ -182,9 +182,9 @@ public void setURN(String value) { /** * Gets the value of the hash property. - * + * * @return possible object is {@link String } - * + * */ public byte[] getHash() { return hash; @@ -192,10 +192,10 @@ public byte[] getHash() { /** * Sets the value of the hash property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setHash(byte[] value) { this.hash = ((byte[]) value); @@ -203,9 +203,9 @@ public void setHash(byte[] value) { /** * Gets the value of the algoritmoHash property. - * + * * @return possible object is {@link String } - * + * */ public String getAlgoritmoHash() { return algoritmoHash; @@ -213,10 +213,10 @@ public String getAlgoritmoHash() { /** * Sets the value of the algoritmoHash property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setAlgoritmoHash(String value) { this.algoritmoHash = value; @@ -224,9 +224,9 @@ public void setAlgoritmoHash(String value) { /** * Gets the value of the encoding property. - * + * * @return possible object is {@link String } - * + * */ public String getEncoding() { return encoding; @@ -234,10 +234,10 @@ public String getEncoding() { /** * Sets the value of the encoding property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setEncoding(String value) { this.encoding = value; @@ -245,9 +245,9 @@ public void setEncoding(String value) { /** * Gets the value of the formatoRappresentazione property. - * + * * @return possible object is {@link String } - * + * */ public String getFormatoRappresentazione() { return formatoRappresentazione; @@ -255,10 +255,10 @@ public String getFormatoRappresentazione() { /** * Sets the value of the formatoRappresentazione property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setFormatoRappresentazione(String value) { this.formatoRappresentazione = value; @@ -266,9 +266,9 @@ public void setFormatoRappresentazione(String value) { /** * Gets the value of the formatoRappresentazioneEsteso property. - * + * * @return possible object is {@link String } - * + * */ public String getFormatoRappresentazioneEsteso() { return formatoRappresentazioneEsteso; @@ -276,10 +276,10 @@ public String getFormatoRappresentazioneEsteso() { /** * Sets the value of the formatoRappresentazioneEsteso property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setFormatoRappresentazioneEsteso(String value) { this.formatoRappresentazioneEsteso = value; @@ -287,9 +287,9 @@ public void setFormatoRappresentazioneEsteso(String value) { /** * Gets the value of the idoneitaFormato property. - * + * * @return possible object is {@link ECEsitoIdonFormatoType } - * + * */ public ECEsitoIdonFormatoType getIdoneitaFormato() { return idoneitaFormato; @@ -297,10 +297,10 @@ public ECEsitoIdonFormatoType getIdoneitaFormato() { /** * Sets the value of the idoneitaFormato property. - * + * * @param value * allowed object is {@link ECEsitoIdonFormatoType } - * + * */ public void setIdoneitaFormato(ECEsitoIdonFormatoType value) { this.idoneitaFormato = value; @@ -308,9 +308,9 @@ public void setIdoneitaFormato(ECEsitoIdonFormatoType value) { /** * Gets the value of the dimensioneFile property. - * + * * @return possible object is {@link BigInteger } - * + * */ public BigInteger getDimensioneFile() { return dimensioneFile; @@ -318,10 +318,10 @@ public BigInteger getDimensioneFile() { /** * Sets the value of the dimensioneFile property. - * + * * @param value * allowed object is {@link BigInteger } - * + * */ public void setDimensioneFile(BigInteger value) { this.dimensioneFile = value; @@ -329,9 +329,9 @@ public void setDimensioneFile(BigInteger value) { /** * Gets the value of the esitoSottoComponente property. - * + * * @return possible object is {@link ECSottoComponenteType.EsitoSottoComponente } - * + * */ public ECSottoComponenteType.EsitoSottoComponente getEsitoSottoComponente() { return esitoSottoComponente; @@ -339,10 +339,10 @@ public ECSottoComponenteType.EsitoSottoComponente getEsitoSottoComponente() { /** * Sets the value of the esitoSottoComponente property. - * + * * @param value * allowed object is {@link ECSottoComponenteType.EsitoSottoComponente } - * + * */ public void setEsitoSottoComponente(ECSottoComponenteType.EsitoSottoComponente value) { this.esitoSottoComponente = value; @@ -351,10 +351,10 @@ public void setEsitoSottoComponente(ECSottoComponenteType.EsitoSottoComponente v /** *

* Java class for anonymous complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

      * <complexType>
      *   <complexContent>
@@ -376,8 +376,8 @@ public void setEsitoSottoComponente(ECSottoComponenteType.EsitoSottoComponente v
      *   </complexContent>
      * </complexType>
      * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "codiceEsito", "verificaTipoComponente", "corrispondenzaDatiSpecifici", @@ -406,9 +406,9 @@ public static class EsitoSottoComponente { /** * Gets the value of the codiceEsito property. - * + * * @return possible object is {@link ECEsitoPosNegWarType } - * + * */ public ECEsitoPosNegWarType getCodiceEsito() { return codiceEsito; @@ -416,10 +416,10 @@ public ECEsitoPosNegWarType getCodiceEsito() { /** * Sets the value of the codiceEsito property. - * + * * @param value * allowed object is {@link ECEsitoPosNegWarType } - * + * */ public void setCodiceEsito(ECEsitoPosNegWarType value) { this.codiceEsito = value; @@ -427,9 +427,9 @@ public void setCodiceEsito(ECEsitoPosNegWarType value) { /** * Gets the value of the verificaTipoComponente property. - * + * * @return possible object is {@link ECEsitoPosNegType } - * + * */ public ECEsitoPosNegType getVerificaTipoComponente() { return verificaTipoComponente; @@ -437,10 +437,10 @@ public ECEsitoPosNegType getVerificaTipoComponente() { /** * Sets the value of the verificaTipoComponente property. - * + * * @param value * allowed object is {@link ECEsitoPosNegType } - * + * */ public void setVerificaTipoComponente(ECEsitoPosNegType value) { this.verificaTipoComponente = value; @@ -448,9 +448,9 @@ public void setVerificaTipoComponente(ECEsitoPosNegType value) { /** * Gets the value of the corrispondenzaDatiSpecifici property. - * + * * @return possible object is {@link String } - * + * */ public String getCorrispondenzaDatiSpecifici() { return corrispondenzaDatiSpecifici; @@ -458,10 +458,10 @@ public String getCorrispondenzaDatiSpecifici() { /** * Sets the value of the corrispondenzaDatiSpecifici property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setCorrispondenzaDatiSpecifici(String value) { this.corrispondenzaDatiSpecifici = value; @@ -469,9 +469,9 @@ public void setCorrispondenzaDatiSpecifici(String value) { /** * Gets the value of the verificaTipoSupportoComponente property. - * + * * @return possible object is {@link String } - * + * */ public String getVerificaTipoSupportoComponente() { return verificaTipoSupportoComponente; @@ -479,10 +479,10 @@ public String getVerificaTipoSupportoComponente() { /** * Sets the value of the verificaTipoSupportoComponente property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setVerificaTipoSupportoComponente(String value) { this.verificaTipoSupportoComponente = value; @@ -490,9 +490,9 @@ public void setVerificaTipoSupportoComponente(String value) { /** * Gets the value of the verificaNomeComponente property. - * + * * @return possible object is {@link ECEsitoPosNegType } - * + * */ public ECEsitoPosNegType getVerificaNomeComponente() { return verificaNomeComponente; @@ -500,10 +500,10 @@ public ECEsitoPosNegType getVerificaNomeComponente() { /** * Sets the value of the verificaNomeComponente property. - * + * * @param value * allowed object is {@link ECEsitoPosNegType } - * + * */ public void setVerificaNomeComponente(ECEsitoPosNegType value) { this.verificaNomeComponente = value; @@ -511,9 +511,9 @@ public void setVerificaNomeComponente(ECEsitoPosNegType value) { /** * Gets the value of the verificaAmmissibilitaFormato property. - * + * * @return possible object is {@link ECEsitoPosNegType } - * + * */ public ECEsitoPosNegType getVerificaAmmissibilitaFormato() { return verificaAmmissibilitaFormato; @@ -521,10 +521,10 @@ public ECEsitoPosNegType getVerificaAmmissibilitaFormato() { /** * Sets the value of the verificaAmmissibilitaFormato property. - * + * * @param value * allowed object is {@link ECEsitoPosNegType } - * + * */ public void setVerificaAmmissibilitaFormato(ECEsitoPosNegType value) { this.verificaAmmissibilitaFormato = value; @@ -532,9 +532,9 @@ public void setVerificaAmmissibilitaFormato(ECEsitoPosNegType value) { /** * Gets the value of the verificaRiconoscimentoFormato property. - * + * * @return possible object is {@link ECEsitoRicFormatoType } - * + * */ public ECEsitoRicFormatoType getVerificaRiconoscimentoFormato() { return verificaRiconoscimentoFormato; @@ -542,10 +542,10 @@ public ECEsitoRicFormatoType getVerificaRiconoscimentoFormato() { /** * Sets the value of the verificaRiconoscimentoFormato property. - * + * * @param value * allowed object is {@link ECEsitoRicFormatoType } - * + * */ public void setVerificaRiconoscimentoFormato(ECEsitoRicFormatoType value) { this.verificaRiconoscimentoFormato = value; @@ -553,9 +553,9 @@ public void setVerificaRiconoscimentoFormato(ECEsitoRicFormatoType value) { /** * Gets the value of the messaggioRiconoscimentoFormato property. - * + * * @return possible object is {@link String } - * + * */ public String getMessaggioRiconoscimentoFormato() { return messaggioRiconoscimentoFormato; @@ -563,10 +563,10 @@ public String getMessaggioRiconoscimentoFormato() { /** * Sets the value of the messaggioRiconoscimentoFormato property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setMessaggioRiconoscimentoFormato(String value) { this.messaggioRiconoscimentoFormato = value; @@ -574,9 +574,9 @@ public void setMessaggioRiconoscimentoFormato(String value) { /** * Gets the value of the verificaRiferimentoUnitaDocumentaria property. - * + * * @return possible object is {@link ECEsitoPosNegType } - * + * */ public ECEsitoPosNegType getVerificaRiferimentoUnitaDocumentaria() { return verificaRiferimentoUnitaDocumentaria; @@ -584,10 +584,10 @@ public ECEsitoPosNegType getVerificaRiferimentoUnitaDocumentaria() { /** * Sets the value of the verificaRiferimentoUnitaDocumentaria property. - * + * * @param value * allowed object is {@link ECEsitoPosNegType } - * + * */ public void setVerificaRiferimentoUnitaDocumentaria(ECEsitoPosNegType value) { this.verificaRiferimentoUnitaDocumentaria = value; diff --git a/src/main/java/net/datasiel/par/jaxb/esito/ECStatoConsType.java b/src/main/java/net/datasiel/par/jaxb/esito/ECStatoConsType.java index f28cc0e..e47e272 100644 --- a/src/main/java/net/datasiel/par/jaxb/esito/ECStatoConsType.java +++ b/src/main/java/net/datasiel/par/jaxb/esito/ECStatoConsType.java @@ -16,10 +16,10 @@ */ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2013.02.26 at 03:12:57 PM CET +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2013.02.26 at 03:12:57 PM CET // package net.datasiel.par.jaxb.esito; @@ -29,11 +29,11 @@ /** *

* Java class for ECStatoConsType. - * + * *

* The following schema fragment specifies the expected content contained within this class. *

- * + * *

  * <simpleType name="ECStatoConsType">
  *   <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
@@ -45,7 +45,7 @@
  *   </restriction>
  * </simpleType>
  * 
- * + * */ @XmlEnum public enum ECStatoConsType { diff --git a/src/main/java/net/datasiel/par/jaxb/esito/ECUnitaDocAggAllType.java b/src/main/java/net/datasiel/par/jaxb/esito/ECUnitaDocAggAllType.java index d11d6c7..edf8ed8 100644 --- a/src/main/java/net/datasiel/par/jaxb/esito/ECUnitaDocAggAllType.java +++ b/src/main/java/net/datasiel/par/jaxb/esito/ECUnitaDocAggAllType.java @@ -16,10 +16,10 @@ */ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2013.02.26 at 03:12:57 PM CET +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2013.02.26 at 03:12:57 PM CET // package net.datasiel.par.jaxb.esito; @@ -33,10 +33,10 @@ /** *

* Java class for ECUnitaDocAggAllType complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

  * <complexType name="ECUnitaDocAggAllType">
  *   <complexContent>
@@ -72,8 +72,8 @@
  *   </complexContent>
  * </complexType>
  * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "ECUnitaDocAggAllType", propOrder = { "versatore", "chiave", "dataVersamento", "statoConservazione", @@ -101,9 +101,9 @@ public class ECUnitaDocAggAllType { /** * Gets the value of the versatore property. - * + * * @return possible object is {@link SCVersatoreType } - * + * */ public SCVersatoreType getVersatore() { return versatore; @@ -111,10 +111,10 @@ public SCVersatoreType getVersatore() { /** * Sets the value of the versatore property. - * + * * @param value * allowed object is {@link SCVersatoreType } - * + * */ public void setVersatore(SCVersatoreType value) { this.versatore = value; @@ -122,9 +122,9 @@ public void setVersatore(SCVersatoreType value) { /** * Gets the value of the chiave property. - * + * * @return possible object is {@link SCChiaveType } - * + * */ public SCChiaveType getChiave() { return chiave; @@ -132,10 +132,10 @@ public SCChiaveType getChiave() { /** * Sets the value of the chiave property. - * + * * @param value * allowed object is {@link SCChiaveType } - * + * */ public void setChiave(SCChiaveType value) { this.chiave = value; @@ -143,9 +143,9 @@ public void setChiave(SCChiaveType value) { /** * Gets the value of the dataVersamento property. - * + * * @return possible object is {@link XMLGregorianCalendar } - * + * */ public XMLGregorianCalendar getDataVersamento() { return dataVersamento; @@ -153,10 +153,10 @@ public XMLGregorianCalendar getDataVersamento() { /** * Sets the value of the dataVersamento property. - * + * * @param value * allowed object is {@link XMLGregorianCalendar } - * + * */ public void setDataVersamento(XMLGregorianCalendar value) { this.dataVersamento = value; @@ -164,9 +164,9 @@ public void setDataVersamento(XMLGregorianCalendar value) { /** * Gets the value of the statoConservazione property. - * + * * @return possible object is {@link ECStatoConsType } - * + * */ public ECStatoConsType getStatoConservazione() { return statoConservazione; @@ -174,10 +174,10 @@ public ECStatoConsType getStatoConservazione() { /** * Sets the value of the statoConservazione property. - * + * * @param value * allowed object is {@link ECStatoConsType } - * + * */ public void setStatoConservazione(ECStatoConsType value) { this.statoConservazione = value; @@ -185,9 +185,9 @@ public void setStatoConservazione(ECStatoConsType value) { /** * Gets the value of the firmatoDigitalmente property. - * + * * @return possible object is {@link Boolean } - * + * */ public Boolean isFirmatoDigitalmente() { return firmatoDigitalmente; @@ -195,10 +195,10 @@ public Boolean isFirmatoDigitalmente() { /** * Sets the value of the firmatoDigitalmente property. - * + * * @param value * allowed object is {@link Boolean } - * + * */ public void setFirmatoDigitalmente(Boolean value) { this.firmatoDigitalmente = value; @@ -206,9 +206,9 @@ public void setFirmatoDigitalmente(Boolean value) { /** * Gets the value of the esitoUnitaDocumentaria property. - * + * * @return possible object is {@link ECUnitaDocAggAllType.EsitoUnitaDocumentaria } - * + * */ public ECUnitaDocAggAllType.EsitoUnitaDocumentaria getEsitoUnitaDocumentaria() { return esitoUnitaDocumentaria; @@ -216,10 +216,10 @@ public ECUnitaDocAggAllType.EsitoUnitaDocumentaria getEsitoUnitaDocumentaria() { /** * Sets the value of the esitoUnitaDocumentaria property. - * + * * @param value * allowed object is {@link ECUnitaDocAggAllType.EsitoUnitaDocumentaria } - * + * */ public void setEsitoUnitaDocumentaria(ECUnitaDocAggAllType.EsitoUnitaDocumentaria value) { this.esitoUnitaDocumentaria = value; @@ -227,9 +227,9 @@ public void setEsitoUnitaDocumentaria(ECUnitaDocAggAllType.EsitoUnitaDocumentari /** * Gets the value of the allegato property. - * + * * @return possible object is {@link ECDocumentoType } - * + * */ public ECDocumentoType getAllegato() { return allegato; @@ -237,10 +237,10 @@ public ECDocumentoType getAllegato() { /** * Sets the value of the allegato property. - * + * * @param value * allowed object is {@link ECDocumentoType } - * + * */ public void setAllegato(ECDocumentoType value) { this.allegato = value; @@ -248,9 +248,9 @@ public void setAllegato(ECDocumentoType value) { /** * Gets the value of the annesso property. - * + * * @return possible object is {@link ECDocumentoType } - * + * */ public ECDocumentoType getAnnesso() { return annesso; @@ -258,10 +258,10 @@ public ECDocumentoType getAnnesso() { /** * Sets the value of the annesso property. - * + * * @param value * allowed object is {@link ECDocumentoType } - * + * */ public void setAnnesso(ECDocumentoType value) { this.annesso = value; @@ -269,9 +269,9 @@ public void setAnnesso(ECDocumentoType value) { /** * Gets the value of the annotazione property. - * + * * @return possible object is {@link ECDocumentoType } - * + * */ public ECDocumentoType getAnnotazione() { return annotazione; @@ -279,10 +279,10 @@ public ECDocumentoType getAnnotazione() { /** * Sets the value of the annotazione property. - * + * * @param value * allowed object is {@link ECDocumentoType } - * + * */ public void setAnnotazione(ECDocumentoType value) { this.annotazione = value; @@ -291,10 +291,10 @@ public void setAnnotazione(ECDocumentoType value) { /** *

* Java class for anonymous complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

      * <complexType>
      *   <complexContent>
@@ -310,8 +310,8 @@ public void setAnnotazione(ECDocumentoType value) {
      *   </complexContent>
      * </complexType>
      * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "codiceEsito", "identificazioneVersatore", "identificazioneChiave", @@ -331,9 +331,9 @@ public static class EsitoUnitaDocumentaria { /** * Gets the value of the codiceEsito property. - * + * * @return possible object is {@link ECEsitoPosNegWarType } - * + * */ public ECEsitoPosNegWarType getCodiceEsito() { return codiceEsito; @@ -341,10 +341,10 @@ public ECEsitoPosNegWarType getCodiceEsito() { /** * Sets the value of the codiceEsito property. - * + * * @param value * allowed object is {@link ECEsitoPosNegWarType } - * + * */ public void setCodiceEsito(ECEsitoPosNegWarType value) { this.codiceEsito = value; @@ -352,9 +352,9 @@ public void setCodiceEsito(ECEsitoPosNegWarType value) { /** * Gets the value of the identificazioneVersatore property. - * + * * @return possible object is {@link String } - * + * */ public String getIdentificazioneVersatore() { return identificazioneVersatore; @@ -362,10 +362,10 @@ public String getIdentificazioneVersatore() { /** * Sets the value of the identificazioneVersatore property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setIdentificazioneVersatore(String value) { this.identificazioneVersatore = value; @@ -373,9 +373,9 @@ public void setIdentificazioneVersatore(String value) { /** * Gets the value of the identificazioneChiave property. - * + * * @return possible object is {@link ECEsitoPosNegType } - * + * */ public ECEsitoPosNegType getIdentificazioneChiave() { return identificazioneChiave; @@ -383,10 +383,10 @@ public ECEsitoPosNegType getIdentificazioneChiave() { /** * Sets the value of the identificazioneChiave property. - * + * * @param value * allowed object is {@link ECEsitoPosNegType } - * + * */ public void setIdentificazioneChiave(ECEsitoPosNegType value) { this.identificazioneChiave = value; @@ -394,9 +394,9 @@ public void setIdentificazioneChiave(ECEsitoPosNegType value) { /** * Gets the value of the documentoUnivocoInUD property. - * + * * @return possible object is {@link ECEsitoPosNegType } - * + * */ public ECEsitoPosNegType getDocumentoUnivocoInUD() { return documentoUnivocoInUD; @@ -404,10 +404,10 @@ public ECEsitoPosNegType getDocumentoUnivocoInUD() { /** * Sets the value of the documentoUnivocoInUD property. - * + * * @param value * allowed object is {@link ECEsitoPosNegType } - * + * */ public void setDocumentoUnivocoInUD(ECEsitoPosNegType value) { this.documentoUnivocoInUD = value; @@ -415,9 +415,9 @@ public void setDocumentoUnivocoInUD(ECEsitoPosNegType value) { /** * Gets the value of the verificaFirmeUnitaDocumentaria property. - * + * * @return possible object is {@link ECEsitoPosNegWarType } - * + * */ public ECEsitoPosNegWarType getVerificaFirmeUnitaDocumentaria() { return verificaFirmeUnitaDocumentaria; @@ -425,10 +425,10 @@ public ECEsitoPosNegWarType getVerificaFirmeUnitaDocumentaria() { /** * Sets the value of the verificaFirmeUnitaDocumentaria property. - * + * * @param value * allowed object is {@link ECEsitoPosNegWarType } - * + * */ public void setVerificaFirmeUnitaDocumentaria(ECEsitoPosNegWarType value) { this.verificaFirmeUnitaDocumentaria = value; diff --git a/src/main/java/net/datasiel/par/jaxb/esito/ECUnitaDocType.java b/src/main/java/net/datasiel/par/jaxb/esito/ECUnitaDocType.java index 1a905b6..ecdf559 100644 --- a/src/main/java/net/datasiel/par/jaxb/esito/ECUnitaDocType.java +++ b/src/main/java/net/datasiel/par/jaxb/esito/ECUnitaDocType.java @@ -16,10 +16,10 @@ */ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2013.02.26 at 03:12:57 PM CET +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2013.02.26 at 03:12:57 PM CET // package net.datasiel.par.jaxb.esito; @@ -35,10 +35,10 @@ /** *

* Java class for ECUnitaDocType complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

  * <complexType name="ECUnitaDocType">
  *   <complexContent>
@@ -105,8 +105,8 @@
  *   </complexContent>
  * </complexType>
  * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "ECUnitaDocType", propOrder = { "versatore", "chiave", "dataVersamento", "statoConservazione", @@ -136,9 +136,9 @@ public class ECUnitaDocType { /** * Gets the value of the versatore property. - * + * * @return possible object is {@link SCVersatoreType } - * + * */ public SCVersatoreType getVersatore() { return versatore; @@ -146,10 +146,10 @@ public SCVersatoreType getVersatore() { /** * Sets the value of the versatore property. - * + * * @param value * allowed object is {@link SCVersatoreType } - * + * */ public void setVersatore(SCVersatoreType value) { this.versatore = value; @@ -157,9 +157,9 @@ public void setVersatore(SCVersatoreType value) { /** * Gets the value of the chiave property. - * + * * @return possible object is {@link SCChiaveType } - * + * */ public SCChiaveType getChiave() { return chiave; @@ -167,10 +167,10 @@ public SCChiaveType getChiave() { /** * Sets the value of the chiave property. - * + * * @param value * allowed object is {@link SCChiaveType } - * + * */ public void setChiave(SCChiaveType value) { this.chiave = value; @@ -178,9 +178,9 @@ public void setChiave(SCChiaveType value) { /** * Gets the value of the dataVersamento property. - * + * * @return possible object is {@link XMLGregorianCalendar } - * + * */ public XMLGregorianCalendar getDataVersamento() { return dataVersamento; @@ -188,10 +188,10 @@ public XMLGregorianCalendar getDataVersamento() { /** * Sets the value of the dataVersamento property. - * + * * @param value * allowed object is {@link XMLGregorianCalendar } - * + * */ public void setDataVersamento(XMLGregorianCalendar value) { this.dataVersamento = value; @@ -199,9 +199,9 @@ public void setDataVersamento(XMLGregorianCalendar value) { /** * Gets the value of the statoConservazione property. - * + * * @return possible object is {@link ECStatoConsType } - * + * */ public ECStatoConsType getStatoConservazione() { return statoConservazione; @@ -209,10 +209,10 @@ public ECStatoConsType getStatoConservazione() { /** * Sets the value of the statoConservazione property. - * + * * @param value * allowed object is {@link ECStatoConsType } - * + * */ public void setStatoConservazione(ECStatoConsType value) { this.statoConservazione = value; @@ -220,9 +220,9 @@ public void setStatoConservazione(ECStatoConsType value) { /** * Gets the value of the firmatoDigitalmente property. - * + * * @return possible object is {@link Boolean } - * + * */ public Boolean isFirmatoDigitalmente() { return firmatoDigitalmente; @@ -230,10 +230,10 @@ public Boolean isFirmatoDigitalmente() { /** * Sets the value of the firmatoDigitalmente property. - * + * * @param value * allowed object is {@link Boolean } - * + * */ public void setFirmatoDigitalmente(Boolean value) { this.firmatoDigitalmente = value; @@ -241,9 +241,9 @@ public void setFirmatoDigitalmente(Boolean value) { /** * Gets the value of the esitoUnitaDocumentaria property. - * + * * @return possible object is {@link ECUnitaDocType.EsitoUnitaDocumentaria } - * + * */ public ECUnitaDocType.EsitoUnitaDocumentaria getEsitoUnitaDocumentaria() { return esitoUnitaDocumentaria; @@ -251,10 +251,10 @@ public ECUnitaDocType.EsitoUnitaDocumentaria getEsitoUnitaDocumentaria() { /** * Sets the value of the esitoUnitaDocumentaria property. - * + * * @param value * allowed object is {@link ECUnitaDocType.EsitoUnitaDocumentaria } - * + * */ public void setEsitoUnitaDocumentaria(ECUnitaDocType.EsitoUnitaDocumentaria value) { this.esitoUnitaDocumentaria = value; @@ -262,9 +262,9 @@ public void setEsitoUnitaDocumentaria(ECUnitaDocType.EsitoUnitaDocumentaria valu /** * Gets the value of the documentoPrincipale property. - * + * * @return possible object is {@link ECDocumentoType } - * + * */ public ECDocumentoType getDocumentoPrincipale() { return documentoPrincipale; @@ -272,10 +272,10 @@ public ECDocumentoType getDocumentoPrincipale() { /** * Sets the value of the documentoPrincipale property. - * + * * @param value * allowed object is {@link ECDocumentoType } - * + * */ public void setDocumentoPrincipale(ECDocumentoType value) { this.documentoPrincipale = value; @@ -283,9 +283,9 @@ public void setDocumentoPrincipale(ECDocumentoType value) { /** * Gets the value of the allegati property. - * + * * @return possible object is {@link ECUnitaDocType.Allegati } - * + * */ public ECUnitaDocType.Allegati getAllegati() { return allegati; @@ -293,10 +293,10 @@ public ECUnitaDocType.Allegati getAllegati() { /** * Sets the value of the allegati property. - * + * * @param value * allowed object is {@link ECUnitaDocType.Allegati } - * + * */ public void setAllegati(ECUnitaDocType.Allegati value) { this.allegati = value; @@ -304,9 +304,9 @@ public void setAllegati(ECUnitaDocType.Allegati value) { /** * Gets the value of the annessi property. - * + * * @return possible object is {@link ECUnitaDocType.Annessi } - * + * */ public ECUnitaDocType.Annessi getAnnessi() { return annessi; @@ -314,10 +314,10 @@ public ECUnitaDocType.Annessi getAnnessi() { /** * Sets the value of the annessi property. - * + * * @param value * allowed object is {@link ECUnitaDocType.Annessi } - * + * */ public void setAnnessi(ECUnitaDocType.Annessi value) { this.annessi = value; @@ -325,9 +325,9 @@ public void setAnnessi(ECUnitaDocType.Annessi value) { /** * Gets the value of the annotazioni property. - * + * * @return possible object is {@link ECUnitaDocType.Annotazioni } - * + * */ public ECUnitaDocType.Annotazioni getAnnotazioni() { return annotazioni; @@ -335,10 +335,10 @@ public ECUnitaDocType.Annotazioni getAnnotazioni() { /** * Sets the value of the annotazioni property. - * + * * @param value * allowed object is {@link ECUnitaDocType.Annotazioni } - * + * */ public void setAnnotazioni(ECUnitaDocType.Annotazioni value) { this.annotazioni = value; @@ -347,10 +347,10 @@ public void setAnnotazioni(ECUnitaDocType.Annotazioni value) { /** *

* Java class for anonymous complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

      * <complexType>
      *   <complexContent>
@@ -362,8 +362,8 @@ public void setAnnotazioni(ECUnitaDocType.Annotazioni value) {
      *   </complexContent>
      * </complexType>
      * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "allegato" }) @@ -374,24 +374,24 @@ public static class Allegati { /** * Gets the value of the allegato property. - * + * *

* This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you * make to the returned list will be present inside the JAXB object. This is why there is not a set * method for the allegato property. - * + * *

* For example, to add a new item, do as follows: - * + * *

          * getAllegato().add(newItem);
          * 
- * - * + * + * *

* Objects of the following type(s) are allowed in the list {@link ECDocumentoType } - * - * + * + * */ public List getAllegato() { if (allegato == null) { @@ -405,10 +405,10 @@ public List getAllegato() { /** *

* Java class for anonymous complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

      * <complexType>
      *   <complexContent>
@@ -420,8 +420,8 @@ public List getAllegato() {
      *   </complexContent>
      * </complexType>
      * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "annesso" }) @@ -432,24 +432,24 @@ public static class Annessi { /** * Gets the value of the annesso property. - * + * *

* This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you * make to the returned list will be present inside the JAXB object. This is why there is not a set * method for the annesso property. - * + * *

* For example, to add a new item, do as follows: - * + * *

          * getAnnesso().add(newItem);
          * 
- * - * + * + * *

* Objects of the following type(s) are allowed in the list {@link ECDocumentoType } - * - * + * + * */ public List getAnnesso() { if (annesso == null) { @@ -463,10 +463,10 @@ public List getAnnesso() { /** *

* Java class for anonymous complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

      * <complexType>
      *   <complexContent>
@@ -478,8 +478,8 @@ public List getAnnesso() {
      *   </complexContent>
      * </complexType>
      * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "annotazione" }) @@ -490,24 +490,24 @@ public static class Annotazioni { /** * Gets the value of the annotazione property. - * + * *

* This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you * make to the returned list will be present inside the JAXB object. This is why there is not a set * method for the annotazione property. - * + * *

* For example, to add a new item, do as follows: - * + * *

          * getAnnotazione().add(newItem);
          * 
- * - * + * + * *

* Objects of the following type(s) are allowed in the list {@link ECDocumentoType } - * - * + * + * */ public List getAnnotazione() { if (annotazione == null) { @@ -521,10 +521,10 @@ public List getAnnotazione() { /** *

* Java class for anonymous complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

      * <complexType>
      *   <complexContent>
@@ -542,8 +542,8 @@ public List getAnnotazione() {
      *   </complexContent>
      * </complexType>
      * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "codiceEsito", "identificazioneVersatore", "univocitaChiave", @@ -568,9 +568,9 @@ public static class EsitoUnitaDocumentaria { /** * Gets the value of the codiceEsito property. - * + * * @return possible object is {@link ECEsitoPosNegWarType } - * + * */ public ECEsitoPosNegWarType getCodiceEsito() { return codiceEsito; @@ -578,10 +578,10 @@ public ECEsitoPosNegWarType getCodiceEsito() { /** * Sets the value of the codiceEsito property. - * + * * @param value * allowed object is {@link ECEsitoPosNegWarType } - * + * */ public void setCodiceEsito(ECEsitoPosNegWarType value) { this.codiceEsito = value; @@ -589,9 +589,9 @@ public void setCodiceEsito(ECEsitoPosNegWarType value) { /** * Gets the value of the identificazioneVersatore property. - * + * * @return possible object is {@link String } - * + * */ public String getIdentificazioneVersatore() { return identificazioneVersatore; @@ -599,10 +599,10 @@ public String getIdentificazioneVersatore() { /** * Sets the value of the identificazioneVersatore property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setIdentificazioneVersatore(String value) { this.identificazioneVersatore = value; @@ -610,9 +610,9 @@ public void setIdentificazioneVersatore(String value) { /** * Gets the value of the univocitaChiave property. - * + * * @return possible object is {@link ECEsitoPosNegType } - * + * */ public ECEsitoPosNegType getUnivocitaChiave() { return univocitaChiave; @@ -620,10 +620,10 @@ public ECEsitoPosNegType getUnivocitaChiave() { /** * Sets the value of the univocitaChiave property. - * + * * @param value * allowed object is {@link ECEsitoPosNegType } - * + * */ public void setUnivocitaChiave(ECEsitoPosNegType value) { this.univocitaChiave = value; @@ -631,9 +631,9 @@ public void setUnivocitaChiave(ECEsitoPosNegType value) { /** * Gets the value of the verificaTipologiaUD property. - * + * * @return possible object is {@link ECEsitoPosNegType } - * + * */ public ECEsitoPosNegType getVerificaTipologiaUD() { return verificaTipologiaUD; @@ -641,10 +641,10 @@ public ECEsitoPosNegType getVerificaTipologiaUD() { /** * Sets the value of the verificaTipologiaUD property. - * + * * @param value * allowed object is {@link ECEsitoPosNegType } - * + * */ public void setVerificaTipologiaUD(ECEsitoPosNegType value) { this.verificaTipologiaUD = value; @@ -652,9 +652,9 @@ public void setVerificaTipologiaUD(ECEsitoPosNegType value) { /** * Gets the value of the corrispondenzaDatiSpecifici property. - * + * * @return possible object is {@link String } - * + * */ public String getCorrispondenzaDatiSpecifici() { return corrispondenzaDatiSpecifici; @@ -662,10 +662,10 @@ public String getCorrispondenzaDatiSpecifici() { /** * Sets the value of the corrispondenzaDatiSpecifici property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setCorrispondenzaDatiSpecifici(String value) { this.corrispondenzaDatiSpecifici = value; @@ -673,9 +673,9 @@ public void setCorrispondenzaDatiSpecifici(String value) { /** * Gets the value of the presenzaUDCollegate property. - * + * * @return possible object is {@link String } - * + * */ public String getPresenzaUDCollegate() { return presenzaUDCollegate; @@ -683,10 +683,10 @@ public String getPresenzaUDCollegate() { /** * Sets the value of the presenzaUDCollegate property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setPresenzaUDCollegate(String value) { this.presenzaUDCollegate = value; @@ -694,9 +694,9 @@ public void setPresenzaUDCollegate(String value) { /** * Gets the value of the verificaFirmeUnitaDocumentaria property. - * + * * @return possible object is {@link ECEsitoPosNegWarType } - * + * */ public ECEsitoPosNegWarType getVerificaFirmeUnitaDocumentaria() { return verificaFirmeUnitaDocumentaria; @@ -704,10 +704,10 @@ public ECEsitoPosNegWarType getVerificaFirmeUnitaDocumentaria() { /** * Sets the value of the verificaFirmeUnitaDocumentaria property. - * + * * @param value * allowed object is {@link ECEsitoPosNegWarType } - * + * */ public void setVerificaFirmeUnitaDocumentaria(ECEsitoPosNegWarType value) { this.verificaFirmeUnitaDocumentaria = value; diff --git a/src/main/java/net/datasiel/par/jaxb/esito/EsitoVersAggAllegati.java b/src/main/java/net/datasiel/par/jaxb/esito/EsitoVersAggAllegati.java index 896ef2d..6c272fc 100644 --- a/src/main/java/net/datasiel/par/jaxb/esito/EsitoVersAggAllegati.java +++ b/src/main/java/net/datasiel/par/jaxb/esito/EsitoVersAggAllegati.java @@ -16,10 +16,10 @@ */ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2013.02.26 at 03:12:57 PM CET +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2013.02.26 at 03:12:57 PM CET // package net.datasiel.par.jaxb.esito; @@ -34,10 +34,10 @@ /** *

* Java class for anonymous complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

  * <complexType>
  *   <complexContent>
@@ -57,8 +57,8 @@
  *   </complexContent>
  * </complexType>
  * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "versione", "versioneXMLChiamata", "dataVersamento", "esitoGenerale", @@ -87,9 +87,9 @@ public class EsitoVersAggAllegati { /** * Gets the value of the versione property. - * + * * @return possible object is {@link String } - * + * */ public String getVersione() { return versione; @@ -97,10 +97,10 @@ public String getVersione() { /** * Sets the value of the versione property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setVersione(String value) { this.versione = value; @@ -108,9 +108,9 @@ public void setVersione(String value) { /** * Gets the value of the versioneXMLChiamata property. - * + * * @return possible object is {@link String } - * + * */ public String getVersioneXMLChiamata() { return versioneXMLChiamata; @@ -118,10 +118,10 @@ public String getVersioneXMLChiamata() { /** * Sets the value of the versioneXMLChiamata property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setVersioneXMLChiamata(String value) { this.versioneXMLChiamata = value; @@ -129,9 +129,9 @@ public void setVersioneXMLChiamata(String value) { /** * Gets the value of the dataVersamento property. - * + * * @return possible object is {@link XMLGregorianCalendar } - * + * */ public XMLGregorianCalendar getDataVersamento() { return dataVersamento; @@ -139,10 +139,10 @@ public XMLGregorianCalendar getDataVersamento() { /** * Sets the value of the dataVersamento property. - * + * * @param value * allowed object is {@link XMLGregorianCalendar } - * + * */ public void setDataVersamento(XMLGregorianCalendar value) { this.dataVersamento = value; @@ -150,9 +150,9 @@ public void setDataVersamento(XMLGregorianCalendar value) { /** * Gets the value of the esitoGenerale property. - * + * * @return possible object is {@link ECEsitoGeneraleType } - * + * */ public ECEsitoGeneraleType getEsitoGenerale() { return esitoGenerale; @@ -160,10 +160,10 @@ public ECEsitoGeneraleType getEsitoGenerale() { /** * Sets the value of the esitoGenerale property. - * + * * @param value * allowed object is {@link ECEsitoGeneraleType } - * + * */ public void setEsitoGenerale(ECEsitoGeneraleType value) { this.esitoGenerale = value; @@ -171,9 +171,9 @@ public void setEsitoGenerale(ECEsitoGeneraleType value) { /** * Gets the value of the esitoChiamataWS property. - * + * * @return possible object is {@link ECEsitoChiamataWSType } - * + * */ public ECEsitoChiamataWSType getEsitoChiamataWS() { return esitoChiamataWS; @@ -181,10 +181,10 @@ public ECEsitoChiamataWSType getEsitoChiamataWS() { /** * Sets the value of the esitoChiamataWS property. - * + * * @param value * allowed object is {@link ECEsitoChiamataWSType } - * + * */ public void setEsitoChiamataWS(ECEsitoChiamataWSType value) { this.esitoChiamataWS = value; @@ -192,9 +192,9 @@ public void setEsitoChiamataWS(ECEsitoChiamataWSType value) { /** * Gets the value of the esitoXSD property. - * + * * @return possible object is {@link ECEsitoXSDAggAllType } - * + * */ public ECEsitoXSDAggAllType getEsitoXSD() { return esitoXSD; @@ -202,10 +202,10 @@ public ECEsitoXSDAggAllType getEsitoXSD() { /** * Sets the value of the esitoXSD property. - * + * * @param value * allowed object is {@link ECEsitoXSDAggAllType } - * + * */ public void setEsitoXSD(ECEsitoXSDAggAllType value) { this.esitoXSD = value; @@ -213,9 +213,9 @@ public void setEsitoXSD(ECEsitoXSDAggAllType value) { /** * Gets the value of the configurazione property. - * + * * @return possible object is {@link ECConfigurazioneType } - * + * */ public ECConfigurazioneType getConfigurazione() { return configurazione; @@ -223,10 +223,10 @@ public ECConfigurazioneType getConfigurazione() { /** * Sets the value of the configurazione property. - * + * * @param value * allowed object is {@link ECConfigurazioneType } - * + * */ public void setConfigurazione(ECConfigurazioneType value) { this.configurazione = value; @@ -234,9 +234,9 @@ public void setConfigurazione(ECConfigurazioneType value) { /** * Gets the value of the unitaDocumentaria property. - * + * * @return possible object is {@link ECUnitaDocAggAllType } - * + * */ public ECUnitaDocAggAllType getUnitaDocumentaria() { return unitaDocumentaria; @@ -244,10 +244,10 @@ public ECUnitaDocAggAllType getUnitaDocumentaria() { /** * Sets the value of the unitaDocumentaria property. - * + * * @param value * allowed object is {@link ECUnitaDocAggAllType } - * + * */ public void setUnitaDocumentaria(ECUnitaDocAggAllType value) { this.unitaDocumentaria = value; @@ -255,9 +255,9 @@ public void setUnitaDocumentaria(ECUnitaDocAggAllType value) { /** * Gets the value of the xmlVersamento property. - * + * * @return possible object is {@link String } - * + * */ public String getXMLVersamento() { return xmlVersamento; @@ -265,10 +265,10 @@ public String getXMLVersamento() { /** * Sets the value of the xmlVersamento property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setXMLVersamento(String value) { this.xmlVersamento = value; diff --git a/src/main/java/net/datasiel/par/jaxb/esito/EsitoVersamento.java b/src/main/java/net/datasiel/par/jaxb/esito/EsitoVersamento.java index 9bcb180..3481bce 100644 --- a/src/main/java/net/datasiel/par/jaxb/esito/EsitoVersamento.java +++ b/src/main/java/net/datasiel/par/jaxb/esito/EsitoVersamento.java @@ -16,10 +16,10 @@ */ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2013.02.26 at 03:12:57 PM CET +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2013.02.26 at 03:12:57 PM CET // package net.datasiel.par.jaxb.esito; @@ -34,10 +34,10 @@ /** *

* Java class for anonymous complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

  * <complexType>
  *   <complexContent>
@@ -57,8 +57,8 @@
  *   </complexContent>
  * </complexType>
  * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "versione", "versioneXMLChiamata", "dataVersamento", "esitoGenerale", @@ -87,9 +87,9 @@ public class EsitoVersamento { /** * Gets the value of the versione property. - * + * * @return possible object is {@link String } - * + * */ public String getVersione() { return versione; @@ -97,10 +97,10 @@ public String getVersione() { /** * Sets the value of the versione property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setVersione(String value) { this.versione = value; @@ -108,9 +108,9 @@ public void setVersione(String value) { /** * Gets the value of the versioneXMLChiamata property. - * + * * @return possible object is {@link String } - * + * */ public String getVersioneXMLChiamata() { return versioneXMLChiamata; @@ -118,10 +118,10 @@ public String getVersioneXMLChiamata() { /** * Sets the value of the versioneXMLChiamata property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setVersioneXMLChiamata(String value) { this.versioneXMLChiamata = value; @@ -129,9 +129,9 @@ public void setVersioneXMLChiamata(String value) { /** * Gets the value of the dataVersamento property. - * + * * @return possible object is {@link XMLGregorianCalendar } - * + * */ public XMLGregorianCalendar getDataVersamento() { return dataVersamento; @@ -139,10 +139,10 @@ public XMLGregorianCalendar getDataVersamento() { /** * Sets the value of the dataVersamento property. - * + * * @param value * allowed object is {@link XMLGregorianCalendar } - * + * */ public void setDataVersamento(XMLGregorianCalendar value) { this.dataVersamento = value; @@ -150,9 +150,9 @@ public void setDataVersamento(XMLGregorianCalendar value) { /** * Gets the value of the esitoGenerale property. - * + * * @return possible object is {@link ECEsitoGeneraleType } - * + * */ public ECEsitoGeneraleType getEsitoGenerale() { return esitoGenerale; @@ -160,10 +160,10 @@ public ECEsitoGeneraleType getEsitoGenerale() { /** * Sets the value of the esitoGenerale property. - * + * * @param value * allowed object is {@link ECEsitoGeneraleType } - * + * */ public void setEsitoGenerale(ECEsitoGeneraleType value) { this.esitoGenerale = value; @@ -171,9 +171,9 @@ public void setEsitoGenerale(ECEsitoGeneraleType value) { /** * Gets the value of the esitoChiamataWS property. - * + * * @return possible object is {@link ECEsitoChiamataWSType } - * + * */ public ECEsitoChiamataWSType getEsitoChiamataWS() { return esitoChiamataWS; @@ -181,10 +181,10 @@ public ECEsitoChiamataWSType getEsitoChiamataWS() { /** * Sets the value of the esitoChiamataWS property. - * + * * @param value * allowed object is {@link ECEsitoChiamataWSType } - * + * */ public void setEsitoChiamataWS(ECEsitoChiamataWSType value) { this.esitoChiamataWS = value; @@ -192,9 +192,9 @@ public void setEsitoChiamataWS(ECEsitoChiamataWSType value) { /** * Gets the value of the esitoXSD property. - * + * * @return possible object is {@link ECEsitoXSDType } - * + * */ public ECEsitoXSDType getEsitoXSD() { return esitoXSD; @@ -202,10 +202,10 @@ public ECEsitoXSDType getEsitoXSD() { /** * Sets the value of the esitoXSD property. - * + * * @param value * allowed object is {@link ECEsitoXSDType } - * + * */ public void setEsitoXSD(ECEsitoXSDType value) { this.esitoXSD = value; @@ -213,9 +213,9 @@ public void setEsitoXSD(ECEsitoXSDType value) { /** * Gets the value of the configurazione property. - * + * * @return possible object is {@link ECConfigurazioneType } - * + * */ public ECConfigurazioneType getConfigurazione() { return configurazione; @@ -223,10 +223,10 @@ public ECConfigurazioneType getConfigurazione() { /** * Sets the value of the configurazione property. - * + * * @param value * allowed object is {@link ECConfigurazioneType } - * + * */ public void setConfigurazione(ECConfigurazioneType value) { this.configurazione = value; @@ -234,9 +234,9 @@ public void setConfigurazione(ECConfigurazioneType value) { /** * Gets the value of the unitaDocumentaria property. - * + * * @return possible object is {@link ECUnitaDocType } - * + * */ public ECUnitaDocType getUnitaDocumentaria() { return unitaDocumentaria; @@ -244,10 +244,10 @@ public ECUnitaDocType getUnitaDocumentaria() { /** * Sets the value of the unitaDocumentaria property. - * + * * @param value * allowed object is {@link ECUnitaDocType } - * + * */ public void setUnitaDocumentaria(ECUnitaDocType value) { this.unitaDocumentaria = value; @@ -255,9 +255,9 @@ public void setUnitaDocumentaria(ECUnitaDocType value) { /** * Gets the value of the xmlVersamento property. - * + * * @return possible object is {@link String } - * + * */ public String getXMLVersamento() { return xmlVersamento; @@ -265,10 +265,10 @@ public String getXMLVersamento() { /** * Sets the value of the xmlVersamento property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setXMLVersamento(String value) { this.xmlVersamento = value; diff --git a/src/main/java/net/datasiel/par/jaxb/esito/ObjectFactory.java b/src/main/java/net/datasiel/par/jaxb/esito/ObjectFactory.java index 285b5d5..98cb2cf 100644 --- a/src/main/java/net/datasiel/par/jaxb/esito/ObjectFactory.java +++ b/src/main/java/net/datasiel/par/jaxb/esito/ObjectFactory.java @@ -16,10 +16,10 @@ */ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2013.02.26 at 03:12:57 PM CET +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2013.02.26 at 03:12:57 PM CET // package net.datasiel.par.jaxb.esito; @@ -34,7 +34,7 @@ * The Java representation of XML content can consist of schema derived interfaces and classes representing the binding * of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in * this class. - * + * */ @XmlRegistry public class ObjectFactory { @@ -42,14 +42,14 @@ public class ObjectFactory { /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: * net.datasiel.par.jaxb.esito - * + * */ public ObjectFactory() { } /** * Create an instance of {@link ECMarcaType.EsitoMarca.VerificaMarca } - * + * */ public ECMarcaType.EsitoMarca.VerificaMarca createECMarcaTypeEsitoMarcaVerificaMarca() { return new ECMarcaType.EsitoMarca.VerificaMarca(); @@ -57,7 +57,7 @@ public ECMarcaType.EsitoMarca.VerificaMarca createECMarcaTypeEsitoMarcaVerificaM /** * Create an instance of {@link ECUnitaDocType.Annessi } - * + * */ public ECUnitaDocType.Annessi createECUnitaDocTypeAnnessi() { return new ECUnitaDocType.Annessi(); @@ -65,7 +65,7 @@ public ECUnitaDocType.Annessi createECUnitaDocTypeAnnessi() { /** * Create an instance of {@link SCChiaveType } - * + * */ public SCChiaveType createSCChiaveType() { return new SCChiaveType(); @@ -73,7 +73,7 @@ public SCChiaveType createSCChiaveType() { /** * Create an instance of {@link ECUnitaDocType.Annotazioni } - * + * */ public ECUnitaDocType.Annotazioni createECUnitaDocTypeAnnotazioni() { return new ECUnitaDocType.Annotazioni(); @@ -81,7 +81,7 @@ public ECUnitaDocType.Annotazioni createECUnitaDocTypeAnnotazioni() { /** * Create an instance of {@link ECFirmatarioType.EsitoFirma } - * + * */ public ECFirmatarioType.EsitoFirma createECFirmatarioTypeEsitoFirma() { return new ECFirmatarioType.EsitoFirma(); @@ -89,7 +89,7 @@ public ECFirmatarioType.EsitoFirma createECFirmatarioTypeEsitoFirma() { /** * Create an instance of {@link EsitoVersAggAllegati } - * + * */ public EsitoVersAggAllegati createEsitoVersAggAllegati() { return new EsitoVersAggAllegati(); @@ -97,7 +97,7 @@ public EsitoVersAggAllegati createEsitoVersAggAllegati() { /** * Create an instance of {@link ECUnitaDocType.EsitoUnitaDocumentaria } - * + * */ public ECUnitaDocType.EsitoUnitaDocumentaria createECUnitaDocTypeEsitoUnitaDocumentaria() { return new ECUnitaDocType.EsitoUnitaDocumentaria(); @@ -105,7 +105,7 @@ public ECUnitaDocType.EsitoUnitaDocumentaria createECUnitaDocTypeEsitoUnitaDocum /** * Create an instance of {@link ECDocumentoType } - * + * */ public ECDocumentoType createECDocumentoType() { return new ECDocumentoType(); @@ -113,7 +113,7 @@ public ECDocumentoType createECDocumentoType() { /** * Create an instance of {@link EsitoVersamento } - * + * */ public EsitoVersamento createEsitoVersamento() { return new EsitoVersamento(); @@ -121,7 +121,7 @@ public EsitoVersamento createEsitoVersamento() { /** * Create an instance of {@link ECSottoComponenteType } - * + * */ public ECSottoComponenteType createECSottoComponenteType() { return new ECSottoComponenteType(); @@ -129,7 +129,7 @@ public ECSottoComponenteType createECSottoComponenteType() { /** * Create an instance of {@link ECConfigurazioneType } - * + * */ public ECConfigurazioneType createECConfigurazioneType() { return new ECConfigurazioneType(); @@ -137,7 +137,7 @@ public ECConfigurazioneType createECConfigurazioneType() { /** * Create an instance of {@link ECComponenteType.EsitoComponente } - * + * */ public ECComponenteType.EsitoComponente createECComponenteTypeEsitoComponente() { return new ECComponenteType.EsitoComponente(); @@ -145,7 +145,7 @@ public ECComponenteType.EsitoComponente createECComponenteTypeEsitoComponente() /** * Create an instance of {@link ECUnitaDocType.Allegati } - * + * */ public ECUnitaDocType.Allegati createECUnitaDocTypeAllegati() { return new ECUnitaDocType.Allegati(); @@ -153,7 +153,7 @@ public ECUnitaDocType.Allegati createECUnitaDocTypeAllegati() { /** * Create an instance of {@link SCVersatoreType } - * + * */ public SCVersatoreType createSCVersatoreType() { return new SCVersatoreType(); @@ -161,7 +161,7 @@ public SCVersatoreType createSCVersatoreType() { /** * Create an instance of {@link ECFirmatarioType.EsitoFirma.VerificaFirma } - * + * */ public ECFirmatarioType.EsitoFirma.VerificaFirma createECFirmatarioTypeEsitoFirmaVerificaFirma() { return new ECFirmatarioType.EsitoFirma.VerificaFirma(); @@ -169,7 +169,7 @@ public ECFirmatarioType.EsitoFirma.VerificaFirma createECFirmatarioTypeEsitoFirm /** * Create an instance of {@link ECDocumentoType.Componenti } - * + * */ public ECDocumentoType.Componenti createECDocumentoTypeComponenti() { return new ECDocumentoType.Componenti(); @@ -177,7 +177,7 @@ public ECDocumentoType.Componenti createECDocumentoTypeComponenti() { /** * Create an instance of {@link ECComponenteType.Firmatari } - * + * */ public ECComponenteType.Firmatari createECComponenteTypeFirmatari() { return new ECComponenteType.Firmatari(); @@ -185,7 +185,7 @@ public ECComponenteType.Firmatari createECComponenteTypeFirmatari() { /** * Create an instance of {@link ECUnitaDocAggAllType } - * + * */ public ECUnitaDocAggAllType createECUnitaDocAggAllType() { return new ECUnitaDocAggAllType(); @@ -193,7 +193,7 @@ public ECUnitaDocAggAllType createECUnitaDocAggAllType() { /** * Create an instance of {@link ECUnitaDocAggAllType.EsitoUnitaDocumentaria } - * + * */ public ECUnitaDocAggAllType.EsitoUnitaDocumentaria createECUnitaDocAggAllTypeEsitoUnitaDocumentaria() { return new ECUnitaDocAggAllType.EsitoUnitaDocumentaria(); @@ -201,7 +201,7 @@ public ECUnitaDocAggAllType.EsitoUnitaDocumentaria createECUnitaDocAggAllTypeEsi /** * Create an instance of {@link ECUnitaDocType } - * + * */ public ECUnitaDocType createECUnitaDocType() { return new ECUnitaDocType(); @@ -209,7 +209,7 @@ public ECUnitaDocType createECUnitaDocType() { /** * Create an instance of {@link ECComponenteType.SottoComponenti } - * + * */ public ECComponenteType.SottoComponenti createECComponenteTypeSottoComponenti() { return new ECComponenteType.SottoComponenti(); @@ -217,7 +217,7 @@ public ECComponenteType.SottoComponenti createECComponenteTypeSottoComponenti() /** * Create an instance of {@link ECMarcaType } - * + * */ public ECMarcaType createECMarcaType() { return new ECMarcaType(); @@ -225,7 +225,7 @@ public ECMarcaType createECMarcaType() { /** * Create an instance of {@link ECEsitoChiamataWSType } - * + * */ public ECEsitoChiamataWSType createECEsitoChiamataWSType() { return new ECEsitoChiamataWSType(); @@ -233,7 +233,7 @@ public ECEsitoChiamataWSType createECEsitoChiamataWSType() { /** * Create an instance of {@link ECEsitoXSDAggAllType } - * + * */ public ECEsitoXSDAggAllType createECEsitoXSDAggAllType() { return new ECEsitoXSDAggAllType(); @@ -241,7 +241,7 @@ public ECEsitoXSDAggAllType createECEsitoXSDAggAllType() { /** * Create an instance of {@link ECFirmatarioType } - * + * */ public ECFirmatarioType createECFirmatarioType() { return new ECFirmatarioType(); @@ -249,7 +249,7 @@ public ECFirmatarioType createECFirmatarioType() { /** * Create an instance of {@link ECDocumentoType.EsitoDocumento } - * + * */ public ECDocumentoType.EsitoDocumento createECDocumentoTypeEsitoDocumento() { return new ECDocumentoType.EsitoDocumento(); @@ -257,7 +257,7 @@ public ECDocumentoType.EsitoDocumento createECDocumentoTypeEsitoDocumento() { /** * Create an instance of {@link ECEsitoXSDType } - * + * */ public ECEsitoXSDType createECEsitoXSDType() { return new ECEsitoXSDType(); @@ -265,7 +265,7 @@ public ECEsitoXSDType createECEsitoXSDType() { /** * Create an instance of {@link ECEsitoGeneraleType } - * + * */ public ECEsitoGeneraleType createECEsitoGeneraleType() { return new ECEsitoGeneraleType(); @@ -273,7 +273,7 @@ public ECEsitoGeneraleType createECEsitoGeneraleType() { /** * Create an instance of {@link ECMarcaType.EsitoMarca } - * + * */ public ECMarcaType.EsitoMarca createECMarcaTypeEsitoMarca() { return new ECMarcaType.EsitoMarca(); @@ -281,7 +281,7 @@ public ECMarcaType.EsitoMarca createECMarcaTypeEsitoMarca() { /** * Create an instance of {@link ECComponenteType.Marche } - * + * */ public ECComponenteType.Marche createECComponenteTypeMarche() { return new ECComponenteType.Marche(); @@ -289,7 +289,7 @@ public ECComponenteType.Marche createECComponenteTypeMarche() { /** * Create an instance of {@link ECComponenteType } - * + * */ public ECComponenteType createECComponenteType() { return new ECComponenteType(); @@ -297,7 +297,7 @@ public ECComponenteType createECComponenteType() { /** * Create an instance of {@link ECSottoComponenteType.EsitoSottoComponente } - * + * */ public ECSottoComponenteType.EsitoSottoComponente createECSottoComponenteTypeEsitoSottoComponente() { return new ECSottoComponenteType.EsitoSottoComponente(); diff --git a/src/main/java/net/datasiel/par/jaxb/esito/SCChiaveType.java b/src/main/java/net/datasiel/par/jaxb/esito/SCChiaveType.java index 53b022a..bddc8c9 100644 --- a/src/main/java/net/datasiel/par/jaxb/esito/SCChiaveType.java +++ b/src/main/java/net/datasiel/par/jaxb/esito/SCChiaveType.java @@ -16,10 +16,10 @@ */ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2013.02.26 at 03:12:57 PM CET +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2013.02.26 at 03:12:57 PM CET // package net.datasiel.par.jaxb.esito; @@ -34,10 +34,10 @@ /** *

* Java class for SCChiaveType complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

  * <complexType name="SCChiaveType">
  *   <complexContent>
@@ -51,8 +51,8 @@
  *   </complexContent>
  * </complexType>
  * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "SCChiaveType", propOrder = { "numero", "anno", "tipoRegistro" }) @@ -70,9 +70,9 @@ public class SCChiaveType { /** * Gets the value of the numero property. - * + * * @return possible object is {@link String } - * + * */ public String getNumero() { return numero; @@ -80,10 +80,10 @@ public String getNumero() { /** * Sets the value of the numero property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setNumero(String value) { this.numero = value; @@ -91,9 +91,9 @@ public void setNumero(String value) { /** * Gets the value of the anno property. - * + * * @return possible object is {@link String } - * + * */ public String getAnno() { return anno; @@ -101,10 +101,10 @@ public String getAnno() { /** * Sets the value of the anno property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setAnno(String value) { this.anno = value; @@ -112,9 +112,9 @@ public void setAnno(String value) { /** * Gets the value of the tipoRegistro property. - * + * * @return possible object is {@link String } - * + * */ public String getTipoRegistro() { return tipoRegistro; @@ -122,10 +122,10 @@ public String getTipoRegistro() { /** * Sets the value of the tipoRegistro property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setTipoRegistro(String value) { this.tipoRegistro = value; diff --git a/src/main/java/net/datasiel/par/jaxb/esito/SCVersatoreType.java b/src/main/java/net/datasiel/par/jaxb/esito/SCVersatoreType.java index 7f0cca2..f89178b 100644 --- a/src/main/java/net/datasiel/par/jaxb/esito/SCVersatoreType.java +++ b/src/main/java/net/datasiel/par/jaxb/esito/SCVersatoreType.java @@ -16,10 +16,10 @@ */ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2021.05.11 at 03:56:04 PM CEST +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2021.05.11 at 03:56:04 PM CEST // package net.datasiel.par.jaxb.esito; @@ -32,10 +32,10 @@ /** *

* Java class for SCVersatoreType complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

  * <complexType name="SCVersatoreType">
  *   <complexContent>
@@ -51,8 +51,8 @@
  *   </complexContent>
  * </complexType>
  * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "SCVersatoreType", propOrder = { "ambiente", "ente", "struttura", "userID", "utente" }) @@ -71,9 +71,9 @@ public class SCVersatoreType { /** * Gets the value of the ambiente property. - * + * * @return possible object is {@link String } - * + * */ public String getAmbiente() { return ambiente; @@ -81,10 +81,10 @@ public String getAmbiente() { /** * Sets the value of the ambiente property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setAmbiente(String value) { this.ambiente = value; @@ -92,9 +92,9 @@ public void setAmbiente(String value) { /** * Gets the value of the ente property. - * + * * @return possible object is {@link String } - * + * */ public String getEnte() { return ente; @@ -102,10 +102,10 @@ public String getEnte() { /** * Sets the value of the ente property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setEnte(String value) { this.ente = value; @@ -113,9 +113,9 @@ public void setEnte(String value) { /** * Gets the value of the struttura property. - * + * * @return possible object is {@link String } - * + * */ public String getStruttura() { return struttura; @@ -123,10 +123,10 @@ public String getStruttura() { /** * Sets the value of the struttura property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setStruttura(String value) { this.struttura = value; @@ -134,9 +134,9 @@ public void setStruttura(String value) { /** * Gets the value of the userID property. - * + * * @return possible object is {@link String } - * + * */ public String getUserID() { return userID; @@ -144,10 +144,10 @@ public String getUserID() { /** * Sets the value of the userID property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setUserID(String value) { this.userID = value; @@ -155,9 +155,9 @@ public void setUserID(String value) { /** * Gets the value of the utente property. - * + * * @return possible object is {@link String } - * + * */ public String getUtente() { return utente; @@ -165,10 +165,10 @@ public String getUtente() { /** * Sets the value of the utente property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setUtente(String value) { this.utente = value; diff --git a/src/main/java/net/datasiel/par/jaxb/stato/CamiciaFascicoloType.java b/src/main/java/net/datasiel/par/jaxb/stato/CamiciaFascicoloType.java index c49ec38..67612cc 100644 --- a/src/main/java/net/datasiel/par/jaxb/stato/CamiciaFascicoloType.java +++ b/src/main/java/net/datasiel/par/jaxb/stato/CamiciaFascicoloType.java @@ -16,10 +16,10 @@ */ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2013.02.26 at 03:12:46 PM CET +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2013.02.26 at 03:12:46 PM CET // package net.datasiel.par.jaxb.stato; @@ -34,10 +34,10 @@ /** *

* Java class for CamiciaFascicoloType complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

  * <complexType name="CamiciaFascicoloType">
  *   <complexContent>
@@ -51,8 +51,8 @@
  *   </complexContent>
  * </complexType>
  * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "CamiciaFascicoloType", propOrder = { "classifica", "fascicolo", "sottoFascicolo" }) @@ -68,9 +68,9 @@ public class CamiciaFascicoloType { /** * Gets the value of the classifica property. - * + * * @return possible object is {@link String } - * + * */ public String getClassifica() { return classifica; @@ -78,10 +78,10 @@ public String getClassifica() { /** * Sets the value of the classifica property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setClassifica(String value) { this.classifica = value; @@ -89,9 +89,9 @@ public void setClassifica(String value) { /** * Gets the value of the fascicolo property. - * + * * @return possible object is {@link FascicoloType } - * + * */ public FascicoloType getFascicolo() { return fascicolo; @@ -99,10 +99,10 @@ public FascicoloType getFascicolo() { /** * Sets the value of the fascicolo property. - * + * * @param value * allowed object is {@link FascicoloType } - * + * */ public void setFascicolo(FascicoloType value) { this.fascicolo = value; @@ -110,9 +110,9 @@ public void setFascicolo(FascicoloType value) { /** * Gets the value of the sottoFascicolo property. - * + * * @return possible object is {@link FascicoloType } - * + * */ public FascicoloType getSottoFascicolo() { return sottoFascicolo; @@ -120,10 +120,10 @@ public FascicoloType getSottoFascicolo() { /** * Sets the value of the sottoFascicolo property. - * + * * @param value * allowed object is {@link FascicoloType } - * + * */ public void setSottoFascicolo(FascicoloType value) { this.sottoFascicolo = value; diff --git a/src/main/java/net/datasiel/par/jaxb/stato/ChiaveType.java b/src/main/java/net/datasiel/par/jaxb/stato/ChiaveType.java index 4ec825e..1ef1988 100644 --- a/src/main/java/net/datasiel/par/jaxb/stato/ChiaveType.java +++ b/src/main/java/net/datasiel/par/jaxb/stato/ChiaveType.java @@ -16,10 +16,10 @@ */ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2013.02.26 at 03:12:46 PM CET +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2013.02.26 at 03:12:46 PM CET // package net.datasiel.par.jaxb.stato; @@ -33,10 +33,10 @@ /** *

* Java class for ChiaveType complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

  * <complexType name="ChiaveType">
  *   <complexContent>
@@ -50,8 +50,8 @@
  *   </complexContent>
  * </complexType>
  * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "ChiaveType", propOrder = { "numero", "anno", "tipoRegistro" }) @@ -66,9 +66,9 @@ public class ChiaveType { /** * Gets the value of the numero property. - * + * * @return possible object is {@link String } - * + * */ public String getNumero() { return numero; @@ -76,10 +76,10 @@ public String getNumero() { /** * Sets the value of the numero property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setNumero(String value) { this.numero = value; @@ -87,9 +87,9 @@ public void setNumero(String value) { /** * Gets the value of the anno property. - * + * * @return possible object is {@link BigInteger } - * + * */ public BigInteger getAnno() { return anno; @@ -97,10 +97,10 @@ public BigInteger getAnno() { /** * Sets the value of the anno property. - * + * * @param value * allowed object is {@link BigInteger } - * + * */ public void setAnno(BigInteger value) { this.anno = value; @@ -108,9 +108,9 @@ public void setAnno(BigInteger value) { /** * Gets the value of the tipoRegistro property. - * + * * @return possible object is {@link String } - * + * */ public String getTipoRegistro() { return tipoRegistro; @@ -118,10 +118,10 @@ public String getTipoRegistro() { /** * Sets the value of the tipoRegistro property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setTipoRegistro(String value) { this.tipoRegistro = value; diff --git a/src/main/java/net/datasiel/par/jaxb/stato/ComponenteType.java b/src/main/java/net/datasiel/par/jaxb/stato/ComponenteType.java index 606d32f..3be02c6 100644 --- a/src/main/java/net/datasiel/par/jaxb/stato/ComponenteType.java +++ b/src/main/java/net/datasiel/par/jaxb/stato/ComponenteType.java @@ -16,10 +16,10 @@ */ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2013.02.26 at 03:12:46 PM CET +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2013.02.26 at 03:12:46 PM CET // package net.datasiel.par.jaxb.stato; @@ -38,10 +38,10 @@ /** *

* Java class for ComponenteType complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

  * <complexType name="ComponenteType">
  *   <complexContent>
@@ -84,8 +84,8 @@
  *   </complexContent>
  * </complexType>
  * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "ComponenteType", propOrder = { "ordinePresentazione", "tipoComponente", "tipoSupportoComponente", @@ -151,9 +151,9 @@ public class ComponenteType { /** * Gets the value of the ordinePresentazione property. - * + * * @return possible object is {@link BigInteger } - * + * */ public BigInteger getOrdinePresentazione() { return ordinePresentazione; @@ -161,10 +161,10 @@ public BigInteger getOrdinePresentazione() { /** * Sets the value of the ordinePresentazione property. - * + * * @param value * allowed object is {@link BigInteger } - * + * */ public void setOrdinePresentazione(BigInteger value) { this.ordinePresentazione = value; @@ -172,9 +172,9 @@ public void setOrdinePresentazione(BigInteger value) { /** * Gets the value of the tipoComponente property. - * + * * @return possible object is {@link String } - * + * */ public String getTipoComponente() { return tipoComponente; @@ -182,10 +182,10 @@ public String getTipoComponente() { /** * Sets the value of the tipoComponente property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setTipoComponente(String value) { this.tipoComponente = value; @@ -193,9 +193,9 @@ public void setTipoComponente(String value) { /** * Gets the value of the tipoSupportoComponente property. - * + * * @return possible object is {@link TipoSupportoType } - * + * */ public TipoSupportoType getTipoSupportoComponente() { return tipoSupportoComponente; @@ -203,10 +203,10 @@ public TipoSupportoType getTipoSupportoComponente() { /** * Sets the value of the tipoSupportoComponente property. - * + * * @param value * allowed object is {@link TipoSupportoType } - * + * */ public void setTipoSupportoComponente(TipoSupportoType value) { this.tipoSupportoComponente = value; @@ -214,9 +214,9 @@ public void setTipoSupportoComponente(TipoSupportoType value) { /** * Gets the value of the riferimento property. - * + * * @return possible object is {@link ChiaveType } - * + * */ public ChiaveType getRiferimento() { return riferimento; @@ -224,10 +224,10 @@ public ChiaveType getRiferimento() { /** * Sets the value of the riferimento property. - * + * * @param value * allowed object is {@link ChiaveType } - * + * */ public void setRiferimento(ChiaveType value) { this.riferimento = value; @@ -235,9 +235,9 @@ public void setRiferimento(ChiaveType value) { /** * Gets the value of the tipoRappresentazioneComponente property. - * + * * @return possible object is {@link String } - * + * */ public String getTipoRappresentazioneComponente() { return tipoRappresentazioneComponente; @@ -245,10 +245,10 @@ public String getTipoRappresentazioneComponente() { /** * Sets the value of the tipoRappresentazioneComponente property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setTipoRappresentazioneComponente(String value) { this.tipoRappresentazioneComponente = value; @@ -256,9 +256,9 @@ public void setTipoRappresentazioneComponente(String value) { /** * Gets the value of the nomeComponente property. - * + * * @return possible object is {@link String } - * + * */ public String getNomeComponente() { return nomeComponente; @@ -266,10 +266,10 @@ public String getNomeComponente() { /** * Sets the value of the nomeComponente property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setNomeComponente(String value) { this.nomeComponente = value; @@ -277,9 +277,9 @@ public void setNomeComponente(String value) { /** * Gets the value of the formatoRappresentazione property. - * + * * @return possible object is {@link String } - * + * */ public String getFormatoRappresentazione() { return formatoRappresentazione; @@ -287,10 +287,10 @@ public String getFormatoRappresentazione() { /** * Sets the value of the formatoRappresentazione property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setFormatoRappresentazione(String value) { this.formatoRappresentazione = value; @@ -298,9 +298,9 @@ public void setFormatoRappresentazione(String value) { /** * Gets the value of the formatoRappresentazioneEsteso property. - * + * * @return possible object is {@link String } - * + * */ public String getFormatoRappresentazioneEsteso() { return formatoRappresentazioneEsteso; @@ -308,10 +308,10 @@ public String getFormatoRappresentazioneEsteso() { /** * Sets the value of the formatoRappresentazioneEsteso property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setFormatoRappresentazioneEsteso(String value) { this.formatoRappresentazioneEsteso = value; @@ -319,9 +319,9 @@ public void setFormatoRappresentazioneEsteso(String value) { /** * Gets the value of the hashVersato property. - * + * * @return possible object is {@link String } - * + * */ public String getHashVersato() { return hashVersato; @@ -329,10 +329,10 @@ public String getHashVersato() { /** * Sets the value of the hashVersato property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setHashVersato(String value) { this.hashVersato = value; @@ -340,9 +340,9 @@ public void setHashVersato(String value) { /** * Gets the value of the hashCalcolato property. - * + * * @return possible object is {@link String } - * + * */ public String getHashCalcolato() { return hashCalcolato; @@ -350,10 +350,10 @@ public String getHashCalcolato() { /** * Sets the value of the hashCalcolato property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setHashCalcolato(String value) { this.hashCalcolato = value; @@ -361,9 +361,9 @@ public void setHashCalcolato(String value) { /** * Gets the value of the algoritmoHashCalcolato property. - * + * * @return possible object is {@link String } - * + * */ public String getAlgoritmoHashCalcolato() { return algoritmoHashCalcolato; @@ -371,10 +371,10 @@ public String getAlgoritmoHashCalcolato() { /** * Sets the value of the algoritmoHashCalcolato property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setAlgoritmoHashCalcolato(String value) { this.algoritmoHashCalcolato = value; @@ -382,9 +382,9 @@ public void setAlgoritmoHashCalcolato(String value) { /** * Gets the value of the encodingCalcolato property. - * + * * @return possible object is {@link String } - * + * */ public String getEncodingCalcolato() { return encodingCalcolato; @@ -392,10 +392,10 @@ public String getEncodingCalcolato() { /** * Sets the value of the encodingCalcolato property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setEncodingCalcolato(String value) { this.encodingCalcolato = value; @@ -403,9 +403,9 @@ public void setEncodingCalcolato(String value) { /** * Gets the value of the dimensioneFile property. - * + * * @return possible object is {@link BigInteger } - * + * */ public BigInteger getDimensioneFile() { return dimensioneFile; @@ -413,10 +413,10 @@ public BigInteger getDimensioneFile() { /** * Sets the value of the dimensioneFile property. - * + * * @param value * allowed object is {@link BigInteger } - * + * */ public void setDimensioneFile(BigInteger value) { this.dimensioneFile = value; @@ -424,9 +424,9 @@ public void setDimensioneFile(BigInteger value) { /** * Gets the value of the urnVersato property. - * + * * @return possible object is {@link String } - * + * */ public String getUrnVersato() { return urnVersato; @@ -434,10 +434,10 @@ public String getUrnVersato() { /** * Sets the value of the urnVersato property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setUrnVersato(String value) { this.urnVersato = value; @@ -445,9 +445,9 @@ public void setUrnVersato(String value) { /** * Gets the value of the urnCalcolato property. - * + * * @return possible object is {@link String } - * + * */ public String getUrnCalcolato() { return urnCalcolato; @@ -455,10 +455,10 @@ public String getUrnCalcolato() { /** * Sets the value of the urnCalcolato property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setUrnCalcolato(String value) { this.urnCalcolato = value; @@ -466,9 +466,9 @@ public void setUrnCalcolato(String value) { /** * Gets the value of the idComponenteVersato property. - * + * * @return possible object is {@link String } - * + * */ public String getIDComponenteVersato() { return idComponenteVersato; @@ -476,10 +476,10 @@ public String getIDComponenteVersato() { /** * Sets the value of the idComponenteVersato property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setIDComponenteVersato(String value) { this.idComponenteVersato = value; @@ -487,9 +487,9 @@ public void setIDComponenteVersato(String value) { /** * Gets the value of the datiSpecifici property. - * + * * @return possible object is {@link DatiSpecificiType } - * + * */ public DatiSpecificiType getDatiSpecifici() { return datiSpecifici; @@ -497,10 +497,10 @@ public DatiSpecificiType getDatiSpecifici() { /** * Sets the value of the datiSpecifici property. - * + * * @param value * allowed object is {@link DatiSpecificiType } - * + * */ public void setDatiSpecifici(DatiSpecificiType value) { this.datiSpecifici = value; @@ -508,9 +508,9 @@ public void setDatiSpecifici(DatiSpecificiType value) { /** * Gets the value of the datiSpecificiMigrazione property. - * + * * @return possible object is {@link DatiSpecificiType } - * + * */ public DatiSpecificiType getDatiSpecificiMigrazione() { return datiSpecificiMigrazione; @@ -518,10 +518,10 @@ public DatiSpecificiType getDatiSpecificiMigrazione() { /** * Sets the value of the datiSpecificiMigrazione property. - * + * * @param value * allowed object is {@link DatiSpecificiType } - * + * */ public void setDatiSpecificiMigrazione(DatiSpecificiType value) { this.datiSpecificiMigrazione = value; @@ -529,7 +529,7 @@ public void setDatiSpecificiMigrazione(DatiSpecificiType value) { /** * Gets the value of the utilizzoDataFirmaPerRifTemp property. - * + * */ public boolean isUtilizzoDataFirmaPerRifTemp() { return utilizzoDataFirmaPerRifTemp; @@ -537,7 +537,7 @@ public boolean isUtilizzoDataFirmaPerRifTemp() { /** * Sets the value of the utilizzoDataFirmaPerRifTemp property. - * + * */ public void setUtilizzoDataFirmaPerRifTemp(boolean value) { this.utilizzoDataFirmaPerRifTemp = value; @@ -545,9 +545,9 @@ public void setUtilizzoDataFirmaPerRifTemp(boolean value) { /** * Gets the value of the riferimentoTemporale property. - * + * * @return possible object is {@link XMLGregorianCalendar } - * + * */ public XMLGregorianCalendar getRiferimentoTemporale() { return riferimentoTemporale; @@ -555,10 +555,10 @@ public XMLGregorianCalendar getRiferimentoTemporale() { /** * Sets the value of the riferimentoTemporale property. - * + * * @param value * allowed object is {@link XMLGregorianCalendar } - * + * */ public void setRiferimentoTemporale(XMLGregorianCalendar value) { this.riferimentoTemporale = value; @@ -566,9 +566,9 @@ public void setRiferimentoTemporale(XMLGregorianCalendar value) { /** * Gets the value of the descrizioneRiferimentoTemporale property. - * + * * @return possible object is {@link String } - * + * */ public String getDescrizioneRiferimentoTemporale() { return descrizioneRiferimentoTemporale; @@ -576,10 +576,10 @@ public String getDescrizioneRiferimentoTemporale() { /** * Sets the value of the descrizioneRiferimentoTemporale property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setDescrizioneRiferimentoTemporale(String value) { this.descrizioneRiferimentoTemporale = value; @@ -587,9 +587,9 @@ public void setDescrizioneRiferimentoTemporale(String value) { /** * Gets the value of the sottoComponenti property. - * + * * @return possible object is {@link ComponenteType.SottoComponenti } - * + * */ public ComponenteType.SottoComponenti getSottoComponenti() { return sottoComponenti; @@ -597,10 +597,10 @@ public ComponenteType.SottoComponenti getSottoComponenti() { /** * Sets the value of the sottoComponenti property. - * + * * @param value * allowed object is {@link ComponenteType.SottoComponenti } - * + * */ public void setSottoComponenti(ComponenteType.SottoComponenti value) { this.sottoComponenti = value; @@ -609,10 +609,10 @@ public void setSottoComponenti(ComponenteType.SottoComponenti value) { /** *

* Java class for anonymous complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

      * <complexType>
      *   <complexContent>
@@ -624,8 +624,8 @@ public void setSottoComponenti(ComponenteType.SottoComponenti value) {
      *   </complexContent>
      * </complexType>
      * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "sottoComponente" }) @@ -636,24 +636,24 @@ public static class SottoComponenti { /** * Gets the value of the sottoComponente property. - * + * *

* This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you * make to the returned list will be present inside the JAXB object. This is why there is not a set * method for the sottoComponente property. - * + * *

* For example, to add a new item, do as follows: - * + * *

          * getSottoComponente().add(newItem);
          * 
- * - * + * + * *

* Objects of the following type(s) are allowed in the list {@link SottoComponenteType } - * - * + * + * */ public List getSottoComponente() { if (sottoComponente == null) { diff --git a/src/main/java/net/datasiel/par/jaxb/stato/DatiFiscaliType.java b/src/main/java/net/datasiel/par/jaxb/stato/DatiFiscaliType.java index adad853..3b10e0b 100644 --- a/src/main/java/net/datasiel/par/jaxb/stato/DatiFiscaliType.java +++ b/src/main/java/net/datasiel/par/jaxb/stato/DatiFiscaliType.java @@ -16,10 +16,10 @@ */ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2013.02.26 at 03:12:46 PM CET +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2013.02.26 at 03:12:46 PM CET // package net.datasiel.par.jaxb.stato; @@ -36,10 +36,10 @@ /** *

* Java class for DatiFiscaliType complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

  * <complexType name="DatiFiscaliType">
  *   <complexContent>
@@ -72,8 +72,8 @@
  *   </complexContent>
  * </complexType>
  * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "DatiFiscaliType", propOrder = { "denominazione", "nome", "cognome", "cf", "piva", "dataEmissione", @@ -105,9 +105,9 @@ public class DatiFiscaliType { /** * Gets the value of the denominazione property. - * + * * @return possible object is {@link String } - * + * */ public String getDenominazione() { return denominazione; @@ -115,10 +115,10 @@ public String getDenominazione() { /** * Sets the value of the denominazione property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setDenominazione(String value) { this.denominazione = value; @@ -126,9 +126,9 @@ public void setDenominazione(String value) { /** * Gets the value of the nome property. - * + * * @return possible object is {@link String } - * + * */ public String getNome() { return nome; @@ -136,10 +136,10 @@ public String getNome() { /** * Sets the value of the nome property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setNome(String value) { this.nome = value; @@ -147,9 +147,9 @@ public void setNome(String value) { /** * Gets the value of the cognome property. - * + * * @return possible object is {@link String } - * + * */ public String getCognome() { return cognome; @@ -157,10 +157,10 @@ public String getCognome() { /** * Sets the value of the cognome property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setCognome(String value) { this.cognome = value; @@ -168,9 +168,9 @@ public void setCognome(String value) { /** * Gets the value of the cf property. - * + * * @return possible object is {@link String } - * + * */ public String getCF() { return cf; @@ -178,10 +178,10 @@ public String getCF() { /** * Sets the value of the cf property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setCF(String value) { this.cf = value; @@ -189,9 +189,9 @@ public void setCF(String value) { /** * Gets the value of the piva property. - * + * * @return possible object is {@link String } - * + * */ public String getPIVA() { return piva; @@ -199,10 +199,10 @@ public String getPIVA() { /** * Sets the value of the piva property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setPIVA(String value) { this.piva = value; @@ -210,9 +210,9 @@ public void setPIVA(String value) { /** * Gets the value of the dataEmissione property. - * + * * @return possible object is {@link XMLGregorianCalendar } - * + * */ public XMLGregorianCalendar getDataEmissione() { return dataEmissione; @@ -220,10 +220,10 @@ public XMLGregorianCalendar getDataEmissione() { /** * Sets the value of the dataEmissione property. - * + * * @param value * allowed object is {@link XMLGregorianCalendar } - * + * */ public void setDataEmissione(XMLGregorianCalendar value) { this.dataEmissione = value; @@ -231,9 +231,9 @@ public void setDataEmissione(XMLGregorianCalendar value) { /** * Gets the value of the numeroProgressivo property. - * + * * @return possible object is {@link BigInteger } - * + * */ public BigInteger getNumeroProgressivo() { return numeroProgressivo; @@ -241,10 +241,10 @@ public BigInteger getNumeroProgressivo() { /** * Sets the value of the numeroProgressivo property. - * + * * @param value * allowed object is {@link BigInteger } - * + * */ public void setNumeroProgressivo(BigInteger value) { this.numeroProgressivo = value; @@ -252,9 +252,9 @@ public void setNumeroProgressivo(BigInteger value) { /** * Gets the value of the registro property. - * + * * @return possible object is {@link String } - * + * */ public String getRegistro() { return registro; @@ -262,10 +262,10 @@ public String getRegistro() { /** * Sets the value of the registro property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setRegistro(String value) { this.registro = value; @@ -273,9 +273,9 @@ public void setRegistro(String value) { /** * Gets the value of the periodoFiscale property. - * + * * @return possible object is {@link String } - * + * */ public String getPeriodoFiscale() { return periodoFiscale; @@ -283,10 +283,10 @@ public String getPeriodoFiscale() { /** * Sets the value of the periodoFiscale property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setPeriodoFiscale(String value) { this.periodoFiscale = value; @@ -294,9 +294,9 @@ public void setPeriodoFiscale(String value) { /** * Gets the value of the dataTermineEmissione property. - * + * * @return possible object is {@link XMLGregorianCalendar } - * + * */ public XMLGregorianCalendar getDataTermineEmissione() { return dataTermineEmissione; @@ -304,10 +304,10 @@ public XMLGregorianCalendar getDataTermineEmissione() { /** * Sets the value of the dataTermineEmissione property. - * + * * @param value * allowed object is {@link XMLGregorianCalendar } - * + * */ public void setDataTermineEmissione(XMLGregorianCalendar value) { this.dataTermineEmissione = value; diff --git a/src/main/java/net/datasiel/par/jaxb/stato/DatiRifVolumeType.java b/src/main/java/net/datasiel/par/jaxb/stato/DatiRifVolumeType.java index 258bc68..00046d5 100644 --- a/src/main/java/net/datasiel/par/jaxb/stato/DatiRifVolumeType.java +++ b/src/main/java/net/datasiel/par/jaxb/stato/DatiRifVolumeType.java @@ -16,10 +16,10 @@ */ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2013.02.26 at 03:12:46 PM CET +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2013.02.26 at 03:12:46 PM CET // package net.datasiel.par.jaxb.stato; @@ -32,10 +32,10 @@ /** *

* Java class for DatiRifVolumeType complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

  * <complexType name="DatiRifVolumeType">
  *   <complexContent>
@@ -49,8 +49,8 @@
  *   </complexContent>
  * </complexType>
  * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "DatiRifVolumeType", propOrder = { "idVolume", "nomeVolume", "statoVolume" }) @@ -65,9 +65,9 @@ public class DatiRifVolumeType { /** * Gets the value of the idVolume property. - * + * * @return possible object is {@link String } - * + * */ public String getIdVolume() { return idVolume; @@ -75,10 +75,10 @@ public String getIdVolume() { /** * Sets the value of the idVolume property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setIdVolume(String value) { this.idVolume = value; @@ -86,9 +86,9 @@ public void setIdVolume(String value) { /** * Gets the value of the nomeVolume property. - * + * * @return possible object is {@link String } - * + * */ public String getNomeVolume() { return nomeVolume; @@ -96,10 +96,10 @@ public String getNomeVolume() { /** * Sets the value of the nomeVolume property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setNomeVolume(String value) { this.nomeVolume = value; @@ -107,9 +107,9 @@ public void setNomeVolume(String value) { /** * Gets the value of the statoVolume property. - * + * * @return possible object is {@link String } - * + * */ public String getStatoVolume() { return statoVolume; @@ -117,10 +117,10 @@ public String getStatoVolume() { /** * Sets the value of the statoVolume property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setStatoVolume(String value) { this.statoVolume = value; diff --git a/src/main/java/net/datasiel/par/jaxb/stato/DatiSpecificiType.java b/src/main/java/net/datasiel/par/jaxb/stato/DatiSpecificiType.java index 486abd3..63e1bb7 100644 --- a/src/main/java/net/datasiel/par/jaxb/stato/DatiSpecificiType.java +++ b/src/main/java/net/datasiel/par/jaxb/stato/DatiSpecificiType.java @@ -16,10 +16,10 @@ */ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2013.02.26 at 03:12:46 PM CET +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2013.02.26 at 03:12:46 PM CET // package net.datasiel.par.jaxb.stato; @@ -35,10 +35,10 @@ /** *

* Java class for DatiSpecificiType complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

  * <complexType name="DatiSpecificiType">
  *   <complexContent>
@@ -51,8 +51,8 @@
  *   </complexContent>
  * </complexType>
  * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "DatiSpecificiType", propOrder = { "versioneDatiSpecifici", "any" }) @@ -65,9 +65,9 @@ public class DatiSpecificiType { /** * Gets the value of the versioneDatiSpecifici property. - * + * * @return possible object is {@link String } - * + * */ public String getVersioneDatiSpecifici() { return versioneDatiSpecifici; @@ -75,10 +75,10 @@ public String getVersioneDatiSpecifici() { /** * Sets the value of the versioneDatiSpecifici property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setVersioneDatiSpecifici(String value) { this.versioneDatiSpecifici = value; @@ -86,24 +86,24 @@ public void setVersioneDatiSpecifici(String value) { /** * Gets the value of the any property. - * + * *

* This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to * the returned list will be present inside the JAXB object. This is why there is not a set method for * the any property. - * + * *

* For example, to add a new item, do as follows: - * + * *

      * getAny().add(newItem);
      * 
- * - * + * + * *

* Objects of the following type(s) are allowed in the list {@link Object } - * - * + * + * */ public List getAny() { if (any == null) { diff --git a/src/main/java/net/datasiel/par/jaxb/stato/DatiUnitaDocType.java b/src/main/java/net/datasiel/par/jaxb/stato/DatiUnitaDocType.java index af73397..88e4058 100644 --- a/src/main/java/net/datasiel/par/jaxb/stato/DatiUnitaDocType.java +++ b/src/main/java/net/datasiel/par/jaxb/stato/DatiUnitaDocType.java @@ -16,10 +16,10 @@ */ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2013.02.26 at 03:12:46 PM CET +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2013.02.26 at 03:12:46 PM CET // package net.datasiel.par.jaxb.stato; @@ -34,10 +34,10 @@ /** *

* Java class for DatiUnitaDocType complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

  * <complexType name="DatiUnitaDocType">
  *   <complexContent>
@@ -62,8 +62,8 @@
  *   </complexContent>
  * </complexType>
  * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "DatiUnitaDocType", propOrder = { "versatore", "chiave", "statoConservazioneUD", "volumi" }) @@ -80,9 +80,9 @@ public class DatiUnitaDocType { /** * Gets the value of the versatore property. - * + * * @return possible object is {@link SCVersatoreType } - * + * */ public SCVersatoreType getVersatore() { return versatore; @@ -90,10 +90,10 @@ public SCVersatoreType getVersatore() { /** * Sets the value of the versatore property. - * + * * @param value * allowed object is {@link SCVersatoreType } - * + * */ public void setVersatore(SCVersatoreType value) { this.versatore = value; @@ -101,9 +101,9 @@ public void setVersatore(SCVersatoreType value) { /** * Gets the value of the chiave property. - * + * * @return possible object is {@link ChiaveType } - * + * */ public ChiaveType getChiave() { return chiave; @@ -111,10 +111,10 @@ public ChiaveType getChiave() { /** * Sets the value of the chiave property. - * + * * @param value * allowed object is {@link ChiaveType } - * + * */ public void setChiave(ChiaveType value) { this.chiave = value; @@ -122,9 +122,9 @@ public void setChiave(ChiaveType value) { /** * Gets the value of the statoConservazioneUD property. - * + * * @return possible object is {@link String } - * + * */ public String getStatoConservazioneUD() { return statoConservazioneUD; @@ -132,10 +132,10 @@ public String getStatoConservazioneUD() { /** * Sets the value of the statoConservazioneUD property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setStatoConservazioneUD(String value) { this.statoConservazioneUD = value; @@ -143,9 +143,9 @@ public void setStatoConservazioneUD(String value) { /** * Gets the value of the volumi property. - * + * * @return possible object is {@link DatiUnitaDocType.Volumi } - * + * */ public DatiUnitaDocType.Volumi getVolumi() { return volumi; @@ -153,10 +153,10 @@ public DatiUnitaDocType.Volumi getVolumi() { /** * Sets the value of the volumi property. - * + * * @param value * allowed object is {@link DatiUnitaDocType.Volumi } - * + * */ public void setVolumi(DatiUnitaDocType.Volumi value) { this.volumi = value; @@ -165,10 +165,10 @@ public void setVolumi(DatiUnitaDocType.Volumi value) { /** *

* Java class for anonymous complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

      * <complexType>
      *   <complexContent>
@@ -180,8 +180,8 @@ public void setVolumi(DatiUnitaDocType.Volumi value) {
      *   </complexContent>
      * </complexType>
      * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "volume" }) @@ -192,24 +192,24 @@ public static class Volumi { /** * Gets the value of the volume property. - * + * *

* This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you * make to the returned list will be present inside the JAXB object. This is why there is not a set * method for the volume property. - * + * *

* For example, to add a new item, do as follows: - * + * *

          * getVolume().add(newItem);
          * 
- * - * + * + * *

* Objects of the following type(s) are allowed in the list {@link DatiVolumeType } - * - * + * + * */ public List getVolume() { if (volume == null) { diff --git a/src/main/java/net/datasiel/par/jaxb/stato/DatiVolumeType.java b/src/main/java/net/datasiel/par/jaxb/stato/DatiVolumeType.java index 5fff0b0..1e35daa 100644 --- a/src/main/java/net/datasiel/par/jaxb/stato/DatiVolumeType.java +++ b/src/main/java/net/datasiel/par/jaxb/stato/DatiVolumeType.java @@ -16,10 +16,10 @@ */ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2013.02.26 at 03:12:46 PM CET +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2013.02.26 at 03:12:46 PM CET // package net.datasiel.par.jaxb.stato; @@ -35,10 +35,10 @@ /** *

* Java class for DatiVolumeType complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

  * <complexType name="DatiVolumeType">
  *   <complexContent>
@@ -66,8 +66,8 @@
  *   </complexContent>
  * </complexType>
  * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "DatiVolumeType", propOrder = { "idVolume", "nomeVolume", "statoVolume", "dataAperturaVolume", @@ -91,9 +91,9 @@ public class DatiVolumeType { /** * Gets the value of the idVolume property. - * + * * @return possible object is {@link String } - * + * */ public String getIdVolume() { return idVolume; @@ -101,10 +101,10 @@ public String getIdVolume() { /** * Sets the value of the idVolume property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setIdVolume(String value) { this.idVolume = value; @@ -112,9 +112,9 @@ public void setIdVolume(String value) { /** * Gets the value of the nomeVolume property. - * + * * @return possible object is {@link String } - * + * */ public String getNomeVolume() { return nomeVolume; @@ -122,10 +122,10 @@ public String getNomeVolume() { /** * Sets the value of the nomeVolume property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setNomeVolume(String value) { this.nomeVolume = value; @@ -133,9 +133,9 @@ public void setNomeVolume(String value) { /** * Gets the value of the statoVolume property. - * + * * @return possible object is {@link String } - * + * */ public String getStatoVolume() { return statoVolume; @@ -143,10 +143,10 @@ public String getStatoVolume() { /** * Sets the value of the statoVolume property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setStatoVolume(String value) { this.statoVolume = value; @@ -154,9 +154,9 @@ public void setStatoVolume(String value) { /** * Gets the value of the dataAperturaVolume property. - * + * * @return possible object is {@link XMLGregorianCalendar } - * + * */ public XMLGregorianCalendar getDataAperturaVolume() { return dataAperturaVolume; @@ -164,10 +164,10 @@ public XMLGregorianCalendar getDataAperturaVolume() { /** * Sets the value of the dataAperturaVolume property. - * + * * @param value * allowed object is {@link XMLGregorianCalendar } - * + * */ public void setDataAperturaVolume(XMLGregorianCalendar value) { this.dataAperturaVolume = value; @@ -175,9 +175,9 @@ public void setDataAperturaVolume(XMLGregorianCalendar value) { /** * Gets the value of the dataChiusuraVolume property. - * + * * @return possible object is {@link XMLGregorianCalendar } - * + * */ public XMLGregorianCalendar getDataChiusuraVolume() { return dataChiusuraVolume; @@ -185,10 +185,10 @@ public XMLGregorianCalendar getDataChiusuraVolume() { /** * Sets the value of the dataChiusuraVolume property. - * + * * @param value * allowed object is {@link XMLGregorianCalendar } - * + * */ public void setDataChiusuraVolume(XMLGregorianCalendar value) { this.dataChiusuraVolume = value; @@ -196,9 +196,9 @@ public void setDataChiusuraVolume(XMLGregorianCalendar value) { /** * Gets the value of the dataFirmaVolume property. - * + * * @return possible object is {@link XMLGregorianCalendar } - * + * */ public XMLGregorianCalendar getDataFirmaVolume() { return dataFirmaVolume; @@ -206,10 +206,10 @@ public XMLGregorianCalendar getDataFirmaVolume() { /** * Sets the value of the dataFirmaVolume property. - * + * * @param value * allowed object is {@link XMLGregorianCalendar } - * + * */ public void setDataFirmaVolume(XMLGregorianCalendar value) { this.dataFirmaVolume = value; @@ -217,9 +217,9 @@ public void setDataFirmaVolume(XMLGregorianCalendar value) { /** * Gets the value of the documentiContenuti property. - * + * * @return possible object is {@link DatiVolumeType.DocumentiContenuti } - * + * */ public DatiVolumeType.DocumentiContenuti getDocumentiContenuti() { return documentiContenuti; @@ -227,10 +227,10 @@ public DatiVolumeType.DocumentiContenuti getDocumentiContenuti() { /** * Sets the value of the documentiContenuti property. - * + * * @param value * allowed object is {@link DatiVolumeType.DocumentiContenuti } - * + * */ public void setDocumentiContenuti(DatiVolumeType.DocumentiContenuti value) { this.documentiContenuti = value; @@ -239,10 +239,10 @@ public void setDocumentiContenuti(DatiVolumeType.DocumentiContenuti value) { /** *

* Java class for anonymous complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

      * <complexType>
      *   <complexContent>
@@ -254,8 +254,8 @@ public void setDocumentiContenuti(DatiVolumeType.DocumentiContenuti value) {
      *   </complexContent>
      * </complexType>
      * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "documentoContenuto" }) @@ -266,24 +266,24 @@ public static class DocumentiContenuti { /** * Gets the value of the documentoContenuto property. - * + * *

* This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you * make to the returned list will be present inside the JAXB object. This is why there is not a set * method for the documentoContenuto property. - * + * *

* For example, to add a new item, do as follows: - * + * *

          * getDocumentoContenuto().add(newItem);
          * 
- * - * + * + * *

* Objects of the following type(s) are allowed in the list {@link DocumentoContenutoType } - * - * + * + * */ public List getDocumentoContenuto() { if (documentoContenuto == null) { diff --git a/src/main/java/net/datasiel/par/jaxb/stato/DocumentoCollegatoType.java b/src/main/java/net/datasiel/par/jaxb/stato/DocumentoCollegatoType.java index b5a583f..f355562 100644 --- a/src/main/java/net/datasiel/par/jaxb/stato/DocumentoCollegatoType.java +++ b/src/main/java/net/datasiel/par/jaxb/stato/DocumentoCollegatoType.java @@ -16,10 +16,10 @@ */ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2013.02.26 at 03:12:46 PM CET +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2013.02.26 at 03:12:46 PM CET // package net.datasiel.par.jaxb.stato; @@ -34,10 +34,10 @@ /** *

* Java class for DocumentoCollegatoType complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

  * <complexType name="DocumentoCollegatoType">
  *   <complexContent>
@@ -60,8 +60,8 @@
  *   </complexContent>
  * </complexType>
  * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "DocumentoCollegatoType", propOrder = { "documentoCollegato" }) @@ -72,24 +72,24 @@ public class DocumentoCollegatoType { /** * Gets the value of the documentoCollegato property. - * + * *

* This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to * the returned list will be present inside the JAXB object. This is why there is not a set method for * the documentoCollegato property. - * + * *

* For example, to add a new item, do as follows: - * + * *

      * getDocumentoCollegato().add(newItem);
      * 
- * - * + * + * *

* Objects of the following type(s) are allowed in the list {@link DocumentoCollegatoType.DocumentoCollegato } - * - * + * + * */ public List getDocumentoCollegato() { if (documentoCollegato == null) { @@ -101,10 +101,10 @@ public List getDocumentoCollegato() { /** *

* Java class for anonymous complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

      * <complexType>
      *   <complexContent>
@@ -117,8 +117,8 @@ public List getDocumentoCollegato() {
      *   </complexContent>
      * </complexType>
      * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "chiaveCollegamento", "descrizioneCollegamento" }) @@ -131,9 +131,9 @@ public static class DocumentoCollegato { /** * Gets the value of the chiaveCollegamento property. - * + * * @return possible object is {@link ChiaveType } - * + * */ public ChiaveType getChiaveCollegamento() { return chiaveCollegamento; @@ -141,10 +141,10 @@ public ChiaveType getChiaveCollegamento() { /** * Sets the value of the chiaveCollegamento property. - * + * * @param value * allowed object is {@link ChiaveType } - * + * */ public void setChiaveCollegamento(ChiaveType value) { this.chiaveCollegamento = value; @@ -152,9 +152,9 @@ public void setChiaveCollegamento(ChiaveType value) { /** * Gets the value of the descrizioneCollegamento property. - * + * * @return possible object is {@link String } - * + * */ public String getDescrizioneCollegamento() { return descrizioneCollegamento; @@ -162,10 +162,10 @@ public String getDescrizioneCollegamento() { /** * Sets the value of the descrizioneCollegamento property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setDescrizioneCollegamento(String value) { this.descrizioneCollegamento = value; diff --git a/src/main/java/net/datasiel/par/jaxb/stato/DocumentoContenutoType.java b/src/main/java/net/datasiel/par/jaxb/stato/DocumentoContenutoType.java index 2ed5fd2..ec027f6 100644 --- a/src/main/java/net/datasiel/par/jaxb/stato/DocumentoContenutoType.java +++ b/src/main/java/net/datasiel/par/jaxb/stato/DocumentoContenutoType.java @@ -16,10 +16,10 @@ */ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2013.02.26 at 03:12:46 PM CET +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2013.02.26 at 03:12:46 PM CET // package net.datasiel.par.jaxb.stato; @@ -33,10 +33,10 @@ /** *

* Java class for DocumentoContenutoType complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

  * <complexType name="DocumentoContenutoType">
  *   <complexContent>
@@ -51,8 +51,8 @@
  *   </complexContent>
  * </complexType>
  * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "DocumentoContenutoType", propOrder = { "urnDocumento", "dataVersamento", "tipoConservazione", @@ -70,9 +70,9 @@ public class DocumentoContenutoType { /** * Gets the value of the urnDocumento property. - * + * * @return possible object is {@link String } - * + * */ public String getURNDocumento() { return urnDocumento; @@ -80,10 +80,10 @@ public String getURNDocumento() { /** * Sets the value of the urnDocumento property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setURNDocumento(String value) { this.urnDocumento = value; @@ -91,9 +91,9 @@ public void setURNDocumento(String value) { /** * Gets the value of the dataVersamento property. - * + * * @return possible object is {@link XMLGregorianCalendar } - * + * */ public XMLGregorianCalendar getDataVersamento() { return dataVersamento; @@ -101,10 +101,10 @@ public XMLGregorianCalendar getDataVersamento() { /** * Sets the value of the dataVersamento property. - * + * * @param value * allowed object is {@link XMLGregorianCalendar } - * + * */ public void setDataVersamento(XMLGregorianCalendar value) { this.dataVersamento = value; @@ -112,9 +112,9 @@ public void setDataVersamento(XMLGregorianCalendar value) { /** * Gets the value of the tipoConservazione property. - * + * * @return possible object is {@link TipoConservazioneType } - * + * */ public TipoConservazioneType getTipoConservazione() { return tipoConservazione; @@ -122,10 +122,10 @@ public TipoConservazioneType getTipoConservazione() { /** * Sets the value of the tipoConservazione property. - * + * * @param value * allowed object is {@link TipoConservazioneType } - * + * */ public void setTipoConservazione(TipoConservazioneType value) { this.tipoConservazione = value; @@ -133,9 +133,9 @@ public void setTipoConservazione(TipoConservazioneType value) { /** * Gets the value of the sistemaDiMigrazione property. - * + * * @return possible object is {@link String } - * + * */ public String getSistemaDiMigrazione() { return sistemaDiMigrazione; @@ -143,10 +143,10 @@ public String getSistemaDiMigrazione() { /** * Sets the value of the sistemaDiMigrazione property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setSistemaDiMigrazione(String value) { this.sistemaDiMigrazione = value; diff --git a/src/main/java/net/datasiel/par/jaxb/stato/DocumentoType.java b/src/main/java/net/datasiel/par/jaxb/stato/DocumentoType.java index dd544fa..e9d0b34 100644 --- a/src/main/java/net/datasiel/par/jaxb/stato/DocumentoType.java +++ b/src/main/java/net/datasiel/par/jaxb/stato/DocumentoType.java @@ -16,10 +16,10 @@ */ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2013.02.26 at 03:12:46 PM CET +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2013.02.26 at 03:12:46 PM CET // package net.datasiel.par.jaxb.stato; @@ -37,10 +37,10 @@ /** *

* Java class for DocumentoType complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

  * <complexType name="DocumentoType">
  *   <complexContent>
@@ -84,8 +84,8 @@
  *   </complexContent>
  * </complexType>
  * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "DocumentoType", propOrder = { "chiaveDoc", "dataVersamentoDoc", "tipoConservazione", @@ -125,9 +125,9 @@ public class DocumentoType { /** * Gets the value of the chiaveDoc property. - * + * * @return possible object is {@link String } - * + * */ public String getChiaveDoc() { return chiaveDoc; @@ -135,10 +135,10 @@ public String getChiaveDoc() { /** * Sets the value of the chiaveDoc property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setChiaveDoc(String value) { this.chiaveDoc = value; @@ -146,9 +146,9 @@ public void setChiaveDoc(String value) { /** * Gets the value of the dataVersamentoDoc property. - * + * * @return possible object is {@link XMLGregorianCalendar } - * + * */ public XMLGregorianCalendar getDataVersamentoDoc() { return dataVersamentoDoc; @@ -156,10 +156,10 @@ public XMLGregorianCalendar getDataVersamentoDoc() { /** * Sets the value of the dataVersamentoDoc property. - * + * * @param value * allowed object is {@link XMLGregorianCalendar } - * + * */ public void setDataVersamentoDoc(XMLGregorianCalendar value) { this.dataVersamentoDoc = value; @@ -167,9 +167,9 @@ public void setDataVersamentoDoc(XMLGregorianCalendar value) { /** * Gets the value of the tipoConservazione property. - * + * * @return possible object is {@link TipoConservazioneType } - * + * */ public TipoConservazioneType getTipoConservazione() { return tipoConservazione; @@ -177,10 +177,10 @@ public TipoConservazioneType getTipoConservazione() { /** * Sets the value of the tipoConservazione property. - * + * * @param value * allowed object is {@link TipoConservazioneType } - * + * */ public void setTipoConservazione(TipoConservazioneType value) { this.tipoConservazione = value; @@ -188,9 +188,9 @@ public void setTipoConservazione(TipoConservazioneType value) { /** * Gets the value of the sistemaDiMigrazione property. - * + * * @return possible object is {@link String } - * + * */ public String getSistemaDiMigrazione() { return sistemaDiMigrazione; @@ -198,10 +198,10 @@ public String getSistemaDiMigrazione() { /** * Sets the value of the sistemaDiMigrazione property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setSistemaDiMigrazione(String value) { this.sistemaDiMigrazione = value; @@ -209,9 +209,9 @@ public void setSistemaDiMigrazione(String value) { /** * Gets the value of the idDocumento property. - * + * * @return possible object is {@link String } - * + * */ public String getIDDocumento() { return idDocumento; @@ -219,10 +219,10 @@ public String getIDDocumento() { /** * Sets the value of the idDocumento property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setIDDocumento(String value) { this.idDocumento = value; @@ -230,9 +230,9 @@ public void setIDDocumento(String value) { /** * Gets the value of the tipoDocumento property. - * + * * @return possible object is {@link String } - * + * */ public String getTipoDocumento() { return tipoDocumento; @@ -240,10 +240,10 @@ public String getTipoDocumento() { /** * Sets the value of the tipoDocumento property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setTipoDocumento(String value) { this.tipoDocumento = value; @@ -251,9 +251,9 @@ public void setTipoDocumento(String value) { /** * Gets the value of the statoConservazione property. - * + * * @return possible object is {@link String } - * + * */ public String getStatoConservazione() { return statoConservazione; @@ -261,10 +261,10 @@ public String getStatoConservazione() { /** * Sets the value of the statoConservazione property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setStatoConservazione(String value) { this.statoConservazione = value; @@ -272,9 +272,9 @@ public void setStatoConservazione(String value) { /** * Gets the value of the volumi property. - * + * * @return possible object is {@link DocumentoType.Volumi } - * + * */ public DocumentoType.Volumi getVolumi() { return volumi; @@ -282,10 +282,10 @@ public DocumentoType.Volumi getVolumi() { /** * Sets the value of the volumi property. - * + * * @param value * allowed object is {@link DocumentoType.Volumi } - * + * */ public void setVolumi(DocumentoType.Volumi value) { this.volumi = value; @@ -293,9 +293,9 @@ public void setVolumi(DocumentoType.Volumi value) { /** * Gets the value of the profiloDocumento property. - * + * * @return possible object is {@link ProfiloDocumentoType } - * + * */ public ProfiloDocumentoType getProfiloDocumento() { return profiloDocumento; @@ -303,10 +303,10 @@ public ProfiloDocumentoType getProfiloDocumento() { /** * Sets the value of the profiloDocumento property. - * + * * @param value * allowed object is {@link ProfiloDocumentoType } - * + * */ public void setProfiloDocumento(ProfiloDocumentoType value) { this.profiloDocumento = value; @@ -314,9 +314,9 @@ public void setProfiloDocumento(ProfiloDocumentoType value) { /** * Gets the value of the datiSpecifici property. - * + * * @return possible object is {@link DatiSpecificiType } - * + * */ public DatiSpecificiType getDatiSpecifici() { return datiSpecifici; @@ -324,10 +324,10 @@ public DatiSpecificiType getDatiSpecifici() { /** * Sets the value of the datiSpecifici property. - * + * * @param value * allowed object is {@link DatiSpecificiType } - * + * */ public void setDatiSpecifici(DatiSpecificiType value) { this.datiSpecifici = value; @@ -335,9 +335,9 @@ public void setDatiSpecifici(DatiSpecificiType value) { /** * Gets the value of the datiSpecificiMigrazione property. - * + * * @return possible object is {@link DatiSpecificiType } - * + * */ public DatiSpecificiType getDatiSpecificiMigrazione() { return datiSpecificiMigrazione; @@ -345,10 +345,10 @@ public DatiSpecificiType getDatiSpecificiMigrazione() { /** * Sets the value of the datiSpecificiMigrazione property. - * + * * @param value * allowed object is {@link DatiSpecificiType } - * + * */ public void setDatiSpecificiMigrazione(DatiSpecificiType value) { this.datiSpecificiMigrazione = value; @@ -356,9 +356,9 @@ public void setDatiSpecificiMigrazione(DatiSpecificiType value) { /** * Gets the value of the datiFiscali property. - * + * * @return possible object is {@link DatiFiscaliType } - * + * */ public DatiFiscaliType getDatiFiscali() { return datiFiscali; @@ -366,10 +366,10 @@ public DatiFiscaliType getDatiFiscali() { /** * Sets the value of the datiFiscali property. - * + * * @param value * allowed object is {@link DatiFiscaliType } - * + * */ public void setDatiFiscali(DatiFiscaliType value) { this.datiFiscali = value; @@ -377,9 +377,9 @@ public void setDatiFiscali(DatiFiscaliType value) { /** * Gets the value of the strutturaOriginale property. - * + * * @return possible object is {@link StrutturaType } - * + * */ public StrutturaType getStrutturaOriginale() { return strutturaOriginale; @@ -387,10 +387,10 @@ public StrutturaType getStrutturaOriginale() { /** * Sets the value of the strutturaOriginale property. - * + * * @param value * allowed object is {@link StrutturaType } - * + * */ public void setStrutturaOriginale(StrutturaType value) { this.strutturaOriginale = value; @@ -399,10 +399,10 @@ public void setStrutturaOriginale(StrutturaType value) { /** *

* Java class for anonymous complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

      * <complexType>
      *   <complexContent>
@@ -414,8 +414,8 @@ public void setStrutturaOriginale(StrutturaType value) {
      *   </complexContent>
      * </complexType>
      * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "volume" }) @@ -426,24 +426,24 @@ public static class Volumi { /** * Gets the value of the volume property. - * + * *

* This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you * make to the returned list will be present inside the JAXB object. This is why there is not a set * method for the volume property. - * + * *

* For example, to add a new item, do as follows: - * + * *

          * getVolume().add(newItem);
          * 
- * - * + * + * *

* Objects of the following type(s) are allowed in the list {@link DatiRifVolumeType } - * - * + * + * */ public List getVolume() { if (volume == null) { diff --git a/src/main/java/net/datasiel/par/jaxb/stato/ECEsitoExtType.java b/src/main/java/net/datasiel/par/jaxb/stato/ECEsitoExtType.java index cb4e4a3..33a3ac2 100644 --- a/src/main/java/net/datasiel/par/jaxb/stato/ECEsitoExtType.java +++ b/src/main/java/net/datasiel/par/jaxb/stato/ECEsitoExtType.java @@ -16,10 +16,10 @@ */ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2013.02.26 at 03:12:46 PM CET +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2013.02.26 at 03:12:46 PM CET // package net.datasiel.par.jaxb.stato; @@ -29,11 +29,11 @@ /** *

* Java class for ECEsitoExtType. - * + * *

* The following schema fragment specifies the expected content contained within this class. *

- * + * *

  * <simpleType name="ECEsitoExtType">
  *   <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
@@ -43,7 +43,7 @@
  *   </restriction>
  * </simpleType>
  * 
- * + * */ @XmlEnum public enum ECEsitoExtType { diff --git a/src/main/java/net/datasiel/par/jaxb/stato/ECEsitoPosNegType.java b/src/main/java/net/datasiel/par/jaxb/stato/ECEsitoPosNegType.java index 7484bda..94b8fe6 100644 --- a/src/main/java/net/datasiel/par/jaxb/stato/ECEsitoPosNegType.java +++ b/src/main/java/net/datasiel/par/jaxb/stato/ECEsitoPosNegType.java @@ -16,10 +16,10 @@ */ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2013.02.26 at 03:12:46 PM CET +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2013.02.26 at 03:12:46 PM CET // package net.datasiel.par.jaxb.stato; @@ -29,11 +29,11 @@ /** *

* Java class for ECEsitoPosNegType. - * + * *

* The following schema fragment specifies the expected content contained within this class. *

- * + * *

  * <simpleType name="ECEsitoPosNegType">
  *   <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
@@ -42,7 +42,7 @@
  *   </restriction>
  * </simpleType>
  * 
- * + * */ @XmlEnum public enum ECEsitoPosNegType { diff --git a/src/main/java/net/datasiel/par/jaxb/stato/EsitoChiamataWSType.java b/src/main/java/net/datasiel/par/jaxb/stato/EsitoChiamataWSType.java index 9f2bc9a..e95e0af 100644 --- a/src/main/java/net/datasiel/par/jaxb/stato/EsitoChiamataWSType.java +++ b/src/main/java/net/datasiel/par/jaxb/stato/EsitoChiamataWSType.java @@ -16,10 +16,10 @@ */ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2013.02.26 at 03:12:46 PM CET +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2013.02.26 at 03:12:46 PM CET // package net.datasiel.par.jaxb.stato; @@ -32,10 +32,10 @@ /** *

* Java class for EsitoChiamataWSType complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

  * <complexType name="EsitoChiamataWSType">
  *   <complexContent>
@@ -50,8 +50,8 @@
  *   </complexContent>
  * </complexType>
  * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "EsitoChiamataWSType", propOrder = { "versioneWSCorretta", "credenzialiOperatore", @@ -69,9 +69,9 @@ public class EsitoChiamataWSType { /** * Gets the value of the versioneWSCorretta property. - * + * * @return possible object is {@link ECEsitoPosNegType } - * + * */ public ECEsitoPosNegType getVersioneWSCorretta() { return versioneWSCorretta; @@ -79,10 +79,10 @@ public ECEsitoPosNegType getVersioneWSCorretta() { /** * Sets the value of the versioneWSCorretta property. - * + * * @param value * allowed object is {@link ECEsitoPosNegType } - * + * */ public void setVersioneWSCorretta(ECEsitoPosNegType value) { this.versioneWSCorretta = value; @@ -90,9 +90,9 @@ public void setVersioneWSCorretta(ECEsitoPosNegType value) { /** * Gets the value of the credenzialiOperatore property. - * + * * @return possible object is {@link ECEsitoPosNegType } - * + * */ public ECEsitoPosNegType getCredenzialiOperatore() { return credenzialiOperatore; @@ -100,10 +100,10 @@ public ECEsitoPosNegType getCredenzialiOperatore() { /** * Sets the value of the credenzialiOperatore property. - * + * * @param value * allowed object is {@link ECEsitoPosNegType } - * + * */ public void setCredenzialiOperatore(ECEsitoPosNegType value) { this.credenzialiOperatore = value; @@ -111,9 +111,9 @@ public void setCredenzialiOperatore(ECEsitoPosNegType value) { /** * Gets the value of the identificazioneVersatore property. - * + * * @return possible object is {@link String } - * + * */ public String getIdentificazioneVersatore() { return identificazioneVersatore; @@ -121,10 +121,10 @@ public String getIdentificazioneVersatore() { /** * Sets the value of the identificazioneVersatore property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setIdentificazioneVersatore(String value) { this.identificazioneVersatore = value; @@ -132,9 +132,9 @@ public void setIdentificazioneVersatore(String value) { /** * Gets the value of the identificazioneChiave property. - * + * * @return possible object is {@link ECEsitoPosNegType } - * + * */ public ECEsitoPosNegType getIdentificazioneChiave() { return identificazioneChiave; @@ -142,10 +142,10 @@ public ECEsitoPosNegType getIdentificazioneChiave() { /** * Sets the value of the identificazioneChiave property. - * + * * @param value * allowed object is {@link ECEsitoPosNegType } - * + * */ public void setIdentificazioneChiave(ECEsitoPosNegType value) { this.identificazioneChiave = value; diff --git a/src/main/java/net/datasiel/par/jaxb/stato/EsitoGeneraleType.java b/src/main/java/net/datasiel/par/jaxb/stato/EsitoGeneraleType.java index f4ac213..941db2c 100644 --- a/src/main/java/net/datasiel/par/jaxb/stato/EsitoGeneraleType.java +++ b/src/main/java/net/datasiel/par/jaxb/stato/EsitoGeneraleType.java @@ -16,10 +16,10 @@ */ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2013.02.26 at 03:12:46 PM CET +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2013.02.26 at 03:12:46 PM CET // package net.datasiel.par.jaxb.stato; @@ -32,10 +32,10 @@ /** *

* Java class for EsitoGeneraleType complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

  * <complexType name="EsitoGeneraleType">
  *   <complexContent>
@@ -49,8 +49,8 @@
  *   </complexContent>
  * </complexType>
  * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "EsitoGeneraleType", propOrder = { "codiceEsito", "codiceErrore", "messaggioErrore" }) @@ -65,9 +65,9 @@ public class EsitoGeneraleType { /** * Gets the value of the codiceEsito property. - * + * * @return possible object is {@link ECEsitoExtType } - * + * */ public ECEsitoExtType getCodiceEsito() { return codiceEsito; @@ -75,10 +75,10 @@ public ECEsitoExtType getCodiceEsito() { /** * Sets the value of the codiceEsito property. - * + * * @param value * allowed object is {@link ECEsitoExtType } - * + * */ public void setCodiceEsito(ECEsitoExtType value) { this.codiceEsito = value; @@ -86,9 +86,9 @@ public void setCodiceEsito(ECEsitoExtType value) { /** * Gets the value of the codiceErrore property. - * + * * @return possible object is {@link String } - * + * */ public String getCodiceErrore() { return codiceErrore; @@ -96,10 +96,10 @@ public String getCodiceErrore() { /** * Sets the value of the codiceErrore property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setCodiceErrore(String value) { this.codiceErrore = value; @@ -107,9 +107,9 @@ public void setCodiceErrore(String value) { /** * Gets the value of the messaggioErrore property. - * + * * @return possible object is {@link String } - * + * */ public String getMessaggioErrore() { return messaggioErrore; @@ -117,10 +117,10 @@ public String getMessaggioErrore() { /** * Sets the value of the messaggioErrore property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setMessaggioErrore(String value) { this.messaggioErrore = value; diff --git a/src/main/java/net/datasiel/par/jaxb/stato/FascicoloType.java b/src/main/java/net/datasiel/par/jaxb/stato/FascicoloType.java index aa5526a..7359736 100644 --- a/src/main/java/net/datasiel/par/jaxb/stato/FascicoloType.java +++ b/src/main/java/net/datasiel/par/jaxb/stato/FascicoloType.java @@ -16,10 +16,10 @@ */ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2013.02.26 at 03:12:46 PM CET +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2013.02.26 at 03:12:46 PM CET // package net.datasiel.par.jaxb.stato; @@ -34,10 +34,10 @@ /** *

* Java class for FascicoloType complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

  * <complexType name="FascicoloType">
  *   <complexContent>
@@ -50,8 +50,8 @@
  *   </complexContent>
  * </complexType>
  * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "FascicoloType", propOrder = { "identificativo", "oggetto" }) @@ -65,9 +65,9 @@ public class FascicoloType { /** * Gets the value of the identificativo property. - * + * * @return possible object is {@link String } - * + * */ public String getIdentificativo() { return identificativo; @@ -75,10 +75,10 @@ public String getIdentificativo() { /** * Sets the value of the identificativo property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setIdentificativo(String value) { this.identificativo = value; @@ -86,9 +86,9 @@ public void setIdentificativo(String value) { /** * Gets the value of the oggetto property. - * + * * @return possible object is {@link String } - * + * */ public String getOggetto() { return oggetto; @@ -96,10 +96,10 @@ public String getOggetto() { /** * Sets the value of the oggetto property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setOggetto(String value) { this.oggetto = value; diff --git a/src/main/java/net/datasiel/par/jaxb/stato/IndiceProveConservazione.java b/src/main/java/net/datasiel/par/jaxb/stato/IndiceProveConservazione.java index c124e95..8bef4a9 100644 --- a/src/main/java/net/datasiel/par/jaxb/stato/IndiceProveConservazione.java +++ b/src/main/java/net/datasiel/par/jaxb/stato/IndiceProveConservazione.java @@ -16,10 +16,10 @@ */ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2013.02.26 at 03:12:46 PM CET +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2013.02.26 at 03:12:46 PM CET // package net.datasiel.par.jaxb.stato; @@ -36,10 +36,10 @@ /** *

* Java class for anonymous complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

  * <complexType>
  *   <complexContent>
@@ -68,8 +68,8 @@
  *   </complexContent>
  * </complexType>
  * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "versione", "versioneXMLChiamata", "dataRichiestaStato", "esitoGenerale", @@ -96,9 +96,9 @@ public class IndiceProveConservazione { /** * Gets the value of the versione property. - * + * * @return possible object is {@link String } - * + * */ public String getVersione() { return versione; @@ -106,10 +106,10 @@ public String getVersione() { /** * Sets the value of the versione property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setVersione(String value) { this.versione = value; @@ -117,9 +117,9 @@ public void setVersione(String value) { /** * Gets the value of the versioneXMLChiamata property. - * + * * @return possible object is {@link String } - * + * */ public String getVersioneXMLChiamata() { return versioneXMLChiamata; @@ -127,10 +127,10 @@ public String getVersioneXMLChiamata() { /** * Sets the value of the versioneXMLChiamata property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setVersioneXMLChiamata(String value) { this.versioneXMLChiamata = value; @@ -138,9 +138,9 @@ public void setVersioneXMLChiamata(String value) { /** * Gets the value of the dataRichiestaStato property. - * + * * @return possible object is {@link XMLGregorianCalendar } - * + * */ public XMLGregorianCalendar getDataRichiestaStato() { return dataRichiestaStato; @@ -148,10 +148,10 @@ public XMLGregorianCalendar getDataRichiestaStato() { /** * Sets the value of the dataRichiestaStato property. - * + * * @param value * allowed object is {@link XMLGregorianCalendar } - * + * */ public void setDataRichiestaStato(XMLGregorianCalendar value) { this.dataRichiestaStato = value; @@ -159,9 +159,9 @@ public void setDataRichiestaStato(XMLGregorianCalendar value) { /** * Gets the value of the esitoGenerale property. - * + * * @return possible object is {@link EsitoGeneraleType } - * + * */ public EsitoGeneraleType getEsitoGenerale() { return esitoGenerale; @@ -169,10 +169,10 @@ public EsitoGeneraleType getEsitoGenerale() { /** * Sets the value of the esitoGenerale property. - * + * * @param value * allowed object is {@link EsitoGeneraleType } - * + * */ public void setEsitoGenerale(EsitoGeneraleType value) { this.esitoGenerale = value; @@ -180,9 +180,9 @@ public void setEsitoGenerale(EsitoGeneraleType value) { /** * Gets the value of the esitoChiamataWS property. - * + * * @return possible object is {@link EsitoChiamataWSType } - * + * */ public EsitoChiamataWSType getEsitoChiamataWS() { return esitoChiamataWS; @@ -190,10 +190,10 @@ public EsitoChiamataWSType getEsitoChiamataWS() { /** * Sets the value of the esitoChiamataWS property. - * + * * @param value * allowed object is {@link EsitoChiamataWSType } - * + * */ public void setEsitoChiamataWS(EsitoChiamataWSType value) { this.esitoChiamataWS = value; @@ -201,9 +201,9 @@ public void setEsitoChiamataWS(EsitoChiamataWSType value) { /** * Gets the value of the chiave property. - * + * * @return possible object is {@link ChiaveType } - * + * */ public ChiaveType getChiave() { return chiave; @@ -211,10 +211,10 @@ public ChiaveType getChiave() { /** * Sets the value of the chiave property. - * + * * @param value * allowed object is {@link ChiaveType } - * + * */ public void setChiave(ChiaveType value) { this.chiave = value; @@ -222,9 +222,9 @@ public void setChiave(ChiaveType value) { /** * Gets the value of the nota property. - * + * * @return possible object is {@link String } - * + * */ public String getNota() { return nota; @@ -232,10 +232,10 @@ public String getNota() { /** * Sets the value of the nota property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setNota(String value) { this.nota = value; @@ -243,9 +243,9 @@ public void setNota(String value) { /** * Gets the value of the volumi property. - * + * * @return possible object is {@link IndiceProveConservazione.Volumi } - * + * */ public IndiceProveConservazione.Volumi getVolumi() { return volumi; @@ -253,10 +253,10 @@ public IndiceProveConservazione.Volumi getVolumi() { /** * Sets the value of the volumi property. - * + * * @param value * allowed object is {@link IndiceProveConservazione.Volumi } - * + * */ public void setVolumi(IndiceProveConservazione.Volumi value) { this.volumi = value; @@ -265,10 +265,10 @@ public void setVolumi(IndiceProveConservazione.Volumi value) { /** *

* Java class for anonymous complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

      * <complexType>
      *   <complexContent>
@@ -280,8 +280,8 @@ public void setVolumi(IndiceProveConservazione.Volumi value) {
      *   </complexContent>
      * </complexType>
      * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "volume" }) @@ -292,24 +292,24 @@ public static class Volumi { /** * Gets the value of the volume property. - * + * *

* This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you * make to the returned list will be present inside the JAXB object. This is why there is not a set * method for the volume property. - * + * *

* For example, to add a new item, do as follows: - * + * *

          * getVolume().add(newItem);
          * 
- * - * + * + * *

* Objects of the following type(s) are allowed in the list {@link PCVolumeType } - * - * + * + * */ public List getVolume() { if (volume == null) { diff --git a/src/main/java/net/datasiel/par/jaxb/stato/ObjectFactory.java b/src/main/java/net/datasiel/par/jaxb/stato/ObjectFactory.java index e93f242..785cfdb 100644 --- a/src/main/java/net/datasiel/par/jaxb/stato/ObjectFactory.java +++ b/src/main/java/net/datasiel/par/jaxb/stato/ObjectFactory.java @@ -16,10 +16,10 @@ */ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2013.02.26 at 03:12:46 PM CET +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2013.02.26 at 03:12:46 PM CET // package net.datasiel.par.jaxb.stato; @@ -34,7 +34,7 @@ * The Java representation of XML content can consist of schema derived interfaces and classes representing the binding * of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in * this class. - * + * */ @XmlRegistry public class ObjectFactory { @@ -42,14 +42,14 @@ public class ObjectFactory { /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: * net.datasiel.par.jaxb.stato - * + * */ public ObjectFactory() { } /** * Create an instance of {@link ProfiloUnitaDocumentariaType } - * + * */ public ProfiloUnitaDocumentariaType createProfiloUnitaDocumentariaType() { return new ProfiloUnitaDocumentariaType(); @@ -57,7 +57,7 @@ public ProfiloUnitaDocumentariaType createProfiloUnitaDocumentariaType() { /** * Create an instance of {@link StrutturaType } - * + * */ public StrutturaType createStrutturaType() { return new StrutturaType(); @@ -65,7 +65,7 @@ public StrutturaType createStrutturaType() { /** * Create an instance of {@link DocumentoCollegatoType } - * + * */ public DocumentoCollegatoType createDocumentoCollegatoType() { return new DocumentoCollegatoType(); @@ -73,7 +73,7 @@ public DocumentoCollegatoType createDocumentoCollegatoType() { /** * Create an instance of {@link ComponenteType } - * + * */ public ComponenteType createComponenteType() { return new ComponenteType(); @@ -81,7 +81,7 @@ public ComponenteType createComponenteType() { /** * Create an instance of {@link ComponenteType.SottoComponenti } - * + * */ public ComponenteType.SottoComponenti createComponenteTypeSottoComponenti() { return new ComponenteType.SottoComponenti(); @@ -89,7 +89,7 @@ public ComponenteType.SottoComponenti createComponenteTypeSottoComponenti() { /** * Create an instance of {@link StrutturaType.Componenti } - * + * */ public StrutturaType.Componenti createStrutturaTypeComponenti() { return new StrutturaType.Componenti(); @@ -97,7 +97,7 @@ public StrutturaType.Componenti createStrutturaTypeComponenti() { /** * Create an instance of {@link ProfiloDocumentoType } - * + * */ public ProfiloDocumentoType createProfiloDocumentoType() { return new ProfiloDocumentoType(); @@ -105,7 +105,7 @@ public ProfiloDocumentoType createProfiloDocumentoType() { /** * Create an instance of {@link FascicoloType } - * + * */ public FascicoloType createFascicoloType() { return new FascicoloType(); @@ -113,7 +113,7 @@ public FascicoloType createFascicoloType() { /** * Create an instance of {@link DocumentoContenutoType } - * + * */ public DocumentoContenutoType createDocumentoContenutoType() { return new DocumentoContenutoType(); @@ -121,7 +121,7 @@ public DocumentoContenutoType createDocumentoContenutoType() { /** * Create an instance of {@link PCVolumeType } - * + * */ public PCVolumeType createPCVolumeType() { return new PCVolumeType(); @@ -129,7 +129,7 @@ public PCVolumeType createPCVolumeType() { /** * Create an instance of {@link DatiVolumeType.DocumentiContenuti } - * + * */ public DatiVolumeType.DocumentiContenuti createDatiVolumeTypeDocumentiContenuti() { return new DatiVolumeType.DocumentiContenuti(); @@ -137,7 +137,7 @@ public DatiVolumeType.DocumentiContenuti createDatiVolumeTypeDocumentiContenuti( /** * Create an instance of {@link EsitoGeneraleType } - * + * */ public EsitoGeneraleType createEsitoGeneraleType() { return new EsitoGeneraleType(); @@ -145,7 +145,7 @@ public EsitoGeneraleType createEsitoGeneraleType() { /** * Create an instance of {@link DatiUnitaDocType.Volumi } - * + * */ public DatiUnitaDocType.Volumi createDatiUnitaDocTypeVolumi() { return new DatiUnitaDocType.Volumi(); @@ -153,7 +153,7 @@ public DatiUnitaDocType.Volumi createDatiUnitaDocTypeVolumi() { /** * Create an instance of {@link DatiRifVolumeType } - * + * */ public DatiRifVolumeType createDatiRifVolumeType() { return new DatiRifVolumeType(); @@ -161,7 +161,7 @@ public DatiRifVolumeType createDatiRifVolumeType() { /** * Create an instance of {@link DatiVolumeType } - * + * */ public DatiVolumeType createDatiVolumeType() { return new DatiVolumeType(); @@ -169,7 +169,7 @@ public DatiVolumeType createDatiVolumeType() { /** * Create an instance of {@link DatiSpecificiType } - * + * */ public DatiSpecificiType createDatiSpecificiType() { return new DatiSpecificiType(); @@ -177,7 +177,7 @@ public DatiSpecificiType createDatiSpecificiType() { /** * Create an instance of {@link UnitaDocumentaria.Allegati } - * + * */ public UnitaDocumentaria.Allegati createUnitaDocumentariaAllegati() { return new UnitaDocumentaria.Allegati(); @@ -185,7 +185,7 @@ public UnitaDocumentaria.Allegati createUnitaDocumentariaAllegati() { /** * Create an instance of {@link IndiceProveConservazione.Volumi } - * + * */ public IndiceProveConservazione.Volumi createIndiceProveConservazioneVolumi() { return new IndiceProveConservazione.Volumi(); @@ -193,7 +193,7 @@ public IndiceProveConservazione.Volumi createIndiceProveConservazioneVolumi() { /** * Create an instance of {@link SCVersatoreType } - * + * */ public SCVersatoreType createSCVersatoreType() { return new SCVersatoreType(); @@ -201,7 +201,7 @@ public SCVersatoreType createSCVersatoreType() { /** * Create an instance of {@link ProfiloArchivisticoType } - * + * */ public ProfiloArchivisticoType createProfiloArchivisticoType() { return new ProfiloArchivisticoType(); @@ -209,7 +209,7 @@ public ProfiloArchivisticoType createProfiloArchivisticoType() { /** * Create an instance of {@link DocumentoCollegatoType.DocumentoCollegato } - * + * */ public DocumentoCollegatoType.DocumentoCollegato createDocumentoCollegatoTypeDocumentoCollegato() { return new DocumentoCollegatoType.DocumentoCollegato(); @@ -217,7 +217,7 @@ public DocumentoCollegatoType.DocumentoCollegato createDocumentoCollegatoTypeDoc /** * Create an instance of {@link UnitaDocumentaria.Annessi } - * + * */ public UnitaDocumentaria.Annessi createUnitaDocumentariaAnnessi() { return new UnitaDocumentaria.Annessi(); @@ -225,7 +225,7 @@ public UnitaDocumentaria.Annessi createUnitaDocumentariaAnnessi() { /** * Create an instance of {@link CamiciaFascicoloType } - * + * */ public CamiciaFascicoloType createCamiciaFascicoloType() { return new CamiciaFascicoloType(); @@ -233,7 +233,7 @@ public CamiciaFascicoloType createCamiciaFascicoloType() { /** * Create an instance of {@link UnitaDocumentaria.Annotazioni } - * + * */ public UnitaDocumentaria.Annotazioni createUnitaDocumentariaAnnotazioni() { return new UnitaDocumentaria.Annotazioni(); @@ -241,7 +241,7 @@ public UnitaDocumentaria.Annotazioni createUnitaDocumentariaAnnotazioni() { /** * Create an instance of {@link ChiaveType } - * + * */ public ChiaveType createChiaveType() { return new ChiaveType(); @@ -249,7 +249,7 @@ public ChiaveType createChiaveType() { /** * Create an instance of {@link DocumentoType.Volumi } - * + * */ public DocumentoType.Volumi createDocumentoTypeVolumi() { return new DocumentoType.Volumi(); @@ -257,7 +257,7 @@ public DocumentoType.Volumi createDocumentoTypeVolumi() { /** * Create an instance of {@link StatoConservazione } - * + * */ public StatoConservazione createStatoConservazione() { return new StatoConservazione(); @@ -265,7 +265,7 @@ public StatoConservazione createStatoConservazione() { /** * Create an instance of {@link DocumentoType } - * + * */ public DocumentoType createDocumentoType() { return new DocumentoType(); @@ -273,7 +273,7 @@ public DocumentoType createDocumentoType() { /** * Create an instance of {@link DatiUnitaDocType } - * + * */ public DatiUnitaDocType createDatiUnitaDocType() { return new DatiUnitaDocType(); @@ -281,7 +281,7 @@ public DatiUnitaDocType createDatiUnitaDocType() { /** * Create an instance of {@link UnitaDocumentaria } - * + * */ public UnitaDocumentaria createUnitaDocumentaria() { return new UnitaDocumentaria(); @@ -289,7 +289,7 @@ public UnitaDocumentaria createUnitaDocumentaria() { /** * Create an instance of {@link DatiFiscaliType } - * + * */ public DatiFiscaliType createDatiFiscaliType() { return new DatiFiscaliType(); @@ -297,7 +297,7 @@ public DatiFiscaliType createDatiFiscaliType() { /** * Create an instance of {@link EsitoChiamataWSType } - * + * */ public EsitoChiamataWSType createEsitoChiamataWSType() { return new EsitoChiamataWSType(); @@ -305,7 +305,7 @@ public EsitoChiamataWSType createEsitoChiamataWSType() { /** * Create an instance of {@link IndiceProveConservazione } - * + * */ public IndiceProveConservazione createIndiceProveConservazione() { return new IndiceProveConservazione(); @@ -313,7 +313,7 @@ public IndiceProveConservazione createIndiceProveConservazione() { /** * Create an instance of {@link SottoComponenteType } - * + * */ public SottoComponenteType createSottoComponenteType() { return new SottoComponenteType(); @@ -321,7 +321,7 @@ public SottoComponenteType createSottoComponenteType() { /** * Create an instance of {@link ProfiloArchivisticoType.FascicoliSecondari } - * + * */ public ProfiloArchivisticoType.FascicoliSecondari createProfiloArchivisticoTypeFascicoliSecondari() { return new ProfiloArchivisticoType.FascicoliSecondari(); diff --git a/src/main/java/net/datasiel/par/jaxb/stato/PCVolumeType.java b/src/main/java/net/datasiel/par/jaxb/stato/PCVolumeType.java index 0ae84f3..8b9ddec 100644 --- a/src/main/java/net/datasiel/par/jaxb/stato/PCVolumeType.java +++ b/src/main/java/net/datasiel/par/jaxb/stato/PCVolumeType.java @@ -16,10 +16,10 @@ */ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2013.02.26 at 03:12:46 PM CET +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2013.02.26 at 03:12:46 PM CET // package net.datasiel.par.jaxb.stato; @@ -34,10 +34,10 @@ /** *

* Java class for PCVolumeType complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

  * <complexType name="PCVolumeType">
  *   <complexContent>
@@ -51,8 +51,8 @@
  *   </complexContent>
  * </complexType>
  * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "PCVolumeType", propOrder = { "idVolume", "nomeVolume", "directory" }) @@ -68,9 +68,9 @@ public class PCVolumeType { /** * Gets the value of the idVolume property. - * + * * @return possible object is {@link String } - * + * */ public String getIdVolume() { return idVolume; @@ -78,10 +78,10 @@ public String getIdVolume() { /** * Sets the value of the idVolume property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setIdVolume(String value) { this.idVolume = value; @@ -89,9 +89,9 @@ public void setIdVolume(String value) { /** * Gets the value of the nomeVolume property. - * + * * @return possible object is {@link String } - * + * */ public String getNomeVolume() { return nomeVolume; @@ -99,10 +99,10 @@ public String getNomeVolume() { /** * Sets the value of the nomeVolume property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setNomeVolume(String value) { this.nomeVolume = value; @@ -110,9 +110,9 @@ public void setNomeVolume(String value) { /** * Gets the value of the directory property. - * + * * @return possible object is {@link String } - * + * */ public String getDirectory() { return directory; @@ -120,10 +120,10 @@ public String getDirectory() { /** * Sets the value of the directory property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setDirectory(String value) { this.directory = value; diff --git a/src/main/java/net/datasiel/par/jaxb/stato/ProfiloArchivisticoType.java b/src/main/java/net/datasiel/par/jaxb/stato/ProfiloArchivisticoType.java index c7d05c4..24fe753 100644 --- a/src/main/java/net/datasiel/par/jaxb/stato/ProfiloArchivisticoType.java +++ b/src/main/java/net/datasiel/par/jaxb/stato/ProfiloArchivisticoType.java @@ -16,10 +16,10 @@ */ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2013.02.26 at 03:12:46 PM CET +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2013.02.26 at 03:12:46 PM CET // package net.datasiel.par.jaxb.stato; @@ -34,10 +34,10 @@ /** *

* Java class for ProfiloArchivisticoType complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

  * <complexType name="ProfiloArchivisticoType">
  *   <complexContent>
@@ -60,8 +60,8 @@
  *   </complexContent>
  * </complexType>
  * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "ProfiloArchivisticoType", propOrder = { "fascicoloPrincipale", "fascicoliSecondari" }) @@ -74,9 +74,9 @@ public class ProfiloArchivisticoType { /** * Gets the value of the fascicoloPrincipale property. - * + * * @return possible object is {@link CamiciaFascicoloType } - * + * */ public CamiciaFascicoloType getFascicoloPrincipale() { return fascicoloPrincipale; @@ -84,10 +84,10 @@ public CamiciaFascicoloType getFascicoloPrincipale() { /** * Sets the value of the fascicoloPrincipale property. - * + * * @param value * allowed object is {@link CamiciaFascicoloType } - * + * */ public void setFascicoloPrincipale(CamiciaFascicoloType value) { this.fascicoloPrincipale = value; @@ -95,9 +95,9 @@ public void setFascicoloPrincipale(CamiciaFascicoloType value) { /** * Gets the value of the fascicoliSecondari property. - * + * * @return possible object is {@link ProfiloArchivisticoType.FascicoliSecondari } - * + * */ public ProfiloArchivisticoType.FascicoliSecondari getFascicoliSecondari() { return fascicoliSecondari; @@ -105,10 +105,10 @@ public ProfiloArchivisticoType.FascicoliSecondari getFascicoliSecondari() { /** * Sets the value of the fascicoliSecondari property. - * + * * @param value * allowed object is {@link ProfiloArchivisticoType.FascicoliSecondari } - * + * */ public void setFascicoliSecondari(ProfiloArchivisticoType.FascicoliSecondari value) { this.fascicoliSecondari = value; @@ -117,10 +117,10 @@ public void setFascicoliSecondari(ProfiloArchivisticoType.FascicoliSecondari val /** *

* Java class for anonymous complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

      * <complexType>
      *   <complexContent>
@@ -132,8 +132,8 @@ public void setFascicoliSecondari(ProfiloArchivisticoType.FascicoliSecondari val
      *   </complexContent>
      * </complexType>
      * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "fascicoloSecondario" }) @@ -144,24 +144,24 @@ public static class FascicoliSecondari { /** * Gets the value of the fascicoloSecondario property. - * + * *

* This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you * make to the returned list will be present inside the JAXB object. This is why there is not a set * method for the fascicoloSecondario property. - * + * *

* For example, to add a new item, do as follows: - * + * *

          * getFascicoloSecondario().add(newItem);
          * 
- * - * + * + * *

* Objects of the following type(s) are allowed in the list {@link CamiciaFascicoloType } - * - * + * + * */ public List getFascicoloSecondario() { if (fascicoloSecondario == null) { diff --git a/src/main/java/net/datasiel/par/jaxb/stato/ProfiloDocumentoType.java b/src/main/java/net/datasiel/par/jaxb/stato/ProfiloDocumentoType.java index 78145c5..168c19e 100644 --- a/src/main/java/net/datasiel/par/jaxb/stato/ProfiloDocumentoType.java +++ b/src/main/java/net/datasiel/par/jaxb/stato/ProfiloDocumentoType.java @@ -16,10 +16,10 @@ */ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2013.02.26 at 03:12:46 PM CET +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2013.02.26 at 03:12:46 PM CET // package net.datasiel.par.jaxb.stato; @@ -32,10 +32,10 @@ /** *

* Java class for ProfiloDocumentoType complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

  * <complexType name="ProfiloDocumentoType">
  *   <complexContent>
@@ -48,8 +48,8 @@
  *   </complexContent>
  * </complexType>
  * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "ProfiloDocumentoType", propOrder = { "descrizione", "autore" }) @@ -62,9 +62,9 @@ public class ProfiloDocumentoType { /** * Gets the value of the descrizione property. - * + * * @return possible object is {@link String } - * + * */ public String getDescrizione() { return descrizione; @@ -72,10 +72,10 @@ public String getDescrizione() { /** * Sets the value of the descrizione property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setDescrizione(String value) { this.descrizione = value; @@ -83,9 +83,9 @@ public void setDescrizione(String value) { /** * Gets the value of the autore property. - * + * * @return possible object is {@link String } - * + * */ public String getAutore() { return autore; @@ -93,10 +93,10 @@ public String getAutore() { /** * Sets the value of the autore property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setAutore(String value) { this.autore = value; diff --git a/src/main/java/net/datasiel/par/jaxb/stato/ProfiloUnitaDocumentariaType.java b/src/main/java/net/datasiel/par/jaxb/stato/ProfiloUnitaDocumentariaType.java index d57e0a0..b871ca3 100644 --- a/src/main/java/net/datasiel/par/jaxb/stato/ProfiloUnitaDocumentariaType.java +++ b/src/main/java/net/datasiel/par/jaxb/stato/ProfiloUnitaDocumentariaType.java @@ -16,10 +16,10 @@ */ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2013.02.26 at 03:12:46 PM CET +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2013.02.26 at 03:12:46 PM CET // package net.datasiel.par.jaxb.stato; @@ -33,10 +33,10 @@ /** *

* Java class for ProfiloUnitaDocumentariaType complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

  * <complexType name="ProfiloUnitaDocumentariaType">
  *   <complexContent>
@@ -50,8 +50,8 @@
  *   </complexContent>
  * </complexType>
  * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "ProfiloUnitaDocumentariaType", propOrder = { "oggetto", "data", "cartaceo" }) @@ -66,9 +66,9 @@ public class ProfiloUnitaDocumentariaType { /** * Gets the value of the oggetto property. - * + * * @return possible object is {@link String } - * + * */ public String getOggetto() { return oggetto; @@ -76,10 +76,10 @@ public String getOggetto() { /** * Sets the value of the oggetto property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setOggetto(String value) { this.oggetto = value; @@ -87,9 +87,9 @@ public void setOggetto(String value) { /** * Gets the value of the data property. - * + * * @return possible object is {@link XMLGregorianCalendar } - * + * */ public XMLGregorianCalendar getData() { return data; @@ -97,10 +97,10 @@ public XMLGregorianCalendar getData() { /** * Sets the value of the data property. - * + * * @param value * allowed object is {@link XMLGregorianCalendar } - * + * */ public void setData(XMLGregorianCalendar value) { this.data = value; @@ -108,9 +108,9 @@ public void setData(XMLGregorianCalendar value) { /** * Gets the value of the cartaceo property. - * + * * @return possible object is {@link Boolean } - * + * */ public Boolean isCartaceo() { return cartaceo; @@ -118,10 +118,10 @@ public Boolean isCartaceo() { /** * Sets the value of the cartaceo property. - * + * * @param value * allowed object is {@link Boolean } - * + * */ public void setCartaceo(Boolean value) { this.cartaceo = value; diff --git a/src/main/java/net/datasiel/par/jaxb/stato/SCVersatoreType.java b/src/main/java/net/datasiel/par/jaxb/stato/SCVersatoreType.java index 857c76e..d3ab6d9 100644 --- a/src/main/java/net/datasiel/par/jaxb/stato/SCVersatoreType.java +++ b/src/main/java/net/datasiel/par/jaxb/stato/SCVersatoreType.java @@ -16,10 +16,10 @@ */ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2013.02.26 at 03:12:46 PM CET +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2013.02.26 at 03:12:46 PM CET // package net.datasiel.par.jaxb.stato; @@ -32,10 +32,10 @@ /** *

* Java class for SCVersatoreType complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

  * <complexType name="SCVersatoreType">
  *   <complexContent>
@@ -50,8 +50,8 @@
  *   </complexContent>
  * </complexType>
  * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "SCVersatoreType", propOrder = { "ambiente", "ente", "struttura", "userID" }) @@ -68,9 +68,9 @@ public class SCVersatoreType { /** * Gets the value of the ambiente property. - * + * * @return possible object is {@link String } - * + * */ public String getAmbiente() { return ambiente; @@ -78,10 +78,10 @@ public String getAmbiente() { /** * Sets the value of the ambiente property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setAmbiente(String value) { this.ambiente = value; @@ -89,9 +89,9 @@ public void setAmbiente(String value) { /** * Gets the value of the ente property. - * + * * @return possible object is {@link String } - * + * */ public String getEnte() { return ente; @@ -99,10 +99,10 @@ public String getEnte() { /** * Sets the value of the ente property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setEnte(String value) { this.ente = value; @@ -110,9 +110,9 @@ public void setEnte(String value) { /** * Gets the value of the struttura property. - * + * * @return possible object is {@link String } - * + * */ public String getStruttura() { return struttura; @@ -120,10 +120,10 @@ public String getStruttura() { /** * Sets the value of the struttura property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setStruttura(String value) { this.struttura = value; @@ -131,9 +131,9 @@ public void setStruttura(String value) { /** * Gets the value of the userID property. - * + * * @return possible object is {@link String } - * + * */ public String getUserID() { return userID; @@ -141,10 +141,10 @@ public String getUserID() { /** * Sets the value of the userID property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setUserID(String value) { this.userID = value; diff --git a/src/main/java/net/datasiel/par/jaxb/stato/SottoComponenteType.java b/src/main/java/net/datasiel/par/jaxb/stato/SottoComponenteType.java index a8b4fd0..306e7f6 100644 --- a/src/main/java/net/datasiel/par/jaxb/stato/SottoComponenteType.java +++ b/src/main/java/net/datasiel/par/jaxb/stato/SottoComponenteType.java @@ -16,10 +16,10 @@ */ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2013.02.26 at 03:12:46 PM CET +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2013.02.26 at 03:12:46 PM CET // package net.datasiel.par.jaxb.stato; @@ -35,10 +35,10 @@ /** *

* Java class for SottoComponenteType complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

  * <complexType name="SottoComponenteType">
  *   <complexContent>
@@ -61,8 +61,8 @@
  *   </complexContent>
  * </complexType>
  * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "SottoComponenteType", propOrder = { "ordinePresentazione", "tipoComponente", "tipoSupportoComponente", @@ -100,9 +100,9 @@ public class SottoComponenteType { /** * Gets the value of the ordinePresentazione property. - * + * * @return possible object is {@link BigInteger } - * + * */ public BigInteger getOrdinePresentazione() { return ordinePresentazione; @@ -110,10 +110,10 @@ public BigInteger getOrdinePresentazione() { /** * Sets the value of the ordinePresentazione property. - * + * * @param value * allowed object is {@link BigInteger } - * + * */ public void setOrdinePresentazione(BigInteger value) { this.ordinePresentazione = value; @@ -121,9 +121,9 @@ public void setOrdinePresentazione(BigInteger value) { /** * Gets the value of the tipoComponente property. - * + * * @return possible object is {@link String } - * + * */ public String getTipoComponente() { return tipoComponente; @@ -131,10 +131,10 @@ public String getTipoComponente() { /** * Sets the value of the tipoComponente property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setTipoComponente(String value) { this.tipoComponente = value; @@ -142,9 +142,9 @@ public void setTipoComponente(String value) { /** * Gets the value of the tipoSupportoComponente property. - * + * * @return possible object is {@link TipoSupportoType } - * + * */ public TipoSupportoType getTipoSupportoComponente() { return tipoSupportoComponente; @@ -152,10 +152,10 @@ public TipoSupportoType getTipoSupportoComponente() { /** * Sets the value of the tipoSupportoComponente property. - * + * * @param value * allowed object is {@link TipoSupportoType } - * + * */ public void setTipoSupportoComponente(TipoSupportoType value) { this.tipoSupportoComponente = value; @@ -163,9 +163,9 @@ public void setTipoSupportoComponente(TipoSupportoType value) { /** * Gets the value of the riferimento property. - * + * * @return possible object is {@link ChiaveType } - * + * */ public ChiaveType getRiferimento() { return riferimento; @@ -173,10 +173,10 @@ public ChiaveType getRiferimento() { /** * Sets the value of the riferimento property. - * + * * @param value * allowed object is {@link ChiaveType } - * + * */ public void setRiferimento(ChiaveType value) { this.riferimento = value; @@ -184,9 +184,9 @@ public void setRiferimento(ChiaveType value) { /** * Gets the value of the nomeComponente property. - * + * * @return possible object is {@link String } - * + * */ public String getNomeComponente() { return nomeComponente; @@ -194,10 +194,10 @@ public String getNomeComponente() { /** * Sets the value of the nomeComponente property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setNomeComponente(String value) { this.nomeComponente = value; @@ -205,9 +205,9 @@ public void setNomeComponente(String value) { /** * Gets the value of the formatoRappresentazione property. - * + * * @return possible object is {@link String } - * + * */ public String getFormatoRappresentazione() { return formatoRappresentazione; @@ -215,10 +215,10 @@ public String getFormatoRappresentazione() { /** * Sets the value of the formatoRappresentazione property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setFormatoRappresentazione(String value) { this.formatoRappresentazione = value; @@ -226,9 +226,9 @@ public void setFormatoRappresentazione(String value) { /** * Gets the value of the formatoRappresentazioneEsteso property. - * + * * @return possible object is {@link String } - * + * */ public String getFormatoRappresentazioneEsteso() { return formatoRappresentazioneEsteso; @@ -236,10 +236,10 @@ public String getFormatoRappresentazioneEsteso() { /** * Sets the value of the formatoRappresentazioneEsteso property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setFormatoRappresentazioneEsteso(String value) { this.formatoRappresentazioneEsteso = value; @@ -247,9 +247,9 @@ public void setFormatoRappresentazioneEsteso(String value) { /** * Gets the value of the urnVersato property. - * + * * @return possible object is {@link String } - * + * */ public String getUrnVersato() { return urnVersato; @@ -257,10 +257,10 @@ public String getUrnVersato() { /** * Sets the value of the urnVersato property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setUrnVersato(String value) { this.urnVersato = value; @@ -268,9 +268,9 @@ public void setUrnVersato(String value) { /** * Gets the value of the urnCalcolato property. - * + * * @return possible object is {@link String } - * + * */ public String getUrnCalcolato() { return urnCalcolato; @@ -278,10 +278,10 @@ public String getUrnCalcolato() { /** * Sets the value of the urnCalcolato property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setUrnCalcolato(String value) { this.urnCalcolato = value; @@ -289,9 +289,9 @@ public void setUrnCalcolato(String value) { /** * Gets the value of the idComponenteVersato property. - * + * * @return possible object is {@link String } - * + * */ public String getIDComponenteVersato() { return idComponenteVersato; @@ -299,10 +299,10 @@ public String getIDComponenteVersato() { /** * Sets the value of the idComponenteVersato property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setIDComponenteVersato(String value) { this.idComponenteVersato = value; @@ -310,9 +310,9 @@ public void setIDComponenteVersato(String value) { /** * Gets the value of the datiSpecifici property. - * + * * @return possible object is {@link DatiSpecificiType } - * + * */ public DatiSpecificiType getDatiSpecifici() { return datiSpecifici; @@ -320,10 +320,10 @@ public DatiSpecificiType getDatiSpecifici() { /** * Sets the value of the datiSpecifici property. - * + * * @param value * allowed object is {@link DatiSpecificiType } - * + * */ public void setDatiSpecifici(DatiSpecificiType value) { this.datiSpecifici = value; @@ -331,9 +331,9 @@ public void setDatiSpecifici(DatiSpecificiType value) { /** * Gets the value of the datiSpecificiMigrazione property. - * + * * @return possible object is {@link DatiSpecificiType } - * + * */ public DatiSpecificiType getDatiSpecificiMigrazione() { return datiSpecificiMigrazione; @@ -341,10 +341,10 @@ public DatiSpecificiType getDatiSpecificiMigrazione() { /** * Sets the value of the datiSpecificiMigrazione property. - * + * * @param value * allowed object is {@link DatiSpecificiType } - * + * */ public void setDatiSpecificiMigrazione(DatiSpecificiType value) { this.datiSpecificiMigrazione = value; diff --git a/src/main/java/net/datasiel/par/jaxb/stato/StatoConservazione.java b/src/main/java/net/datasiel/par/jaxb/stato/StatoConservazione.java index 0473ece..ce111ef 100644 --- a/src/main/java/net/datasiel/par/jaxb/stato/StatoConservazione.java +++ b/src/main/java/net/datasiel/par/jaxb/stato/StatoConservazione.java @@ -16,10 +16,10 @@ */ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2013.02.26 at 03:12:46 PM CET +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2013.02.26 at 03:12:46 PM CET // package net.datasiel.par.jaxb.stato; @@ -34,10 +34,10 @@ /** *

* Java class for anonymous complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

  * <complexType>
  *   <complexContent>
@@ -55,8 +55,8 @@
  *   </complexContent>
  * </complexType>
  * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "versione", "versioneXMLChiamata", "dataRichiestaStato", "esitoGenerale", @@ -81,9 +81,9 @@ public class StatoConservazione { /** * Gets the value of the versione property. - * + * * @return possible object is {@link String } - * + * */ public String getVersione() { return versione; @@ -91,10 +91,10 @@ public String getVersione() { /** * Sets the value of the versione property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setVersione(String value) { this.versione = value; @@ -102,9 +102,9 @@ public void setVersione(String value) { /** * Gets the value of the versioneXMLChiamata property. - * + * * @return possible object is {@link String } - * + * */ public String getVersioneXMLChiamata() { return versioneXMLChiamata; @@ -112,10 +112,10 @@ public String getVersioneXMLChiamata() { /** * Sets the value of the versioneXMLChiamata property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setVersioneXMLChiamata(String value) { this.versioneXMLChiamata = value; @@ -123,9 +123,9 @@ public void setVersioneXMLChiamata(String value) { /** * Gets the value of the dataRichiestaStato property. - * + * * @return possible object is {@link XMLGregorianCalendar } - * + * */ public XMLGregorianCalendar getDataRichiestaStato() { return dataRichiestaStato; @@ -133,10 +133,10 @@ public XMLGregorianCalendar getDataRichiestaStato() { /** * Sets the value of the dataRichiestaStato property. - * + * * @param value * allowed object is {@link XMLGregorianCalendar } - * + * */ public void setDataRichiestaStato(XMLGregorianCalendar value) { this.dataRichiestaStato = value; @@ -144,9 +144,9 @@ public void setDataRichiestaStato(XMLGregorianCalendar value) { /** * Gets the value of the esitoGenerale property. - * + * * @return possible object is {@link EsitoGeneraleType } - * + * */ public EsitoGeneraleType getEsitoGenerale() { return esitoGenerale; @@ -154,10 +154,10 @@ public EsitoGeneraleType getEsitoGenerale() { /** * Sets the value of the esitoGenerale property. - * + * * @param value * allowed object is {@link EsitoGeneraleType } - * + * */ public void setEsitoGenerale(EsitoGeneraleType value) { this.esitoGenerale = value; @@ -165,9 +165,9 @@ public void setEsitoGenerale(EsitoGeneraleType value) { /** * Gets the value of the esitoChiamataWS property. - * + * * @return possible object is {@link EsitoChiamataWSType } - * + * */ public EsitoChiamataWSType getEsitoChiamataWS() { return esitoChiamataWS; @@ -175,10 +175,10 @@ public EsitoChiamataWSType getEsitoChiamataWS() { /** * Sets the value of the esitoChiamataWS property. - * + * * @param value * allowed object is {@link EsitoChiamataWSType } - * + * */ public void setEsitoChiamataWS(EsitoChiamataWSType value) { this.esitoChiamataWS = value; @@ -186,9 +186,9 @@ public void setEsitoChiamataWS(EsitoChiamataWSType value) { /** * Gets the value of the statoUnitaDocumentaria property. - * + * * @return possible object is {@link DatiUnitaDocType } - * + * */ public DatiUnitaDocType getStatoUnitaDocumentaria() { return statoUnitaDocumentaria; @@ -196,10 +196,10 @@ public DatiUnitaDocType getStatoUnitaDocumentaria() { /** * Sets the value of the statoUnitaDocumentaria property. - * + * * @param value * allowed object is {@link DatiUnitaDocType } - * + * */ public void setStatoUnitaDocumentaria(DatiUnitaDocType value) { this.statoUnitaDocumentaria = value; @@ -207,9 +207,9 @@ public void setStatoUnitaDocumentaria(DatiUnitaDocType value) { /** * Gets the value of the xmlRichiesta property. - * + * * @return possible object is {@link String } - * + * */ public String getXMLRichiesta() { return xmlRichiesta; @@ -217,10 +217,10 @@ public String getXMLRichiesta() { /** * Sets the value of the xmlRichiesta property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setXMLRichiesta(String value) { this.xmlRichiesta = value; diff --git a/src/main/java/net/datasiel/par/jaxb/stato/StrutturaType.java b/src/main/java/net/datasiel/par/jaxb/stato/StrutturaType.java index e4c888b..9df456d 100644 --- a/src/main/java/net/datasiel/par/jaxb/stato/StrutturaType.java +++ b/src/main/java/net/datasiel/par/jaxb/stato/StrutturaType.java @@ -16,10 +16,10 @@ */ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2013.02.26 at 03:12:46 PM CET +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2013.02.26 at 03:12:46 PM CET // package net.datasiel.par.jaxb.stato; @@ -36,10 +36,10 @@ /** *

* Java class for StrutturaType complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

  * <complexType name="StrutturaType">
  *   <complexContent>
@@ -62,8 +62,8 @@
  *   </complexContent>
  * </complexType>
  * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "StrutturaType", propOrder = { "tipoStruttura", "componenti" }) @@ -77,9 +77,9 @@ public class StrutturaType { /** * Gets the value of the tipoStruttura property. - * + * * @return possible object is {@link String } - * + * */ public String getTipoStruttura() { return tipoStruttura; @@ -87,10 +87,10 @@ public String getTipoStruttura() { /** * Sets the value of the tipoStruttura property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setTipoStruttura(String value) { this.tipoStruttura = value; @@ -98,9 +98,9 @@ public void setTipoStruttura(String value) { /** * Gets the value of the componenti property. - * + * * @return possible object is {@link StrutturaType.Componenti } - * + * */ public StrutturaType.Componenti getComponenti() { return componenti; @@ -108,10 +108,10 @@ public StrutturaType.Componenti getComponenti() { /** * Sets the value of the componenti property. - * + * * @param value * allowed object is {@link StrutturaType.Componenti } - * + * */ public void setComponenti(StrutturaType.Componenti value) { this.componenti = value; @@ -120,10 +120,10 @@ public void setComponenti(StrutturaType.Componenti value) { /** *

* Java class for anonymous complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

      * <complexType>
      *   <complexContent>
@@ -135,8 +135,8 @@ public void setComponenti(StrutturaType.Componenti value) {
      *   </complexContent>
      * </complexType>
      * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "componente" }) @@ -147,24 +147,24 @@ public static class Componenti { /** * Gets the value of the componente property. - * + * *

* This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you * make to the returned list will be present inside the JAXB object. This is why there is not a set * method for the componente property. - * + * *

* For example, to add a new item, do as follows: - * + * *

          * getComponente().add(newItem);
          * 
- * - * + * + * *

* Objects of the following type(s) are allowed in the list {@link ComponenteType } - * - * + * + * */ public List getComponente() { if (componente == null) { diff --git a/src/main/java/net/datasiel/par/jaxb/stato/TipoConservazioneType.java b/src/main/java/net/datasiel/par/jaxb/stato/TipoConservazioneType.java index a28f06a..7f33ac0 100644 --- a/src/main/java/net/datasiel/par/jaxb/stato/TipoConservazioneType.java +++ b/src/main/java/net/datasiel/par/jaxb/stato/TipoConservazioneType.java @@ -16,10 +16,10 @@ */ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2013.02.26 at 03:12:46 PM CET +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2013.02.26 at 03:12:46 PM CET // package net.datasiel.par.jaxb.stato; @@ -29,11 +29,11 @@ /** *

* Java class for TipoConservazioneType. - * + * *

* The following schema fragment specifies the expected content contained within this class. *

- * + * *

  * <simpleType name="TipoConservazioneType">
  *   <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
@@ -43,7 +43,7 @@
  *   </restriction>
  * </simpleType>
  * 
- * + * */ @XmlEnum public enum TipoConservazioneType { diff --git a/src/main/java/net/datasiel/par/jaxb/stato/TipoSupportoType.java b/src/main/java/net/datasiel/par/jaxb/stato/TipoSupportoType.java index 2d4314a..d80a0b4 100644 --- a/src/main/java/net/datasiel/par/jaxb/stato/TipoSupportoType.java +++ b/src/main/java/net/datasiel/par/jaxb/stato/TipoSupportoType.java @@ -16,10 +16,10 @@ */ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2013.02.26 at 03:12:46 PM CET +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2013.02.26 at 03:12:46 PM CET // package net.datasiel.par.jaxb.stato; @@ -29,11 +29,11 @@ /** *

* Java class for TipoSupportoType. - * + * *

* The following schema fragment specifies the expected content contained within this class. *

- * + * *

  * <simpleType name="TipoSupportoType">
  *   <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
@@ -43,7 +43,7 @@
  *   </restriction>
  * </simpleType>
  * 
- * + * */ @XmlEnum public enum TipoSupportoType { diff --git a/src/main/java/net/datasiel/par/jaxb/stato/UnitaDocumentaria.java b/src/main/java/net/datasiel/par/jaxb/stato/UnitaDocumentaria.java index 3ad755e..eec5aba 100644 --- a/src/main/java/net/datasiel/par/jaxb/stato/UnitaDocumentaria.java +++ b/src/main/java/net/datasiel/par/jaxb/stato/UnitaDocumentaria.java @@ -16,10 +16,10 @@ */ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2013.02.26 at 03:12:46 PM CET +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2013.02.26 at 03:12:46 PM CET // package net.datasiel.par.jaxb.stato; @@ -39,10 +39,10 @@ /** *

* Java class for anonymous complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

  * <complexType>
  *   <complexContent>
@@ -106,8 +106,8 @@
  *   </complexContent>
  * </complexType>
  * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "versione", "versioneXMLChiamata", "dataRichiestaStato", "esitoGenerale", @@ -168,9 +168,9 @@ public class UnitaDocumentaria { /** * Gets the value of the versione property. - * + * * @return possible object is {@link String } - * + * */ public String getVersione() { return versione; @@ -178,10 +178,10 @@ public String getVersione() { /** * Sets the value of the versione property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setVersione(String value) { this.versione = value; @@ -189,9 +189,9 @@ public void setVersione(String value) { /** * Gets the value of the versioneXMLChiamata property. - * + * * @return possible object is {@link String } - * + * */ public String getVersioneXMLChiamata() { return versioneXMLChiamata; @@ -199,10 +199,10 @@ public String getVersioneXMLChiamata() { /** * Sets the value of the versioneXMLChiamata property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setVersioneXMLChiamata(String value) { this.versioneXMLChiamata = value; @@ -210,9 +210,9 @@ public void setVersioneXMLChiamata(String value) { /** * Gets the value of the dataRichiestaStato property. - * + * * @return possible object is {@link XMLGregorianCalendar } - * + * */ public XMLGregorianCalendar getDataRichiestaStato() { return dataRichiestaStato; @@ -220,10 +220,10 @@ public XMLGregorianCalendar getDataRichiestaStato() { /** * Sets the value of the dataRichiestaStato property. - * + * * @param value * allowed object is {@link XMLGregorianCalendar } - * + * */ public void setDataRichiestaStato(XMLGregorianCalendar value) { this.dataRichiestaStato = value; @@ -231,9 +231,9 @@ public void setDataRichiestaStato(XMLGregorianCalendar value) { /** * Gets the value of the esitoGenerale property. - * + * * @return possible object is {@link EsitoGeneraleType } - * + * */ public EsitoGeneraleType getEsitoGenerale() { return esitoGenerale; @@ -241,10 +241,10 @@ public EsitoGeneraleType getEsitoGenerale() { /** * Sets the value of the esitoGenerale property. - * + * * @param value * allowed object is {@link EsitoGeneraleType } - * + * */ public void setEsitoGenerale(EsitoGeneraleType value) { this.esitoGenerale = value; @@ -252,9 +252,9 @@ public void setEsitoGenerale(EsitoGeneraleType value) { /** * Gets the value of the esitoChiamataWS property. - * + * * @return possible object is {@link EsitoChiamataWSType } - * + * */ public EsitoChiamataWSType getEsitoChiamataWS() { return esitoChiamataWS; @@ -262,10 +262,10 @@ public EsitoChiamataWSType getEsitoChiamataWS() { /** * Sets the value of the esitoChiamataWS property. - * + * * @param value * allowed object is {@link EsitoChiamataWSType } - * + * */ public void setEsitoChiamataWS(EsitoChiamataWSType value) { this.esitoChiamataWS = value; @@ -273,7 +273,7 @@ public void setEsitoChiamataWS(EsitoChiamataWSType value) { /** * Gets the value of the fileInclusiNellaRisposta property. - * + * */ public boolean isFileInclusiNellaRisposta() { return fileInclusiNellaRisposta; @@ -281,7 +281,7 @@ public boolean isFileInclusiNellaRisposta() { /** * Sets the value of the fileInclusiNellaRisposta property. - * + * */ public void setFileInclusiNellaRisposta(boolean value) { this.fileInclusiNellaRisposta = value; @@ -289,9 +289,9 @@ public void setFileInclusiNellaRisposta(boolean value) { /** * Gets the value of the versatore property. - * + * * @return possible object is {@link SCVersatoreType } - * + * */ public SCVersatoreType getVersatore() { return versatore; @@ -299,10 +299,10 @@ public SCVersatoreType getVersatore() { /** * Sets the value of the versatore property. - * + * * @param value * allowed object is {@link SCVersatoreType } - * + * */ public void setVersatore(SCVersatoreType value) { this.versatore = value; @@ -310,9 +310,9 @@ public void setVersatore(SCVersatoreType value) { /** * Gets the value of the chiave property. - * + * * @return possible object is {@link ChiaveType } - * + * */ public ChiaveType getChiave() { return chiave; @@ -320,10 +320,10 @@ public ChiaveType getChiave() { /** * Sets the value of the chiave property. - * + * * @param value * allowed object is {@link ChiaveType } - * + * */ public void setChiave(ChiaveType value) { this.chiave = value; @@ -331,9 +331,9 @@ public void setChiave(ChiaveType value) { /** * Gets the value of the tipologiaUnitaDocumentaria property. - * + * * @return possible object is {@link String } - * + * */ public String getTipologiaUnitaDocumentaria() { return tipologiaUnitaDocumentaria; @@ -341,10 +341,10 @@ public String getTipologiaUnitaDocumentaria() { /** * Sets the value of the tipologiaUnitaDocumentaria property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setTipologiaUnitaDocumentaria(String value) { this.tipologiaUnitaDocumentaria = value; @@ -352,9 +352,9 @@ public void setTipologiaUnitaDocumentaria(String value) { /** * Gets the value of the dataCreazioneUD property. - * + * * @return possible object is {@link XMLGregorianCalendar } - * + * */ public XMLGregorianCalendar getDataCreazioneUD() { return dataCreazioneUD; @@ -362,10 +362,10 @@ public XMLGregorianCalendar getDataCreazioneUD() { /** * Sets the value of the dataCreazioneUD property. - * + * * @param value * allowed object is {@link XMLGregorianCalendar } - * + * */ public void setDataCreazioneUD(XMLGregorianCalendar value) { this.dataCreazioneUD = value; @@ -373,9 +373,9 @@ public void setDataCreazioneUD(XMLGregorianCalendar value) { /** * Gets the value of the statoConservazioneUD property. - * + * * @return possible object is {@link String } - * + * */ public String getStatoConservazioneUD() { return statoConservazioneUD; @@ -383,10 +383,10 @@ public String getStatoConservazioneUD() { /** * Sets the value of the statoConservazioneUD property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setStatoConservazioneUD(String value) { this.statoConservazioneUD = value; @@ -394,9 +394,9 @@ public void setStatoConservazioneUD(String value) { /** * Gets the value of the profiloArchivistico property. - * + * * @return possible object is {@link ProfiloArchivisticoType } - * + * */ public ProfiloArchivisticoType getProfiloArchivistico() { return profiloArchivistico; @@ -404,10 +404,10 @@ public ProfiloArchivisticoType getProfiloArchivistico() { /** * Sets the value of the profiloArchivistico property. - * + * * @param value * allowed object is {@link ProfiloArchivisticoType } - * + * */ public void setProfiloArchivistico(ProfiloArchivisticoType value) { this.profiloArchivistico = value; @@ -415,9 +415,9 @@ public void setProfiloArchivistico(ProfiloArchivisticoType value) { /** * Gets the value of the profiloUnitaDocumentaria property. - * + * * @return possible object is {@link ProfiloUnitaDocumentariaType } - * + * */ public ProfiloUnitaDocumentariaType getProfiloUnitaDocumentaria() { return profiloUnitaDocumentaria; @@ -425,10 +425,10 @@ public ProfiloUnitaDocumentariaType getProfiloUnitaDocumentaria() { /** * Sets the value of the profiloUnitaDocumentaria property. - * + * * @param value * allowed object is {@link ProfiloUnitaDocumentariaType } - * + * */ public void setProfiloUnitaDocumentaria(ProfiloUnitaDocumentariaType value) { this.profiloUnitaDocumentaria = value; @@ -436,9 +436,9 @@ public void setProfiloUnitaDocumentaria(ProfiloUnitaDocumentariaType value) { /** * Gets the value of the datiSpecifici property. - * + * * @return possible object is {@link DatiSpecificiType } - * + * */ public DatiSpecificiType getDatiSpecifici() { return datiSpecifici; @@ -446,10 +446,10 @@ public DatiSpecificiType getDatiSpecifici() { /** * Sets the value of the datiSpecifici property. - * + * * @param value * allowed object is {@link DatiSpecificiType } - * + * */ public void setDatiSpecifici(DatiSpecificiType value) { this.datiSpecifici = value; @@ -457,9 +457,9 @@ public void setDatiSpecifici(DatiSpecificiType value) { /** * Gets the value of the datiSpecificiMigrazione property. - * + * * @return possible object is {@link DatiSpecificiType } - * + * */ public DatiSpecificiType getDatiSpecificiMigrazione() { return datiSpecificiMigrazione; @@ -467,10 +467,10 @@ public DatiSpecificiType getDatiSpecificiMigrazione() { /** * Sets the value of the datiSpecificiMigrazione property. - * + * * @param value * allowed object is {@link DatiSpecificiType } - * + * */ public void setDatiSpecificiMigrazione(DatiSpecificiType value) { this.datiSpecificiMigrazione = value; @@ -478,9 +478,9 @@ public void setDatiSpecificiMigrazione(DatiSpecificiType value) { /** * Gets the value of the documentiCollegati property. - * + * * @return possible object is {@link DocumentoCollegatoType } - * + * */ public DocumentoCollegatoType getDocumentiCollegati() { return documentiCollegati; @@ -488,10 +488,10 @@ public DocumentoCollegatoType getDocumentiCollegati() { /** * Sets the value of the documentiCollegati property. - * + * * @param value * allowed object is {@link DocumentoCollegatoType } - * + * */ public void setDocumentiCollegati(DocumentoCollegatoType value) { this.documentiCollegati = value; @@ -499,9 +499,9 @@ public void setDocumentiCollegati(DocumentoCollegatoType value) { /** * Gets the value of the numeroAllegati property. - * + * * @return possible object is {@link BigInteger } - * + * */ public BigInteger getNumeroAllegati() { return numeroAllegati; @@ -509,10 +509,10 @@ public BigInteger getNumeroAllegati() { /** * Sets the value of the numeroAllegati property. - * + * * @param value * allowed object is {@link BigInteger } - * + * */ public void setNumeroAllegati(BigInteger value) { this.numeroAllegati = value; @@ -520,9 +520,9 @@ public void setNumeroAllegati(BigInteger value) { /** * Gets the value of the numeroAnnessi property. - * + * * @return possible object is {@link BigInteger } - * + * */ public BigInteger getNumeroAnnessi() { return numeroAnnessi; @@ -530,10 +530,10 @@ public BigInteger getNumeroAnnessi() { /** * Sets the value of the numeroAnnessi property. - * + * * @param value * allowed object is {@link BigInteger } - * + * */ public void setNumeroAnnessi(BigInteger value) { this.numeroAnnessi = value; @@ -541,9 +541,9 @@ public void setNumeroAnnessi(BigInteger value) { /** * Gets the value of the numeroAnnotazioni property. - * + * * @return possible object is {@link BigInteger } - * + * */ public BigInteger getNumeroAnnotazioni() { return numeroAnnotazioni; @@ -551,10 +551,10 @@ public BigInteger getNumeroAnnotazioni() { /** * Sets the value of the numeroAnnotazioni property. - * + * * @param value * allowed object is {@link BigInteger } - * + * */ public void setNumeroAnnotazioni(BigInteger value) { this.numeroAnnotazioni = value; @@ -562,9 +562,9 @@ public void setNumeroAnnotazioni(BigInteger value) { /** * Gets the value of the documentoPrincipale property. - * + * * @return possible object is {@link DocumentoType } - * + * */ public DocumentoType getDocumentoPrincipale() { return documentoPrincipale; @@ -572,10 +572,10 @@ public DocumentoType getDocumentoPrincipale() { /** * Sets the value of the documentoPrincipale property. - * + * * @param value * allowed object is {@link DocumentoType } - * + * */ public void setDocumentoPrincipale(DocumentoType value) { this.documentoPrincipale = value; @@ -583,9 +583,9 @@ public void setDocumentoPrincipale(DocumentoType value) { /** * Gets the value of the allegati property. - * + * * @return possible object is {@link UnitaDocumentaria.Allegati } - * + * */ public UnitaDocumentaria.Allegati getAllegati() { return allegati; @@ -593,10 +593,10 @@ public UnitaDocumentaria.Allegati getAllegati() { /** * Sets the value of the allegati property. - * + * * @param value * allowed object is {@link UnitaDocumentaria.Allegati } - * + * */ public void setAllegati(UnitaDocumentaria.Allegati value) { this.allegati = value; @@ -604,9 +604,9 @@ public void setAllegati(UnitaDocumentaria.Allegati value) { /** * Gets the value of the annessi property. - * + * * @return possible object is {@link UnitaDocumentaria.Annessi } - * + * */ public UnitaDocumentaria.Annessi getAnnessi() { return annessi; @@ -614,10 +614,10 @@ public UnitaDocumentaria.Annessi getAnnessi() { /** * Sets the value of the annessi property. - * + * * @param value * allowed object is {@link UnitaDocumentaria.Annessi } - * + * */ public void setAnnessi(UnitaDocumentaria.Annessi value) { this.annessi = value; @@ -625,9 +625,9 @@ public void setAnnessi(UnitaDocumentaria.Annessi value) { /** * Gets the value of the annotazioni property. - * + * * @return possible object is {@link UnitaDocumentaria.Annotazioni } - * + * */ public UnitaDocumentaria.Annotazioni getAnnotazioni() { return annotazioni; @@ -635,10 +635,10 @@ public UnitaDocumentaria.Annotazioni getAnnotazioni() { /** * Sets the value of the annotazioni property. - * + * * @param value * allowed object is {@link UnitaDocumentaria.Annotazioni } - * + * */ public void setAnnotazioni(UnitaDocumentaria.Annotazioni value) { this.annotazioni = value; @@ -647,10 +647,10 @@ public void setAnnotazioni(UnitaDocumentaria.Annotazioni value) { /** *

* Java class for anonymous complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

      * <complexType>
      *   <complexContent>
@@ -662,8 +662,8 @@ public void setAnnotazioni(UnitaDocumentaria.Annotazioni value) {
      *   </complexContent>
      * </complexType>
      * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "allegato" }) @@ -674,24 +674,24 @@ public static class Allegati { /** * Gets the value of the allegato property. - * + * *

* This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you * make to the returned list will be present inside the JAXB object. This is why there is not a set * method for the allegato property. - * + * *

* For example, to add a new item, do as follows: - * + * *

          * getAllegato().add(newItem);
          * 
- * - * + * + * *

* Objects of the following type(s) are allowed in the list {@link DocumentoType } - * - * + * + * */ public List getAllegato() { if (allegato == null) { @@ -705,10 +705,10 @@ public List getAllegato() { /** *

* Java class for anonymous complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

      * <complexType>
      *   <complexContent>
@@ -720,8 +720,8 @@ public List getAllegato() {
      *   </complexContent>
      * </complexType>
      * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "annesso" }) @@ -732,24 +732,24 @@ public static class Annessi { /** * Gets the value of the annesso property. - * + * *

* This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you * make to the returned list will be present inside the JAXB object. This is why there is not a set * method for the annesso property. - * + * *

* For example, to add a new item, do as follows: - * + * *

          * getAnnesso().add(newItem);
          * 
- * - * + * + * *

* Objects of the following type(s) are allowed in the list {@link DocumentoType } - * - * + * + * */ public List getAnnesso() { if (annesso == null) { @@ -763,10 +763,10 @@ public List getAnnesso() { /** *

* Java class for anonymous complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

      * <complexType>
      *   <complexContent>
@@ -778,8 +778,8 @@ public List getAnnesso() {
      *   </complexContent>
      * </complexType>
      * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "annotazione" }) @@ -790,24 +790,24 @@ public static class Annotazioni { /** * Gets the value of the annotazione property. - * + * *

* This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you * make to the returned list will be present inside the JAXB object. This is why there is not a set * method for the annotazione property. - * + * *

* For example, to add a new item, do as follows: - * + * *

          * getAnnotazione().add(newItem);
          * 
- * - * + * + * *

* Objects of the following type(s) are allowed in the list {@link DocumentoType } - * - * + * + * */ public List getAnnotazione() { if (annotazione == null) { diff --git a/src/main/java/net/datasiel/par/jaxb/versamento/CamiciaFascicoloType.java b/src/main/java/net/datasiel/par/jaxb/versamento/CamiciaFascicoloType.java index c6ce602..22ba186 100644 --- a/src/main/java/net/datasiel/par/jaxb/versamento/CamiciaFascicoloType.java +++ b/src/main/java/net/datasiel/par/jaxb/versamento/CamiciaFascicoloType.java @@ -16,10 +16,10 @@ */ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2013.02.26 at 02:20:31 PM CET +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2013.02.26 at 02:20:31 PM CET // package net.datasiel.par.jaxb.versamento; @@ -34,10 +34,10 @@ /** *

* Java class for CamiciaFascicoloType complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

  * <complexType name="CamiciaFascicoloType">
  *   <complexContent>
@@ -51,8 +51,8 @@
  *   </complexContent>
  * </complexType>
  * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "CamiciaFascicoloType", propOrder = { "classifica", "fascicolo", "sottoFascicolo" }) @@ -68,9 +68,9 @@ public class CamiciaFascicoloType { /** * Gets the value of the classifica property. - * + * * @return possible object is {@link String } - * + * */ public String getClassifica() { return classifica; @@ -78,10 +78,10 @@ public String getClassifica() { /** * Sets the value of the classifica property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setClassifica(String value) { this.classifica = value; @@ -89,9 +89,9 @@ public void setClassifica(String value) { /** * Gets the value of the fascicolo property. - * + * * @return possible object is {@link FascicoloType } - * + * */ public FascicoloType getFascicolo() { return fascicolo; @@ -99,10 +99,10 @@ public FascicoloType getFascicolo() { /** * Sets the value of the fascicolo property. - * + * * @param value * allowed object is {@link FascicoloType } - * + * */ public void setFascicolo(FascicoloType value) { this.fascicolo = value; @@ -110,9 +110,9 @@ public void setFascicolo(FascicoloType value) { /** * Gets the value of the sottoFascicolo property. - * + * * @return possible object is {@link FascicoloType } - * + * */ public FascicoloType getSottoFascicolo() { return sottoFascicolo; @@ -120,10 +120,10 @@ public FascicoloType getSottoFascicolo() { /** * Sets the value of the sottoFascicolo property. - * + * * @param value * allowed object is {@link FascicoloType } - * + * */ public void setSottoFascicolo(FascicoloType value) { this.sottoFascicolo = value; diff --git a/src/main/java/net/datasiel/par/jaxb/versamento/ChiaveType.java b/src/main/java/net/datasiel/par/jaxb/versamento/ChiaveType.java index b62e715..3fe5513 100644 --- a/src/main/java/net/datasiel/par/jaxb/versamento/ChiaveType.java +++ b/src/main/java/net/datasiel/par/jaxb/versamento/ChiaveType.java @@ -16,10 +16,10 @@ */ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2013.02.26 at 02:20:31 PM CET +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2013.02.26 at 02:20:31 PM CET // package net.datasiel.par.jaxb.versamento; @@ -32,10 +32,10 @@ /** *

* Java class for ChiaveType complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

  * <complexType name="ChiaveType">
  *   <complexContent>
@@ -49,8 +49,8 @@
  *   </complexContent>
  * </complexType>
  * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "ChiaveType", propOrder = { "numero", "anno", "tipoRegistro" }) @@ -65,9 +65,9 @@ public class ChiaveType { /** * Gets the value of the numero property. - * + * * @return possible object is {@link String } - * + * */ public String getNumero() { return numero; @@ -75,10 +75,10 @@ public String getNumero() { /** * Sets the value of the numero property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setNumero(String value) { this.numero = value; @@ -86,7 +86,7 @@ public void setNumero(String value) { /** * Gets the value of the anno property. - * + * */ public int getAnno() { return anno; @@ -94,7 +94,7 @@ public int getAnno() { /** * Sets the value of the anno property. - * + * */ public void setAnno(int value) { this.anno = value; @@ -102,9 +102,9 @@ public void setAnno(int value) { /** * Gets the value of the tipoRegistro property. - * + * * @return possible object is {@link String } - * + * */ public String getTipoRegistro() { return tipoRegistro; @@ -112,10 +112,10 @@ public String getTipoRegistro() { /** * Sets the value of the tipoRegistro property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setTipoRegistro(String value) { this.tipoRegistro = value; diff --git a/src/main/java/net/datasiel/par/jaxb/versamento/ComponenteType.java b/src/main/java/net/datasiel/par/jaxb/versamento/ComponenteType.java index 30afb3d..3f3b1c1 100644 --- a/src/main/java/net/datasiel/par/jaxb/versamento/ComponenteType.java +++ b/src/main/java/net/datasiel/par/jaxb/versamento/ComponenteType.java @@ -16,10 +16,10 @@ */ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2013.02.26 at 02:20:31 PM CET +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2013.02.26 at 02:20:31 PM CET // package net.datasiel.par.jaxb.versamento; @@ -39,10 +39,10 @@ /** *

* Java class for ComponenteType complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

  * <complexType name="ComponenteType">
  *   <complexContent>
@@ -80,8 +80,8 @@
  *   </complexContent>
  * </complexType>
  * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "ComponenteType", propOrder = { "id", "ordinePresentazione", "tipoComponente", "tipoSupportoComponente", @@ -135,9 +135,9 @@ public class ComponenteType { /** * Gets the value of the id property. - * + * * @return possible object is {@link String } - * + * */ public String getID() { return id; @@ -145,10 +145,10 @@ public String getID() { /** * Sets the value of the id property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setID(String value) { this.id = value; @@ -156,7 +156,7 @@ public void setID(String value) { /** * Gets the value of the ordinePresentazione property. - * + * */ public int getOrdinePresentazione() { return ordinePresentazione; @@ -164,7 +164,7 @@ public int getOrdinePresentazione() { /** * Sets the value of the ordinePresentazione property. - * + * */ public void setOrdinePresentazione(int value) { this.ordinePresentazione = value; @@ -172,9 +172,9 @@ public void setOrdinePresentazione(int value) { /** * Gets the value of the tipoComponente property. - * + * * @return possible object is {@link String } - * + * */ public String getTipoComponente() { return tipoComponente; @@ -182,10 +182,10 @@ public String getTipoComponente() { /** * Sets the value of the tipoComponente property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setTipoComponente(String value) { this.tipoComponente = value; @@ -193,9 +193,9 @@ public void setTipoComponente(String value) { /** * Gets the value of the tipoSupportoComponente property. - * + * * @return possible object is {@link TipoSupportoType } - * + * */ public TipoSupportoType getTipoSupportoComponente() { return tipoSupportoComponente; @@ -203,10 +203,10 @@ public TipoSupportoType getTipoSupportoComponente() { /** * Sets the value of the tipoSupportoComponente property. - * + * * @param value * allowed object is {@link TipoSupportoType } - * + * */ public void setTipoSupportoComponente(TipoSupportoType value) { this.tipoSupportoComponente = value; @@ -214,9 +214,9 @@ public void setTipoSupportoComponente(TipoSupportoType value) { /** * Gets the value of the riferimento property. - * + * * @return possible object is {@link ChiaveType } - * + * */ public ChiaveType getRiferimento() { return riferimento; @@ -224,10 +224,10 @@ public ChiaveType getRiferimento() { /** * Sets the value of the riferimento property. - * + * * @param value * allowed object is {@link ChiaveType } - * + * */ public void setRiferimento(ChiaveType value) { this.riferimento = value; @@ -235,9 +235,9 @@ public void setRiferimento(ChiaveType value) { /** * Gets the value of the tipoRappresentazioneComponente property. - * + * * @return possible object is {@link String } - * + * */ public String getTipoRappresentazioneComponente() { return tipoRappresentazioneComponente; @@ -245,10 +245,10 @@ public String getTipoRappresentazioneComponente() { /** * Sets the value of the tipoRappresentazioneComponente property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setTipoRappresentazioneComponente(String value) { this.tipoRappresentazioneComponente = value; @@ -256,9 +256,9 @@ public void setTipoRappresentazioneComponente(String value) { /** * Gets the value of the nomeComponente property. - * + * * @return possible object is {@link String } - * + * */ public String getNomeComponente() { return nomeComponente; @@ -266,10 +266,10 @@ public String getNomeComponente() { /** * Sets the value of the nomeComponente property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setNomeComponente(String value) { this.nomeComponente = value; @@ -277,9 +277,9 @@ public void setNomeComponente(String value) { /** * Gets the value of the formatoFileVersato property. - * + * * @return possible object is {@link String } - * + * */ public String getFormatoFileVersato() { return formatoFileVersato; @@ -287,10 +287,10 @@ public String getFormatoFileVersato() { /** * Sets the value of the formatoFileVersato property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setFormatoFileVersato(String value) { this.formatoFileVersato = value; @@ -298,9 +298,9 @@ public void setFormatoFileVersato(String value) { /** * Gets the value of the hashVersato property. - * + * * @return possible object is {@link String } - * + * */ public String getHashVersato() { return hashVersato; @@ -308,10 +308,10 @@ public String getHashVersato() { /** * Sets the value of the hashVersato property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setHashVersato(String value) { this.hashVersato = value; @@ -319,9 +319,9 @@ public void setHashVersato(String value) { /** * Gets the value of the urnVersato property. - * + * * @return possible object is {@link String } - * + * */ public String getUrnVersato() { return urnVersato; @@ -329,10 +329,10 @@ public String getUrnVersato() { /** * Sets the value of the urnVersato property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setUrnVersato(String value) { this.urnVersato = value; @@ -340,9 +340,9 @@ public void setUrnVersato(String value) { /** * Gets the value of the idComponenteVersato property. - * + * * @return possible object is {@link String } - * + * */ public String getIDComponenteVersato() { return idComponenteVersato; @@ -350,10 +350,10 @@ public String getIDComponenteVersato() { /** * Sets the value of the idComponenteVersato property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setIDComponenteVersato(String value) { this.idComponenteVersato = value; @@ -361,9 +361,9 @@ public void setIDComponenteVersato(String value) { /** * Gets the value of the datiSpecifici property. - * + * * @return possible object is {@link JAXBElement }{@code <}{@link DatiSpecificiType }{@code >} - * + * */ public JAXBElement getDatiSpecifici() { return datiSpecifici; @@ -371,10 +371,10 @@ public JAXBElement getDatiSpecifici() { /** * Sets the value of the datiSpecifici property. - * + * * @param value * allowed object is {@link JAXBElement }{@code <}{@link DatiSpecificiType }{@code >} - * + * */ public void setDatiSpecifici(JAXBElement value) { this.datiSpecifici = ((JAXBElement) value); @@ -382,9 +382,9 @@ public void setDatiSpecifici(JAXBElement value) { /** * Gets the value of the datiSpecificiMigrazione property. - * + * * @return possible object is {@link JAXBElement }{@code <}{@link DatiSpecificiType }{@code >} - * + * */ public JAXBElement getDatiSpecificiMigrazione() { return datiSpecificiMigrazione; @@ -392,10 +392,10 @@ public JAXBElement getDatiSpecificiMigrazione() { /** * Sets the value of the datiSpecificiMigrazione property. - * + * * @param value * allowed object is {@link JAXBElement }{@code <}{@link DatiSpecificiType }{@code >} - * + * */ public void setDatiSpecificiMigrazione(JAXBElement value) { this.datiSpecificiMigrazione = ((JAXBElement) value); @@ -403,9 +403,9 @@ public void setDatiSpecificiMigrazione(JAXBElement value) { /** * Gets the value of the utilizzoDataFirmaPerRifTemp property. - * + * * @return possible object is {@link Boolean } - * + * */ public Boolean isUtilizzoDataFirmaPerRifTemp() { return utilizzoDataFirmaPerRifTemp; @@ -413,10 +413,10 @@ public Boolean isUtilizzoDataFirmaPerRifTemp() { /** * Sets the value of the utilizzoDataFirmaPerRifTemp property. - * + * * @param value * allowed object is {@link Boolean } - * + * */ public void setUtilizzoDataFirmaPerRifTemp(Boolean value) { this.utilizzoDataFirmaPerRifTemp = value; @@ -424,9 +424,9 @@ public void setUtilizzoDataFirmaPerRifTemp(Boolean value) { /** * Gets the value of the riferimentoTemporale property. - * + * * @return possible object is {@link XMLGregorianCalendar } - * + * */ public XMLGregorianCalendar getRiferimentoTemporale() { return riferimentoTemporale; @@ -434,10 +434,10 @@ public XMLGregorianCalendar getRiferimentoTemporale() { /** * Sets the value of the riferimentoTemporale property. - * + * * @param value * allowed object is {@link XMLGregorianCalendar } - * + * */ public void setRiferimentoTemporale(XMLGregorianCalendar value) { this.riferimentoTemporale = value; @@ -445,9 +445,9 @@ public void setRiferimentoTemporale(XMLGregorianCalendar value) { /** * Gets the value of the descrizioneRiferimentoTemporale property. - * + * * @return possible object is {@link String } - * + * */ public String getDescrizioneRiferimentoTemporale() { return descrizioneRiferimentoTemporale; @@ -455,10 +455,10 @@ public String getDescrizioneRiferimentoTemporale() { /** * Sets the value of the descrizioneRiferimentoTemporale property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setDescrizioneRiferimentoTemporale(String value) { this.descrizioneRiferimentoTemporale = value; @@ -466,9 +466,9 @@ public void setDescrizioneRiferimentoTemporale(String value) { /** * Gets the value of the sottoComponenti property. - * + * * @return possible object is {@link ComponenteType.SottoComponenti } - * + * */ public ComponenteType.SottoComponenti getSottoComponenti() { return sottoComponenti; @@ -476,10 +476,10 @@ public ComponenteType.SottoComponenti getSottoComponenti() { /** * Sets the value of the sottoComponenti property. - * + * * @param value * allowed object is {@link ComponenteType.SottoComponenti } - * + * */ public void setSottoComponenti(ComponenteType.SottoComponenti value) { this.sottoComponenti = value; @@ -488,10 +488,10 @@ public void setSottoComponenti(ComponenteType.SottoComponenti value) { /** *

* Java class for anonymous complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

      * <complexType>
      *   <complexContent>
@@ -503,8 +503,8 @@ public void setSottoComponenti(ComponenteType.SottoComponenti value) {
      *   </complexContent>
      * </complexType>
      * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "sottoComponente" }) @@ -515,24 +515,24 @@ public static class SottoComponenti { /** * Gets the value of the sottoComponente property. - * + * *

* This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you * make to the returned list will be present inside the JAXB object. This is why there is not a set * method for the sottoComponente property. - * + * *

* For example, to add a new item, do as follows: - * + * *

          * getSottoComponente().add(newItem);
          * 
- * - * + * + * *

* Objects of the following type(s) are allowed in the list {@link SottoComponenteType } - * - * + * + * */ public List getSottoComponente() { if (sottoComponente == null) { diff --git a/src/main/java/net/datasiel/par/jaxb/versamento/ConfigAggAllType.java b/src/main/java/net/datasiel/par/jaxb/versamento/ConfigAggAllType.java index 13c5dc7..fab9d74 100644 --- a/src/main/java/net/datasiel/par/jaxb/versamento/ConfigAggAllType.java +++ b/src/main/java/net/datasiel/par/jaxb/versamento/ConfigAggAllType.java @@ -16,10 +16,10 @@ */ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2013.02.26 at 02:20:31 PM CET +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2013.02.26 at 02:20:31 PM CET // package net.datasiel.par.jaxb.versamento; @@ -34,10 +34,10 @@ /** *

* Java class for ConfigAggAllType complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

  * <complexType name="ConfigAggAllType">
  *   <complexContent>
@@ -53,8 +53,8 @@
  *   </complexContent>
  * </complexType>
  * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "ConfigAggAllType", propOrder = { "tipoConservazione", "sistemaDiMigrazione", "forzaAccettazione", @@ -75,9 +75,9 @@ public class ConfigAggAllType { /** * Gets the value of the tipoConservazione property. - * + * * @return possible object is {@link TipoConservazioneType } - * + * */ public TipoConservazioneType getTipoConservazione() { return tipoConservazione; @@ -85,10 +85,10 @@ public TipoConservazioneType getTipoConservazione() { /** * Sets the value of the tipoConservazione property. - * + * * @param value * allowed object is {@link TipoConservazioneType } - * + * */ public void setTipoConservazione(TipoConservazioneType value) { this.tipoConservazione = value; @@ -96,9 +96,9 @@ public void setTipoConservazione(TipoConservazioneType value) { /** * Gets the value of the sistemaDiMigrazione property. - * + * * @return possible object is {@link String } - * + * */ public String getSistemaDiMigrazione() { return sistemaDiMigrazione; @@ -106,10 +106,10 @@ public String getSistemaDiMigrazione() { /** * Sets the value of the sistemaDiMigrazione property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setSistemaDiMigrazione(String value) { this.sistemaDiMigrazione = value; @@ -117,9 +117,9 @@ public void setSistemaDiMigrazione(String value) { /** * Gets the value of the forzaAccettazione property. - * + * * @return possible object is {@link Boolean } - * + * */ public Boolean isForzaAccettazione() { return forzaAccettazione; @@ -127,10 +127,10 @@ public Boolean isForzaAccettazione() { /** * Sets the value of the forzaAccettazione property. - * + * * @param value * allowed object is {@link Boolean } - * + * */ public void setForzaAccettazione(Boolean value) { this.forzaAccettazione = value; @@ -138,9 +138,9 @@ public void setForzaAccettazione(Boolean value) { /** * Gets the value of the forzaConservazione property. - * + * * @return possible object is {@link Boolean } - * + * */ public Boolean isForzaConservazione() { return forzaConservazione; @@ -148,10 +148,10 @@ public Boolean isForzaConservazione() { /** * Sets the value of the forzaConservazione property. - * + * * @param value * allowed object is {@link Boolean } - * + * */ public void setForzaConservazione(Boolean value) { this.forzaConservazione = value; @@ -159,9 +159,9 @@ public void setForzaConservazione(Boolean value) { /** * Gets the value of the simulaSalvataggioDatiInDB property. - * + * * @return possible object is {@link Boolean } - * + * */ public Boolean isSimulaSalvataggioDatiInDB() { return simulaSalvataggioDatiInDB; @@ -169,10 +169,10 @@ public Boolean isSimulaSalvataggioDatiInDB() { /** * Sets the value of the simulaSalvataggioDatiInDB property. - * + * * @param value * allowed object is {@link Boolean } - * + * */ public void setSimulaSalvataggioDatiInDB(Boolean value) { this.simulaSalvataggioDatiInDB = value; diff --git a/src/main/java/net/datasiel/par/jaxb/versamento/ConfigType.java b/src/main/java/net/datasiel/par/jaxb/versamento/ConfigType.java index 3e35e48..10dc5f5 100644 --- a/src/main/java/net/datasiel/par/jaxb/versamento/ConfigType.java +++ b/src/main/java/net/datasiel/par/jaxb/versamento/ConfigType.java @@ -16,10 +16,10 @@ */ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2013.02.26 at 02:20:31 PM CET +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2013.02.26 at 02:20:31 PM CET // package net.datasiel.par.jaxb.versamento; @@ -34,10 +34,10 @@ /** *

* Java class for ConfigType complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

  * <complexType name="ConfigType">
  *   <complexContent>
@@ -54,8 +54,8 @@
  *   </complexContent>
  * </complexType>
  * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "ConfigType", propOrder = { "tipoConservazione", "sistemaDiMigrazione", "forzaAccettazione", @@ -78,9 +78,9 @@ public class ConfigType { /** * Gets the value of the tipoConservazione property. - * + * * @return possible object is {@link TipoConservazioneType } - * + * */ public TipoConservazioneType getTipoConservazione() { return tipoConservazione; @@ -88,10 +88,10 @@ public TipoConservazioneType getTipoConservazione() { /** * Sets the value of the tipoConservazione property. - * + * * @param value * allowed object is {@link TipoConservazioneType } - * + * */ public void setTipoConservazione(TipoConservazioneType value) { this.tipoConservazione = value; @@ -99,9 +99,9 @@ public void setTipoConservazione(TipoConservazioneType value) { /** * Gets the value of the sistemaDiMigrazione property. - * + * * @return possible object is {@link String } - * + * */ public String getSistemaDiMigrazione() { return sistemaDiMigrazione; @@ -109,10 +109,10 @@ public String getSistemaDiMigrazione() { /** * Sets the value of the sistemaDiMigrazione property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setSistemaDiMigrazione(String value) { this.sistemaDiMigrazione = value; @@ -120,9 +120,9 @@ public void setSistemaDiMigrazione(String value) { /** * Gets the value of the forzaAccettazione property. - * + * * @return possible object is {@link Boolean } - * + * */ public Boolean isForzaAccettazione() { return forzaAccettazione; @@ -130,10 +130,10 @@ public Boolean isForzaAccettazione() { /** * Sets the value of the forzaAccettazione property. - * + * * @param value * allowed object is {@link Boolean } - * + * */ public void setForzaAccettazione(Boolean value) { this.forzaAccettazione = value; @@ -141,9 +141,9 @@ public void setForzaAccettazione(Boolean value) { /** * Gets the value of the forzaConservazione property. - * + * * @return possible object is {@link Boolean } - * + * */ public Boolean isForzaConservazione() { return forzaConservazione; @@ -151,10 +151,10 @@ public Boolean isForzaConservazione() { /** * Sets the value of the forzaConservazione property. - * + * * @param value * allowed object is {@link Boolean } - * + * */ public void setForzaConservazione(Boolean value) { this.forzaConservazione = value; @@ -162,9 +162,9 @@ public void setForzaConservazione(Boolean value) { /** * Gets the value of the forzaCollegamento property. - * + * * @return possible object is {@link Boolean } - * + * */ public Boolean isForzaCollegamento() { return forzaCollegamento; @@ -172,10 +172,10 @@ public Boolean isForzaCollegamento() { /** * Sets the value of the forzaCollegamento property. - * + * * @param value * allowed object is {@link Boolean } - * + * */ public void setForzaCollegamento(Boolean value) { this.forzaCollegamento = value; @@ -183,9 +183,9 @@ public void setForzaCollegamento(Boolean value) { /** * Gets the value of the simulaSalvataggioDatiInDB property. - * + * * @return possible object is {@link Boolean } - * + * */ public Boolean isSimulaSalvataggioDatiInDB() { return simulaSalvataggioDatiInDB; @@ -193,10 +193,10 @@ public Boolean isSimulaSalvataggioDatiInDB() { /** * Sets the value of the simulaSalvataggioDatiInDB property. - * + * * @param value * allowed object is {@link Boolean } - * + * */ public void setSimulaSalvataggioDatiInDB(Boolean value) { this.simulaSalvataggioDatiInDB = value; diff --git a/src/main/java/net/datasiel/par/jaxb/versamento/DatiFiscaliType.java b/src/main/java/net/datasiel/par/jaxb/versamento/DatiFiscaliType.java index fd3fcc7..8a62134 100644 --- a/src/main/java/net/datasiel/par/jaxb/versamento/DatiFiscaliType.java +++ b/src/main/java/net/datasiel/par/jaxb/versamento/DatiFiscaliType.java @@ -16,10 +16,10 @@ */ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2013.02.26 at 02:20:31 PM CET +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2013.02.26 at 02:20:31 PM CET // package net.datasiel.par.jaxb.versamento; @@ -35,10 +35,10 @@ /** *

* Java class for DatiFiscaliType complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

  * <complexType name="DatiFiscaliType">
  *   <complexContent>
@@ -71,8 +71,8 @@
  *   </complexContent>
  * </complexType>
  * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "DatiFiscaliType", propOrder = { "denominazione", "nome", "cognome", "cf", "piva", "dataEmissione", @@ -104,9 +104,9 @@ public class DatiFiscaliType { /** * Gets the value of the denominazione property. - * + * * @return possible object is {@link String } - * + * */ public String getDenominazione() { return denominazione; @@ -114,10 +114,10 @@ public String getDenominazione() { /** * Sets the value of the denominazione property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setDenominazione(String value) { this.denominazione = value; @@ -125,9 +125,9 @@ public void setDenominazione(String value) { /** * Gets the value of the nome property. - * + * * @return possible object is {@link String } - * + * */ public String getNome() { return nome; @@ -135,10 +135,10 @@ public String getNome() { /** * Sets the value of the nome property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setNome(String value) { this.nome = value; @@ -146,9 +146,9 @@ public void setNome(String value) { /** * Gets the value of the cognome property. - * + * * @return possible object is {@link String } - * + * */ public String getCognome() { return cognome; @@ -156,10 +156,10 @@ public String getCognome() { /** * Sets the value of the cognome property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setCognome(String value) { this.cognome = value; @@ -167,9 +167,9 @@ public void setCognome(String value) { /** * Gets the value of the cf property. - * + * * @return possible object is {@link String } - * + * */ public String getCF() { return cf; @@ -177,10 +177,10 @@ public String getCF() { /** * Sets the value of the cf property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setCF(String value) { this.cf = value; @@ -188,9 +188,9 @@ public void setCF(String value) { /** * Gets the value of the piva property. - * + * * @return possible object is {@link String } - * + * */ public String getPIVA() { return piva; @@ -198,10 +198,10 @@ public String getPIVA() { /** * Sets the value of the piva property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setPIVA(String value) { this.piva = value; @@ -209,9 +209,9 @@ public void setPIVA(String value) { /** * Gets the value of the dataEmissione property. - * + * * @return possible object is {@link XMLGregorianCalendar } - * + * */ public XMLGregorianCalendar getDataEmissione() { return dataEmissione; @@ -219,10 +219,10 @@ public XMLGregorianCalendar getDataEmissione() { /** * Sets the value of the dataEmissione property. - * + * * @param value * allowed object is {@link XMLGregorianCalendar } - * + * */ public void setDataEmissione(XMLGregorianCalendar value) { this.dataEmissione = value; @@ -230,7 +230,7 @@ public void setDataEmissione(XMLGregorianCalendar value) { /** * Gets the value of the numeroProgressivo property. - * + * */ public long getNumeroProgressivo() { return numeroProgressivo; @@ -238,7 +238,7 @@ public long getNumeroProgressivo() { /** * Sets the value of the numeroProgressivo property. - * + * */ public void setNumeroProgressivo(long value) { this.numeroProgressivo = value; @@ -246,9 +246,9 @@ public void setNumeroProgressivo(long value) { /** * Gets the value of the registro property. - * + * * @return possible object is {@link String } - * + * */ public String getRegistro() { return registro; @@ -256,10 +256,10 @@ public String getRegistro() { /** * Sets the value of the registro property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setRegistro(String value) { this.registro = value; @@ -267,9 +267,9 @@ public void setRegistro(String value) { /** * Gets the value of the periodoFiscale property. - * + * * @return possible object is {@link String } - * + * */ public String getPeriodoFiscale() { return periodoFiscale; @@ -277,10 +277,10 @@ public String getPeriodoFiscale() { /** * Sets the value of the periodoFiscale property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setPeriodoFiscale(String value) { this.periodoFiscale = value; @@ -288,9 +288,9 @@ public void setPeriodoFiscale(String value) { /** * Gets the value of the dataTermineEmissione property. - * + * * @return possible object is {@link XMLGregorianCalendar } - * + * */ public XMLGregorianCalendar getDataTermineEmissione() { return dataTermineEmissione; @@ -298,10 +298,10 @@ public XMLGregorianCalendar getDataTermineEmissione() { /** * Sets the value of the dataTermineEmissione property. - * + * * @param value * allowed object is {@link XMLGregorianCalendar } - * + * */ public void setDataTermineEmissione(XMLGregorianCalendar value) { this.dataTermineEmissione = value; diff --git a/src/main/java/net/datasiel/par/jaxb/versamento/DatiSpecificiType.java b/src/main/java/net/datasiel/par/jaxb/versamento/DatiSpecificiType.java index 5298563..a5612dc 100644 --- a/src/main/java/net/datasiel/par/jaxb/versamento/DatiSpecificiType.java +++ b/src/main/java/net/datasiel/par/jaxb/versamento/DatiSpecificiType.java @@ -16,10 +16,10 @@ */ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2013.02.26 at 02:20:31 PM CET +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2013.02.26 at 02:20:31 PM CET // package net.datasiel.par.jaxb.versamento; @@ -35,10 +35,10 @@ /** *

* Java class for DatiSpecificiType complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

  * <complexType name="DatiSpecificiType">
  *   <complexContent>
@@ -51,8 +51,8 @@
  *   </complexContent>
  * </complexType>
  * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "DatiSpecificiType", propOrder = { "versioneDatiSpecifici", "any" }) @@ -65,9 +65,9 @@ public class DatiSpecificiType { /** * Gets the value of the versioneDatiSpecifici property. - * + * * @return possible object is {@link String } - * + * */ public String getVersioneDatiSpecifici() { return versioneDatiSpecifici; @@ -75,10 +75,10 @@ public String getVersioneDatiSpecifici() { /** * Sets the value of the versioneDatiSpecifici property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setVersioneDatiSpecifici(String value) { this.versioneDatiSpecifici = value; @@ -86,24 +86,24 @@ public void setVersioneDatiSpecifici(String value) { /** * Gets the value of the any property. - * + * *

* This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to * the returned list will be present inside the JAXB object. This is why there is not a set method for * the any property. - * + * *

* For example, to add a new item, do as follows: - * + * *

      * getAny().add(newItem);
      * 
- * - * + * + * *

* Objects of the following type(s) are allowed in the list {@link Object } - * - * + * + * */ public List getAny() { if (any == null) { diff --git a/src/main/java/net/datasiel/par/jaxb/versamento/DocumentoCollegatoType.java b/src/main/java/net/datasiel/par/jaxb/versamento/DocumentoCollegatoType.java index e3f69b8..5444220 100644 --- a/src/main/java/net/datasiel/par/jaxb/versamento/DocumentoCollegatoType.java +++ b/src/main/java/net/datasiel/par/jaxb/versamento/DocumentoCollegatoType.java @@ -16,10 +16,10 @@ */ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2013.02.26 at 02:20:31 PM CET +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2013.02.26 at 02:20:31 PM CET // package net.datasiel.par.jaxb.versamento; @@ -34,10 +34,10 @@ /** *

* Java class for DocumentoCollegatoType complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

  * <complexType name="DocumentoCollegatoType">
  *   <complexContent>
@@ -60,8 +60,8 @@
  *   </complexContent>
  * </complexType>
  * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "DocumentoCollegatoType", propOrder = { "documentoCollegato" }) @@ -72,24 +72,24 @@ public class DocumentoCollegatoType { /** * Gets the value of the documentoCollegato property. - * + * *

* This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to * the returned list will be present inside the JAXB object. This is why there is not a set method for * the documentoCollegato property. - * + * *

* For example, to add a new item, do as follows: - * + * *

      * getDocumentoCollegato().add(newItem);
      * 
- * - * + * + * *

* Objects of the following type(s) are allowed in the list {@link DocumentoCollegatoType.DocumentoCollegato } - * - * + * + * */ public List getDocumentoCollegato() { if (documentoCollegato == null) { @@ -101,10 +101,10 @@ public List getDocumentoCollegato() { /** *

* Java class for anonymous complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

      * <complexType>
      *   <complexContent>
@@ -117,8 +117,8 @@ public List getDocumentoCollegato() {
      *   </complexContent>
      * </complexType>
      * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "chiaveCollegamento", "descrizioneCollegamento" }) @@ -131,9 +131,9 @@ public static class DocumentoCollegato { /** * Gets the value of the chiaveCollegamento property. - * + * * @return possible object is {@link ChiaveType } - * + * */ public ChiaveType getChiaveCollegamento() { return chiaveCollegamento; @@ -141,10 +141,10 @@ public ChiaveType getChiaveCollegamento() { /** * Sets the value of the chiaveCollegamento property. - * + * * @param value * allowed object is {@link ChiaveType } - * + * */ public void setChiaveCollegamento(ChiaveType value) { this.chiaveCollegamento = value; @@ -152,9 +152,9 @@ public void setChiaveCollegamento(ChiaveType value) { /** * Gets the value of the descrizioneCollegamento property. - * + * * @return possible object is {@link String } - * + * */ public String getDescrizioneCollegamento() { return descrizioneCollegamento; @@ -162,10 +162,10 @@ public String getDescrizioneCollegamento() { /** * Sets the value of the descrizioneCollegamento property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setDescrizioneCollegamento(String value) { this.descrizioneCollegamento = value; diff --git a/src/main/java/net/datasiel/par/jaxb/versamento/DocumentoType.java b/src/main/java/net/datasiel/par/jaxb/versamento/DocumentoType.java index d835aa8..d9b6bd0 100644 --- a/src/main/java/net/datasiel/par/jaxb/versamento/DocumentoType.java +++ b/src/main/java/net/datasiel/par/jaxb/versamento/DocumentoType.java @@ -16,10 +16,10 @@ */ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2013.02.26 at 02:20:31 PM CET +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2013.02.26 at 02:20:31 PM CET // package net.datasiel.par.jaxb.versamento; @@ -36,10 +36,10 @@ /** *

* Java class for DocumentoType complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

  * <complexType name="DocumentoType">
  *   <complexContent>
@@ -57,8 +57,8 @@
  *   </complexContent>
  * </complexType>
  * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "DocumentoType", propOrder = { "idDocumento", "tipoDocumento", "profiloDocumento", "datiSpecifici", @@ -84,9 +84,9 @@ public class DocumentoType { /** * Gets the value of the idDocumento property. - * + * * @return possible object is {@link String } - * + * */ public String getIDDocumento() { return idDocumento; @@ -94,10 +94,10 @@ public String getIDDocumento() { /** * Sets the value of the idDocumento property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setIDDocumento(String value) { this.idDocumento = value; @@ -105,9 +105,9 @@ public void setIDDocumento(String value) { /** * Gets the value of the tipoDocumento property. - * + * * @return possible object is {@link String } - * + * */ public String getTipoDocumento() { return tipoDocumento; @@ -115,10 +115,10 @@ public String getTipoDocumento() { /** * Sets the value of the tipoDocumento property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setTipoDocumento(String value) { this.tipoDocumento = value; @@ -126,9 +126,9 @@ public void setTipoDocumento(String value) { /** * Gets the value of the profiloDocumento property. - * + * * @return possible object is {@link ProfiloDocumentoType } - * + * */ public ProfiloDocumentoType getProfiloDocumento() { return profiloDocumento; @@ -136,10 +136,10 @@ public ProfiloDocumentoType getProfiloDocumento() { /** * Sets the value of the profiloDocumento property. - * + * * @param value * allowed object is {@link ProfiloDocumentoType } - * + * */ public void setProfiloDocumento(ProfiloDocumentoType value) { this.profiloDocumento = value; @@ -147,9 +147,9 @@ public void setProfiloDocumento(ProfiloDocumentoType value) { /** * Gets the value of the datiSpecifici property. - * + * * @return possible object is {@link JAXBElement }{@code <}{@link DatiSpecificiType }{@code >} - * + * */ public JAXBElement getDatiSpecifici() { return datiSpecifici; @@ -157,10 +157,10 @@ public JAXBElement getDatiSpecifici() { /** * Sets the value of the datiSpecifici property. - * + * * @param value * allowed object is {@link JAXBElement }{@code <}{@link DatiSpecificiType }{@code >} - * + * */ public void setDatiSpecifici(JAXBElement value) { this.datiSpecifici = ((JAXBElement) value); @@ -168,9 +168,9 @@ public void setDatiSpecifici(JAXBElement value) { /** * Gets the value of the datiSpecificiMigrazione property. - * + * * @return possible object is {@link JAXBElement }{@code <}{@link DatiSpecificiType }{@code >} - * + * */ public JAXBElement getDatiSpecificiMigrazione() { return datiSpecificiMigrazione; @@ -178,10 +178,10 @@ public JAXBElement getDatiSpecificiMigrazione() { /** * Sets the value of the datiSpecificiMigrazione property. - * + * * @param value * allowed object is {@link JAXBElement }{@code <}{@link DatiSpecificiType }{@code >} - * + * */ public void setDatiSpecificiMigrazione(JAXBElement value) { this.datiSpecificiMigrazione = ((JAXBElement) value); @@ -189,9 +189,9 @@ public void setDatiSpecificiMigrazione(JAXBElement value) { /** * Gets the value of the datiFiscali property. - * + * * @return possible object is {@link DatiFiscaliType } - * + * */ public DatiFiscaliType getDatiFiscali() { return datiFiscali; @@ -199,10 +199,10 @@ public DatiFiscaliType getDatiFiscali() { /** * Sets the value of the datiFiscali property. - * + * * @param value * allowed object is {@link DatiFiscaliType } - * + * */ public void setDatiFiscali(DatiFiscaliType value) { this.datiFiscali = value; @@ -210,9 +210,9 @@ public void setDatiFiscali(DatiFiscaliType value) { /** * Gets the value of the strutturaOriginale property. - * + * * @return possible object is {@link StrutturaType } - * + * */ public StrutturaType getStrutturaOriginale() { return strutturaOriginale; @@ -220,10 +220,10 @@ public StrutturaType getStrutturaOriginale() { /** * Sets the value of the strutturaOriginale property. - * + * * @param value * allowed object is {@link StrutturaType } - * + * */ public void setStrutturaOriginale(StrutturaType value) { this.strutturaOriginale = value; diff --git a/src/main/java/net/datasiel/par/jaxb/versamento/FascicoloType.java b/src/main/java/net/datasiel/par/jaxb/versamento/FascicoloType.java index 9629581..31ed850 100644 --- a/src/main/java/net/datasiel/par/jaxb/versamento/FascicoloType.java +++ b/src/main/java/net/datasiel/par/jaxb/versamento/FascicoloType.java @@ -16,10 +16,10 @@ */ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2013.02.26 at 02:20:31 PM CET +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2013.02.26 at 02:20:31 PM CET // package net.datasiel.par.jaxb.versamento; @@ -34,10 +34,10 @@ /** *

* Java class for FascicoloType complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

  * <complexType name="FascicoloType">
  *   <complexContent>
@@ -50,8 +50,8 @@
  *   </complexContent>
  * </complexType>
  * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "FascicoloType", propOrder = { "identificativo", "oggetto" }) @@ -65,9 +65,9 @@ public class FascicoloType { /** * Gets the value of the identificativo property. - * + * * @return possible object is {@link String } - * + * */ public String getIdentificativo() { return identificativo; @@ -75,10 +75,10 @@ public String getIdentificativo() { /** * Sets the value of the identificativo property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setIdentificativo(String value) { this.identificativo = value; @@ -86,9 +86,9 @@ public void setIdentificativo(String value) { /** * Gets the value of the oggetto property. - * + * * @return possible object is {@link String } - * + * */ public String getOggetto() { return oggetto; @@ -96,10 +96,10 @@ public String getOggetto() { /** * Sets the value of the oggetto property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setOggetto(String value) { this.oggetto = value; diff --git a/src/main/java/net/datasiel/par/jaxb/versamento/IntestazioneAggAllType.java b/src/main/java/net/datasiel/par/jaxb/versamento/IntestazioneAggAllType.java index d7b037a..f764af2 100644 --- a/src/main/java/net/datasiel/par/jaxb/versamento/IntestazioneAggAllType.java +++ b/src/main/java/net/datasiel/par/jaxb/versamento/IntestazioneAggAllType.java @@ -16,10 +16,10 @@ */ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2013.02.26 at 02:20:31 PM CET +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2013.02.26 at 02:20:31 PM CET // package net.datasiel.par.jaxb.versamento; @@ -32,10 +32,10 @@ /** *

* Java class for IntestazioneAggAllType complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

  * <complexType name="IntestazioneAggAllType">
  *   <complexContent>
@@ -49,8 +49,8 @@
  *   </complexContent>
  * </complexType>
  * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "IntestazioneAggAllType", propOrder = { "versione", "versatore", "chiave" }) @@ -65,9 +65,9 @@ public class IntestazioneAggAllType { /** * Gets the value of the versione property. - * + * * @return possible object is {@link String } - * + * */ public String getVersione() { return versione; @@ -75,10 +75,10 @@ public String getVersione() { /** * Sets the value of the versione property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setVersione(String value) { this.versione = value; @@ -86,9 +86,9 @@ public void setVersione(String value) { /** * Gets the value of the versatore property. - * + * * @return possible object is {@link VersatoreType } - * + * */ public VersatoreType getVersatore() { return versatore; @@ -96,10 +96,10 @@ public VersatoreType getVersatore() { /** * Sets the value of the versatore property. - * + * * @param value * allowed object is {@link VersatoreType } - * + * */ public void setVersatore(VersatoreType value) { this.versatore = value; @@ -107,9 +107,9 @@ public void setVersatore(VersatoreType value) { /** * Gets the value of the chiave property. - * + * * @return possible object is {@link ChiaveType } - * + * */ public ChiaveType getChiave() { return chiave; @@ -117,10 +117,10 @@ public ChiaveType getChiave() { /** * Sets the value of the chiave property. - * + * * @param value * allowed object is {@link ChiaveType } - * + * */ public void setChiave(ChiaveType value) { this.chiave = value; diff --git a/src/main/java/net/datasiel/par/jaxb/versamento/IntestazioneType.java b/src/main/java/net/datasiel/par/jaxb/versamento/IntestazioneType.java index 01b1100..fca7372 100644 --- a/src/main/java/net/datasiel/par/jaxb/versamento/IntestazioneType.java +++ b/src/main/java/net/datasiel/par/jaxb/versamento/IntestazioneType.java @@ -16,10 +16,10 @@ */ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2013.02.26 at 02:20:31 PM CET +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2013.02.26 at 02:20:31 PM CET // package net.datasiel.par.jaxb.versamento; @@ -34,10 +34,10 @@ /** *

* Java class for IntestazioneType complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

  * <complexType name="IntestazioneType">
  *   <complexContent>
@@ -52,8 +52,8 @@
  *   </complexContent>
  * </complexType>
  * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "IntestazioneType", propOrder = { "versione", "versatore", "chiave", "tipologiaUnitaDocumentaria" }) @@ -71,9 +71,9 @@ public class IntestazioneType { /** * Gets the value of the versione property. - * + * * @return possible object is {@link String } - * + * */ public String getVersione() { return versione; @@ -81,10 +81,10 @@ public String getVersione() { /** * Sets the value of the versione property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setVersione(String value) { this.versione = value; @@ -92,9 +92,9 @@ public void setVersione(String value) { /** * Gets the value of the versatore property. - * + * * @return possible object is {@link VersatoreType } - * + * */ public VersatoreType getVersatore() { return versatore; @@ -102,10 +102,10 @@ public VersatoreType getVersatore() { /** * Sets the value of the versatore property. - * + * * @param value * allowed object is {@link VersatoreType } - * + * */ public void setVersatore(VersatoreType value) { this.versatore = value; @@ -113,9 +113,9 @@ public void setVersatore(VersatoreType value) { /** * Gets the value of the chiave property. - * + * * @return possible object is {@link ChiaveType } - * + * */ public ChiaveType getChiave() { return chiave; @@ -123,10 +123,10 @@ public ChiaveType getChiave() { /** * Sets the value of the chiave property. - * + * * @param value * allowed object is {@link ChiaveType } - * + * */ public void setChiave(ChiaveType value) { this.chiave = value; @@ -134,9 +134,9 @@ public void setChiave(ChiaveType value) { /** * Gets the value of the tipologiaUnitaDocumentaria property. - * + * * @return possible object is {@link String } - * + * */ public String getTipologiaUnitaDocumentaria() { return tipologiaUnitaDocumentaria; @@ -144,10 +144,10 @@ public String getTipologiaUnitaDocumentaria() { /** * Sets the value of the tipologiaUnitaDocumentaria property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setTipologiaUnitaDocumentaria(String value) { this.tipologiaUnitaDocumentaria = value; diff --git a/src/main/java/net/datasiel/par/jaxb/versamento/ObjectFactory.java b/src/main/java/net/datasiel/par/jaxb/versamento/ObjectFactory.java index 7da97aa..7fec5c1 100644 --- a/src/main/java/net/datasiel/par/jaxb/versamento/ObjectFactory.java +++ b/src/main/java/net/datasiel/par/jaxb/versamento/ObjectFactory.java @@ -16,10 +16,10 @@ */ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2013.02.26 at 02:20:31 PM CET +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2013.02.26 at 02:20:31 PM CET // package net.datasiel.par.jaxb.versamento; @@ -37,7 +37,7 @@ * The Java representation of XML content can consist of schema derived interfaces and classes representing the binding * of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in * this class. - * + * */ @XmlRegistry public class ObjectFactory { @@ -49,14 +49,14 @@ public class ObjectFactory { /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: * net.datasiel.par.jaxb.versamento - * + * */ public ObjectFactory() { } /** * Create an instance of {@link UnitaDocAggAllegati } - * + * */ public UnitaDocAggAllegati createUnitaDocAggAllegati() { return new UnitaDocAggAllegati(); @@ -64,7 +64,7 @@ public UnitaDocAggAllegati createUnitaDocAggAllegati() { /** * Create an instance of {@link CamiciaFascicoloType } - * + * */ public CamiciaFascicoloType createCamiciaFascicoloType() { return new CamiciaFascicoloType(); @@ -72,7 +72,7 @@ public CamiciaFascicoloType createCamiciaFascicoloType() { /** * Create an instance of {@link ConfigType } - * + * */ public ConfigType createConfigType() { return new ConfigType(); @@ -80,7 +80,7 @@ public ConfigType createConfigType() { /** * Create an instance of {@link IntestazioneAggAllType } - * + * */ public IntestazioneAggAllType createIntestazioneAggAllType() { return new IntestazioneAggAllType(); @@ -88,7 +88,7 @@ public IntestazioneAggAllType createIntestazioneAggAllType() { /** * Create an instance of {@link ConfigAggAllType } - * + * */ public ConfigAggAllType createConfigAggAllType() { return new ConfigAggAllType(); @@ -96,7 +96,7 @@ public ConfigAggAllType createConfigAggAllType() { /** * Create an instance of {@link UnitaDocumentaria.Annotazioni } - * + * */ public UnitaDocumentaria.Annotazioni createUnitaDocumentariaAnnotazioni() { return new UnitaDocumentaria.Annotazioni(); @@ -104,7 +104,7 @@ public UnitaDocumentaria.Annotazioni createUnitaDocumentariaAnnotazioni() { /** * Create an instance of {@link ProfiloDocumentoType } - * + * */ public ProfiloDocumentoType createProfiloDocumentoType() { return new ProfiloDocumentoType(); @@ -112,7 +112,7 @@ public ProfiloDocumentoType createProfiloDocumentoType() { /** * Create an instance of {@link ProfiloArchivisticoType.FascicoliSecondari } - * + * */ public ProfiloArchivisticoType.FascicoliSecondari createProfiloArchivisticoTypeFascicoliSecondari() { return new ProfiloArchivisticoType.FascicoliSecondari(); @@ -120,7 +120,7 @@ public ProfiloArchivisticoType.FascicoliSecondari createProfiloArchivisticoTypeF /** * Create an instance of {@link SottoComponenteType } - * + * */ public SottoComponenteType createSottoComponenteType() { return new SottoComponenteType(); @@ -128,7 +128,7 @@ public SottoComponenteType createSottoComponenteType() { /** * Create an instance of {@link VersatoreType } - * + * */ public VersatoreType createVersatoreType() { return new VersatoreType(); @@ -136,7 +136,7 @@ public VersatoreType createVersatoreType() { /** * Create an instance of {@link FascicoloType } - * + * */ public FascicoloType createFascicoloType() { return new FascicoloType(); @@ -144,7 +144,7 @@ public FascicoloType createFascicoloType() { /** * Create an instance of {@link IntestazioneType } - * + * */ public IntestazioneType createIntestazioneType() { return new IntestazioneType(); @@ -152,7 +152,7 @@ public IntestazioneType createIntestazioneType() { /** * Create an instance of {@link StrutturaType } - * + * */ public StrutturaType createStrutturaType() { return new StrutturaType(); @@ -160,7 +160,7 @@ public StrutturaType createStrutturaType() { /** * Create an instance of {@link ProfiloUnitaDocumentariaType } - * + * */ public ProfiloUnitaDocumentariaType createProfiloUnitaDocumentariaType() { return new ProfiloUnitaDocumentariaType(); @@ -168,7 +168,7 @@ public ProfiloUnitaDocumentariaType createProfiloUnitaDocumentariaType() { /** * Create an instance of {@link UnitaDocumentaria.Allegati } - * + * */ public UnitaDocumentaria.Allegati createUnitaDocumentariaAllegati() { return new UnitaDocumentaria.Allegati(); @@ -176,7 +176,7 @@ public UnitaDocumentaria.Allegati createUnitaDocumentariaAllegati() { /** * Create an instance of {@link DocumentoCollegatoType.DocumentoCollegato } - * + * */ public DocumentoCollegatoType.DocumentoCollegato createDocumentoCollegatoTypeDocumentoCollegato() { return new DocumentoCollegatoType.DocumentoCollegato(); @@ -184,7 +184,7 @@ public DocumentoCollegatoType.DocumentoCollegato createDocumentoCollegatoTypeDoc /** * Create an instance of {@link DatiFiscaliType } - * + * */ public DatiFiscaliType createDatiFiscaliType() { return new DatiFiscaliType(); @@ -192,7 +192,7 @@ public DatiFiscaliType createDatiFiscaliType() { /** * Create an instance of {@link StrutturaType.Componenti } - * + * */ public StrutturaType.Componenti createStrutturaTypeComponenti() { return new StrutturaType.Componenti(); @@ -200,7 +200,7 @@ public StrutturaType.Componenti createStrutturaTypeComponenti() { /** * Create an instance of {@link DocumentoCollegatoType } - * + * */ public DocumentoCollegatoType createDocumentoCollegatoType() { return new DocumentoCollegatoType(); @@ -208,7 +208,7 @@ public DocumentoCollegatoType createDocumentoCollegatoType() { /** * Create an instance of {@link DocumentoType } - * + * */ public DocumentoType createDocumentoType() { return new DocumentoType(); @@ -216,7 +216,7 @@ public DocumentoType createDocumentoType() { /** * Create an instance of {@link DatiSpecificiType } - * + * */ public DatiSpecificiType createDatiSpecificiType() { return new DatiSpecificiType(); @@ -224,7 +224,7 @@ public DatiSpecificiType createDatiSpecificiType() { /** * Create an instance of {@link ComponenteType } - * + * */ public ComponenteType createComponenteType() { return new ComponenteType(); @@ -232,7 +232,7 @@ public ComponenteType createComponenteType() { /** * Create an instance of {@link UnitaDocumentaria } - * + * */ public UnitaDocumentaria createUnitaDocumentaria() { return new UnitaDocumentaria(); @@ -240,7 +240,7 @@ public UnitaDocumentaria createUnitaDocumentaria() { /** * Create an instance of {@link ProfiloArchivisticoType } - * + * */ public ProfiloArchivisticoType createProfiloArchivisticoType() { return new ProfiloArchivisticoType(); @@ -248,7 +248,7 @@ public ProfiloArchivisticoType createProfiloArchivisticoType() { /** * Create an instance of {@link ChiaveType } - * + * */ public ChiaveType createChiaveType() { return new ChiaveType(); @@ -256,7 +256,7 @@ public ChiaveType createChiaveType() { /** * Create an instance of {@link UnitaDocumentaria.Annessi } - * + * */ public UnitaDocumentaria.Annessi createUnitaDocumentariaAnnessi() { return new UnitaDocumentaria.Annessi(); @@ -264,7 +264,7 @@ public UnitaDocumentaria.Annessi createUnitaDocumentariaAnnessi() { /** * Create an instance of {@link ComponenteType.SottoComponenti } - * + * */ public ComponenteType.SottoComponenti createComponenteTypeSottoComponenti() { return new ComponenteType.SottoComponenti(); @@ -272,7 +272,7 @@ public ComponenteType.SottoComponenti createComponenteTypeSottoComponenti() { /** * Create an instance of {@link JAXBElement }{@code <}{@link DatiSpecificiType }{@code >}} - * + * */ @XmlElementDecl(namespace = "", name = "DatiSpecifici", scope = UnitaDocumentaria.class) public JAXBElement createUnitaDocumentariaDatiSpecifici(DatiSpecificiType value) { @@ -282,7 +282,7 @@ public JAXBElement createUnitaDocumentariaDatiSpecifici(DatiS /** * Create an instance of {@link JAXBElement }{@code <}{@link DatiSpecificiType }{@code >}} - * + * */ @XmlElementDecl(namespace = "", name = "DatiSpecificiMigrazione", scope = UnitaDocumentaria.class) public JAXBElement createUnitaDocumentariaDatiSpecificiMigrazione(DatiSpecificiType value) { @@ -292,7 +292,7 @@ public JAXBElement createUnitaDocumentariaDatiSpecificiMigraz /** * Create an instance of {@link JAXBElement }{@code <}{@link DatiSpecificiType }{@code >}} - * + * */ @XmlElementDecl(namespace = "", name = "DatiSpecifici", scope = DocumentoType.class) public JAXBElement createDocumentoTypeDatiSpecifici(DatiSpecificiType value) { @@ -302,7 +302,7 @@ public JAXBElement createDocumentoTypeDatiSpecifici(DatiSpeci /** * Create an instance of {@link JAXBElement }{@code <}{@link DatiSpecificiType }{@code >}} - * + * */ @XmlElementDecl(namespace = "", name = "DatiSpecificiMigrazione", scope = DocumentoType.class) public JAXBElement createDocumentoTypeDatiSpecificiMigrazione(DatiSpecificiType value) { @@ -312,7 +312,7 @@ public JAXBElement createDocumentoTypeDatiSpecificiMigrazione /** * Create an instance of {@link JAXBElement }{@code <}{@link DatiSpecificiType }{@code >}} - * + * */ @XmlElementDecl(namespace = "", name = "DatiSpecifici", scope = ComponenteType.class) public JAXBElement createComponenteTypeDatiSpecifici(DatiSpecificiType value) { @@ -322,7 +322,7 @@ public JAXBElement createComponenteTypeDatiSpecifici(DatiSpec /** * Create an instance of {@link JAXBElement }{@code <}{@link DatiSpecificiType }{@code >}} - * + * */ @XmlElementDecl(namespace = "", name = "DatiSpecificiMigrazione", scope = ComponenteType.class) public JAXBElement createComponenteTypeDatiSpecificiMigrazione(DatiSpecificiType value) { @@ -332,7 +332,7 @@ public JAXBElement createComponenteTypeDatiSpecificiMigrazion /** * Create an instance of {@link JAXBElement }{@code <}{@link DatiSpecificiType }{@code >}} - * + * */ @XmlElementDecl(namespace = "", name = "DatiSpecifici", scope = SottoComponenteType.class) public JAXBElement createSottoComponenteTypeDatiSpecifici(DatiSpecificiType value) { @@ -342,7 +342,7 @@ public JAXBElement createSottoComponenteTypeDatiSpecifici(Dat /** * Create an instance of {@link JAXBElement }{@code <}{@link DatiSpecificiType }{@code >}} - * + * */ @XmlElementDecl(namespace = "", name = "DatiSpecificiMigrazione", scope = SottoComponenteType.class) public JAXBElement createSottoComponenteTypeDatiSpecificiMigrazione(DatiSpecificiType value) { diff --git a/src/main/java/net/datasiel/par/jaxb/versamento/ProfiloArchivisticoType.java b/src/main/java/net/datasiel/par/jaxb/versamento/ProfiloArchivisticoType.java index 30a61d4..24ef239 100644 --- a/src/main/java/net/datasiel/par/jaxb/versamento/ProfiloArchivisticoType.java +++ b/src/main/java/net/datasiel/par/jaxb/versamento/ProfiloArchivisticoType.java @@ -16,10 +16,10 @@ */ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2013.02.26 at 02:20:31 PM CET +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2013.02.26 at 02:20:31 PM CET // package net.datasiel.par.jaxb.versamento; @@ -34,10 +34,10 @@ /** *

* Java class for ProfiloArchivisticoType complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

  * <complexType name="ProfiloArchivisticoType">
  *   <complexContent>
@@ -60,8 +60,8 @@
  *   </complexContent>
  * </complexType>
  * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "ProfiloArchivisticoType", propOrder = { "fascicoloPrincipale", "fascicoliSecondari" }) @@ -74,9 +74,9 @@ public class ProfiloArchivisticoType { /** * Gets the value of the fascicoloPrincipale property. - * + * * @return possible object is {@link CamiciaFascicoloType } - * + * */ public CamiciaFascicoloType getFascicoloPrincipale() { return fascicoloPrincipale; @@ -84,10 +84,10 @@ public CamiciaFascicoloType getFascicoloPrincipale() { /** * Sets the value of the fascicoloPrincipale property. - * + * * @param value * allowed object is {@link CamiciaFascicoloType } - * + * */ public void setFascicoloPrincipale(CamiciaFascicoloType value) { this.fascicoloPrincipale = value; @@ -95,9 +95,9 @@ public void setFascicoloPrincipale(CamiciaFascicoloType value) { /** * Gets the value of the fascicoliSecondari property. - * + * * @return possible object is {@link ProfiloArchivisticoType.FascicoliSecondari } - * + * */ public ProfiloArchivisticoType.FascicoliSecondari getFascicoliSecondari() { return fascicoliSecondari; @@ -105,10 +105,10 @@ public ProfiloArchivisticoType.FascicoliSecondari getFascicoliSecondari() { /** * Sets the value of the fascicoliSecondari property. - * + * * @param value * allowed object is {@link ProfiloArchivisticoType.FascicoliSecondari } - * + * */ public void setFascicoliSecondari(ProfiloArchivisticoType.FascicoliSecondari value) { this.fascicoliSecondari = value; @@ -117,10 +117,10 @@ public void setFascicoliSecondari(ProfiloArchivisticoType.FascicoliSecondari val /** *

* Java class for anonymous complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

      * <complexType>
      *   <complexContent>
@@ -132,8 +132,8 @@ public void setFascicoliSecondari(ProfiloArchivisticoType.FascicoliSecondari val
      *   </complexContent>
      * </complexType>
      * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "fascicoloSecondario" }) @@ -144,24 +144,24 @@ public static class FascicoliSecondari { /** * Gets the value of the fascicoloSecondario property. - * + * *

* This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you * make to the returned list will be present inside the JAXB object. This is why there is not a set * method for the fascicoloSecondario property. - * + * *

* For example, to add a new item, do as follows: - * + * *

          * getFascicoloSecondario().add(newItem);
          * 
- * - * + * + * *

* Objects of the following type(s) are allowed in the list {@link CamiciaFascicoloType } - * - * + * + * */ public List getFascicoloSecondario() { if (fascicoloSecondario == null) { diff --git a/src/main/java/net/datasiel/par/jaxb/versamento/ProfiloDocumentoType.java b/src/main/java/net/datasiel/par/jaxb/versamento/ProfiloDocumentoType.java index 7586012..05ab502 100644 --- a/src/main/java/net/datasiel/par/jaxb/versamento/ProfiloDocumentoType.java +++ b/src/main/java/net/datasiel/par/jaxb/versamento/ProfiloDocumentoType.java @@ -16,10 +16,10 @@ */ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2013.02.26 at 02:20:31 PM CET +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2013.02.26 at 02:20:31 PM CET // package net.datasiel.par.jaxb.versamento; @@ -32,10 +32,10 @@ /** *

* Java class for ProfiloDocumentoType complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

  * <complexType name="ProfiloDocumentoType">
  *   <complexContent>
@@ -48,8 +48,8 @@
  *   </complexContent>
  * </complexType>
  * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "ProfiloDocumentoType", propOrder = { "descrizione", "autore" }) @@ -62,9 +62,9 @@ public class ProfiloDocumentoType { /** * Gets the value of the descrizione property. - * + * * @return possible object is {@link String } - * + * */ public String getDescrizione() { return descrizione; @@ -72,10 +72,10 @@ public String getDescrizione() { /** * Sets the value of the descrizione property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setDescrizione(String value) { this.descrizione = value; @@ -83,9 +83,9 @@ public void setDescrizione(String value) { /** * Gets the value of the autore property. - * + * * @return possible object is {@link String } - * + * */ public String getAutore() { return autore; @@ -93,10 +93,10 @@ public String getAutore() { /** * Sets the value of the autore property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setAutore(String value) { this.autore = value; diff --git a/src/main/java/net/datasiel/par/jaxb/versamento/ProfiloUnitaDocumentariaType.java b/src/main/java/net/datasiel/par/jaxb/versamento/ProfiloUnitaDocumentariaType.java index fa7b37e..af4c7d7 100644 --- a/src/main/java/net/datasiel/par/jaxb/versamento/ProfiloUnitaDocumentariaType.java +++ b/src/main/java/net/datasiel/par/jaxb/versamento/ProfiloUnitaDocumentariaType.java @@ -16,10 +16,10 @@ */ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2013.02.26 at 02:20:31 PM CET +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2013.02.26 at 02:20:31 PM CET // package net.datasiel.par.jaxb.versamento; @@ -33,10 +33,10 @@ /** *

* Java class for ProfiloUnitaDocumentariaType complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

  * <complexType name="ProfiloUnitaDocumentariaType">
  *   <complexContent>
@@ -50,8 +50,8 @@
  *   </complexContent>
  * </complexType>
  * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "ProfiloUnitaDocumentariaType", propOrder = { "oggetto", "data", "cartaceo" }) @@ -66,9 +66,9 @@ public class ProfiloUnitaDocumentariaType { /** * Gets the value of the oggetto property. - * + * * @return possible object is {@link String } - * + * */ public String getOggetto() { return oggetto; @@ -76,10 +76,10 @@ public String getOggetto() { /** * Sets the value of the oggetto property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setOggetto(String value) { this.oggetto = value; @@ -87,9 +87,9 @@ public void setOggetto(String value) { /** * Gets the value of the data property. - * + * * @return possible object is {@link XMLGregorianCalendar } - * + * */ public XMLGregorianCalendar getData() { return data; @@ -97,10 +97,10 @@ public XMLGregorianCalendar getData() { /** * Sets the value of the data property. - * + * * @param value * allowed object is {@link XMLGregorianCalendar } - * + * */ public void setData(XMLGregorianCalendar value) { this.data = value; @@ -108,9 +108,9 @@ public void setData(XMLGregorianCalendar value) { /** * Gets the value of the cartaceo property. - * + * * @return possible object is {@link Boolean } - * + * */ public Boolean isCartaceo() { return cartaceo; @@ -118,10 +118,10 @@ public Boolean isCartaceo() { /** * Sets the value of the cartaceo property. - * + * * @param value * allowed object is {@link Boolean } - * + * */ public void setCartaceo(Boolean value) { this.cartaceo = value; diff --git a/src/main/java/net/datasiel/par/jaxb/versamento/SottoComponenteType.java b/src/main/java/net/datasiel/par/jaxb/versamento/SottoComponenteType.java index b101fc4..6f46695 100644 --- a/src/main/java/net/datasiel/par/jaxb/versamento/SottoComponenteType.java +++ b/src/main/java/net/datasiel/par/jaxb/versamento/SottoComponenteType.java @@ -16,10 +16,10 @@ */ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2013.02.26 at 02:20:31 PM CET +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2013.02.26 at 02:20:31 PM CET // package net.datasiel.par.jaxb.versamento; @@ -36,10 +36,10 @@ /** *

* Java class for SottoComponenteType complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

  * <complexType name="SottoComponenteType">
  *   <complexContent>
@@ -61,8 +61,8 @@
  *   </complexContent>
  * </complexType>
  * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "SottoComponenteType", propOrder = { "id", "ordinePresentazione", "tipoComponente", @@ -101,9 +101,9 @@ public class SottoComponenteType { /** * Gets the value of the id property. - * + * * @return possible object is {@link String } - * + * */ public String getID() { return id; @@ -111,10 +111,10 @@ public String getID() { /** * Sets the value of the id property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setID(String value) { this.id = value; @@ -122,7 +122,7 @@ public void setID(String value) { /** * Gets the value of the ordinePresentazione property. - * + * */ public int getOrdinePresentazione() { return ordinePresentazione; @@ -130,7 +130,7 @@ public int getOrdinePresentazione() { /** * Sets the value of the ordinePresentazione property. - * + * */ public void setOrdinePresentazione(int value) { this.ordinePresentazione = value; @@ -138,9 +138,9 @@ public void setOrdinePresentazione(int value) { /** * Gets the value of the tipoComponente property. - * + * * @return possible object is {@link String } - * + * */ public String getTipoComponente() { return tipoComponente; @@ -148,10 +148,10 @@ public String getTipoComponente() { /** * Sets the value of the tipoComponente property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setTipoComponente(String value) { this.tipoComponente = value; @@ -159,9 +159,9 @@ public void setTipoComponente(String value) { /** * Gets the value of the tipoSupportoComponente property. - * + * * @return possible object is {@link TipoSupportoType } - * + * */ public TipoSupportoType getTipoSupportoComponente() { return tipoSupportoComponente; @@ -169,10 +169,10 @@ public TipoSupportoType getTipoSupportoComponente() { /** * Sets the value of the tipoSupportoComponente property. - * + * * @param value * allowed object is {@link TipoSupportoType } - * + * */ public void setTipoSupportoComponente(TipoSupportoType value) { this.tipoSupportoComponente = value; @@ -180,9 +180,9 @@ public void setTipoSupportoComponente(TipoSupportoType value) { /** * Gets the value of the riferimento property. - * + * * @return possible object is {@link ChiaveType } - * + * */ public ChiaveType getRiferimento() { return riferimento; @@ -190,10 +190,10 @@ public ChiaveType getRiferimento() { /** * Sets the value of the riferimento property. - * + * * @param value * allowed object is {@link ChiaveType } - * + * */ public void setRiferimento(ChiaveType value) { this.riferimento = value; @@ -201,9 +201,9 @@ public void setRiferimento(ChiaveType value) { /** * Gets the value of the nomeComponente property. - * + * * @return possible object is {@link String } - * + * */ public String getNomeComponente() { return nomeComponente; @@ -211,10 +211,10 @@ public String getNomeComponente() { /** * Sets the value of the nomeComponente property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setNomeComponente(String value) { this.nomeComponente = value; @@ -222,9 +222,9 @@ public void setNomeComponente(String value) { /** * Gets the value of the formatoFileVersato property. - * + * * @return possible object is {@link String } - * + * */ public String getFormatoFileVersato() { return formatoFileVersato; @@ -232,10 +232,10 @@ public String getFormatoFileVersato() { /** * Sets the value of the formatoFileVersato property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setFormatoFileVersato(String value) { this.formatoFileVersato = value; @@ -243,9 +243,9 @@ public void setFormatoFileVersato(String value) { /** * Gets the value of the urnVersato property. - * + * * @return possible object is {@link String } - * + * */ public String getUrnVersato() { return urnVersato; @@ -253,10 +253,10 @@ public String getUrnVersato() { /** * Sets the value of the urnVersato property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setUrnVersato(String value) { this.urnVersato = value; @@ -264,9 +264,9 @@ public void setUrnVersato(String value) { /** * Gets the value of the idComponenteVersato property. - * + * * @return possible object is {@link String } - * + * */ public String getIDComponenteVersato() { return idComponenteVersato; @@ -274,10 +274,10 @@ public String getIDComponenteVersato() { /** * Sets the value of the idComponenteVersato property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setIDComponenteVersato(String value) { this.idComponenteVersato = value; @@ -285,9 +285,9 @@ public void setIDComponenteVersato(String value) { /** * Gets the value of the datiSpecifici property. - * + * * @return possible object is {@link JAXBElement }{@code <}{@link DatiSpecificiType }{@code >} - * + * */ public JAXBElement getDatiSpecifici() { return datiSpecifici; @@ -295,10 +295,10 @@ public JAXBElement getDatiSpecifici() { /** * Sets the value of the datiSpecifici property. - * + * * @param value * allowed object is {@link JAXBElement }{@code <}{@link DatiSpecificiType }{@code >} - * + * */ public void setDatiSpecifici(JAXBElement value) { this.datiSpecifici = ((JAXBElement) value); @@ -306,9 +306,9 @@ public void setDatiSpecifici(JAXBElement value) { /** * Gets the value of the datiSpecificiMigrazione property. - * + * * @return possible object is {@link JAXBElement }{@code <}{@link DatiSpecificiType }{@code >} - * + * */ public JAXBElement getDatiSpecificiMigrazione() { return datiSpecificiMigrazione; @@ -316,10 +316,10 @@ public JAXBElement getDatiSpecificiMigrazione() { /** * Sets the value of the datiSpecificiMigrazione property. - * + * * @param value * allowed object is {@link JAXBElement }{@code <}{@link DatiSpecificiType }{@code >} - * + * */ public void setDatiSpecificiMigrazione(JAXBElement value) { this.datiSpecificiMigrazione = ((JAXBElement) value); diff --git a/src/main/java/net/datasiel/par/jaxb/versamento/StrutturaType.java b/src/main/java/net/datasiel/par/jaxb/versamento/StrutturaType.java index 52fbca8..feaa241 100644 --- a/src/main/java/net/datasiel/par/jaxb/versamento/StrutturaType.java +++ b/src/main/java/net/datasiel/par/jaxb/versamento/StrutturaType.java @@ -16,10 +16,10 @@ */ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2013.02.26 at 02:20:31 PM CET +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2013.02.26 at 02:20:31 PM CET // package net.datasiel.par.jaxb.versamento; @@ -36,10 +36,10 @@ /** *

* Java class for StrutturaType complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

  * <complexType name="StrutturaType">
  *   <complexContent>
@@ -62,8 +62,8 @@
  *   </complexContent>
  * </complexType>
  * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "StrutturaType", propOrder = { "tipoStruttura", "componenti" }) @@ -77,9 +77,9 @@ public class StrutturaType { /** * Gets the value of the tipoStruttura property. - * + * * @return possible object is {@link String } - * + * */ public String getTipoStruttura() { return tipoStruttura; @@ -87,10 +87,10 @@ public String getTipoStruttura() { /** * Sets the value of the tipoStruttura property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setTipoStruttura(String value) { this.tipoStruttura = value; @@ -98,9 +98,9 @@ public void setTipoStruttura(String value) { /** * Gets the value of the componenti property. - * + * * @return possible object is {@link StrutturaType.Componenti } - * + * */ public StrutturaType.Componenti getComponenti() { return componenti; @@ -108,10 +108,10 @@ public StrutturaType.Componenti getComponenti() { /** * Sets the value of the componenti property. - * + * * @param value * allowed object is {@link StrutturaType.Componenti } - * + * */ public void setComponenti(StrutturaType.Componenti value) { this.componenti = value; @@ -120,10 +120,10 @@ public void setComponenti(StrutturaType.Componenti value) { /** *

* Java class for anonymous complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

      * <complexType>
      *   <complexContent>
@@ -135,8 +135,8 @@ public void setComponenti(StrutturaType.Componenti value) {
      *   </complexContent>
      * </complexType>
      * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "componente" }) @@ -147,24 +147,24 @@ public static class Componenti { /** * Gets the value of the componente property. - * + * *

* This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you * make to the returned list will be present inside the JAXB object. This is why there is not a set * method for the componente property. - * + * *

* For example, to add a new item, do as follows: - * + * *

          * getComponente().add(newItem);
          * 
- * - * + * + * *

* Objects of the following type(s) are allowed in the list {@link ComponenteType } - * - * + * + * */ public List getComponente() { if (componente == null) { diff --git a/src/main/java/net/datasiel/par/jaxb/versamento/TipoConservazioneType.java b/src/main/java/net/datasiel/par/jaxb/versamento/TipoConservazioneType.java index 39ea4d1..136c949 100644 --- a/src/main/java/net/datasiel/par/jaxb/versamento/TipoConservazioneType.java +++ b/src/main/java/net/datasiel/par/jaxb/versamento/TipoConservazioneType.java @@ -16,10 +16,10 @@ */ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2013.02.26 at 02:20:31 PM CET +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2013.02.26 at 02:20:31 PM CET // package net.datasiel.par.jaxb.versamento; @@ -29,11 +29,11 @@ /** *

* Java class for TipoConservazioneType. - * + * *

* The following schema fragment specifies the expected content contained within this class. *

- * + * *

  * <simpleType name="TipoConservazioneType">
  *   <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
@@ -43,7 +43,7 @@
  *   </restriction>
  * </simpleType>
  * 
- * + * */ @XmlEnum public enum TipoConservazioneType { diff --git a/src/main/java/net/datasiel/par/jaxb/versamento/TipoSupportoType.java b/src/main/java/net/datasiel/par/jaxb/versamento/TipoSupportoType.java index c6af983..bf85462 100644 --- a/src/main/java/net/datasiel/par/jaxb/versamento/TipoSupportoType.java +++ b/src/main/java/net/datasiel/par/jaxb/versamento/TipoSupportoType.java @@ -16,10 +16,10 @@ */ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2013.02.26 at 02:20:31 PM CET +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2013.02.26 at 02:20:31 PM CET // package net.datasiel.par.jaxb.versamento; @@ -29,11 +29,11 @@ /** *

* Java class for TipoSupportoType. - * + * *

* The following schema fragment specifies the expected content contained within this class. *

- * + * *

  * <simpleType name="TipoSupportoType">
  *   <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
@@ -43,7 +43,7 @@
  *   </restriction>
  * </simpleType>
  * 
- * + * */ @XmlEnum public enum TipoSupportoType { diff --git a/src/main/java/net/datasiel/par/jaxb/versamento/UnitaDocAggAllegati.java b/src/main/java/net/datasiel/par/jaxb/versamento/UnitaDocAggAllegati.java index cd8aa47..6867829 100644 --- a/src/main/java/net/datasiel/par/jaxb/versamento/UnitaDocAggAllegati.java +++ b/src/main/java/net/datasiel/par/jaxb/versamento/UnitaDocAggAllegati.java @@ -16,10 +16,10 @@ */ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2013.02.26 at 02:20:31 PM CET +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2013.02.26 at 02:20:31 PM CET // package net.datasiel.par.jaxb.versamento; @@ -33,10 +33,10 @@ /** *

* Java class for anonymous complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

  * <complexType>
  *   <complexContent>
@@ -54,8 +54,8 @@
  *   </complexContent>
  * </complexType>
  * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "intestazione", "configurazione", "allegato", "annesso", "annotazione" }) @@ -75,9 +75,9 @@ public class UnitaDocAggAllegati { /** * Gets the value of the intestazione property. - * + * * @return possible object is {@link IntestazioneAggAllType } - * + * */ public IntestazioneAggAllType getIntestazione() { return intestazione; @@ -85,10 +85,10 @@ public IntestazioneAggAllType getIntestazione() { /** * Sets the value of the intestazione property. - * + * * @param value * allowed object is {@link IntestazioneAggAllType } - * + * */ public void setIntestazione(IntestazioneAggAllType value) { this.intestazione = value; @@ -96,9 +96,9 @@ public void setIntestazione(IntestazioneAggAllType value) { /** * Gets the value of the configurazione property. - * + * * @return possible object is {@link ConfigAggAllType } - * + * */ public ConfigAggAllType getConfigurazione() { return configurazione; @@ -106,10 +106,10 @@ public ConfigAggAllType getConfigurazione() { /** * Sets the value of the configurazione property. - * + * * @param value * allowed object is {@link ConfigAggAllType } - * + * */ public void setConfigurazione(ConfigAggAllType value) { this.configurazione = value; @@ -117,9 +117,9 @@ public void setConfigurazione(ConfigAggAllType value) { /** * Gets the value of the allegato property. - * + * * @return possible object is {@link DocumentoType } - * + * */ public DocumentoType getAllegato() { return allegato; @@ -127,10 +127,10 @@ public DocumentoType getAllegato() { /** * Sets the value of the allegato property. - * + * * @param value * allowed object is {@link DocumentoType } - * + * */ public void setAllegato(DocumentoType value) { this.allegato = value; @@ -138,9 +138,9 @@ public void setAllegato(DocumentoType value) { /** * Gets the value of the annesso property. - * + * * @return possible object is {@link DocumentoType } - * + * */ public DocumentoType getAnnesso() { return annesso; @@ -148,10 +148,10 @@ public DocumentoType getAnnesso() { /** * Sets the value of the annesso property. - * + * * @param value * allowed object is {@link DocumentoType } - * + * */ public void setAnnesso(DocumentoType value) { this.annesso = value; @@ -159,9 +159,9 @@ public void setAnnesso(DocumentoType value) { /** * Gets the value of the annotazione property. - * + * * @return possible object is {@link DocumentoType } - * + * */ public DocumentoType getAnnotazione() { return annotazione; @@ -169,10 +169,10 @@ public DocumentoType getAnnotazione() { /** * Sets the value of the annotazione property. - * + * * @param value * allowed object is {@link DocumentoType } - * + * */ public void setAnnotazione(DocumentoType value) { this.annotazione = value; diff --git a/src/main/java/net/datasiel/par/jaxb/versamento/UnitaDocumentaria.java b/src/main/java/net/datasiel/par/jaxb/versamento/UnitaDocumentaria.java index 89a696b..42acb1d 100644 --- a/src/main/java/net/datasiel/par/jaxb/versamento/UnitaDocumentaria.java +++ b/src/main/java/net/datasiel/par/jaxb/versamento/UnitaDocumentaria.java @@ -16,10 +16,10 @@ */ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2013.02.26 at 02:20:31 PM CET +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2013.02.26 at 02:20:31 PM CET // package net.datasiel.par.jaxb.versamento; @@ -37,10 +37,10 @@ /** *

* Java class for anonymous complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

  * <complexType>
  *   <complexContent>
@@ -95,8 +95,8 @@
  *   </complexContent>
  * </complexType>
  * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "intestazione", "configurazione", "profiloArchivistico", "profiloUnitaDocumentaria", @@ -136,9 +136,9 @@ public class UnitaDocumentaria { /** * Gets the value of the intestazione property. - * + * * @return possible object is {@link IntestazioneType } - * + * */ public IntestazioneType getIntestazione() { return intestazione; @@ -146,10 +146,10 @@ public IntestazioneType getIntestazione() { /** * Sets the value of the intestazione property. - * + * * @param value * allowed object is {@link IntestazioneType } - * + * */ public void setIntestazione(IntestazioneType value) { this.intestazione = value; @@ -157,9 +157,9 @@ public void setIntestazione(IntestazioneType value) { /** * Gets the value of the configurazione property. - * + * * @return possible object is {@link ConfigType } - * + * */ public ConfigType getConfigurazione() { return configurazione; @@ -167,10 +167,10 @@ public ConfigType getConfigurazione() { /** * Sets the value of the configurazione property. - * + * * @param value * allowed object is {@link ConfigType } - * + * */ public void setConfigurazione(ConfigType value) { this.configurazione = value; @@ -178,9 +178,9 @@ public void setConfigurazione(ConfigType value) { /** * Gets the value of the profiloArchivistico property. - * + * * @return possible object is {@link ProfiloArchivisticoType } - * + * */ public ProfiloArchivisticoType getProfiloArchivistico() { return profiloArchivistico; @@ -188,10 +188,10 @@ public ProfiloArchivisticoType getProfiloArchivistico() { /** * Sets the value of the profiloArchivistico property. - * + * * @param value * allowed object is {@link ProfiloArchivisticoType } - * + * */ public void setProfiloArchivistico(ProfiloArchivisticoType value) { this.profiloArchivistico = value; @@ -199,9 +199,9 @@ public void setProfiloArchivistico(ProfiloArchivisticoType value) { /** * Gets the value of the profiloUnitaDocumentaria property. - * + * * @return possible object is {@link ProfiloUnitaDocumentariaType } - * + * */ public ProfiloUnitaDocumentariaType getProfiloUnitaDocumentaria() { return profiloUnitaDocumentaria; @@ -209,10 +209,10 @@ public ProfiloUnitaDocumentariaType getProfiloUnitaDocumentaria() { /** * Sets the value of the profiloUnitaDocumentaria property. - * + * * @param value * allowed object is {@link ProfiloUnitaDocumentariaType } - * + * */ public void setProfiloUnitaDocumentaria(ProfiloUnitaDocumentariaType value) { this.profiloUnitaDocumentaria = value; @@ -220,9 +220,9 @@ public void setProfiloUnitaDocumentaria(ProfiloUnitaDocumentariaType value) { /** * Gets the value of the datiSpecifici property. - * + * * @return possible object is {@link JAXBElement }{@code <}{@link DatiSpecificiType }{@code >} - * + * */ public JAXBElement getDatiSpecifici() { return datiSpecifici; @@ -230,10 +230,10 @@ public JAXBElement getDatiSpecifici() { /** * Sets the value of the datiSpecifici property. - * + * * @param value * allowed object is {@link JAXBElement }{@code <}{@link DatiSpecificiType }{@code >} - * + * */ public void setDatiSpecifici(JAXBElement value) { this.datiSpecifici = ((JAXBElement) value); @@ -241,9 +241,9 @@ public void setDatiSpecifici(JAXBElement value) { /** * Gets the value of the datiSpecificiMigrazione property. - * + * * @return possible object is {@link JAXBElement }{@code <}{@link DatiSpecificiType }{@code >} - * + * */ public JAXBElement getDatiSpecificiMigrazione() { return datiSpecificiMigrazione; @@ -251,10 +251,10 @@ public JAXBElement getDatiSpecificiMigrazione() { /** * Sets the value of the datiSpecificiMigrazione property. - * + * * @param value * allowed object is {@link JAXBElement }{@code <}{@link DatiSpecificiType }{@code >} - * + * */ public void setDatiSpecificiMigrazione(JAXBElement value) { this.datiSpecificiMigrazione = ((JAXBElement) value); @@ -262,9 +262,9 @@ public void setDatiSpecificiMigrazione(JAXBElement value) { /** * Gets the value of the documentiCollegati property. - * + * * @return possible object is {@link DocumentoCollegatoType } - * + * */ public DocumentoCollegatoType getDocumentiCollegati() { return documentiCollegati; @@ -272,10 +272,10 @@ public DocumentoCollegatoType getDocumentiCollegati() { /** * Sets the value of the documentiCollegati property. - * + * * @param value * allowed object is {@link DocumentoCollegatoType } - * + * */ public void setDocumentiCollegati(DocumentoCollegatoType value) { this.documentiCollegati = value; @@ -283,9 +283,9 @@ public void setDocumentiCollegati(DocumentoCollegatoType value) { /** * Gets the value of the numeroAllegati property. - * + * * @return possible object is {@link Integer } - * + * */ public Integer getNumeroAllegati() { return numeroAllegati; @@ -293,10 +293,10 @@ public Integer getNumeroAllegati() { /** * Sets the value of the numeroAllegati property. - * + * * @param value * allowed object is {@link Integer } - * + * */ public void setNumeroAllegati(Integer value) { this.numeroAllegati = value; @@ -304,9 +304,9 @@ public void setNumeroAllegati(Integer value) { /** * Gets the value of the numeroAnnessi property. - * + * * @return possible object is {@link Integer } - * + * */ public Integer getNumeroAnnessi() { return numeroAnnessi; @@ -314,10 +314,10 @@ public Integer getNumeroAnnessi() { /** * Sets the value of the numeroAnnessi property. - * + * * @param value * allowed object is {@link Integer } - * + * */ public void setNumeroAnnessi(Integer value) { this.numeroAnnessi = value; @@ -325,9 +325,9 @@ public void setNumeroAnnessi(Integer value) { /** * Gets the value of the numeroAnnotazioni property. - * + * * @return possible object is {@link Integer } - * + * */ public Integer getNumeroAnnotazioni() { return numeroAnnotazioni; @@ -335,10 +335,10 @@ public Integer getNumeroAnnotazioni() { /** * Sets the value of the numeroAnnotazioni property. - * + * * @param value * allowed object is {@link Integer } - * + * */ public void setNumeroAnnotazioni(Integer value) { this.numeroAnnotazioni = value; @@ -346,9 +346,9 @@ public void setNumeroAnnotazioni(Integer value) { /** * Gets the value of the documentoPrincipale property. - * + * * @return possible object is {@link DocumentoType } - * + * */ public DocumentoType getDocumentoPrincipale() { return documentoPrincipale; @@ -356,10 +356,10 @@ public DocumentoType getDocumentoPrincipale() { /** * Sets the value of the documentoPrincipale property. - * + * * @param value * allowed object is {@link DocumentoType } - * + * */ public void setDocumentoPrincipale(DocumentoType value) { this.documentoPrincipale = value; @@ -367,9 +367,9 @@ public void setDocumentoPrincipale(DocumentoType value) { /** * Gets the value of the allegati property. - * + * * @return possible object is {@link UnitaDocumentaria.Allegati } - * + * */ public UnitaDocumentaria.Allegati getAllegati() { return allegati; @@ -377,10 +377,10 @@ public UnitaDocumentaria.Allegati getAllegati() { /** * Sets the value of the allegati property. - * + * * @param value * allowed object is {@link UnitaDocumentaria.Allegati } - * + * */ public void setAllegati(UnitaDocumentaria.Allegati value) { this.allegati = value; @@ -388,9 +388,9 @@ public void setAllegati(UnitaDocumentaria.Allegati value) { /** * Gets the value of the annessi property. - * + * * @return possible object is {@link UnitaDocumentaria.Annessi } - * + * */ public UnitaDocumentaria.Annessi getAnnessi() { return annessi; @@ -398,10 +398,10 @@ public UnitaDocumentaria.Annessi getAnnessi() { /** * Sets the value of the annessi property. - * + * * @param value * allowed object is {@link UnitaDocumentaria.Annessi } - * + * */ public void setAnnessi(UnitaDocumentaria.Annessi value) { this.annessi = value; @@ -409,9 +409,9 @@ public void setAnnessi(UnitaDocumentaria.Annessi value) { /** * Gets the value of the annotazioni property. - * + * * @return possible object is {@link UnitaDocumentaria.Annotazioni } - * + * */ public UnitaDocumentaria.Annotazioni getAnnotazioni() { return annotazioni; @@ -419,10 +419,10 @@ public UnitaDocumentaria.Annotazioni getAnnotazioni() { /** * Sets the value of the annotazioni property. - * + * * @param value * allowed object is {@link UnitaDocumentaria.Annotazioni } - * + * */ public void setAnnotazioni(UnitaDocumentaria.Annotazioni value) { this.annotazioni = value; @@ -431,10 +431,10 @@ public void setAnnotazioni(UnitaDocumentaria.Annotazioni value) { /** *

* Java class for anonymous complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

      * <complexType>
      *   <complexContent>
@@ -446,8 +446,8 @@ public void setAnnotazioni(UnitaDocumentaria.Annotazioni value) {
      *   </complexContent>
      * </complexType>
      * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "allegato" }) @@ -458,24 +458,24 @@ public static class Allegati { /** * Gets the value of the allegato property. - * + * *

* This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you * make to the returned list will be present inside the JAXB object. This is why there is not a set * method for the allegato property. - * + * *

* For example, to add a new item, do as follows: - * + * *

          * getAllegato().add(newItem);
          * 
- * - * + * + * *

* Objects of the following type(s) are allowed in the list {@link DocumentoType } - * - * + * + * */ public List getAllegato() { if (allegato == null) { @@ -489,10 +489,10 @@ public List getAllegato() { /** *

* Java class for anonymous complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

      * <complexType>
      *   <complexContent>
@@ -504,8 +504,8 @@ public List getAllegato() {
      *   </complexContent>
      * </complexType>
      * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "annesso" }) @@ -516,24 +516,24 @@ public static class Annessi { /** * Gets the value of the annesso property. - * + * *

* This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you * make to the returned list will be present inside the JAXB object. This is why there is not a set * method for the annesso property. - * + * *

* For example, to add a new item, do as follows: - * + * *

          * getAnnesso().add(newItem);
          * 
- * - * + * + * *

* Objects of the following type(s) are allowed in the list {@link DocumentoType } - * - * + * + * */ public List getAnnesso() { if (annesso == null) { @@ -547,10 +547,10 @@ public List getAnnesso() { /** *

* Java class for anonymous complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

      * <complexType>
      *   <complexContent>
@@ -562,8 +562,8 @@ public List getAnnesso() {
      *   </complexContent>
      * </complexType>
      * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "annotazione" }) @@ -574,24 +574,24 @@ public static class Annotazioni { /** * Gets the value of the annotazione property. - * + * *

* This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you * make to the returned list will be present inside the JAXB object. This is why there is not a set * method for the annotazione property. - * + * *

* For example, to add a new item, do as follows: - * + * *

          * getAnnotazione().add(newItem);
          * 
- * - * + * + * *

* Objects of the following type(s) are allowed in the list {@link DocumentoType } - * - * + * + * */ public List getAnnotazione() { if (annotazione == null) { diff --git a/src/main/java/net/datasiel/par/jaxb/versamento/VersatoreType.java b/src/main/java/net/datasiel/par/jaxb/versamento/VersatoreType.java index 85dc489..eba6572 100644 --- a/src/main/java/net/datasiel/par/jaxb/versamento/VersatoreType.java +++ b/src/main/java/net/datasiel/par/jaxb/versamento/VersatoreType.java @@ -16,10 +16,10 @@ */ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2021.05.11 at 03:55:57 PM CEST +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2021.05.11 at 03:55:57 PM CEST // package net.datasiel.par.jaxb.versamento; @@ -32,10 +32,10 @@ /** *

* Java class for VersatoreType complex type. - * + * *

* The following schema fragment specifies the expected content contained within this class. - * + * *

  * <complexType name="VersatoreType">
  *   <complexContent>
@@ -51,8 +51,8 @@
  *   </complexContent>
  * </complexType>
  * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "VersatoreType", propOrder = { "ambiente", "ente", "struttura", "userID", "utente" }) @@ -71,9 +71,9 @@ public class VersatoreType { /** * Gets the value of the ambiente property. - * + * * @return possible object is {@link String } - * + * */ public String getAmbiente() { return ambiente; @@ -81,10 +81,10 @@ public String getAmbiente() { /** * Sets the value of the ambiente property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setAmbiente(String value) { this.ambiente = value; @@ -92,9 +92,9 @@ public void setAmbiente(String value) { /** * Gets the value of the ente property. - * + * * @return possible object is {@link String } - * + * */ public String getEnte() { return ente; @@ -102,10 +102,10 @@ public String getEnte() { /** * Sets the value of the ente property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setEnte(String value) { this.ente = value; @@ -113,9 +113,9 @@ public void setEnte(String value) { /** * Gets the value of the struttura property. - * + * * @return possible object is {@link String } - * + * */ public String getStruttura() { return struttura; @@ -123,10 +123,10 @@ public String getStruttura() { /** * Sets the value of the struttura property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setStruttura(String value) { this.struttura = value; @@ -134,9 +134,9 @@ public void setStruttura(String value) { /** * Gets the value of the userID property. - * + * * @return possible object is {@link String } - * + * */ public String getUserID() { return userID; @@ -144,10 +144,10 @@ public String getUserID() { /** * Sets the value of the userID property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setUserID(String value) { this.userID = value; @@ -155,9 +155,9 @@ public void setUserID(String value) { /** * Gets the value of the utente property. - * + * * @return possible object is {@link String } - * + * */ public String getUtente() { return utente; @@ -165,10 +165,10 @@ public String getUtente() { /** * Sets the value of the utente property. - * + * * @param value * allowed object is {@link String } - * + * */ public void setUtente(String value) { this.utente = value; diff --git a/src/main/java/net/datasiel/par/service/VerificaVersamentoUD.java b/src/main/java/net/datasiel/par/service/VerificaVersamentoUD.java index 88031b0..2a0ff49 100644 --- a/src/main/java/net/datasiel/par/service/VerificaVersamentoUD.java +++ b/src/main/java/net/datasiel/par/service/VerificaVersamentoUD.java @@ -38,6 +38,8 @@ import com.manydesigns.elements.messages.SessionMessages; +import it.eng.exceptions.ErrorCategory.VersoErrorCategory; +import it.eng.exceptions.VersoException; import it.eng.parer.simparer.security.ClientUser; import it.eng.spagoCore.configuration.ConfigSingleton; import it.eng.spagoLite.SessionManager; @@ -61,7 +63,7 @@ private VerificaVersamentoUD() { @SuppressWarnings("unchecked") public static InfoEsito esegui(EnumOperazione operazione, Long idUnitaDoc, Connection con, - HttpServletRequest request) throws Exception { + HttpServletRequest request) throws SQLException { InfoEsito infoEsito = new InfoEsito(); HttpSession session = request.getSession(); String xmlRichiesta = null; @@ -121,7 +123,7 @@ public static InfoEsito esegui(EnumOperazione operazione, Long idUnitaDoc, Conne if (operazione == EnumOperazione.VERIFICA) { opDesc = "Verifica fallita"; } - infoEsito.setMessaggio(String.format("%s a causa di un errore generico", opDesc, + infoEsito.setMessaggio(String.format("%s a causa di un errore generico %s", opDesc, ExceptionUtils.getRootCauseMessage(e))); return infoEsito; } @@ -142,7 +144,7 @@ public static InfoEsito esegui(EnumOperazione operazione, Long idUnitaDoc, Conne if (infoEsito.getStato() == 1) { if (Utils.isChiaveDoppia(infoEsito)) { if (parUnitaDocVO.getStato(idUnitaDoc, con) == 4) { - log.debug("UD " + idUnitaDoc + " già versata in Sacer!"); + log.debug("UD {} già versata in Sacer!", idUnitaDoc); } else { parUnitaDocVO.aggiornaUnitaDoc(statoDopoVerifica, xmlRichiesta, esitoInvocazione, idUnitaDoc, simulaDb || isComunicazione ? null : infoEsito.getEsito(), con); @@ -181,7 +183,7 @@ public static InfoEsito esegui(EnumOperazione operazione, Long idUnitaDoc, Conne return infoEsito; } - public static boolean isVersata(Long idUnitaDoc, Connection conn) throws Exception { + public static boolean isVersata(Long idUnitaDoc, Connection conn) throws VersoException { ParUnitadocVO parUnitaDocVO = new ParUnitadocVO(); boolean result; @@ -192,7 +194,7 @@ public static boolean isVersata(Long idUnitaDoc, Connection conn) throws Excepti result = false; } } catch (SQLException e) { - throw new Exception(); + throw new VersoException(e, VersoErrorCategory.INTERNAL_ERROR); } return result; diff --git a/src/main/java/net/datasiel/par/xml/PARHelper.java b/src/main/java/net/datasiel/par/xml/PARHelper.java index 74ba548..e87e25c 100644 --- a/src/main/java/net/datasiel/par/xml/PARHelper.java +++ b/src/main/java/net/datasiel/par/xml/PARHelper.java @@ -132,13 +132,13 @@ * Classe di utilità per la generazione del file xml secondo la specifica richiesta dal servizio di versamento. Consente * di generare l'xml sia per il servizio di versamento di una nuova unita documentaria sia per il servizio di aggiunta * documenti a unità documentarie già versate. - * + * * @author reisoli - * + * */ public class PARHelper implements Serializable { /** - * + * */ private static final long serialVersionUID = -1241721718022885875L; private static final Logger log = LoggerFactory.getLogger(PARHelper.class); @@ -158,7 +158,7 @@ public class PARHelper implements Serializable { /** * Costruttore da usare nelle situazioni in cui non ci sono dati specifici da aggiungere. Imposta l'encoding a UTF-8 - * + * * @throws JAXBException * @throws ConfigurationException */ @@ -168,10 +168,10 @@ public PARHelper() throws JAXBException, ConfigurationException { /** * Costruttore che consente di impostare l'encoding. - * + * * @param strEncoding * Encoding dei dati che verranno inviati. - * + * * @throws JAXBException */ public PARHelper(String strEncoding) throws JAXBException, IllegalCharsetNameException { @@ -183,27 +183,27 @@ public PARHelper(String strEncoding) throws JAXBException, IllegalCharsetNameExc /** * Invoca il servizio VersamentoSync restituendo l'xml della risposta. - * + * * @param unitaDoc * Dati unità documentaria da versare. - * + * * @return L'xml della risposta in formato stringa - * + * + * @throws VersoException + * @throws IOException + * * @throws Exception */ - public String invocaVersamentoSync(DatiUnitaDocumentaria unitaDoc) throws Exception { - - String strXml = creaRequestVersamento(unitaDoc); - // TODO sostituire costanti con proprietà lette da config - String userName = "Versatore RL"; - String password = "perlomeno8Car#"; - String uploadUrl = "https://par-test.regione.liguria.it/sacer/VersamentoSync"; - + public String invocaVersamentoSync(DatiUnitaDocumentaria unitaDoc) throws VersoException, IOException { InputStream is = null; // new lib - CloseableHttpClient httpclient = null; - try { - httpclient = HttpClientBuilder.create().build(); + try (CloseableHttpClient httpclient = HttpClientBuilder.create().build();) { + + String strXml = creaRequestVersamento(unitaDoc); + // TODO sostituire costanti con proprietà lette da config + String userName = "Versatore RL"; + String password = "perlomeno8Car#"; + String uploadUrl = "https://par-test.regione.liguria.it/sacer/VersamentoSync"; HttpPost httppost = new HttpPost(uploadUrl); @@ -288,27 +288,21 @@ public String invocaVersamentoSync(DatiUnitaDocumentaria unitaDoc) throws Except if (is != null) { is.close(); } - if (httpclient != null) { - httpclient.close(); - } } } public String invocaVersamentoSync(DatiUnitaDocumentaria unitaDoc, String uploadUrl, - List> listaCookie) throws Exception { - - PARHelper parHelper = new PARHelper(StandardCharsets.UTF_8.name()); - String strXml = parHelper.creaRequestVersamento(unitaDoc); - // TODO sostituire costanti con proprietà lette da config - String userName = "CFFILSEPAR"; - String password = "password"; + List> listaCookie) throws VersoException, IOException { InputStream is = null; // new lib - CloseableHttpClient httpclient = null; - try { - // OLD HttpClient httpclient = new DefaultHttpClient(); - httpclient = HttpClientBuilder.create().build(); + try (CloseableHttpClient httpclient = HttpClientBuilder.create().build();) { + + PARHelper parHelper = new PARHelper(StandardCharsets.UTF_8.name()); + String strXml = parHelper.creaRequestVersamento(unitaDoc); + // TODO sostituire costanti con proprietà lette da config + String userName = "CFFILSEPAR"; + String password = "password"; HttpPost httppost = new HttpPost(uploadUrl); @@ -408,16 +402,14 @@ public String invocaVersamentoSync(DatiUnitaDocumentaria unitaDoc, String upload if (is != null) { is.close(); } - if (httpclient != null) { - httpclient.close(); - } } } // versione con autenticazione public String invocaVersamentoSync(String username, String password, DatiUnitaDocumentaria unitaDoc, URI uploadUrl, List> listaCookie, String strXml) - throws AuthenticationException, IllegalCharsetNameException, IOException, VersoException { + throws AuthenticationException, VersoException, IOException { + if (username == null || password == null) { throw new AuthenticationException("username e/o password non valorizzati"); } @@ -431,9 +423,7 @@ public String invocaVersamentoSync(String username, String password, DatiUnitaDo InputStream is = null; // new lib - CloseableHttpClient httpclient = null; - try { - httpclient = HttpClientBuilder.create().build(); + try (CloseableHttpClient httpclient = HttpClientBuilder.create().build();) { HttpPost httppost = new HttpPost(uploadUrl); @@ -537,23 +527,27 @@ public String invocaVersamentoSync(String username, String password, DatiUnitaDo if (is != null) { is.close(); } - if (httpclient != null) { - httpclient.close(); - } } } /** * Crea la stringa xml della richiesta - * + * * @param unitaDoc * Bean contenente i dati da usare per la costruzione della richiesta - * - * @return - * - * @throws Exception + * + * @return XML con metadati di versamento + * + * @throws JAXBException + * errore marshalling + * @throws IOException + * errore generico + * @throws DatatypeConfigurationException + * errore generico + * */ - public String creaRequestVersamento(DatiUnitaDocumentaria unitaDoc) throws Exception { + public String creaRequestVersamento(DatiUnitaDocumentaria unitaDoc) + throws JAXBException, IOException, DatatypeConfigurationException { log.info("Inizio creazione xml per versamento."); log.info("Encoding usato {}", encoding); @@ -572,15 +566,22 @@ public String creaRequestVersamento(DatiUnitaDocumentaria unitaDoc) throws Excep /** * Crea la stringa xml della richiesta - * + * * @param datiUnitaDocAll * Bean contenente i dati da usare per la costruzione della richiesta - * - * @return - * - * @throws Exception + * + * @return XML metadati aggiunta documento + * + * @throws JAXBException + * errore marshalling + * @throws DatatypeConfigurationException + * errore generico + * @throws IOException + * errore generico + * */ - public String creaRequestAggiuntaAllegati(DatiUnitaDocAggAllegati datiUnitaDocAll) throws Exception { + public String creaRequestAggiuntaAllegati(DatiUnitaDocAggAllegati datiUnitaDocAll) + throws JAXBException, DatatypeConfigurationException, IOException { log.info("Inizio creazione xml per aggiunta allegati."); log.info("Encoding usato {}", encoding); Marshaller marshaller = jaxbContext.createMarshaller(); @@ -596,7 +597,7 @@ public String creaRequestAggiuntaAllegati(DatiUnitaDocAggAllegati datiUnitaDocAl } private UnitaDocAggAllegati creaUnitaDocAggAllegati(DatiUnitaDocAggAllegati datiUnitaDocAll, - ObjectFactory objectFactory) throws DatatypeConfigurationException, JAXBException { + ObjectFactory objectFactory) throws DatatypeConfigurationException { UnitaDocAggAllegati unitaDocAll = objectFactory.createUnitaDocAggAllegati(); Intestazione intestazione = datiUnitaDocAll.getIntestazione(); if (intestazione != null) { @@ -659,7 +660,7 @@ private IntestazioneAggAllType creaIntestazioneAggAll(Intestazione datiIntestazi } private UnitaDocumentaria creaUnitaDocumentaria(DatiUnitaDocumentaria datiUnitaDoc, ObjectFactory objectFactory) - throws DatatypeConfigurationException, JAXBException { + throws DatatypeConfigurationException { UnitaDocumentaria unitaDoc = objectFactory.createUnitaDocumentaria(); if (datiUnitaDoc.getIntestazione() != null) { IntestazioneType intestazione = creaIntestazione(datiUnitaDoc.getIntestazione(), objectFactory); @@ -728,7 +729,7 @@ private UnitaDocumentaria creaUnitaDocumentaria(DatiUnitaDocumentaria datiUnitaD } private Allegati creaListaAllegati(List allegati, ObjectFactory objectFactory) - throws DatatypeConfigurationException, JAXBException { + throws DatatypeConfigurationException { Allegati returnValue = objectFactory.createUnitaDocumentariaAllegati(); if (returnValue.getAllegato() == null) return null; @@ -737,22 +738,22 @@ private Allegati creaListaAllegati(List allegati, ObjectFactory objec } private Annessi creaListaAnnessi(List annessi, ObjectFactory objectFactory) - throws DatatypeConfigurationException, JAXBException { + throws DatatypeConfigurationException { Annessi returnValue = objectFactory.createUnitaDocumentariaAnnessi(); returnValue.getAnnesso().addAll(creaListaDocument(annessi, objectFactory)); return returnValue; } private Annotazioni creaListaAnnotazioni(List annotazioni, ObjectFactory objectFactory) - throws DatatypeConfigurationException, JAXBException { + throws DatatypeConfigurationException { Annotazioni returnValue = objectFactory.createUnitaDocumentariaAnnotazioni(); returnValue.getAnnotazione().addAll(creaListaDocument(annotazioni, objectFactory)); return returnValue; } private Collection creaListaDocument(List allegati, ObjectFactory objectFactory) - throws DatatypeConfigurationException, JAXBException { - Collection listaDoc = new ArrayList(); + throws DatatypeConfigurationException { + Collection listaDoc = new ArrayList<>(); for (Documento documento : allegati) { DocumentoType doc = creaDocumento(documento, objectFactory); listaDoc.add(doc); @@ -761,7 +762,7 @@ private Collection creaListaDocument(List allegati, Ob } private DocumentoCollegatoType creaDocumentiCollegati(List parCollegamenti, - ObjectFactory objectFactory) throws JAXBException { + ObjectFactory objectFactory) { DocumentoCollegatoType docs = objectFactory.createDocumentoCollegatoType(); List lista = creaListaDocumentiCollegati( parCollegamenti); @@ -1102,12 +1103,12 @@ private VersatoreType creaVersatore(Intestazione datiIntestazione, ObjectFactory /** * Restituisce un XMLGregorianCalendare che risulterà, nell'xml, in una data nel formato YYYY-MM-DD - * + * * @param date * La data da convertire * @param datatypeFactory * DatatypeFactory da usare per creare l'oggetto XMLGregorianCalendar - * + * * @return Oggetto XMLGregorianCalendar corrispondente alla data ricevuta */ private XMLGregorianCalendar dateConversion2XsdDateTime(DateTime date, DatatypeFactory datatypeFactory) { @@ -1161,26 +1162,14 @@ public String getEndpoint() { } private InputStream getBlobInputStreamForIdComponente(String codAllegato) { - Connection conn = null; InputStream ret = null; if (codAllegato != null) { DataSource datasource = SpringContext.getApplicationContext().getBean("dataSource", DataSource.class); - if (datasource != null) { - try { - conn = datasource.getConnection(); - ParComponenteDAO parCompDao = new ParComponenteDAO(); - ret = parCompDao.getBlobWhereByCodAllegato(codAllegato, conn); - } catch (SQLException e) { - log.error("Generic error", e); - } finally { - if (conn != null) - try { - conn.close(); - } catch (SQLException e) { - log.error("Generic error", e); - } - } - + try (Connection conn = datasource.getConnection()) { + ParComponenteDAO parCompDao = new ParComponenteDAO(); + ret = parCompDao.getBlobWhereByCodAllegato(codAllegato, conn); + } catch (SQLException e) { + log.error("Generic error", e); } } return ret; diff --git a/src/main/java/net/datasiel/simpaweb/actionbeans/GestionePassword.java b/src/main/java/net/datasiel/simpaweb/actionbeans/GestionePassword.java index 9c9eb55..45911e9 100644 --- a/src/main/java/net/datasiel/simpaweb/actionbeans/GestionePassword.java +++ b/src/main/java/net/datasiel/simpaweb/actionbeans/GestionePassword.java @@ -95,7 +95,7 @@ public Resolution doConfermaPassword() { * azione.contains("gestione")) { // ForwardResolution resolution = new ForwardResolution( // * HomePrivata.class); redirectResolution = new RedirectResolution("/pro/strut/" + idStrut); // * resolution.addParameter("idStrut", idStrut);//pro/strut/ result = redirectResolution; } else { - * + * * String redirectUrl = "/pro/editud/" + idrecord + "?daHome=1&verifica="; if (StringUtils.isNotBlank(azione) && * azione.contains("versa")) { redirectUrl = "/pro/editud/" + idrecord + "?daHome=1&versa="; } * redirectResolution = new RedirectResolution(redirectUrl); redirectResolution.addParameter("idrecord", diff --git a/src/main/java/net/datasiel/simpaweb/actionbeans/HomePrivata.java b/src/main/java/net/datasiel/simpaweb/actionbeans/HomePrivata.java index c75d888..0f96868 100644 --- a/src/main/java/net/datasiel/simpaweb/actionbeans/HomePrivata.java +++ b/src/main/java/net/datasiel/simpaweb/actionbeans/HomePrivata.java @@ -68,7 +68,7 @@ /** * @author reisoli - * + * */ @UrlBinding("/pro/strut/{idStrut}") public class HomePrivata extends BaseAction { diff --git a/src/main/java/net/datasiel/simpaweb/actionbeans/HomePubblica.java b/src/main/java/net/datasiel/simpaweb/actionbeans/HomePubblica.java index 338d8cc..c127603 100644 --- a/src/main/java/net/datasiel/simpaweb/actionbeans/HomePubblica.java +++ b/src/main/java/net/datasiel/simpaweb/actionbeans/HomePubblica.java @@ -16,7 +16,7 @@ */ /** - * + * */ package net.datasiel.simpaweb.actionbeans; diff --git a/src/main/java/net/datasiel/simpaweb/actionbeans/Login.java b/src/main/java/net/datasiel/simpaweb/actionbeans/Login.java index 7d01602..6866674 100644 --- a/src/main/java/net/datasiel/simpaweb/actionbeans/Login.java +++ b/src/main/java/net/datasiel/simpaweb/actionbeans/Login.java @@ -245,7 +245,7 @@ public ClientUser getAndSetUserInSession(HttpSession httpSession) { * * * @param utente - * + * * @return */ public boolean isAutorized(User utente) { diff --git a/src/main/java/net/datasiel/simpaweb/actionbeans/crudud/Collegamenti.java b/src/main/java/net/datasiel/simpaweb/actionbeans/crudud/Collegamenti.java index d4c116e..6b0f557 100644 --- a/src/main/java/net/datasiel/simpaweb/actionbeans/crudud/Collegamenti.java +++ b/src/main/java/net/datasiel/simpaweb/actionbeans/crudud/Collegamenti.java @@ -16,7 +16,7 @@ */ /** - * + * */ package net.datasiel.simpaweb.actionbeans.crudud; @@ -68,8 +68,8 @@ public Collegamenti() { setTitoloPagina(getTitoloFromAnnotation()); } - public DefaultSelectionProvider selTipoUnitaDoc = null; - public DefaultSelectionProvider selRegistroUnitaDoc = null; + private DefaultSelectionProvider selTipoUnitaDoc = null; + private DefaultSelectionProvider selRegistroUnitaDoc = null; protected void initListeSelectionProv(Long idStrut, Long idutente, Connection con) throws SQLException { selTipoUnitaDoc = ElementsHelper.getTipiRegUniDoc(idStrut, idutente, con); @@ -95,7 +95,7 @@ public Resolution caricaDatiUnitaDoc() throws AuthorizationException, SQLExcepti /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.AbstractCrudAction#goHome() */ @Override @@ -107,7 +107,7 @@ public Resolution goHome() { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.AbstractCrudAction#prepareIntestazioneUiRO() */ @Override @@ -122,7 +122,7 @@ public Element prepareIntestazioneUiRO() { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.AbstractCrudAction#prepareElRiga(java.lang.String, com.manydesigns.elements.Mode) */ @Override @@ -133,7 +133,7 @@ public Element prepareElRiga(String prefix, Mode mode) { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.AbstractCrudAction#prepareEltafoDettaglio1(java.lang.String, int, * com.manydesigns.elements.Mode) */ @@ -145,7 +145,7 @@ public TableForm prepareEltafoDettaglio1(String prefix, int nRows, Mode mode) { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.AbstractCrudAction#prepareEltafoDettaglio2(java.lang.String, int, * com.manydesigns.elements.Mode) */ @@ -157,7 +157,7 @@ public TableForm prepareEltafoDettaglio2(String prefix, int nRows, Mode mode) { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.AbstractCrudAction#prepareElDettaglio1(java.lang.String, * com.manydesigns.elements.Mode) */ @@ -169,7 +169,7 @@ public Element prepareElDettaglio1(String prefix, Mode mode) { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.AbstractCrudAction#prepareElDettaglio2(java.lang.String, * com.manydesigns.elements.Mode) */ @@ -181,7 +181,7 @@ public Element prepareElDettaglio2(String prefix, Mode mode) { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.AbstractCrudAction#loadCrudModel() */ @Override @@ -201,7 +201,7 @@ public void loadCrudModel() throws Exception { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.AbstractCrudAction#businessValidate() */ @Override @@ -223,7 +223,7 @@ public boolean businessValidate() { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.AbstractCrudAction#rigaValidate(net.datasiel.webapp.crud.RigaModel) */ @Override @@ -240,7 +240,7 @@ public boolean rigaValidate(RigaModel rigaModel) { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.AbstractCrudAction#dettaglio1Validate(java.lang.Object) */ @Override @@ -251,7 +251,7 @@ public boolean dettaglio1Validate(Object dettaglio) { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.AbstractCrudAction#dettaglio2Validate(java.lang.Object) */ @Override @@ -262,7 +262,7 @@ public boolean dettaglio2Validate(Object dettaglio) { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.AbstractCrudAction#deleteRiga(int) */ @Override @@ -271,12 +271,12 @@ public void deleteRiga(int indiceRiga) throws Exception { ParCollegamento rigaDaCancellare = (ParCollegamento) crudModel.getRighe().get(indiceRiga).getRiga(); ParCollegamentoVO parCollegamentoVO = new ParCollegamentoVO(); parCollegamentoVO.delete(rigaDaCancellare, getConnection()); - log.debug(getClass().getName() + " - Cancellato Collegamento: " + rigaDaCancellare.getIdcollegamento()); + log.debug("{} - Cancellato Collegamento: {}", getClass().getName(), rigaDaCancellare.getIdcollegamento()); } /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.AbstractCrudAction#updateCrudModel() */ @Override @@ -292,7 +292,7 @@ public void updateCrudModel() throws Exception { collegamento.setPgm(pgm); collegamento.setId(RandomUtils.nextLong()); parCollegamentoVO.updateByIndex(collegamento, connection); - log.debug(getClass().getName() + " - Aggiornato Collegamento: " + collegamento.getIdcollegamento()); + log.debug("{} - Aggiornato Collegamento: {}", getClass().getName(), collegamento.getIdcollegamento()); } // Aggiornamento dati unità documentaria ParUnitadocVO parUDDao = new ParUnitadocVO(); @@ -306,7 +306,7 @@ public void updateCrudModel() throws Exception { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.AbstractCrudAction#insertRigaModel(net.datasiel.webapp.crud.RigaModel) */ @Override @@ -319,7 +319,7 @@ public void insertRigaModel(RigaModel rigaModel) throws Exception { collegamento.setIdStrut(datiUnitaDoc.getIdStrut()); collegamento.setIdcollegamento(DbUtil.getSequenceValue("PAR_SEQ_IDGENERALI ", getConnection())); parCollegamentoVO.insertPrepared(collegamento, getConnection()); - log.debug(getClass().getName() + " - Inserito collegamento: " + collegamento.getIdcollegamento()); + log.debug("{} - Inserito collegamento: {}", getClass().getName(), collegamento.getIdcollegamento()); } @Override @@ -329,7 +329,7 @@ public String getTitoloFieldsetRiga() { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.AbstractCrudAction#createRigaModel() */ @Override @@ -341,7 +341,7 @@ public RigaModel createRigaModel() { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.AbstractCrudAction#insertDettaglio1Model(int, java.lang.Object) */ @Override @@ -352,7 +352,7 @@ public void insertDettaglio1Model(int indiceRiga, Object dettaglio) throws Excep /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.AbstractCrudAction#createDettaglio1Model() */ @Override @@ -363,7 +363,7 @@ public Object createDettaglio1Model() { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.AbstractCrudAction#deleteDettaglio1Model(int, int) */ @Override @@ -374,7 +374,7 @@ public void deleteDettaglio1Model(int indiceRiga2, int indiceDettaglio) throws E /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.AbstractCrudAction#insertDettaglio2Model(int, java.lang.Object) */ @Override @@ -385,7 +385,7 @@ public void insertDettaglio2Model(int indiceRiga, Object dettaglio) throws Excep /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.AbstractCrudAction#createDettaglio2Model() */ @Override @@ -396,7 +396,7 @@ public Object createDettaglio2Model() { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.AbstractCrudAction#deleteDettaglio2Model(int, int) */ @Override @@ -407,7 +407,7 @@ public void deleteDettaglio2Model(int indiceRiga2, int indiceDettaglio) throws E /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.AbstractCrudAction#commitTransaction() */ @Override @@ -417,7 +417,7 @@ public void commitTransaction() throws Exception { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.AbstractCrudAction#beginTransaction() */ @Override @@ -427,7 +427,7 @@ public void beginTransaction() throws Exception { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.AbstractCrudAction#endTransaction() */ @Override diff --git a/src/main/java/net/datasiel/simpaweb/actionbeans/crudud/CollegamentiCrudModel.java b/src/main/java/net/datasiel/simpaweb/actionbeans/crudud/CollegamentiCrudModel.java index 43a8001..350ee02 100644 --- a/src/main/java/net/datasiel/simpaweb/actionbeans/crudud/CollegamentiCrudModel.java +++ b/src/main/java/net/datasiel/simpaweb/actionbeans/crudud/CollegamentiCrudModel.java @@ -16,7 +16,7 @@ */ /** - * + * */ package net.datasiel.simpaweb.actionbeans.crudud; @@ -37,7 +37,7 @@ public class CollegamentiCrudModel implements CrudModel { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.CrudModel#getIntestazioneRO() */ @Override @@ -47,7 +47,7 @@ public Object getIntestazioneRO() { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.CrudModel#getIntestazioneRW() */ @Override @@ -58,7 +58,7 @@ public Object getIntestazioneRW() { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.CrudModel#getRighe() */ @Override diff --git a/src/main/java/net/datasiel/simpaweb/actionbeans/crudud/CollegamentiRigaModel.java b/src/main/java/net/datasiel/simpaweb/actionbeans/crudud/CollegamentiRigaModel.java index c7741af..ac9297d 100644 --- a/src/main/java/net/datasiel/simpaweb/actionbeans/crudud/CollegamentiRigaModel.java +++ b/src/main/java/net/datasiel/simpaweb/actionbeans/crudud/CollegamentiRigaModel.java @@ -17,6 +17,7 @@ package net.datasiel.simpaweb.actionbeans.crudud; +import java.util.Collections; import java.util.List; import net.datasiel.simpaweb.db.pojo.ParCollegamento; @@ -37,7 +38,7 @@ public CollegamentiRigaModel(ParCollegamento riga, List fileAlleg /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.RigaModel#getRiga() */ @Override @@ -47,30 +48,30 @@ public Object getRiga() { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.RigaModel#getDettagli1() */ @SuppressWarnings({ "rawtypes", "unchecked" }) @Override public List getDettagli1() { // Non ci sono dettagli 1 - return null; + return Collections.emptyList(); } /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.RigaModel#getDettagli2() */ @SuppressWarnings({ "rawtypes", "unchecked" }) @Override public List getDettagli2() { // Non ci sono dettagli 2 - return null; + return Collections.emptyList(); } public List getListaCodiciAllegati() { - return null; + return Collections.emptyList(); } } diff --git a/src/main/java/net/datasiel/simpaweb/actionbeans/crudud/DatiSpecificiUd.java b/src/main/java/net/datasiel/simpaweb/actionbeans/crudud/DatiSpecificiUd.java index 546ee4d..164c923 100644 --- a/src/main/java/net/datasiel/simpaweb/actionbeans/crudud/DatiSpecificiUd.java +++ b/src/main/java/net/datasiel/simpaweb/actionbeans/crudud/DatiSpecificiUd.java @@ -16,7 +16,7 @@ */ /** - * + * */ package net.datasiel.simpaweb.actionbeans.crudud; @@ -138,7 +138,7 @@ public Resolution caricaDatiUnitaDoc() throws AuthorizationException, SQLExcepti /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.monocrud.MonoCrudAction#prepareUiROInsert() */ @Override @@ -149,7 +149,7 @@ public Element prepareUiROInsert() { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.monocrud.MonoCrudAction#prepareUiRWInsert(com.manydesigns.elements.Mode) */ @Override @@ -159,7 +159,7 @@ public Element prepareUiRWInsert(Mode mode) { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.monocrud.MonoCrudAction#prepareUiROEdit() */ @Override @@ -180,7 +180,7 @@ private Element prepareUiRO() { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.monocrud.MonoCrudAction#prepareUiRWEdit(com.manydesigns.elements.Mode) */ @Override @@ -210,7 +210,7 @@ public Element prepareUiRWEdit(Mode mode) { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.monocrud.MonoCrudAction#loadModel() */ @Override @@ -234,7 +234,7 @@ public void loadModel() throws Exception { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.monocrud.MonoCrudAction#updateModel() */ @Override @@ -291,7 +291,7 @@ public void updateModel() throws Exception { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.monocrud.MonoCrudAction#createModel() */ @Override @@ -302,7 +302,7 @@ public void createModel() { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.monocrud.MonoCrudAction#saveModel() */ @Override @@ -313,7 +313,7 @@ protected void saveModel() throws Exception { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.monocrud.MonoCrudAction#businessValidate() */ @Override @@ -323,7 +323,7 @@ public boolean businessValidate() { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.monocrud.MonoCrudAction#getCreatedPath() */ @Override diff --git a/src/main/java/net/datasiel/simpaweb/actionbeans/crudud/DocPrincipale.java b/src/main/java/net/datasiel/simpaweb/actionbeans/crudud/DocPrincipale.java index af1a731..78d17dd 100644 --- a/src/main/java/net/datasiel/simpaweb/actionbeans/crudud/DocPrincipale.java +++ b/src/main/java/net/datasiel/simpaweb/actionbeans/crudud/DocPrincipale.java @@ -16,7 +16,7 @@ */ /** - * + * */ package net.datasiel.simpaweb.actionbeans.crudud; diff --git a/src/main/java/net/datasiel/simpaweb/actionbeans/crudud/Documenti.java b/src/main/java/net/datasiel/simpaweb/actionbeans/crudud/Documenti.java index a4b5c75..11abdf4 100644 --- a/src/main/java/net/datasiel/simpaweb/actionbeans/crudud/Documenti.java +++ b/src/main/java/net/datasiel/simpaweb/actionbeans/crudud/Documenti.java @@ -26,6 +26,7 @@ import java.util.ArrayList; import java.util.Enumeration; import java.util.List; +import java.util.Objects; import javax.servlet.http.HttpServletResponse; import javax.servlet.http.HttpSession; @@ -223,7 +224,6 @@ public Resolution caricaDatiUnitaDoc() throws AuthorizationException, SQLExcepti index++; } } catch (NoSuchFieldException e) { - // TODO Auto-generated catch block log.error("Generic error", e); } } @@ -233,7 +233,7 @@ public Resolution caricaDatiUnitaDoc() throws AuthorizationException, SQLExcepti /** * @param strTiDOC * @param strTipoTab - * + * * @return */ protected String getValoreTiDoc(String strTipoTab) { @@ -256,7 +256,7 @@ protected String getValoreTiDoc(String strTipoTab) { * * @param idrecord * @param connection - * + * * @throws SQLException */ protected void inizializzaDocPrincipale(Long idrecord, Connection connection) throws SQLException { @@ -271,7 +271,7 @@ protected void inizializzaDocPrincipale(Long idrecord, Connection connection) th /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.AbstractCrudAction#goHome() */ @Override @@ -283,7 +283,7 @@ public Resolution goHome() { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.AbstractCrudAction#prepareIntestazioneUiRO() */ @Override @@ -296,7 +296,6 @@ public Element prepareIntestazioneUiRO() { "cdVersioneXSD") // ,"idTipoStrutDoc" .configFieldSetNames("Unita Documentaria") .configSelectionProvider(selTipoUnitaDoc, "idTipoUnitaDoc", "idRegistroUnitaDoc"); - // .configSelectionProvider(seltipoStruttura, "idTipoStrutDoc"); if ("PRINC".equals(getTipoTab())) { formBuilder = formBuilder.configSelectionProvider(selCDVersione, "cdVersioneXSD"); } @@ -308,7 +307,7 @@ public Element prepareIntestazioneUiRO() { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.AbstractCrudAction#prepareIntestazioneUiRW(com.manydesigns.elements.Mode) */ @Override @@ -319,7 +318,7 @@ public Element prepareIntestazioneUiRW(Mode mode) { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.AbstractCrudAction#prepareElRiga(java.lang.String, com.manydesigns.elements.Mode) */ @Override @@ -331,7 +330,7 @@ public Element prepareElRiga(String prefix, Mode mode) { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.AbstractCrudAction#prepareEltafoDettaglio1(java.lang.String, int, * com.manydesigns.elements.Mode) */ @@ -348,7 +347,7 @@ public TableForm prepareEltafoDettaglio1(String prefix, int nRows, Mode mode) { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.AbstractCrudAction#prepareEltafoDettaglio2(java.lang.String, int, * com.manydesigns.elements.Mode) */ @@ -373,7 +372,7 @@ public TableForm prepareEltafoDettaglio2(String prefix, int nRows, Mode mode) { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.AbstractCrudAction#prepareElDettaglio1(java.lang.String, * com.manydesigns.elements.Mode) */ @@ -416,7 +415,7 @@ public Element prepareElDettaglio1(String prefix, Mode mode) { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.AbstractCrudAction#prepareElDettaglio2(java.lang.String, * com.manydesigns.elements.Mode) */ @@ -454,7 +453,7 @@ public Element prepareElDettaglio2(String prefix, Mode mode) { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.AbstractCrudAction#loadCrudModel() */ @Override @@ -513,7 +512,7 @@ public void loadCrudModel() throws Exception { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.AbstractCrudAction#businessValidate() */ @Override @@ -524,7 +523,7 @@ public boolean businessValidate() { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.AbstractCrudAction#rigaValidate(net.datasiel.webapp.crud.RigaModel) */ @Override @@ -537,7 +536,7 @@ public boolean rigaValidate(RigaModel rigaModel) { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.AbstractCrudAction#dettaglio1Validate(java.lang.Object) */ @Override @@ -555,7 +554,7 @@ public boolean dettaglio1Validate(Object dettaglio) { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.AbstractCrudAction#dettaglio2Validate(java.lang.Object) */ @Override @@ -566,7 +565,7 @@ public boolean dettaglio2Validate(Object dettaglio) { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.AbstractCrudAction#deleteRiga(int) */ @Override @@ -596,7 +595,7 @@ public void deleteRiga(int indiceRiga) throws Exception { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.AbstractCrudAction#updateCrudModel() */ @Override @@ -676,7 +675,7 @@ private void controllaDatiSpecificiPerTipologia(ParDocumento riga, ParDocumentoD /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.AbstractCrudAction#insertRigaModel(net.datasiel.webapp.crud.RigaModel) */ @Override @@ -703,12 +702,12 @@ public void insertRigaModel(RigaModel rigaModel) throws Exception { // datiDocAllegato.setIdTipoStrutDoc(idTipoStrutDoc); // } parDocVO.insertPrepared(datiDocAllegato, getConnection()); - log.debug(getClass().getName() + " - Inserita riga: " + datiDocAllegato.getIddocumento()); + log.debug("{} - Inserita riga: {}", getClass().getName(), datiDocAllegato.getIddocumento()); } /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.AbstractCrudAction#createRigaModel() */ @Override @@ -724,18 +723,18 @@ public RigaModel createRigaModel() { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.AbstractCrudAction#insertDettaglio1Model(int, java.lang.Object) */ @Override public void insertDettaglio1Model(int indiceRiga, Object dettaglio) throws Exception { Connection con = getConnection(); - Long idDocumento = ((DocumentiRigaModel) crudModel.getRighe().get(indiceRiga)).riga.getIddocumento(); + Long idDoc = ((DocumentiRigaModel) crudModel.getRighe().get(indiceRiga)).riga.getIddocumento(); ParComponenteDAO parCompDAO = new ParComponenteDAO(); ParComponente objToInsert = (ParComponente) dettaglio; objToInsert.setId(0L); objToInsert.setIdunitadoc(idrecord); - objToInsert.setIddocumento(idDocumento); + objToInsert.setIddocumento(idDoc); objToInsert.setIdcomponente(DbUtil.getSequenceValue("PAR_SEQ_IDCOMPONENTE", con)); objToInsert.setPgm("Documenti"); objToInsert.setFlgstato(0L); @@ -743,8 +742,9 @@ public void insertDettaglio1Model(int indiceRiga, Object dettaglio) throws Excep throw new IllegalArgumentException("Non è stato inserito il file!!"); } Blob blob = getBlobFromFileSystem(objToInsert.getCodallegato()); - - blob.loadMetaProperties(); + if (Objects.nonNull(blob)) { + blob.loadMetaProperties(); + } parCompDAO.insertPrepared(objToInsert, blob, con); cleanBlobFiles(objToInsert.getCodallegato()); @@ -752,7 +752,7 @@ public void insertDettaglio1Model(int indiceRiga, Object dettaglio) throws Excep /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.AbstractCrudAction#createDettaglio1Model() */ @Override @@ -762,7 +762,7 @@ public Object createDettaglio1Model() { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.AbstractCrudAction#deleteDettaglio1Model(int, int) */ @Override @@ -780,7 +780,7 @@ public void deleteDettaglio1Model(int indiceRiga2, int indiceDettaglio) throws E /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.AbstractCrudAction#insertDettaglio2Model(int, java.lang.Object) */ @Override @@ -821,7 +821,7 @@ public void insertDettaglio2Model(int indiceRiga, Object dettaglio) throws Excep parDsDAO.updateByIndex(objToInsUpdOrDel, connection); } } else { - if (!(currentIdValoreDS.compareTo(0L) == 0)) { + if (currentIdValoreDS.compareTo(0L) != 0) { objToInsUpdOrDel.setIdvaloredatispecifici(currentIdValoreDS); parDsDAO.deleteByIndex(objToInsUpdOrDel, connection); } @@ -841,7 +841,7 @@ public void insertDettaglio2Model(int indiceRiga, Object dettaglio) throws Excep /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.AbstractCrudAction#createDettaglio2Model() */ @Override @@ -856,7 +856,7 @@ public Object createDettaglio2Model() { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.AbstractCrudAction#deleteDettaglio2Model(int, int) */ @Override @@ -868,7 +868,7 @@ public void deleteDettaglio2Model(int indiceRiga2, int indiceDettaglio) throws E /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.AbstractCrudAction#commitTransaction() */ @Override @@ -879,7 +879,7 @@ public void commitTransaction() throws Exception { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.AbstractCrudAction#beginTransaction() */ @Override @@ -889,7 +889,7 @@ public void beginTransaction() throws Exception { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.AbstractCrudAction#endTransaction() */ @Override diff --git a/src/main/java/net/datasiel/simpaweb/actionbeans/crudud/DocumentiCrudModel.java b/src/main/java/net/datasiel/simpaweb/actionbeans/crudud/DocumentiCrudModel.java index 60c2370..1022df9 100644 --- a/src/main/java/net/datasiel/simpaweb/actionbeans/crudud/DocumentiCrudModel.java +++ b/src/main/java/net/datasiel/simpaweb/actionbeans/crudud/DocumentiCrudModel.java @@ -16,7 +16,7 @@ */ /** - * + * */ package net.datasiel.simpaweb.actionbeans.crudud; @@ -37,7 +37,7 @@ public class DocumentiCrudModel implements CrudModel { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.CrudModel#getIntestazioneRO() */ @Override @@ -47,7 +47,7 @@ public Object getIntestazioneRO() { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.CrudModel#getIntestazioneRW() */ @Override @@ -58,7 +58,7 @@ public Object getIntestazioneRW() { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.CrudModel#getRighe() */ @Override diff --git a/src/main/java/net/datasiel/simpaweb/actionbeans/crudud/DocumentiRigaModel.java b/src/main/java/net/datasiel/simpaweb/actionbeans/crudud/DocumentiRigaModel.java index 91ea0d7..bb76989 100644 --- a/src/main/java/net/datasiel/simpaweb/actionbeans/crudud/DocumentiRigaModel.java +++ b/src/main/java/net/datasiel/simpaweb/actionbeans/crudud/DocumentiRigaModel.java @@ -16,7 +16,7 @@ */ /** - * + * */ package net.datasiel.simpaweb.actionbeans.crudud; @@ -31,7 +31,7 @@ /** * @author reisoli - * + * */ public class DocumentiRigaModel implements RigaModel { public final ParDocumento riga; @@ -52,7 +52,7 @@ public DocumentiRigaModel(ParDocumento riga, List fileAllegati, L /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.RigaModel#getRiga() */ @Override @@ -62,7 +62,7 @@ public Object getRiga() { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.RigaModel#getDettagli1() */ @SuppressWarnings({ "rawtypes", "unchecked" }) @@ -73,7 +73,7 @@ public List getDettagli1() { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.RigaModel#getDettagli2() */ @SuppressWarnings({ "rawtypes", "unchecked" }) diff --git a/src/main/java/net/datasiel/simpaweb/actionbeans/crudud/ProfiloArchivistico.java b/src/main/java/net/datasiel/simpaweb/actionbeans/crudud/ProfiloArchivistico.java index 3ce4317..eb2ad6d 100644 --- a/src/main/java/net/datasiel/simpaweb/actionbeans/crudud/ProfiloArchivistico.java +++ b/src/main/java/net/datasiel/simpaweb/actionbeans/crudud/ProfiloArchivistico.java @@ -16,7 +16,7 @@ */ /** - * + * */ package net.datasiel.simpaweb.actionbeans.crudud; @@ -93,7 +93,7 @@ public Resolution caricaDatiUnitaDoc() throws AuthorizationException, SQLExcepti /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.AbstractCrudAction#goHome() */ @Override @@ -105,7 +105,7 @@ public Resolution goHome() { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.AbstractCrudAction#prepareIntestazioneUiRO() */ @Override @@ -121,7 +121,7 @@ public Element prepareIntestazioneUiRO() { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.AbstractCrudAction#prepareIntestazioneUiRW(com.manydesigns.elements.Mode) */ @Override @@ -134,7 +134,7 @@ public Element prepareIntestazioneUiRW(Mode mode) { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.AbstractCrudAction#prepareElRiga(java.lang.String, com.manydesigns.elements.Mode) */ @Override @@ -146,7 +146,7 @@ public Element prepareElRiga(String prefix, Mode mode) { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.AbstractCrudAction#prepareEltafoDettaglio1(java.lang.String, int, * com.manydesigns.elements.Mode) */ @@ -158,7 +158,7 @@ public TableForm prepareEltafoDettaglio1(String prefix, int nRows, Mode mode) { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.AbstractCrudAction#prepareEltafoDettaglio2(java.lang.String, int, * com.manydesigns.elements.Mode) */ @@ -170,7 +170,7 @@ public TableForm prepareEltafoDettaglio2(String prefix, int nRows, Mode mode) { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.AbstractCrudAction#prepareElDettaglio1(java.lang.String, * com.manydesigns.elements.Mode) */ @@ -182,7 +182,7 @@ public Element prepareElDettaglio1(String prefix, Mode mode) { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.AbstractCrudAction#prepareElDettaglio2(java.lang.String, * com.manydesigns.elements.Mode) */ @@ -194,7 +194,7 @@ public Element prepareElDettaglio2(String prefix, Mode mode) { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.AbstractCrudAction#loadCrudModel() */ @Override @@ -233,7 +233,7 @@ public void loadCrudModel() throws Exception { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.AbstractCrudAction#businessValidate() */ @Override @@ -331,7 +331,7 @@ public boolean businessValidate() { * @param elfoRW * @param identificativoInserito * @param oggettoInserito - * + * * @return */ protected boolean validaIdentificativoOggetto(Form elfo, boolean identificativoInserito, boolean oggettoInserito) { @@ -352,7 +352,7 @@ protected boolean validaIdentificativoOggetto(Form elfo, boolean identificativoI /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.AbstractCrudAction#rigaValidate(net.datasiel.webapp.crud.RigaModel) */ @Override @@ -390,7 +390,7 @@ public boolean rigaValidate(RigaModel rigaModel) { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.AbstractCrudAction#dettaglio1Validate(java.lang.Object) */ @Override @@ -401,7 +401,7 @@ public boolean dettaglio1Validate(Object dettaglio) { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.AbstractCrudAction#dettaglio2Validate(java.lang.Object) */ @Override @@ -412,7 +412,7 @@ public boolean dettaglio2Validate(Object dettaglio) { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.AbstractCrudAction#deleteRiga(int) */ @Override @@ -426,7 +426,7 @@ public void deleteRiga(int indiceRiga) throws Exception { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.AbstractCrudAction#updateCrudModel() */ @Override @@ -478,7 +478,7 @@ public void updateCrudModel() throws Exception { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.AbstractCrudAction#insertRigaModel(net.datasiel.webapp.crud.RigaModel) */ @Override @@ -499,7 +499,7 @@ public String getTitoloFieldsetRiga() { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.AbstractCrudAction#createRigaModel() */ @Override @@ -512,7 +512,7 @@ public RigaModel createRigaModel() { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.AbstractCrudAction#insertDettaglio1Model(int, java.lang.Object) */ @Override @@ -523,7 +523,7 @@ public void insertDettaglio1Model(int indiceRiga, Object dettaglio) throws Excep /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.AbstractCrudAction#createDettaglio1Model() */ @Override @@ -534,7 +534,7 @@ public Object createDettaglio1Model() { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.AbstractCrudAction#deleteDettaglio1Model(int, int) */ @Override @@ -545,7 +545,7 @@ public void deleteDettaglio1Model(int indiceRiga2, int indiceDettaglio) throws E /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.AbstractCrudAction#insertDettaglio2Model(int, java.lang.Object) */ @Override @@ -556,7 +556,7 @@ public void insertDettaglio2Model(int indiceRiga, Object dettaglio) throws Excep /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.AbstractCrudAction#createDettaglio2Model() */ @Override @@ -567,7 +567,7 @@ public Object createDettaglio2Model() { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.AbstractCrudAction#deleteDettaglio2Model(int, int) */ @Override @@ -578,7 +578,7 @@ public void deleteDettaglio2Model(int indiceRiga2, int indiceDettaglio) throws E /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.AbstractCrudAction#commitTransaction() */ @Override @@ -588,7 +588,7 @@ public void commitTransaction() throws Exception { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.AbstractCrudAction#beginTransaction() */ @Override @@ -598,7 +598,7 @@ public void beginTransaction() throws Exception { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.AbstractCrudAction#endTransaction() */ @Override @@ -653,20 +653,20 @@ private boolean validaIdSottofascicolo(String idSottofascicolo, boolean isClassi * String errorMsg = new String(); if (StringUtils.isNotEmpty(idSottofascicolo)) { if * (!idSottofascicolo.matches(".+\\/[0-9]{4}\\/[0-9]+\\/[0-9]+")) { isValid = false; errorMsg = * "formato non valido; formato corretto: categoria.classe.sottoclasse/anno/numero/numero"; } else { - * + * * // se è stato valorizzato anche il campo identificativo occorre verificare che il suo valore sia stato * riportato nella prima parte del campo identificativo sottofascicolo if * (StringUtils.isNotEmpty(identificativo) && isIdentificativoValid) { int slashIdx = * idSottofascicolo.lastIndexOf("/"); String identificativoSub = idSottofascicolo.substring(0, slashIdx); if * (!identificativoSub.equals(identificativo)) { isValid = false; errorMsg = * "valore incoerente con quanto inserito nel campo 'Identificativo'"; } } - * + * * // se è stato valorizzato anche il campo classifica occorre verificare che il suo valore sia stato riportato * nella prima parte del campo identificativo sottofascicolo if (StringUtils.isNotEmpty(classifica) && * isClassificaValid) { int slashIdx = idSottofascicolo.indexOf("/"); String classificaSub = * idSottofascicolo.substring(0, slashIdx); if (!classificaSub.equals(classifica)) { isValid = false; errorMsg = * "valore incoerente con quanto inserito nel campo 'Classifica'"; } } - * + * * } } if (!isValid) { elfoRW.findFieldByPropertyName("idsottofascicolo").getErrors().add(errorMsg); isValid = * false; } */ diff --git a/src/main/java/net/datasiel/simpaweb/actionbeans/crudud/ProfiloArchivisticoCrudModel.java b/src/main/java/net/datasiel/simpaweb/actionbeans/crudud/ProfiloArchivisticoCrudModel.java index 0eab799..ac13e27 100644 --- a/src/main/java/net/datasiel/simpaweb/actionbeans/crudud/ProfiloArchivisticoCrudModel.java +++ b/src/main/java/net/datasiel/simpaweb/actionbeans/crudud/ProfiloArchivisticoCrudModel.java @@ -16,7 +16,7 @@ */ /** - * + * */ package net.datasiel.simpaweb.actionbeans.crudud; @@ -32,7 +32,7 @@ * Sarà composto così: intestazioneRO: intestazione (cambiando solo il tipo da FormUnitaDoc a quello vero * intestazioneRW: oggetto corrispondente a fascicolo principale (ParFascicolo) righe: lista di fascicoli secondari * (List). - * + * * @author reisoli * */ @@ -43,7 +43,7 @@ public class ProfiloArchivisticoCrudModel implements CrudModel { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.CrudModel#getIntestazioneRO() */ @Override @@ -53,7 +53,7 @@ public Object getIntestazioneRO() { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.CrudModel#getIntestazioneRW() */ @Override @@ -63,7 +63,7 @@ public Object getIntestazioneRW() { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.CrudModel#getRighe() */ @Override diff --git a/src/main/java/net/datasiel/simpaweb/actionbeans/crudud/ProfiloArchivisticoRigaModel.java b/src/main/java/net/datasiel/simpaweb/actionbeans/crudud/ProfiloArchivisticoRigaModel.java index 0fecfef..fcd53c4 100644 --- a/src/main/java/net/datasiel/simpaweb/actionbeans/crudud/ProfiloArchivisticoRigaModel.java +++ b/src/main/java/net/datasiel/simpaweb/actionbeans/crudud/ProfiloArchivisticoRigaModel.java @@ -23,7 +23,7 @@ import net.datasiel.webapp.crud.RigaModel; /** - * + * * @author reisoli * */ diff --git a/src/main/java/net/datasiel/simpaweb/actionbeans/crudud/UdToolbar.java b/src/main/java/net/datasiel/simpaweb/actionbeans/crudud/UdToolbar.java index 5eb5f5c..065d168 100644 --- a/src/main/java/net/datasiel/simpaweb/actionbeans/crudud/UdToolbar.java +++ b/src/main/java/net/datasiel/simpaweb/actionbeans/crudud/UdToolbar.java @@ -16,7 +16,7 @@ */ /** - * + * */ package net.datasiel.simpaweb.actionbeans.crudud; diff --git a/src/main/java/net/datasiel/simpaweb/actionbeans/crudud/UnitaDocumentaria.java b/src/main/java/net/datasiel/simpaweb/actionbeans/crudud/UnitaDocumentaria.java index d015a80..1528bd1 100644 --- a/src/main/java/net/datasiel/simpaweb/actionbeans/crudud/UnitaDocumentaria.java +++ b/src/main/java/net/datasiel/simpaweb/actionbeans/crudud/UnitaDocumentaria.java @@ -75,7 +75,7 @@ /** * @author reisoli - * + * */ @UrlBinding("/pro/editud/{idrecord}") @InfoToolbar(titolo = "Unità documentaria", accelerator = "U", breadcrumbs = "Home") @@ -206,7 +206,7 @@ private ClientUser getUser() { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.monocrud.MonoCrudAction#prepareUiRO() */ @Override @@ -217,7 +217,7 @@ public Element prepareUiROInsert() { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.monocrud.MonoCrudAction#prepareUiRW(com.manydesigns .elements.Mode) */ @Override @@ -251,7 +251,7 @@ public Element prepareUiRWEdit(Mode mode) { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.monocrud.MonoCrudAction#loadModel() */ @Override @@ -262,7 +262,7 @@ public void loadModel() throws Exception { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.monocrud.MonoCrudAction#updateModel() */ @Override @@ -279,7 +279,7 @@ public void updateModel() throws Exception { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.monocrud.MonoCrudAction#createModel() */ @Override @@ -289,7 +289,7 @@ public void createModel() { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.monocrud.MonoCrudAction#saveModel() */ @Override @@ -318,7 +318,7 @@ protected void saveModel() throws Exception { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.monocrud.MonoCrudAction#businessValidate() */ @Override @@ -330,7 +330,7 @@ public boolean businessValidate() { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.AbstractCrudAction#commitTransaction() */ @Override @@ -341,7 +341,7 @@ public void commitTransaction() throws Exception { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.AbstractCrudAction#beginTransaction() */ @Override @@ -351,7 +351,7 @@ public void beginTransaction() throws Exception { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.AbstractCrudAction#endTransaction() */ @Override @@ -361,7 +361,7 @@ public void endTransaction() throws Exception { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.monocrud.MonoCrudAction#getCreatedPath() */ @Override @@ -508,7 +508,7 @@ public Resolution createDettaglio2() { /** * Hook per la restituzione della jsp da usare per la creazione di una riga del primo dettaglio. - * + * * @return */ public String getDatiSpecificiView() { @@ -518,7 +518,7 @@ public String getDatiSpecificiView() { /** * Hook per la restituzione della jsp da usare per la creazione di una riga del primo dettaglio nel caso JS * disabilitato. - * + * * @return */ public String getDettaglio1CreatoNoJSView() { @@ -625,7 +625,7 @@ public Resolution insertDettaglio2() { /* * (non-Javadoc) - * + * * @see net.datasiel.webapp.crud.AbstractCrudAction#insertDettaglio2Model(int, java.lang.Object) */ diff --git a/src/main/java/net/datasiel/simpaweb/beans/EnumEntitaDatiSpecifici.java b/src/main/java/net/datasiel/simpaweb/beans/EnumEntitaDatiSpecifici.java index 173a755..9798395 100644 --- a/src/main/java/net/datasiel/simpaweb/beans/EnumEntitaDatiSpecifici.java +++ b/src/main/java/net/datasiel/simpaweb/beans/EnumEntitaDatiSpecifici.java @@ -19,7 +19,7 @@ /** * Elenco possibili valori per TI_ENTITA_SACER e relativo nome colonna in PAR_DATISPECIFICI. - * + * * @author reisoli * */ diff --git a/src/main/java/net/datasiel/simpaweb/common/Utils.java b/src/main/java/net/datasiel/simpaweb/common/Utils.java index 81f6938..c56ed73 100644 --- a/src/main/java/net/datasiel/simpaweb/common/Utils.java +++ b/src/main/java/net/datasiel/simpaweb/common/Utils.java @@ -146,7 +146,7 @@ public static EnumStatoUD getNuovoStato(Document docEsito, boolean verifica, Log * @param docEsito * (xml di cui effettuare il parsing) verifica ("true" se si tratta di una verifica, "false" se si tratta * di un versamento) - * + * * @return infoEsito */ public static InfoEsito getInfoEsito(Document docEsito, EnumOperazione operazione, Logger log) { diff --git a/src/main/java/net/datasiel/simpaweb/common/crud/SimpaAbstractCrudAction.java b/src/main/java/net/datasiel/simpaweb/common/crud/SimpaAbstractCrudAction.java index fb40128..85412c1 100644 --- a/src/main/java/net/datasiel/simpaweb/common/crud/SimpaAbstractCrudAction.java +++ b/src/main/java/net/datasiel/simpaweb/common/crud/SimpaAbstractCrudAction.java @@ -146,9 +146,9 @@ public Resolution versa() throws Exception { /** * TODO da capire come unificare con quello in SimpaMonoCrudAction che è uguale... - * + * * @see net.datasiel.webapp.BaseAction#isTabEnabled(int) - * + * * @Override public boolean isTabEnabled(int indiceTab) throws SQLException { int indiceInTipoDoc = 0; // * corrisponde al doc principale che qui non è // gestito switch (indiceTab) { case 4: case 5: case 6: // * Tab allegati, annessi e annotazioni // Calcolare indiceInTipoDoc e recuperare EnumTipodocumento diff --git a/src/main/java/net/datasiel/simpaweb/common/shiro/CustomRealm.java b/src/main/java/net/datasiel/simpaweb/common/shiro/CustomRealm.java index 2374501..bfbb067 100644 --- a/src/main/java/net/datasiel/simpaweb/common/shiro/CustomRealm.java +++ b/src/main/java/net/datasiel/simpaweb/common/shiro/CustomRealm.java @@ -16,7 +16,7 @@ */ /** - * + * */ package net.datasiel.simpaweb.common.shiro; @@ -49,7 +49,7 @@ /** * @author reisoli - * + * */ public class CustomRealm { private static final Logger log = LoggerFactory.getLogger(CustomRealm.class); @@ -162,9 +162,9 @@ public void setDataSource(DataSource dataSource) { /** * Contiene le informazioni dell'utente e delle sue strutture di appartenenza. - * + * * @author reisoli - * + * */ } diff --git a/src/main/java/net/datasiel/simpaweb/db/EnumTipoDocumento.java b/src/main/java/net/datasiel/simpaweb/db/EnumTipoDocumento.java index 41d2a2d..ae7dd10 100644 --- a/src/main/java/net/datasiel/simpaweb/db/EnumTipoDocumento.java +++ b/src/main/java/net/datasiel/simpaweb/db/EnumTipoDocumento.java @@ -20,7 +20,7 @@ /** * Elenca le possibiili tipologie di documenti con la relativa dicitura leggibile per le diverse ed il relativo valore * inserito in DB per individuare le tipologie documentarie ammesse. - * + * * @author reisoli * */ diff --git a/src/main/java/net/datasiel/simpaweb/db/dao/DbUtil.java b/src/main/java/net/datasiel/simpaweb/db/dao/DbUtil.java index 5268e3e..e7b3550 100644 --- a/src/main/java/net/datasiel/simpaweb/db/dao/DbUtil.java +++ b/src/main/java/net/datasiel/simpaweb/db/dao/DbUtil.java @@ -39,7 +39,6 @@ public class DbUtil { private static boolean isOracle = true; private boolean nomiEsatti = false; private boolean trimString = false; - private static DateFormat df = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); /** * Costruttore di default. Imposta la proprietà nomiEsatti e trimString a false. @@ -64,9 +63,9 @@ public DbUtil(boolean nomiEsatti, boolean trimString) { * @param sequenceName * il nome del sequence * @param con - * + * * @return - * + * * @throws SQLException */ public static long getSequenceValue(String sequenceName, Connection con) throws SQLException { @@ -78,7 +77,7 @@ public static long getSequenceValue(String sequenceName, Connection con) throws rs.next(); nextValue = rs.getLong(1); - log.debug("next " + sequenceName + " value is " + nextValue); + log.debug("next {} value is {}", sequenceName, nextValue); rs.close(); st.close(); @@ -86,7 +85,7 @@ public static long getSequenceValue(String sequenceName, Connection con) throws return nextValue; } catch (SQLException e) { - log.error("unable to retrive nextval from the sequence " + sequenceName + ". reason: " + e.getMessage()); + log.error("unable to retrive nextval from the sequence {}", sequenceName, e); throw (e); } } @@ -103,9 +102,9 @@ public static long getSequenceValue(String sequenceName, Connection con) throws * @param beanType * Tipo dell'oggetto da creare e popolare * @param allString - * + * * @return L'oggetto di tipo beanType che rappresenta il record corrente - * + * * @throws Exception */ public Object createResultBean(ResultSet rs, Class beanType, boolean allString) throws Exception { @@ -125,9 +124,9 @@ public Object createResultBean(ResultSet rs, Class beanType, boolean allStrin * L'oggetto che punta al record * @param beanType * Tipo dell'oggetto da creare e popolare - * + * * @return L'oggetto di tipo beanType che rappresenta il record corrente - * + * * @throws Exception */ public Object createResultBean(ResultSet rs, Class beanType) throws Exception { @@ -148,7 +147,7 @@ public Object createResultBean(ResultSet rs, Class beanType) throws Exception * Il tipo di oggetti che la collectio deve contenere * @param allStrings * Informazione da passare a populateResultBean - * + * * @throws Exception */ public void populateResultList(ResultSet rs, List list, Class beanType, boolean allString) @@ -158,21 +157,6 @@ public void populateResultList(ResultSet rs, List list, Class beanTyp list.add(bean); } } - /* - * public void populateResultBean(ResultSet rs, Object bean, boolean allString) throws Exception { Class clazz = - * bean.getClass(); ResultSetMetaData metaData = rs.getMetaData(); String colName = ""; String methodName = ""; int - * colsNum = metaData.getColumnCount(); for(int i=1 ; i<=colsNum ; i++) { try { colName = metaData.getColumnName(i); - * methodName = createSetName(colName); Object val = rs.getObject(i); if(allString) { Class[] paramsTypes = - * {String.class}; Object[] args = new Object[1]; - * - * if(val != null) { args[0] = trimString ? val.toString().trim() : val.toString(); - * log.debug("try to find method '"+methodName+"("+String.class.getName()+")'"); Method method = - * clazz.getMethod(methodName,paramsTypes); method.invoke(bean,args); } } else if(val != null) { Class[] paramsTypes - * = {val.getClass()}; Object[] args = new Object[1]; args[0] = trimString && val instanceof String ? - * ((String)val).trim() : val; log.debug("try to find method '"+methodName+"("+val.getClass().getName()+")'"); - * Method method = clazz.getMethod(methodName,paramsTypes); method.invoke(bean,args); } } catch (Exception e) { - * log.debug("unable to set the bean property '"+colName+"' in "+clazz.getName()+" class."); } } } - */ /** * Popola l'oggetto bean con il contenuto del record corrente associato al parametreo rs di tipo java.sql.ResultSet. @@ -186,11 +170,14 @@ public void populateResultList(ResultSet rs, List list, Class beanTyp * @param bean * L'oggetto da popolare * @param allStrings - * - * @throws Exception + * true = trasformazione in {@link String} del parametro di ritorno + * + * @throws SQLException + * errore SQL + * */ @SuppressWarnings("rawtypes") - public void populateResultBean(ResultSet rs, Object bean, boolean allString) throws Exception { + public void populateResultBean(ResultSet rs, Object bean, boolean allString) throws SQLException { Class clazz = bean.getClass(); ResultSetMetaData metaData = rs.getMetaData(); String colName = null; @@ -271,7 +258,7 @@ public void populateResultBean(ResultSet rs, Object bean, boolean allString) thr /** * * @param p - * + * * @return */ private String firstUp(String p) { @@ -296,7 +283,7 @@ public String createSetName(String fieldName) { if (nomiEsatti) { return "set" + fieldName.substring(0, 1).toUpperCase() + fieldName.substring(1, fieldName.length()); } else { - String setName = new String(); + String setName = ""; StringTokenizer tokenizer = new StringTokenizer(fieldName, "_"); while (tokenizer.hasMoreTokens()) { setName += firstUp(tokenizer.nextToken()); @@ -323,7 +310,7 @@ public String createGetName(String fieldName) { if (nomiEsatti) { return "get" + fieldName.substring(0, 1).toUpperCase() + fieldName.substring(1, fieldName.length()); } else { - String setName = new String(); + String setName = ""; StringTokenizer tokenizer = new StringTokenizer(fieldName, "_"); while (tokenizer.hasMoreTokens()) { setName += firstUp(tokenizer.nextToken()); @@ -384,10 +371,11 @@ public void setTrimString(boolean trimString) { /** * * @param ts - * + * * @return */ public static String formatTimeStamp(Date ts) { + DateFormat df = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); String tsString = "null"; if (ts != null) { if (isOracle) { @@ -403,10 +391,11 @@ public static String formatTimeStamp(Date ts) { /** * * @param ts - * + * * @return */ public static String formatTimeStamp(Timestamp ts) { + DateFormat df = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); String tsString = "null"; if (ts != null) { if (isOracle) { @@ -422,10 +411,11 @@ public static String formatTimeStamp(Timestamp ts) { /** * * @param ts - * + * * @return */ public static String formatTimeStamp(java.util.Date ts) { + DateFormat df = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); String tsString = "null"; if (ts != null) { if (isOracle) { @@ -444,7 +434,7 @@ public static String formatTimeStamp(java.util.Date ts) { public static String formatString(String st) { String stString = "null"; if (st != null) { - st = st.replaceAll("'", "''"); + st = st.replace("'", "''"); stString = "'" + st + "'"; } diff --git a/src/main/java/net/datasiel/simpaweb/db/dao/ParCollegamentoDAO.java b/src/main/java/net/datasiel/simpaweb/db/dao/ParCollegamentoDAO.java index a137415..64af323 100644 --- a/src/main/java/net/datasiel/simpaweb/db/dao/ParCollegamentoDAO.java +++ b/src/main/java/net/datasiel/simpaweb/db/dao/ParCollegamentoDAO.java @@ -101,15 +101,12 @@ public void getFromResultSet(ParCollegamento obj, ResultSet r) throws SQLExcepti */ public ParCollegamento retrieveByKey(Long idcollegamento, Connection con) throws SQLException { - // String query = "select * from PAR_COLLEGAMENTO"+" where IDCOLLEGAMENTO="+idcollegamento; String query = "select * from PAR_COLLEGAMENTO" + " where IDCOLLEGAMENTO=?"; - // java.sql.Statement st = con.createStatement(); java.sql.PreparedStatement st = con.prepareStatement(query); ResultSet r = null; st.setLong(1, idcollegamento); try { log.debug(query); - // ResultSet r = st.executeQuery(query); r = st.executeQuery(); ParCollegamento obj = null; if (r.next()) { @@ -251,7 +248,7 @@ public int update(ParCollegamento obj, Connection con) throws SQLException { int updates = pst.executeUpdate(); return updates; } catch (SQLException e) { - log.error("Failed query:" + preparedQuery); + log.error("Failed query: {}", preparedQuery, e); throw e; } finally { if (pst != null) { @@ -323,7 +320,7 @@ public int updateWhere(ParCollegamento obj, String where, Connection con) throws int updates = pst.executeUpdate(); return updates; } catch (SQLException e) { - log.error("Failed query:" + preparedQuery); + log.error("Failed query: {}", preparedQuery, e); throw e; } finally { if (pst != null) { @@ -450,17 +447,13 @@ public java.util.List getParCollegamentosByIdunitadoc(Long idun */ public ParCollegamento retrieveByIndex(Long idcollegamento, Long idunitadoc, Connection con) throws SQLException { - // String query = "select * from PAR_COLLEGAMENTO"+" where IDCOLLEGAMENTO="+idcollegamento+" and - // IDUNITADOC="+idunitadoc; String query = "select * from PAR_COLLEGAMENTO" + " where IDCOLLEGAMENTO=?" + " and IDUNITADOC=?"; - // java.sql.Statement st = con.createStatement(); java.sql.PreparedStatement st = con.prepareStatement(query); ResultSet r = null; st.setLong(1, idcollegamento); st.setLong(2, idunitadoc); try { log.debug(query); - // ResultSet r = st.executeQuery(query); r = st.executeQuery(); ParCollegamento obj = null; if (r.next()) { @@ -541,7 +534,7 @@ public int updateByIndex(ParCollegamento obj, Connection con) throws SQLExceptio int updates = pst.executeUpdate(); return updates; } catch (SQLException e) { - log.error("Failed query:" + preparedQuery); + log.error("Failed query: {}", preparedQuery, e); throw e; } finally { if (pst != null) { @@ -620,7 +613,7 @@ public int insertPrepared(ParCollegamento obj, Connection con) throws SQLExcepti int updates = pst.executeUpdate(); return updates; } catch (SQLException e) { - log.error("Failed query:" + prepQuery); + log.error("Failed query: {}", prepQuery, e); throw e; } finally { if (pst != null) { diff --git a/src/main/java/net/datasiel/simpaweb/db/dao/ParComponenteDAO.java b/src/main/java/net/datasiel/simpaweb/db/dao/ParComponenteDAO.java index b8e3702..5ee00fb 100644 --- a/src/main/java/net/datasiel/simpaweb/db/dao/ParComponenteDAO.java +++ b/src/main/java/net/datasiel/simpaweb/db/dao/ParComponenteDAO.java @@ -135,19 +135,15 @@ public void getFromResultSet(ParComponente obj, ResultSet r) throws SQLException public ParComponente retrieveByKey(Long idunitadoc, Long iddocumento, Long idcomponente, Connection con) throws SQLException { - // String query = "select * from PAR_COMPONENTE"+" where IDUNITADOC="+idunitadoc+" and - // IDDOCUMENTO="+iddocumento+" and IDCOMPONENTE="+idcomponente; String query = "select * from PAR_COMPONENTE" + " where IDUNITADOC=?" + " and IDDOCUMENTO=?" + " and IDCOMPONENTE=?"; - // java.sql.Statement st = con.createStatement(); java.sql.PreparedStatement st = con.prepareStatement(query); ResultSet r = null; st.setLong(1, idunitadoc); st.setLong(2, iddocumento); st.setLong(3, idcomponente); try { - log.info(query + " - [" + idunitadoc + "," + iddocumento + "," + idcomponente + "]"); - // ResultSet r = st.executeQuery(query); + log.info("{} - [{} ,{} , {}]", query, idunitadoc, iddocumento, idcomponente); r = st.executeQuery(); ParComponente obj = null; if (r.next()) { @@ -178,7 +174,7 @@ public java.util.List retrieveByIddocumentoOrderByIdComp(Long idD ResultSet r = null; try { st.setLong(1, idDocumento); - log.debug(query + " - [" + idDocumento + "]"); + log.debug("{} - [{}]", query, idDocumento); r = st.executeQuery(); while (r.next()) { @@ -210,7 +206,7 @@ public java.util.List retrieveByCodallegatoNoBlob(String code, Co ResultSet r = null; try { st.setString(1, code); - log.debug(query + " - [" + code + "]"); + log.debug("{} - [{}]", query, code); r = st.executeQuery(); while (r.next()) { @@ -360,10 +356,10 @@ public int update(ParComponente obj, Connection con) throws SQLException { try { int updates = pst.executeUpdate(); - log.info(log_s.toString()); + log.info("{}", log_s); return updates; } catch (SQLException e) { - log.error("Failed query:" + preparedQuery); + log.error("Failed query: {}", preparedQuery, e); throw e; } finally { if (pst != null) { @@ -449,7 +445,7 @@ public int updateWhere(ParComponente obj, String where, Connection con) throws S int updates = pst.executeUpdate(); return updates; } catch (SQLException e) { - log.error("Failed query:" + preparedQuery); + log.error("Failed query: {}", preparedQuery, e); throw e; } finally { if (pst != null) { @@ -468,8 +464,7 @@ public int delete(ParComponente obj, Connection con) throws SQLException { st.setLong(1, obj.getIdunitadoc()); st.setLong(2, obj.getIddocumento()); st.setLong(3, obj.getIdcomponente()); - log.info(query + " - [" + obj.getIdunitadoc() + "," + obj.getIddocumento() + "," + obj.getIdcomponente() - + "]"); + log.info("{} - [{}, {}, {}]", query, obj.getIdunitadoc(), obj.getIddocumento(), obj.getIdcomponente()); int updates = st.executeUpdate(); return updates; } finally { @@ -525,7 +520,7 @@ public java.util.List getParComponentesByIddocumentoIdunitadoc(Lo st.setLong(1, iddocumento); st.setLong(2, idunitadoc); - log.info(query + " - [" + iddocumento + "," + idunitadoc + "]"); + log.info("{} - [{}, {}]", query, iddocumento, idunitadoc); r = st.executeQuery(); while (r.next()) { curRow = new ParComponente(); @@ -562,7 +557,7 @@ public java.util.List getParComponentesByIddocumentoIdunitadocNoB st.setLong(1, iddocumento); st.setLong(2, idunitadoc); - log.info(query + " - [" + iddocumento + "," + idunitadoc + "]"); + log.info("{} - [{}, {}]", query, iddocumento, idunitadoc); r = st.executeQuery(); while (r.next()) { curRow = new ParComponente(); @@ -595,7 +590,7 @@ public java.util.List getParComponentesByIdcomponenteIdunitadocNo try { st.setLong(1, idcomponente); st.setLong(2, idunitadoc); - log.info(query + " - [" + idcomponente + "," + idunitadoc + "]"); + log.info("{} - [{}, {}]", query, idcomponente, idunitadoc); r = st.executeQuery(); while (r.next()) { curRow = new ParComponente(); @@ -627,7 +622,7 @@ public java.util.List getParComponentesByIdunitadocNoBlob(Long id ResultSet r = null; try { st.setLong(1, idunitadoc); - log.info(query + " - [" + idunitadoc + "]"); + log.info("{} - [{}]", query, idunitadoc); r = st.executeQuery(); while (r.next()) { curRow = new ParComponente(); @@ -650,7 +645,7 @@ public java.util.List getParComponentesByIdunitadocNoBlob(Long id */ public java.util.List getParComponentesByIddocumentoIdunitadocOrdered(Long iddocumento, Long idunitadoc, Connection con) throws SQLException { - java.util.List retRows = new java.util.ArrayList(); + java.util.List retRows = new java.util.ArrayList<>(); ParComponente curRow; String query = "select * from PAR_COMPONENTE" + " where IDDOCUMENTO=? and IDUNITADOC=? "; @@ -660,7 +655,7 @@ public java.util.List getParComponentesByIddocumentoIdunitadocOrd try { st.setLong(1, iddocumento); st.setLong(2, idunitadoc); - log.debug(query + " - [" + iddocumento + "," + idunitadoc + "]"); + log.debug("{} - [{}, {}]", query, iddocumento, idunitadoc); r = st.executeQuery(); while (r.next()) { curRow = new ParComponente(); @@ -696,19 +691,15 @@ public java.util.List getRelatedParDatispecificiByIddocumento( public ParComponente retrieveByIndex(Long iddocumento, Long idunitadoc, Long idcomponente, Connection con) throws SQLException { - // String query = "select * from PAR_COMPONENTE"+" where IDDOCUMENTO="+iddocumento+" and - // IDUNITADOC="+idunitadoc+" and IDCOMPONENTE="+idcomponente; String query = "select * from PAR_COMPONENTE" + " where IDDOCUMENTO=?" + " and IDUNITADOC=?" + " and IDCOMPONENTE=?"; - // java.sql.Statement st = con.createStatement(); java.sql.PreparedStatement st = con.prepareStatement(query); ResultSet r = null; st.setLong(1, iddocumento); st.setLong(2, idunitadoc); st.setLong(3, idcomponente); try { - // ResultSet r = st.executeQuery(query); - log.debug(query + " - [" + iddocumento + "," + idunitadoc + "," + idcomponente + "]"); + log.debug("{} - [{}, {}, {}]", query, iddocumento, idunitadoc, idcomponente); r = st.executeQuery(); ParComponente obj = null; if (r.next()) { @@ -838,8 +829,8 @@ public int updateByIndex(ParComponente obj, Connection con) throws SQLException pst.setNull(indice++, Types.DATE); logStr.append(",3"); } else { - pst.setDate(indice++, new java.sql.Date(((java.util.Date) obj.getDataRifTemp()).getTime())); - logStr.append(",").append(new java.sql.Date(((java.util.Date) obj.getDataRifTemp()).getTime())); + pst.setDate(indice++, new java.sql.Date((obj.getDataRifTemp()).getTime())); + logStr.append(",").append(new java.sql.Date((obj.getDataRifTemp()).getTime())); } pst.setString(indice++, obj.getDescRifTemp()); logStr.append(",").append(obj.getDescRifTemp()); @@ -858,10 +849,10 @@ public int updateByIndex(ParComponente obj, Connection con) throws SQLException try { int updates = pst.executeUpdate(); - log.debug(logStr.toString()); + log.debug("{}", logStr); return updates; } catch (SQLException e) { - log.error("Failed query:" + preparedQuery); + log.error("Failed query: {}", preparedQuery, e); throw e; } finally { if (pst != null) { @@ -881,8 +872,7 @@ public int deleteByIndex(ParComponente obj, Connection con) throws SQLException st.setLong(2, obj.getIdunitadoc()); st.setLong(3, obj.getIdcomponente()); - log.debug(query + " - [" + obj.getIddocumento() + "," + obj.getIdunitadoc() + "," + obj.getIdcomponente() - + "]"); + log.debug("{} - [{}, {}, {}]", query, obj.getIddocumento(), obj.getIdunitadoc(), obj.getIdcomponente()); int updates = st.executeUpdate(); return updates; } finally { @@ -896,7 +886,7 @@ public int deleteByIndex(ParComponente obj, Connection con) throws SQLException * Inserts the current object values into the database. * * @param blob - * + * * @throws Exception */ public int insertPrepared(ParComponente obj, Blob blob, Connection con) throws Exception { @@ -1008,8 +998,8 @@ public int insertPrepared(ParComponente obj, Blob blob, Connection con) throws E pst.setNull(indice++, Types.DATE); log_s.append(",").append(Types.DATE); } else { - pst.setDate(indice++, new java.sql.Date(((java.util.Date) obj.getDataRifTemp()).getTime())); - log_s.append("," + new java.sql.Date(((java.util.Date) obj.getDataRifTemp()).getTime())); + pst.setDate(indice++, new java.sql.Date((obj.getDataRifTemp()).getTime())); + log_s.append("," + new java.sql.Date((obj.getDataRifTemp()).getTime())); } if (blob != null && blob.getDataFile() != null) { @@ -1035,14 +1025,14 @@ public int insertPrepared(ParComponente obj, Blob blob, Connection con) throws E try { int updates = pst.executeUpdate(); - log.info(log_s.toString()); + log.info("{}", log_s); if (fileDati != null) { fileDati.close(); } return updates; } catch (Exception e) { - log.error("Failed query:" + prepQuery); + log.error("Failed query: {}", prepQuery, e); throw e; } finally { if (pst != null) { @@ -1054,7 +1044,6 @@ public int insertPrepared(ParComponente obj, Blob blob, Connection con) throws E public InputStream getBlobWhereByCodAllegato(String codAllegato, Connection con) throws SQLException { String query = "select BL_FILE_COMP from PAR_COMPONENTE where CODALLEGATO = ?"; - // java.sql.Statement st = con.createStatement(); java.sql.PreparedStatement st = con.prepareStatement(query); InputStream ret = null; ResultSet r = null; @@ -1079,7 +1068,6 @@ public InputStream getBlobWhereByCodAllegato(String codAllegato, Connection con) public InputStream getBlobWhereByIdCompIdUD(Long idComp, Long idUd, Connection con) throws SQLException { String query = "select BL_FILE_COMP from PAR_COMPONENTE where IDCOMPONENTE = ? and IDUNITADOC = ?"; - // java.sql.Statement st = con.createStatement(); java.sql.PreparedStatement st = con.prepareStatement(query); InputStream ret = null; ResultSet r = null; diff --git a/src/main/java/net/datasiel/simpaweb/db/dao/ParDatispecificiDAO.java b/src/main/java/net/datasiel/simpaweb/db/dao/ParDatispecificiDAO.java index 888cdf7..7d6be95 100644 --- a/src/main/java/net/datasiel/simpaweb/db/dao/ParDatispecificiDAO.java +++ b/src/main/java/net/datasiel/simpaweb/db/dao/ParDatispecificiDAO.java @@ -41,7 +41,7 @@ public class ParDatispecificiDAO extends ParDatispecifici { private final Logger log = LoggerFactory.getLogger(ParDatispecificiDAO.class); private static final long serialVersionUID = 0L; - public static String[] fieldNames = null; + protected static String[] fieldNames = null; static { fieldNames = new String[] { "iddatispecifici", "idunitadoc", "iddocumento", "entitasacer", "idcomponente", @@ -99,15 +99,12 @@ public void getFromResultSet(ParDatispecifici obj, ResultSet r) throws SQLExcept */ public ParDatispecifici retrieveByKey(Long iddatispecifici, Connection con) throws SQLException { - // String query = "select * from PAR_DATISPECIFICI"+" where IDDATISPECIFICI="+iddatispecifici; String query = "select * from PAR_DATISPECIFICI" + " where IDDATISPECIFICI=?"; - // java.sql.Statement st = con.createStatement(); java.sql.PreparedStatement st = con.prepareStatement(query); ResultSet r = null; st.setLong(1, iddatispecifici); try { - log.info(query + "[" + iddatispecifici + "]"); - // ResultSet r = st.executeQuery(query); + log.info("{} [ {} ]", query, iddatispecifici); r = st.executeQuery(); ParDatispecifici obj = null; if (r.next()) { @@ -261,11 +258,11 @@ public int update(ParDatispecifici obj, Connection con) throws SQLException { log_s.append("," + obj.getIddatispecifici() + "]"); try { - log.info(log_s.toString()); + log.info("{}", log_s); int updates = pst.executeUpdate(); return updates; } catch (SQLException e) { - log.error("Failed query:" + log_s.toString()); + log.error("Failed query: {}", log_s, e); throw e; } finally { if (pst != null) { @@ -330,7 +327,7 @@ public int updateWhere(ParDatispecifici obj, String where, Connection con) throw int updates = pst.executeUpdate(); return updates; } catch (SQLException e) { - log.error("Failed query:" + preparedQuery); + log.error("Failed query: {}", preparedQuery, e); throw e; } finally { if (pst != null) { @@ -347,7 +344,7 @@ public int delete(ParDatispecifici obj, Connection con) throws SQLException { java.sql.PreparedStatement st = con.prepareStatement(query); try { st.setLong(1, obj.getIddatispecifici()); - log.info(query + "[" + obj.getIddatispecifici() + "]"); + log.info("{} [{}]", query, obj.getIddatispecifici()); int updates = st.executeUpdate(); return updates; } finally { @@ -403,7 +400,7 @@ public java.util.List getParDatispecificisByIddocumentoIdunita st.setLong(1, iddocumento); st.setLong(2, idunitadoc); st.setLong(3, idcomponente); - log.info(query + " - [" + iddocumento + "," + idunitadoc + "," + idcomponente + "]"); + log.info("{} - [{} , {}, {}]", query, iddocumento, idunitadoc, idcomponente); r = st.executeQuery(); while (r.next()) { @@ -482,7 +479,7 @@ public java.util.List getParDatispecificisByIddocumentoIdunita st.setLong(1, iddocumento); st.setLong(2, idunitadoc); - log.info(query + " - [" + iddocumento + "," + idunitadoc + "]"); + log.info("{} - [{} ,{}]", query, iddocumento, idunitadoc); r = st.executeQuery(); while (r.next()) { curRow = new ParDatispecifici(); @@ -560,7 +557,7 @@ public java.util.List getParDatispecificisByIdunitadoc(Long id try { st.setLong(1, idunitadoc); - log.info(query + " - [" + idunitadoc + "]"); + log.info("{} - [{}]", query, idunitadoc); r = st.executeQuery(); while (r.next()) { curRow = new ParDatispecifici(); @@ -628,11 +625,8 @@ public java.util.List getRelatedParValoredatispecificiBy public ParDatispecifici retrieveByIndex(Long iddatispecifici, Long idunitadoc, Long iddocumento, Long idcomponente, Connection con) throws SQLException { - // String query = "select * from PAR_DATISPECIFICI"+" where IDDATISPECIFICI="+iddatispecifici+" and - // IDUNITADOC="+idunitadoc+" and IDDOCUMENTO="+iddocumento+" and IDCOMPONENTE="+idcomponente; String query = "select * from PAR_DATISPECIFICI" + " where IDDATISPECIFICI=?" + " and IDUNITADOC=?" + " and IDDOCUMENTO=?" + " and IDCOMPONENTE=?"; - // java.sql.Statement st = con.createStatement(); java.sql.PreparedStatement st = con.prepareStatement(query); st.setLong(1, iddatispecifici); st.setLong(2, idunitadoc); @@ -640,7 +634,6 @@ public ParDatispecifici retrieveByIndex(Long iddatispecifici, Long idunitadoc, L st.setLong(4, idcomponente); ResultSet r = null; try { - // ResultSet r = st.executeQuery(query); r = st.executeQuery(); log.info(query); ParDatispecifici obj = null; @@ -737,10 +730,10 @@ public int updateByIndex(ParDatispecifici obj, Connection con) throws SQLExcepti try { int updates = pst.executeUpdate(); - log.info(log_s.toString()); + log.info("{}", log_s); return updates; } catch (SQLException e) { - log.error("Failed query:" + preparedQuery); + log.error("Failed query: {}", preparedQuery, e); throw e; } finally { if (pst != null) { @@ -762,8 +755,8 @@ public int deleteByIndex(ParDatispecifici obj, Connection con) throws SQLExcepti st.setLong(3, obj.getIddocumento()); st.setLong(4, obj.getIdcomponente()); - log.info(query + " - [" + obj.getIddatispecifici() + "," + obj.getIdunitadoc() + "," + obj.getIddocumento() - + "," + obj.getIdcomponente() + "]"); + log.info("{} - [{}, {}, {}, {}]", query, obj.getIddatispecifici(), obj.getIdunitadoc(), + obj.getIddocumento(), obj.getIdcomponente()); int updates = st.executeUpdate(); return updates; } finally { @@ -837,11 +830,11 @@ public int insertPrepared(ParDatispecifici obj, Connection con) throws SQLExcept } try { - log.info(logStr.toString()); + log.info("{}", logStr); int updates = pst.executeUpdate(); return updates; } catch (SQLException e) { - log.error("Failed query:" + prepQuery); + log.error("Failed query: {}", prepQuery, e); throw e; } finally { if (pst != null) { diff --git a/src/main/java/net/datasiel/simpaweb/db/dao/ParDocumentoDAO.java b/src/main/java/net/datasiel/simpaweb/db/dao/ParDocumentoDAO.java index 0e597a1..efda8f9 100644 --- a/src/main/java/net/datasiel/simpaweb/db/dao/ParDocumentoDAO.java +++ b/src/main/java/net/datasiel/simpaweb/db/dao/ParDocumentoDAO.java @@ -113,16 +113,13 @@ public void getFromResultSet(ParDocumento obj, ResultSet r) throws SQLException */ public ParDocumento retrieveByKey(Long idunitadoc, Long iddocumento, Connection con) throws SQLException { - // String query = "select * from PAR_DOCUMENTO"+" where IDUNITADOC="+idunitadoc+" and IDDOCUMENTO="+iddocumento; String query = "select * from PAR_DOCUMENTO" + " where IDUNITADOC=?" + " and IDDOCUMENTO=?"; - // java.sql.Statement st = con.createStatement(); java.sql.PreparedStatement st = con.prepareStatement(query); st.setLong(1, idunitadoc); st.setLong(2, iddocumento); ResultSet r = null; try { log.debug(query); - // ResultSet r = st.executeQuery(query); r = st.executeQuery(); ParDocumento obj = null; if (r.next()) { @@ -142,15 +139,12 @@ public ParDocumento retrieveByKey(Long idunitadoc, Long iddocumento, Connection public ParDocumento retrieveByKey(Long iddocumento, Connection con) throws SQLException { - // String query = "select * from PAR_DOCUMENTO"+" where IDUNITADOC="+idunitadoc+" and IDDOCUMENTO="+iddocumento; String query = "select * from PAR_DOCUMENTO" + " where IDDOCUMENTO=?"; - // java.sql.Statement st = con.createStatement(); java.sql.PreparedStatement st = con.prepareStatement(query); ResultSet r = null; st.setLong(1, iddocumento); try { log.debug(query); - // ResultSet r = st.executeQuery(query); r = st.executeQuery(); ParDocumento obj = null; if (r.next()) { @@ -286,7 +280,7 @@ public int update(ParDocumento obj, Connection con) throws SQLException { pst.setString(indice++, obj.getDfcodfiscale()); pst.setString(indice++, obj.getDfpiva()); if (obj.getDfdtemissione() != null) { - pst.setObject(indice++, new java.sql.Date(((java.util.Date) obj.getDfdtemissione()).getTime())); + pst.setObject(indice++, new java.sql.Date((obj.getDfdtemissione()).getTime())); } else { pst.setObject(indice++, null); } @@ -300,7 +294,7 @@ public int update(ParDocumento obj, Connection con) throws SQLException { pst.setString(indice++, obj.getDfregistro()); pst.setString(indice++, obj.getDfperiodo()); if (obj.getDfdttermineemissione() != null) { - pst.setObject(indice++, new java.sql.Date(((java.util.Date) obj.getDfdttermineemissione()).getTime())); + pst.setObject(indice++, new java.sql.Date((obj.getDfdttermineemissione()).getTime())); } else { pst.setObject(indice++, null); } @@ -317,7 +311,7 @@ public int update(ParDocumento obj, Connection con) throws SQLException { int updates = pst.executeUpdate(); return updates; } catch (SQLException e) { - log.error("Failed query:" + preparedQuery); + log.error("Failed query: {}", preparedQuery, e); throw e; } finally { if (pst != null) { @@ -378,7 +372,7 @@ public int updateWhere(ParDocumento obj, String where, Connection con) throws SQ pst.setString(indice++, obj.getDfcodfiscale()); pst.setString(indice++, obj.getDfpiva()); if (obj.getDfdtemissione() != null) { - pst.setObject(indice++, new java.sql.Date(((java.util.Date) obj.getDfdtemissione()).getTime())); + pst.setObject(indice++, new java.sql.Date((obj.getDfdtemissione()).getTime())); } else { pst.setObject(indice++, null); } @@ -392,7 +386,7 @@ public int updateWhere(ParDocumento obj, String where, Connection con) throws SQ pst.setString(indice++, obj.getDfregistro()); pst.setString(indice++, obj.getDfperiodo()); if (obj.getDfdttermineemissione() != null) { - pst.setObject(indice++, new java.sql.Date(((java.util.Date) obj.getDfdttermineemissione()).getTime())); + pst.setObject(indice++, new java.sql.Date((obj.getDfdttermineemissione()).getTime())); } else { pst.setObject(indice++, null); } @@ -467,7 +461,7 @@ public ParUnitadoc getParUnitadocByIdunitadoc(ParDocumento obj, java.sql.Connect */ public java.util.List getParDocumentosByIdunitadoc(Long idunitadoc, Connection con) throws SQLException { - java.util.List retRows = new java.util.ArrayList(); + java.util.List retRows = new java.util.ArrayList<>(); ParDocumento curRow; String query = "select * from PAR_DOCUMENTO" + " where IDUNITADOC=?"; @@ -551,16 +545,13 @@ public java.util.List getRelatedParDatispecificiByIddocumento( */ public ParDocumento retrieveByIndex(Long iddocumento, Long idunitadoc, Connection con) throws SQLException { - // String query = "select * from PAR_DOCUMENTO"+" where IDDOCUMENTO="+iddocumento+" and IDUNITADOC="+idunitadoc; String query = "select * from PAR_DOCUMENTO" + " where IDDOCUMENTO=?" + " and IDUNITADOC=?"; - // java.sql.Statement st = con.createStatement(); java.sql.PreparedStatement st = con.prepareStatement(query); st.setLong(1, iddocumento); st.setLong(2, idunitadoc); ResultSet r = null; try { log.debug(query); - // ResultSet r = st.executeQuery(query); r = st.executeQuery(); ParDocumento obj = null; if (r.next()) { @@ -628,7 +619,7 @@ public int updateByIndex(ParDocumento obj, Connection con) throws SQLException { pst.setString(indice++, obj.getDfcodfiscale()); pst.setString(indice++, obj.getDfpiva()); if (obj.getDfdtemissione() != null) { - pst.setObject(indice++, new java.sql.Date(((java.util.Date) obj.getDfdtemissione()).getTime())); + pst.setObject(indice++, new java.sql.Date((obj.getDfdtemissione()).getTime())); } else { pst.setObject(indice++, null); } @@ -642,7 +633,7 @@ public int updateByIndex(ParDocumento obj, Connection con) throws SQLException { pst.setString(indice++, obj.getDfregistro()); pst.setString(indice++, obj.getDfperiodo()); if (obj.getDfdttermineemissione() != null) { - pst.setObject(indice++, new java.sql.Date(((java.util.Date) obj.getDfdttermineemissione()).getTime())); + pst.setObject(indice++, new java.sql.Date((obj.getDfdttermineemissione()).getTime())); } else { pst.setObject(indice++, null); } @@ -655,11 +646,11 @@ public int updateByIndex(ParDocumento obj, Connection con) throws SQLException { pst.setLong(indice++, obj.getIdunitadoc()); try { - log.debug(preparedQuery); + log.debug("{}", preparedQuery); int updates = pst.executeUpdate(); return updates; } catch (SQLException e) { - log.error("Failed query:" + preparedQuery); + log.error("Failed query: {}", preparedQuery, e); throw e; } finally { if (pst != null) { @@ -675,7 +666,7 @@ public int deleteByIndex(ParDocumento obj, Connection con) throws SQLException { String query = "delete from PAR_DOCUMENTO where IDDOCUMENTO=? and IDUNITADOC=?"; java.sql.PreparedStatement st = con.prepareStatement(query); try { - log.debug(query); + log.debug("{}", query); st.setLong(1, obj.getIddocumento()); st.setLong(2, obj.getIdunitadoc()); int updates = st.executeUpdate(); @@ -728,7 +719,7 @@ public int insertPrepared(ParDocumento obj, Connection con) throws SQLException pst.setString(indice++, obj.getDfcodfiscale()); pst.setString(indice++, obj.getDfpiva()); if (obj.getDfdtemissione() != null) { - pst.setObject(indice++, new java.sql.Date(((java.util.Date) obj.getDfdtemissione()).getTime())); + pst.setObject(indice++, new java.sql.Date((obj.getDfdtemissione()).getTime())); } else { pst.setObject(indice++, null); } @@ -740,7 +731,7 @@ public int insertPrepared(ParDocumento obj, Connection con) throws SQLException pst.setString(indice++, obj.getDfregistro()); pst.setString(indice++, obj.getDfperiodo()); if (obj.getDfdttermineemissione() != null) { - pst.setObject(indice++, new java.sql.Date(((java.util.Date) obj.getDfdttermineemissione()).getTime())); + pst.setObject(indice++, new java.sql.Date((obj.getDfdttermineemissione()).getTime())); } else { pst.setObject(indice++, null); } @@ -749,11 +740,11 @@ public int insertPrepared(ParDocumento obj, Connection con) throws SQLException pst.setNull(indice++, 3); try { - log.debug(prepQuery); + log.debug("{}", prepQuery); int updates = pst.executeUpdate(); return updates; } catch (SQLException e) { - log.error("Failed query:" + prepQuery); + log.error("Failed query: {}", prepQuery, e); throw e; } finally { if (pst != null) { diff --git a/src/main/java/net/datasiel/simpaweb/db/dao/ParFascicoloDAO.java b/src/main/java/net/datasiel/simpaweb/db/dao/ParFascicoloDAO.java index cc729cd..98823f6 100644 --- a/src/main/java/net/datasiel/simpaweb/db/dao/ParFascicoloDAO.java +++ b/src/main/java/net/datasiel/simpaweb/db/dao/ParFascicoloDAO.java @@ -90,16 +90,13 @@ public void getFromResultSet(ParFascicolo obj, ResultSet r) throws SQLException */ public ParFascicolo retrieveByKey(Long idunitadoc, Long idfascicolo, Connection con) throws SQLException { - // String query = "select * from PAR_FASCICOLO"+" where IDUNITADOC="+idunitadoc+" and IDFASCICOLO="+idfascicolo; String query = "select * from PAR_FASCICOLO" + " where IDUNITADOC=?" + " and IDFASCICOLO=?"; - // java.sql.Statement st = con.createStatement(); java.sql.PreparedStatement st = con.prepareStatement(query); st.setLong(1, idunitadoc); st.setLong(2, idfascicolo); ResultSet r = null; try { - log.debug(query); - // ResultSet r = st.executeQuery(query); + log.debug("{}", query); r = st.executeQuery(); ParFascicolo obj = null; if (r.next()) { @@ -134,7 +131,7 @@ public java.util.List retrieveWhere(String where, String orderByCl java.sql.Statement st = con.createStatement(); ResultSet r = null; try { - log.debug(query); + log.debug("{}", query); r = st.executeQuery(query); while (r.next()) { curRow = new ParFascicolo(); @@ -165,7 +162,7 @@ public java.util.List retrieveByIdUdCodTipoFascicoloP(Long idunita java.sql.PreparedStatement st = con.prepareStatement(query); ResultSet r = null; try { - log.debug(query); + log.debug("{}", query); st.setLong(1, idunitadoc); r = st.executeQuery(); while (r.next()) { @@ -197,7 +194,7 @@ public java.util.List retrieveByIdUdCodTipoFascicoloS(Long idunita java.sql.PreparedStatement st = con.prepareStatement(query); ResultSet r = null; try { - log.debug(query); + log.debug("{}", query); st.setLong(1, idunitadoc); r = st.executeQuery(); while (r.next()) { @@ -262,7 +259,7 @@ public int update(ParFascicolo obj, Connection con) throws SQLException { pst.setLong(indice++, obj.getIdfascicolo()); try { - log.debug(preparedQuery); + log.debug("{}", preparedQuery); int updates = pst.executeUpdate(); return updates; } catch (SQLException e) { @@ -320,7 +317,7 @@ public int updateWhere(ParFascicolo obj, String where, Connection con) throws SQ } try { - log.debug(preparedQuery); + log.debug("{}", preparedQuery); int updates = pst.executeUpdate(); return updates; } catch (SQLException e) { @@ -340,7 +337,7 @@ public int delete(ParFascicolo obj, Connection con) throws SQLException { String query = "delete from PAR_FASCICOLO where IDUNITADOC=? and IDFASCICOLO=?"; java.sql.PreparedStatement st = con.prepareStatement(query); try { - log.debug(query); + log.debug("{}", query); st.setLong(1, obj.getIdunitadoc()); st.setLong(2, obj.getIdfascicolo()); int updates = st.executeUpdate(); @@ -359,7 +356,7 @@ public int deleteByIdUd(Long idUd, Connection con) throws SQLException { String query = "delete from PAR_FASCICOLO where IDUNITADOC = ?"; java.sql.PreparedStatement st = con.prepareStatement(query); try { - log.debug(query); + log.debug("{}", query); st.setLong(1, idUd); int updates = st.executeUpdate(); return updates; @@ -392,7 +389,7 @@ public java.util.List getParFascicolosByIdunitadoc(Long idunitadoc java.sql.PreparedStatement st = con.prepareStatement(query); ResultSet r = null; try { - log.debug(query); + log.debug("{}", query); st.setLong(1, idunitadoc); r = st.executeQuery(); while (r.next()) { @@ -523,11 +520,11 @@ public int updateByIndex(ParFascicolo obj, Connection con) throws SQLException { pst.setLong(indice++, obj.getIdunitadoc()); try { - log.debug(preparedQuery); + log.debug("{}", preparedQuery); int updates = pst.executeUpdate(); return updates; } catch (SQLException e) { - log.error("Failed query:" + preparedQuery); + log.error("Failed query: {}", preparedQuery, e); throw e; } finally { if (pst != null) { @@ -543,7 +540,7 @@ public int deleteByIndex(ParFascicolo obj, Connection con) throws SQLException { String query = "delete from PAR_FASCICOLO where IDFASCICOLO=? and IDUNITADOC=? "; java.sql.PreparedStatement st = con.prepareStatement(query); try { - log.debug(query); + log.debug("{}", query); st.setLong(1, obj.getIdfascicolo()); st.setLong(2, obj.getIdunitadoc()); int updates = st.executeUpdate(); @@ -591,11 +588,11 @@ public int insertPrepared(ParFascicolo obj, Connection con) throws SQLException } try { - log.debug(prepQuery); + log.debug("{}", prepQuery); int updates = pst.executeUpdate(); return updates; } catch (SQLException e) { - log.error("Failed query:" + prepQuery); + log.error("Failed query: {}", prepQuery, e); throw e; } finally { if (pst != null) { diff --git a/src/main/java/net/datasiel/simpaweb/db/dao/ParUnitadocDAO.java b/src/main/java/net/datasiel/simpaweb/db/dao/ParUnitadocDAO.java index a50ea6c..05c05e5 100644 --- a/src/main/java/net/datasiel/simpaweb/db/dao/ParUnitadocDAO.java +++ b/src/main/java/net/datasiel/simpaweb/db/dao/ParUnitadocDAO.java @@ -169,15 +169,12 @@ public void getFromResultSet(ParUnitadoc obj, ResultSet r) throws SQLException { */ public ParUnitadoc retrieveByKey(Long idunitadoc, Connection con) throws SQLException { - // String query = "select * from PAR_UNITADOC"+" where IDUNITADOC="+idunitadoc; String query = "select * from PAR_UNITADOC" + " where IDUNITADOC=?"; - // java.sql.Statement st = con.createStatement(); java.sql.PreparedStatement st = con.prepareStatement(query); st.setLong(1, idunitadoc); ResultSet r = null; try { - log.info(query + " - [" + idunitadoc + "]"); - // ResultSet r = st.executeQuery(query); + log.info("{} - [{}]", query, idunitadoc); r = st.executeQuery(); ParUnitadoc obj = null; if (r.next()) { @@ -212,7 +209,7 @@ public java.util.List retrieveWhere(String where, String orderByCla java.sql.Statement st = con.createStatement(); ResultSet r = null; try { - log.debug(query); + log.debug("{}", query); r = st.executeQuery(query); while (r.next()) { curRow = new ParUnitadoc(); @@ -245,7 +242,7 @@ public java.util.List retrieveWhere(String where, Connection con) t java.sql.Statement st = con.createStatement(); ResultSet r = null; try { - log.debug(query); + log.debug("{}", query); r = st.executeQuery(query); while (r.next()) { curRow = new ParUnitadoc(); @@ -410,11 +407,11 @@ public int update(ParUnitadoc obj, Connection con) throws SQLException { pst.setLong(indice++, obj.getIdunitadoc()); try { - log.debug(preparedQuery); + log.debug("{}", preparedQuery); int updates = pst.executeUpdate(); return updates; } catch (SQLException e) { - log.error("Failed query:" + preparedQuery); + log.error("Failed query: {}", preparedQuery, e); throw e; } finally { if (pst != null) { @@ -567,11 +564,11 @@ public int updateWhere(ParUnitadoc obj, String where, Connection con) throws SQL pst.setString(indice++, obj.getCdVersioneXSD()); try { - log.debug(preparedQuery); + log.debug("{}", preparedQuery); int updates = pst.executeUpdate(); return updates; } catch (SQLException e) { - log.error("Failed query:" + preparedQuery); + log.error("Failed query: {}", preparedQuery, e); throw e; } finally { if (pst != null) { @@ -587,7 +584,7 @@ public int delete(ParUnitadoc obj, Connection con) throws SQLException { String query = "delete from PAR_UNITADOC where IDUNITADOC=?"; java.sql.PreparedStatement st = con.prepareStatement(query); try { - log.debug(query); + log.debug("{}", query); st.setLong(1, obj.getIdunitadoc()); int updates = st.executeUpdate(); return updates; @@ -605,7 +602,7 @@ public int deleteByIdUd(Long idUd, Connection con) throws SQLException { String query = "delete from PAR_UNITADOC where IDUNITADOC = ?"; java.sql.PreparedStatement st = con.prepareStatement(query); try { - log.debug(query); + log.debug("{}", query); st.setLong(1, idUd); int updates = st.executeUpdate(); return updates; @@ -632,7 +629,7 @@ public java.util.List getParUnitadocsByIdutenteIdStrut(Long idutent java.sql.Statement st = con.createStatement(); ResultSet r = null; try { - log.debug(query); + log.debug("{}", query); r = st.executeQuery(query); while (r.next()) { curRow = new ParUnitadoc(); @@ -667,7 +664,7 @@ public java.util.List getParUnitadocsByIdutenteIdStrut(Long idutent java.sql.Statement st = con.createStatement(); ResultSet r = null; try { - log.debug(query); + log.debug("{}", query); r = st.executeQuery(query); while (r.next()) { curRow = new ParUnitadoc(); @@ -727,10 +724,7 @@ public java.util.List getRelatedParFascicoloByIdunitadoc(Long idun public ParUnitadoc retrieveByIndex(Long idunitadoc, Long idutente, Long idStrut, Connection con) throws SQLException { - // String query = "select * from PAR_UNITADOC"+" where IDUNITADOC="+idunitadoc+" and IDUTENTE="+idutente+" and - // ID_STRUT="+idStrut; String query = "select * from PAR_UNITADOC" + " where IDUNITADOC=?" + " and IDUTENTE=?" + " and ID_STRUT=?"; - // java.sql.Statement st = con.createStatement(); java.sql.PreparedStatement st = con.prepareStatement(query); st.setLong(1, idunitadoc); st.setLong(2, idutente); @@ -738,7 +732,6 @@ public ParUnitadoc retrieveByIndex(Long idunitadoc, Long idutente, Long idStrut, ResultSet r = null; try { log.debug(query); - // ResultSet r = st.executeQuery(query); r = st.executeQuery(); ParUnitadoc obj = null; if (r.next()) { @@ -1058,11 +1051,11 @@ public int insertPrepared(ParUnitadoc obj, Connection con) throws SQLException { } try { - log.debug(prepQuery); + log.debug("{}", prepQuery); int updates = pst.executeUpdate(); return updates; } catch (SQLException e) { - log.error("Failed query:" + prepQuery); + log.error("Failed query: {}", prepQuery, e); throw e; } finally { if (pst != null) { diff --git a/src/main/java/net/datasiel/simpaweb/db/dao/ParValoredatispecificiDAO.java b/src/main/java/net/datasiel/simpaweb/db/dao/ParValoredatispecificiDAO.java index e9381c8..1e42e03 100644 --- a/src/main/java/net/datasiel/simpaweb/db/dao/ParValoredatispecificiDAO.java +++ b/src/main/java/net/datasiel/simpaweb/db/dao/ParValoredatispecificiDAO.java @@ -99,15 +99,12 @@ public void getFromResultSet(ParValoredatispecifici obj, ResultSet r) throws SQL */ public ParValoredatispecifici retrieveByKey(Long idvaloredatispecifici, Connection con) throws SQLException { - // String query = "select * from PAR_VALOREDATISPECIFICI"+" where IDVALOREDATISPECIFICI="+idvaloredatispecifici; String query = "select * from PAR_VALOREDATISPECIFICI" + " where IDVALOREDATISPECIFICI=?"; - // java.sql.Statement st = con.createStatement(); java.sql.PreparedStatement st = con.prepareStatement(query); st.setLong(1, idvaloredatispecifici); ResultSet r = null; try { - log.info(query + "[" + idvaloredatispecifici + "]"); - // ResultSet r = st.executeQuery(query); + log.info("{} [{}]", query, idvaloredatispecifici); r = st.executeQuery(); ParValoredatispecifici obj = null; if (r.next()) { @@ -142,7 +139,7 @@ public java.util.List retrieveWhere(String where, String java.sql.Statement st = con.createStatement(); ResultSet r = null; try { - log.debug(query); + log.debug("{}", query); r = st.executeQuery(query); while (r.next()) { curRow = new ParValoredatispecifici(); @@ -175,7 +172,7 @@ public java.util.List retrieveWhere(String where, Connec java.sql.Statement st = con.createStatement(); ResultSet r = null; try { - log.debug(query); + log.debug("{}", query); r = st.executeQuery(query); while (r.next()) { curRow = new ParValoredatispecifici(); @@ -244,11 +241,11 @@ public int update(ParValoredatispecifici obj, Connection con) throws SQLExceptio pst.setLong(indice++, obj.getIdvaloredatispecifici()); try { - log.info(preparedQuery); + log.info("{}", preparedQuery); int updates = pst.executeUpdate(); return updates; } catch (SQLException e) { - log.error("Failed query:" + preparedQuery); + log.error("Failed query: {}", preparedQuery, e); throw e; } finally { if (pst != null) { @@ -309,11 +306,11 @@ public int updateWhere(ParValoredatispecifici obj, String where, Connection con) } try { - log.debug(preparedQuery); + log.debug("{}", preparedQuery); int updates = pst.executeUpdate(); return updates; } catch (SQLException e) { - log.error("Failed query:" + preparedQuery); + log.error("Failed query: {}", preparedQuery, e); throw e; } finally { if (pst != null) { @@ -329,7 +326,7 @@ public int delete(ParValoredatispecifici obj, Connection con) throws SQLExceptio String query = "delete from PAR_VALOREDATISPECIFICI where IDVALOREDATISPECIFICI=?"; java.sql.PreparedStatement st = con.prepareStatement(query); try { - log.info(query); + log.info("{}", query); st.setLong(1, obj.getIdvaloredatispecifici()); int updates = st.executeUpdate(); return updates; @@ -347,7 +344,7 @@ public int deleteByIdDatiSpec(Long idDatiSpec, Connection con) throws SQLExcepti String query = "delete from PAR_VALOREDATISPECIFICI where IDDATISPECIFICI=?"; java.sql.PreparedStatement st = con.prepareStatement(query); try { - log.debug(query); + log.debug("{}", query); st.setLong(1, idDatiSpec); int updates = st.executeUpdate(); return updates; @@ -380,7 +377,7 @@ public java.util.List getParValoredatispecificisByIddati java.sql.PreparedStatement st = con.prepareStatement(query); ResultSet r = null; try { - log.debug(query); + log.debug("{}", query); st.setLong(1, iddatispecifici); r = st.executeQuery(); while (r.next()) { @@ -416,7 +413,7 @@ public java.util.List getParValoredatispecificisByIddati java.sql.Statement st = con.createStatement(); ResultSet r = null; try { - log.debug(query); + log.debug("{}", query); r = st.executeQuery(query); while (r.next()) { curRow = new ParValoredatispecifici(); @@ -440,18 +437,14 @@ public java.util.List getParValoredatispecificisByIddati public ParValoredatispecifici retrieveByIndex(Long idvaloredatispecifici, Long iddatispecifici, Connection con) throws SQLException { - // String query = "select * from PAR_VALOREDATISPECIFICI"+" where - // IDVALOREDATISPECIFICI="+idvaloredatispecifici+" and IDDATISPECIFICI="+iddatispecifici; String query = "select * from PAR_VALOREDATISPECIFICI" + " where IDVALOREDATISPECIFICI=?" + " and IDDATISPECIFICI=?"; - // java.sql.Statement st = con.createStatement(); java.sql.PreparedStatement st = con.prepareStatement(query); st.setLong(1, idvaloredatispecifici); st.setLong(2, iddatispecifici); ResultSet r = null; try { - log.debug(query); - // ResultSet r = st.executeQuery(query); + log.debug("{}", query); r = st.executeQuery(); ParValoredatispecifici obj = null; if (r.next()) { @@ -520,11 +513,11 @@ public int updateByIndex(ParValoredatispecifici obj, Connection con) throws SQLE pst.setLong(indice++, obj.getIddatispecifici()); try { - log.info(preparedQuery); + log.info("{}", preparedQuery); int updates = pst.executeUpdate(); return updates; } catch (SQLException e) { - log.error("Failed query:" + preparedQuery); + log.error("Failed query: {}", preparedQuery, e); throw e; } finally { if (pst != null) { @@ -597,11 +590,11 @@ public int insertPrepared(ParValoredatispecifici obj, Connection con) throws SQL pst.setString(indice++, obj.getCdVersioneXSD()); } try { - log.debug(prepQuery); + log.debug("{}", prepQuery); int updates = pst.executeUpdate(); return updates; } catch (SQLException e) { - log.error("Failed query:" + prepQuery); + log.error("Failed query: {}", prepQuery); throw e; } finally { if (pst != null) { diff --git a/src/main/java/net/datasiel/simpaweb/db/dao/SLLogEventoLoginUserDAO.java b/src/main/java/net/datasiel/simpaweb/db/dao/SLLogEventoLoginUserDAO.java index dfb46eb..5aaacde 100644 --- a/src/main/java/net/datasiel/simpaweb/db/dao/SLLogEventoLoginUserDAO.java +++ b/src/main/java/net/datasiel/simpaweb/db/dao/SLLogEventoLoginUserDAO.java @@ -69,11 +69,11 @@ public int insertPrepared(SLLogEventoLoginUser obj, Connection con) throws SQLEx pst.setString(indice++, obj.getCdIDEsterno()); try { - log.debug(prepQuery); + log.debug("{}", prepQuery); int updates = pst.executeUpdate(); return updates; } catch (SQLException e) { - log.error("Failed query:" + prepQuery); + log.error("Failed query: {}", prepQuery, e); throw e; } finally { if (pst != null) { diff --git a/src/main/java/net/datasiel/simpaweb/db/dao/SLLogLoginUserDAO.java b/src/main/java/net/datasiel/simpaweb/db/dao/SLLogLoginUserDAO.java index 1db724f..d9fef37 100644 --- a/src/main/java/net/datasiel/simpaweb/db/dao/SLLogLoginUserDAO.java +++ b/src/main/java/net/datasiel/simpaweb/db/dao/SLLogLoginUserDAO.java @@ -69,11 +69,11 @@ public int insertPrepared(SLLogLoginUser obj, Connection con) throws SQLExceptio pst.setString(indice++, obj.getTipoUtenteAuth()); try { - log.debug(prepQuery); + log.debug("{}", prepQuery); int updates = pst.executeUpdate(); return updates; } catch (SQLException e) { - log.error("Failed query:" + prepQuery); + log.error("Failed query: {}", prepQuery, e); throw e; } finally { if (pst != null) { diff --git a/src/main/java/net/datasiel/simpaweb/db/dao/VDecAttribDatiSpecDAO.java b/src/main/java/net/datasiel/simpaweb/db/dao/VDecAttribDatiSpecDAO.java index 154b58f..fe5038e 100644 --- a/src/main/java/net/datasiel/simpaweb/db/dao/VDecAttribDatiSpecDAO.java +++ b/src/main/java/net/datasiel/simpaweb/db/dao/VDecAttribDatiSpecDAO.java @@ -134,11 +134,11 @@ public int insertPrepared(VDecAttribDatiSpec obj, Connection con) throws SQLExce } try { - log.debug(prepQuery); + log.debug("{}", prepQuery); int updates = pst.executeUpdate(); return updates; } catch (SQLException e) { - log.error("Failed query:" + prepQuery); + log.error("Failed query: {}", prepQuery, e); throw e; } finally { if (pst != null) { diff --git a/src/main/java/net/datasiel/simpaweb/db/dao/VDecEstensioneFileDAO.java b/src/main/java/net/datasiel/simpaweb/db/dao/VDecEstensioneFileDAO.java index 7379a54..bfa5ac8 100644 --- a/src/main/java/net/datasiel/simpaweb/db/dao/VDecEstensioneFileDAO.java +++ b/src/main/java/net/datasiel/simpaweb/db/dao/VDecEstensioneFileDAO.java @@ -19,7 +19,7 @@ /** * VDecEstensioneFile - * + * * WARNING! Automatically generated file! * Do not edit! */ @@ -83,11 +83,11 @@ public int insertPrepared(VDecEstensioneFile obj, Connection con) throws SQLExce pst.setString(indice++, obj.getCdEstensioneFile()); try { - log.debug(prepQuery); + log.debug("{}", prepQuery); int updates = pst.executeUpdate(); return updates; } catch (SQLException e) { - log.error("Failed query:" + prepQuery); + log.error("Failed query: {}", prepQuery, e); throw e; } finally { if (pst != null) diff --git a/src/main/java/net/datasiel/simpaweb/db/dao/VDecFormatoFileAmmessoDAO.java b/src/main/java/net/datasiel/simpaweb/db/dao/VDecFormatoFileAmmessoDAO.java index 6d39df4..eecae01 100644 --- a/src/main/java/net/datasiel/simpaweb/db/dao/VDecFormatoFileAmmessoDAO.java +++ b/src/main/java/net/datasiel/simpaweb/db/dao/VDecFormatoFileAmmessoDAO.java @@ -92,11 +92,11 @@ public int insertPrepared(VDecFormatoFileAmmesso obj, Connection con) throws SQL } try { - log.debug(prepQuery); + log.debug("{}", prepQuery); int updates = pst.executeUpdate(); return updates; } catch (SQLException e) { - log.error("Failed query:" + prepQuery); + log.error("Failed query: {}", prepQuery, e); throw e; } finally { if (pst != null) { diff --git a/src/main/java/net/datasiel/simpaweb/db/dao/VDecFormatoFileBustaDAO.java b/src/main/java/net/datasiel/simpaweb/db/dao/VDecFormatoFileBustaDAO.java index 355f83c..bbed309 100644 --- a/src/main/java/net/datasiel/simpaweb/db/dao/VDecFormatoFileBustaDAO.java +++ b/src/main/java/net/datasiel/simpaweb/db/dao/VDecFormatoFileBustaDAO.java @@ -84,11 +84,11 @@ public int insertPrepared(VDecFormatoFileBusta obj, Connection con) throws SQLEx pst.setString(indice++, obj.getTiFormatoFirmaMarca()); try { - log.debug(prepQuery); + log.debug("{}", prepQuery); int updates = pst.executeUpdate(); return updates; } catch (SQLException e) { - log.error("Failed query:" + prepQuery); + log.error("Failed query: {}", prepQuery, e); throw e; } finally { if (pst != null) { diff --git a/src/main/java/net/datasiel/simpaweb/db/dao/VDecFormatoFileDocDAO.java b/src/main/java/net/datasiel/simpaweb/db/dao/VDecFormatoFileDocDAO.java index 0ce08c6..b01e977 100644 --- a/src/main/java/net/datasiel/simpaweb/db/dao/VDecFormatoFileDocDAO.java +++ b/src/main/java/net/datasiel/simpaweb/db/dao/VDecFormatoFileDocDAO.java @@ -90,22 +90,22 @@ public int insertPrepared(VDecFormatoFileDoc obj, Connection con) throws SQLExce pst.setString(indice++, obj.getDsFormatoFileDoc()); pst.setString(indice++, obj.getCdVersione()); if (obj.getDtIstituz() != null) { - pst.setObject(indice++, new java.sql.Date(((java.util.Date) obj.getDtIstituz()).getTime())); + pst.setObject(indice++, new java.sql.Date((obj.getDtIstituz()).getTime())); } else { pst.setObject(indice++, null); } if (obj.getDtSoppres() != null) { - pst.setObject(indice++, new java.sql.Date(((java.util.Date) obj.getDtSoppres()).getTime())); + pst.setObject(indice++, new java.sql.Date((obj.getDtSoppres()).getTime())); } else { pst.setObject(indice++, null); } try { - log.debug(prepQuery); + log.debug("{}", prepQuery); int updates = pst.executeUpdate(); return updates; } catch (SQLException e) { - log.error("Failed query:" + prepQuery); + log.error("Failed query: {}", prepQuery, e); throw e; } finally { if (pst != null) { diff --git a/src/main/java/net/datasiel/simpaweb/db/dao/VDecFormatoFileStandardDAO.java b/src/main/java/net/datasiel/simpaweb/db/dao/VDecFormatoFileStandardDAO.java index 34e0a0b..64dfc44 100644 --- a/src/main/java/net/datasiel/simpaweb/db/dao/VDecFormatoFileStandardDAO.java +++ b/src/main/java/net/datasiel/simpaweb/db/dao/VDecFormatoFileStandardDAO.java @@ -84,11 +84,11 @@ public int insertPrepared(VDecFormatoFileStandard obj, Connection con) throws SQ pst.setString(indice++, obj.getFlFormatoConcat()); try { - log.debug(prepQuery); + log.debug("{}", prepQuery); int updates = pst.executeUpdate(); return updates; } catch (SQLException e) { - log.error("Failed query:" + prepQuery); + log.error("Failed query: {}", prepQuery, e); throw e; } finally { if (pst != null) { diff --git a/src/main/java/net/datasiel/simpaweb/db/dao/VDecRegistroUnitaDocDAO.java b/src/main/java/net/datasiel/simpaweb/db/dao/VDecRegistroUnitaDocDAO.java index daa96aa..ef56873 100644 --- a/src/main/java/net/datasiel/simpaweb/db/dao/VDecRegistroUnitaDocDAO.java +++ b/src/main/java/net/datasiel/simpaweb/db/dao/VDecRegistroUnitaDocDAO.java @@ -102,11 +102,11 @@ public int insertPrepared(VDecRegistroUnitaDoc obj, Connection con) throws SQLEx pst.setLong(indice++, obj.getIdUserIam()); try { - log.debug(prepQuery); + log.debug("{}", prepQuery); int updates = pst.executeUpdate(); return updates; } catch (SQLException e) { - log.error("Failed query:" + prepQuery); + log.error("Failed query: {}", prepQuery, e); throw e; } finally { if (pst != null) { diff --git a/src/main/java/net/datasiel/simpaweb/db/dao/VDecTipoCompDocDAO.java b/src/main/java/net/datasiel/simpaweb/db/dao/VDecTipoCompDocDAO.java index 9de1760..0aea10b 100644 --- a/src/main/java/net/datasiel/simpaweb/db/dao/VDecTipoCompDocDAO.java +++ b/src/main/java/net/datasiel/simpaweb/db/dao/VDecTipoCompDocDAO.java @@ -90,22 +90,22 @@ public int insertPrepared(VDecTipoCompDoc obj, Connection con) throws SQLExcepti pst.setString(indice++, obj.getDsTipoCompDoc()); pst.setString(indice++, obj.getTiUsoCompDoc()); if (obj.getDtIstituz() != null) { - pst.setObject(indice++, new java.sql.Date(((java.util.Date) obj.getDtIstituz()).getTime())); + pst.setObject(indice++, new java.sql.Date((obj.getDtIstituz()).getTime())); } else { pst.setObject(indice++, null); } if (obj.getDtSoppres() != null) { - pst.setObject(indice++, new java.sql.Date(((java.util.Date) obj.getDtSoppres()).getTime())); + pst.setObject(indice++, new java.sql.Date((obj.getDtSoppres()).getTime())); } else { pst.setObject(indice++, null); } try { - log.debug(prepQuery); + log.debug("{}", prepQuery); int updates = pst.executeUpdate(); return updates; } catch (SQLException e) { - log.error("Failed query:" + prepQuery); + log.error("Failed query: {}", prepQuery, e); throw e; } finally { if (pst != null) { diff --git a/src/main/java/net/datasiel/simpaweb/db/dao/VDecTipoDocAmmessoDAO.java b/src/main/java/net/datasiel/simpaweb/db/dao/VDecTipoDocAmmessoDAO.java index 7f4ec3c..104931e 100644 --- a/src/main/java/net/datasiel/simpaweb/db/dao/VDecTipoDocAmmessoDAO.java +++ b/src/main/java/net/datasiel/simpaweb/db/dao/VDecTipoDocAmmessoDAO.java @@ -96,11 +96,11 @@ public int insertPrepared(VDecTipoDocAmmesso obj, Connection con) throws SQLExce pst.setString(indice++, obj.getFlObbl()); try { - log.debug(prepQuery); + log.debug("{}", prepQuery); int updates = pst.executeUpdate(); return updates; } catch (SQLException e) { - log.error("Failed query:" + prepQuery); + log.error("Failed query: {}", prepQuery, e); throw e; } finally { if (pst != null) { diff --git a/src/main/java/net/datasiel/simpaweb/db/dao/VDecTipoDocDAO.java b/src/main/java/net/datasiel/simpaweb/db/dao/VDecTipoDocDAO.java index e0dbbcc..4b34c0c 100644 --- a/src/main/java/net/datasiel/simpaweb/db/dao/VDecTipoDocDAO.java +++ b/src/main/java/net/datasiel/simpaweb/db/dao/VDecTipoDocDAO.java @@ -106,11 +106,11 @@ public int insertPrepared(VDecTipoDoc obj, Connection con) throws SQLException { pst.setLong(indice++, obj.getIdUserIam()); try { - log.debug(prepQuery); + log.debug("{}", prepQuery); int updates = pst.executeUpdate(); return updates; } catch (SQLException e) { - log.error("Failed query:" + prepQuery); + log.error("Failed query: {}", prepQuery); throw e; } finally { if (pst != null) { diff --git a/src/main/java/net/datasiel/simpaweb/db/dao/VDecTipoRapprCompDAO.java b/src/main/java/net/datasiel/simpaweb/db/dao/VDecTipoRapprCompDAO.java index c71cf4b..7199e94 100644 --- a/src/main/java/net/datasiel/simpaweb/db/dao/VDecTipoRapprCompDAO.java +++ b/src/main/java/net/datasiel/simpaweb/db/dao/VDecTipoRapprCompDAO.java @@ -88,22 +88,22 @@ public int insertPrepared(VDecTipoRapprComp obj, Connection con) throws SQLExcep pst.setString(indice++, obj.getNmTipoRapprComp()); pst.setString(indice++, obj.getDsTipoRapprComp()); if (obj.getDtIstituz() != null) { - pst.setObject(indice++, new java.sql.Date(((java.util.Date) obj.getDtIstituz()).getTime())); + pst.setObject(indice++, new java.sql.Date((obj.getDtIstituz()).getTime())); } else { pst.setObject(indice++, null); } if (obj.getDtSoppres() != null) { - pst.setObject(indice++, new java.sql.Date(((java.util.Date) obj.getDtSoppres()).getTime())); + pst.setObject(indice++, new java.sql.Date((obj.getDtSoppres()).getTime())); } else { pst.setObject(indice++, null); } try { - log.debug(prepQuery); + log.debug("{}", prepQuery); int updates = pst.executeUpdate(); return updates; } catch (SQLException e) { - log.error("Failed query:" + prepQuery); + log.error("Failed query: {}", prepQuery, e); throw e; } finally { if (pst != null) { diff --git a/src/main/java/net/datasiel/simpaweb/db/dao/VDecTipoStrutDocDAO.java b/src/main/java/net/datasiel/simpaweb/db/dao/VDecTipoStrutDocDAO.java index bef09f9..34c6d7f 100644 --- a/src/main/java/net/datasiel/simpaweb/db/dao/VDecTipoStrutDocDAO.java +++ b/src/main/java/net/datasiel/simpaweb/db/dao/VDecTipoStrutDocDAO.java @@ -99,11 +99,11 @@ public int insertPrepared(VDecTipoStrutDoc obj, Connection con) throws SQLExcept } try { - log.debug(prepQuery); + log.debug("{}", prepQuery); int updates = pst.executeUpdate(); return updates; } catch (SQLException e) { - log.error("Failed query:" + prepQuery); + log.error("Failed query: {}", prepQuery, e); throw e; } finally { if (pst != null) { diff --git a/src/main/java/net/datasiel/simpaweb/db/dao/VDecTipoStrutUnitaDocDAO.java b/src/main/java/net/datasiel/simpaweb/db/dao/VDecTipoStrutUnitaDocDAO.java index 0004559..4e48336 100644 --- a/src/main/java/net/datasiel/simpaweb/db/dao/VDecTipoStrutUnitaDocDAO.java +++ b/src/main/java/net/datasiel/simpaweb/db/dao/VDecTipoStrutUnitaDocDAO.java @@ -88,22 +88,22 @@ public int insertPrepared(VDecTipoStrutUnitaDoc obj, Connection con) throws SQLE pst.setString(indice++, obj.getNmTipoStrutUnitaDoc()); pst.setString(indice++, obj.getDsTipoStrutUnitaDoc()); if (obj.getDtIstituz() != null) { - pst.setObject(indice++, new java.sql.Date(((java.util.Date) obj.getDtIstituz()).getTime())); + pst.setObject(indice++, new java.sql.Date((obj.getDtIstituz()).getTime())); } else { pst.setObject(indice++, null); } if (obj.getDtSoppres() != null) { - pst.setObject(indice++, new java.sql.Date(((java.util.Date) obj.getDtSoppres()).getTime())); + pst.setObject(indice++, new java.sql.Date((obj.getDtSoppres()).getTime())); } else { pst.setObject(indice++, null); } try { - log.debug(prepQuery); + log.debug("{}", prepQuery); int updates = pst.executeUpdate(); return updates; } catch (SQLException e) { - log.error("Failed query:" + prepQuery); + log.error("Failed query: {}", prepQuery, e); throw e; } finally { if (pst != null) { diff --git a/src/main/java/net/datasiel/simpaweb/db/dao/VDecTipoUnitaDocAmmessoDAO.java b/src/main/java/net/datasiel/simpaweb/db/dao/VDecTipoUnitaDocAmmessoDAO.java index e08ec94..c2603d8 100644 --- a/src/main/java/net/datasiel/simpaweb/db/dao/VDecTipoUnitaDocAmmessoDAO.java +++ b/src/main/java/net/datasiel/simpaweb/db/dao/VDecTipoUnitaDocAmmessoDAO.java @@ -92,11 +92,11 @@ public int insertPrepared(VDecTipoUnitaDocAmmesso obj, Connection con) throws SQ } try { - log.debug(prepQuery); + log.debug("{}", prepQuery); int updates = pst.executeUpdate(); return updates; } catch (SQLException e) { - log.error("Failed query:" + prepQuery); + log.error("Failed query: {}", prepQuery, e); throw e; } finally { if (pst != null) { diff --git a/src/main/java/net/datasiel/simpaweb/db/dao/VDecTipoUnitaDocDAO.java b/src/main/java/net/datasiel/simpaweb/db/dao/VDecTipoUnitaDocDAO.java index 88a7e35..b501918 100644 --- a/src/main/java/net/datasiel/simpaweb/db/dao/VDecTipoUnitaDocDAO.java +++ b/src/main/java/net/datasiel/simpaweb/db/dao/VDecTipoUnitaDocDAO.java @@ -109,11 +109,11 @@ public int insertPrepared(VDecTipoUnitaDoc obj, Connection con) throws SQLExcept pst.setLong(indice++, obj.getIdUserIam()); try { - log.debug(prepQuery); + log.debug("{}", prepQuery); int updates = pst.executeUpdate(); return updates; } catch (SQLException e) { - log.error("Failed query:" + prepQuery); + log.error("Failed query: {}", prepQuery, e); throw e; } finally { if (pst != null) { diff --git a/src/main/java/net/datasiel/simpaweb/db/dao/VDecXsdAttribDatiSpecDAO.java b/src/main/java/net/datasiel/simpaweb/db/dao/VDecXsdAttribDatiSpecDAO.java index cfedf69..764ff1e 100644 --- a/src/main/java/net/datasiel/simpaweb/db/dao/VDecXsdAttribDatiSpecDAO.java +++ b/src/main/java/net/datasiel/simpaweb/db/dao/VDecXsdAttribDatiSpecDAO.java @@ -102,11 +102,11 @@ public int insertPrepared(VDecXsdAttribDatiSpec obj, Connection con) throws SQLE } try { - log.debug(prepQuery); + log.debug("{}", prepQuery); int updates = pst.executeUpdate(); return updates; } catch (SQLException e) { - log.error("Failed query:" + prepQuery); + log.error("Failed query: {}", prepQuery, e); throw e; } finally { if (pst != null) { diff --git a/src/main/java/net/datasiel/simpaweb/db/dao/VDecXsdDatiSpecDAO.java b/src/main/java/net/datasiel/simpaweb/db/dao/VDecXsdDatiSpecDAO.java index 7fc61bb..f12cd7e 100644 --- a/src/main/java/net/datasiel/simpaweb/db/dao/VDecXsdDatiSpecDAO.java +++ b/src/main/java/net/datasiel/simpaweb/db/dao/VDecXsdDatiSpecDAO.java @@ -133,11 +133,11 @@ public int insertPrepared(VDecXsdDatiSpec obj, Connection con) throws SQLExcepti } try { - log.debug(prepQuery); + log.debug("{}", prepQuery); int updates = pst.executeUpdate(); return updates; } catch (SQLException e) { - log.error("Failed query:" + prepQuery); + log.error("Failed query: {}", prepQuery, e); throw e; } finally { if (pst != null) { diff --git a/src/main/java/net/datasiel/simpaweb/db/dao/VOrgStrutDAO.java b/src/main/java/net/datasiel/simpaweb/db/dao/VOrgStrutDAO.java index 5d78051..0c691c3 100644 --- a/src/main/java/net/datasiel/simpaweb/db/dao/VOrgStrutDAO.java +++ b/src/main/java/net/datasiel/simpaweb/db/dao/VOrgStrutDAO.java @@ -163,11 +163,11 @@ public int insertPrepared(VOrgStrut obj, Connection con) throws SQLException { pst.setString(indice++, obj.getFlAccettaContrFmtNeg()); try { - log.debug(prepQuery); + log.debug("{}", prepQuery); int updates = pst.executeUpdate(); return updates; } catch (SQLException e) { - log.error("Failed query:" + prepQuery); + log.error("Failed query: {}", prepQuery, e); throw e; } finally { if (pst != null) { diff --git a/src/main/java/net/datasiel/simpaweb/db/dao/VUsrIAMUserDAO.java b/src/main/java/net/datasiel/simpaweb/db/dao/VUsrIAMUserDAO.java index fb3140d..2a75037 100644 --- a/src/main/java/net/datasiel/simpaweb/db/dao/VUsrIAMUserDAO.java +++ b/src/main/java/net/datasiel/simpaweb/db/dao/VUsrIAMUserDAO.java @@ -56,15 +56,6 @@ public String isUserAuthenticated(String nmUserId, String password, Connection c boolean isEquals = false; String codedPassw = null; - /* - * SELECT DISTINCT CD_PWD, CD_SALT FROM V_USR_IAM WHERE NM_USERID=? AND FL_ATTIVO='1' - * - * java.sql.PreparedStatement st = con.prepareStatement(query); st.setLong (1 , idunitadoc); ResultSet r=null; - * try { log.debug(query); //ResultSet r = st.executeQuery(query); r=st.executeQuery(); ParUnitadoc obj = null; - * if (r.next()) { obj = new ParUnitadoc(); getFromResultSet(obj,r); } return obj; } finally { if(r!=null) - * r.close(); if(st!=null) st.close(); } - * - */ String sQuery = "SELECT DISTINCT CD_PWD, CD_SALT " + "FROM V_USR_IAM " + "WHERE NM_USERID=? " + "AND FL_ATTIVO='1'"; java.sql.PreparedStatement st = con.prepareStatement(sQuery); @@ -72,7 +63,6 @@ public String isUserAuthenticated(String nmUserId, String password, Connection c ResultSet r = null; try { log.debug(sQuery + " - [" + nmUserId + "]"); - // ResultSet r = st.executeQuery(query); r = st.executeQuery(); ParUnitadoc obj = null; if (r.next()) { @@ -87,7 +77,6 @@ public String isUserAuthenticated(String nmUserId, String password, Connection c } result = cdPwd.equals(codedPassw) ? password : null; - // result=cdPwd; } } finally { if (r != null) { diff --git a/src/main/java/net/datasiel/simpaweb/db/dao/VUsrVRicUserDAO.java b/src/main/java/net/datasiel/simpaweb/db/dao/VUsrVRicUserDAO.java index 4cb2fcd..aa27734 100644 --- a/src/main/java/net/datasiel/simpaweb/db/dao/VUsrVRicUserDAO.java +++ b/src/main/java/net/datasiel/simpaweb/db/dao/VUsrVRicUserDAO.java @@ -26,15 +26,10 @@ import java.sql.ResultSet; import java.sql.SQLException; -import org.slf4j.Logger; -import org.slf4j.LoggerFactory; - import net.datasiel.simpaweb.db.pojo.VUsrVRicUser; public class VUsrVRicUserDAO extends VUsrVRicUser { - private final Logger log = LoggerFactory.getLogger(VUsrVRicUserDAO.class); - private static final long serialVersionUID = 0L; public static String[] fieldNames = null; diff --git a/src/main/java/net/datasiel/simpaweb/db/dao/VorgAmbienteDAO.java b/src/main/java/net/datasiel/simpaweb/db/dao/VorgAmbienteDAO.java index 799be2e..cfbbbbd 100644 --- a/src/main/java/net/datasiel/simpaweb/db/dao/VorgAmbienteDAO.java +++ b/src/main/java/net/datasiel/simpaweb/db/dao/VorgAmbienteDAO.java @@ -30,7 +30,7 @@ public class VorgAmbienteDAO extends VOrgAmbiente { } /** - * + * */ private static final long serialVersionUID = 1L; diff --git a/src/main/java/net/datasiel/simpaweb/db/pojo/ParCollegamento.java b/src/main/java/net/datasiel/simpaweb/db/pojo/ParCollegamento.java index 480761e..9aa0dae 100644 --- a/src/main/java/net/datasiel/simpaweb/db/pojo/ParCollegamento.java +++ b/src/main/java/net/datasiel/simpaweb/db/pojo/ParCollegamento.java @@ -19,7 +19,7 @@ /** * ParCollegamento - * + * * WARNING! Automatically generated file! * Do not edit! */ diff --git a/src/main/java/net/datasiel/simpaweb/db/pojo/ParDocumento.java b/src/main/java/net/datasiel/simpaweb/db/pojo/ParDocumento.java index e8b6cc2..19257c4 100644 --- a/src/main/java/net/datasiel/simpaweb/db/pojo/ParDocumento.java +++ b/src/main/java/net/datasiel/simpaweb/db/pojo/ParDocumento.java @@ -19,7 +19,7 @@ /** * ParDocumento - * + * * WARNING! Automatically generated file! * Do not edit! */ diff --git a/src/main/java/net/datasiel/simpaweb/db/pojo/ParUnitadoc.java b/src/main/java/net/datasiel/simpaweb/db/pojo/ParUnitadoc.java index 61b5c5c..544bd89 100644 --- a/src/main/java/net/datasiel/simpaweb/db/pojo/ParUnitadoc.java +++ b/src/main/java/net/datasiel/simpaweb/db/pojo/ParUnitadoc.java @@ -19,7 +19,7 @@ /** * ParUnitadoc - * + * * WARNING! Automatically generated file! * Do not edit! */ diff --git a/src/main/java/net/datasiel/simpaweb/db/pojo/VOrgAmbiente.java b/src/main/java/net/datasiel/simpaweb/db/pojo/VOrgAmbiente.java index 7f9b86d..ce0b174 100644 --- a/src/main/java/net/datasiel/simpaweb/db/pojo/VOrgAmbiente.java +++ b/src/main/java/net/datasiel/simpaweb/db/pojo/VOrgAmbiente.java @@ -24,7 +24,7 @@ public class VOrgAmbiente implements Serializable { /** - * + * */ private static final long serialVersionUID = 1L; diff --git a/src/main/java/net/datasiel/simpaweb/db/pojo/VUsrAbilApplic.java b/src/main/java/net/datasiel/simpaweb/db/pojo/VUsrAbilApplic.java index a78907f..33d82dd 100644 --- a/src/main/java/net/datasiel/simpaweb/db/pojo/VUsrAbilApplic.java +++ b/src/main/java/net/datasiel/simpaweb/db/pojo/VUsrAbilApplic.java @@ -23,7 +23,7 @@ import com.manydesigns.elements.annotations.Required; /** - * + * * @author Moretti_Lu */ public class VUsrAbilApplic implements Serializable { diff --git a/src/main/java/net/datasiel/simpaweb/db/pojo/VUsrVRicUser.java b/src/main/java/net/datasiel/simpaweb/db/pojo/VUsrVRicUser.java index 2e505cd..e347f23 100644 --- a/src/main/java/net/datasiel/simpaweb/db/pojo/VUsrVRicUser.java +++ b/src/main/java/net/datasiel/simpaweb/db/pojo/VUsrVRicUser.java @@ -32,10 +32,10 @@ public class VUsrVRicUser implements Serializable { /* * ID_USER, NM_COGNOME_USER, NM_NOME_USER, FL_ATTIVO, NM_USERID, ID_APPLIC, ID_RUOLO, NM_RUOLO, ID_AMBIENTE, * ID_ENTE, ID_STRUT, NM_STRUT, CD_PSW, DT_SCAD_PSW - * + * * ID_USER_IAM, NM_COGNOME_USER, NM_NOME_USER, FL_ATTIVO, NM_USERID, CD_PWD, CD_SALT, NM_AMBIENTE, NM_ENTE, * ID_STRUT, NM_STRUT - * + * */ private static final long serialVersionUID = 1L; diff --git a/src/main/java/net/datasiel/simpaweb/db/vo/VDecTipoCompDocVO.java b/src/main/java/net/datasiel/simpaweb/db/vo/VDecTipoCompDocVO.java index 046b41a..3d4bdad 100644 --- a/src/main/java/net/datasiel/simpaweb/db/vo/VDecTipoCompDocVO.java +++ b/src/main/java/net/datasiel/simpaweb/db/vo/VDecTipoCompDocVO.java @@ -19,7 +19,7 @@ /** * V_dec_tipo_comp_doc - * + * * WARNING! Automatically generated file! * Do not edit! * Code Generator by J.A.Carter diff --git a/src/main/java/net/datasiel/simpaweb/db/vo/VDecTipoDocVO.java b/src/main/java/net/datasiel/simpaweb/db/vo/VDecTipoDocVO.java index 658a877..d00703a 100644 --- a/src/main/java/net/datasiel/simpaweb/db/vo/VDecTipoDocVO.java +++ b/src/main/java/net/datasiel/simpaweb/db/vo/VDecTipoDocVO.java @@ -60,9 +60,9 @@ public VDecTipoDocVO() { * ID dell'utente in IAM * @param con * Connessione a db - * + * * @return Numero di tipologie di documento trovate. - * + * * @throws SQLException */ public static int getNumeroTipiDoc(Long idTipoUnitaDoc, String strTiDoc, Long idUserIam, Connection con) @@ -110,9 +110,9 @@ public static int getNumeroTipiDoc(Long idTipoUnitaDoc, String strTiDoc, Long id * @param con * Connessione a db * @param fl_princ - * + * * @return L'elenco delle tipologie documentarie ammesse. - * + * * @throws SQLException */ public static List getListaTipiDoc(Long idTipoUnitaDoc, String strTiDoc, Long idUserIam, diff --git a/src/main/java/net/datasiel/simpaweb/db/vo/VDecXsdDatiSpecVO.java b/src/main/java/net/datasiel/simpaweb/db/vo/VDecXsdDatiSpecVO.java index f4bc9e2..b7d44b7 100644 --- a/src/main/java/net/datasiel/simpaweb/db/vo/VDecXsdDatiSpecVO.java +++ b/src/main/java/net/datasiel/simpaweb/db/vo/VDecXsdDatiSpecVO.java @@ -58,9 +58,9 @@ public VDecXsdDatiSpecVO() { * Identificativo della tipologia di UD * @param con * Connessione al db - * + * * @return True se devono essere gestiti dati specifici di UD, false altrimenti. - * + * * @throws SQLException */ public static boolean sonoPresentiDatiSpecificiUD(Long idStrut, Long idTipoUnitaDoc, Connection con) diff --git a/src/main/java/net/datasiel/simpaweb/db/vo/VOrgAmbienteVO.java b/src/main/java/net/datasiel/simpaweb/db/vo/VOrgAmbienteVO.java index 11bd58c..201c9b6 100644 --- a/src/main/java/net/datasiel/simpaweb/db/vo/VOrgAmbienteVO.java +++ b/src/main/java/net/datasiel/simpaweb/db/vo/VOrgAmbienteVO.java @@ -31,7 +31,7 @@ public class VOrgAmbienteVO extends VorgAmbienteDAO { /** - * + * */ private static final long serialVersionUID = 1L; private static final Logger log = LoggerFactory.getLogger(VOrgAmbienteVO.class); diff --git a/src/main/java/net/datasiel/simpaweb/elements/ElementsHelper.java b/src/main/java/net/datasiel/simpaweb/elements/ElementsHelper.java index 8b6194f..5e1cb57 100644 --- a/src/main/java/net/datasiel/simpaweb/elements/ElementsHelper.java +++ b/src/main/java/net/datasiel/simpaweb/elements/ElementsHelper.java @@ -49,12 +49,12 @@ public class ElementsHelper { /*************************************************************** - * + * * INIZIO PARTE CREAZIONE FORM - * + * ***************************************************************/ - static public Form buildIdFascicolo(String prefix) { + public static Form buildIdFascicolo(String prefix) { Form form = null; form = new FormBuilder(ParFascicolo.class).configPrefix(prefix).configFields("idfascicolo") .configMode(Mode.HIDDEN).build(); @@ -103,15 +103,15 @@ public static Element buildSearchFormVersamenti(SelectionProvider selTipoUnitaDo } /*************************************************************** - * + * * FINE PARTE CREAZIONE FORM - * + * ***************************************************************/ /*************************************************************** - * + * * INIZIO PARTE CREAZIONE SELECTION PROVIDER - * + * ***************************************************************/ public static DefaultSelectionProvider getTipiRegUniDoc(Long idStruttura, Long idUser, Connection con) @@ -304,19 +304,7 @@ public static String getNomeTipoStrutturaFromId(Long idTipoStruttura, Connection public static DefaultSelectionProvider getFormatiFile(Long idStrut, Connection con) throws SQLException { StringBuilder prepQuery = new StringBuilder(); - /* - * SELECT ID_FORMATO_FILE_DOC, NM_FORMATO_FILE_DOC||' - '||DS_FORMATO_FILE_DOC, ID_TIPO_COMP_DOC, - * NM_TIPO_COMP_DOC FROM V_DEC_TIPO_COMP_DOC WHERE ID_STRUT=41 ORDER BY 4,2; - * prepQuery.append(" SELECT R.ID_FORMATO_FILE_DOC ID_FORMATO, "); - * prepQuery.append(" R.NM_FORMATO_FILE_DOC||' - '|| R.DS_FORMATO_FILE_DOC NOME_FORMATO, "); - * prepQuery.append(" U.ID_TIPO_COMP_DOC ID_TIPO_COMP_DOC, "); - * prepQuery.append(" U.NM_TIPO_COMP_DOC NOME_TIPO_COMP_DOC "); - * prepQuery.append(" FROM V_DEC_FORMATO_FILE_AMMESSO A "); - * prepQuery.append(" JOIN V_DEC_FORMATO_FILE_DOC R ON R.ID_FORMATO_FILE_DOC = A.ID_FORMATO_FILE_DOC "); - * prepQuery.append(" JOIN V_DEC_TIPO_COMP_DOC U ON U.ID_TIPO_COMP_DOC = A.ID_TIPO_COMP_DOC "); if - * (idTipoStrutDoc!=null) prepQuery.append(" WHERE U.ID_TIPO_STRUT_DOC =?"); - * prepQuery.append(" ORDER BY NOME_TIPO_COMP_DOC, NOME_FORMATO"); - */ + prepQuery.append( "SELECT ID_FORMATO_FILE_DOC ID_FORMATO, NM_FORMATO_FILE_DOC||' - '||DS_FORMATO_FILE_DOC NOME_FORMATO, ID_TIPO_COMP_DOC, NM_TIPO_COMP_DOC "); prepQuery.append("FROM V_DEC_TIPO_COMP_DOC "); @@ -344,9 +332,9 @@ public static DefaultSelectionProvider getFormatiFile(Long idStrut, Connection c } /*************************************************************** - * + * * FINE PARTE CREAZIONE SELECTION PROVIDER - * + * ***************************************************************/ } diff --git a/src/main/java/net/datasiel/simpaweb/elements/RigaDocumentoForm.java b/src/main/java/net/datasiel/simpaweb/elements/RigaDocumentoForm.java index ca5e98d..fcb1c72 100644 --- a/src/main/java/net/datasiel/simpaweb/elements/RigaDocumentoForm.java +++ b/src/main/java/net/datasiel/simpaweb/elements/RigaDocumentoForm.java @@ -16,7 +16,7 @@ */ /** - * + * */ package net.datasiel.simpaweb.elements; @@ -30,7 +30,7 @@ /** * @author reisoli - * + * */ public class RigaDocumentoForm extends Sequence { public Form elfoHidden; @@ -42,7 +42,7 @@ public class RigaDocumentoForm extends Sequence { "cdVersioneXSD" }; /** - * + * */ public RigaDocumentoForm(DefaultSelectionProvider selTipoDoc, DefaultSelectionProvider selCDVersione, DefaultSelectionProvider selTipoStrutDoc, String nomeFieldset, Mode mode, String prefix, diff --git a/src/main/java/net/datasiel/simpaweb/helpers/GatewayHelper.java b/src/main/java/net/datasiel/simpaweb/helpers/GatewayHelper.java index 463497d..aa4edb7 100644 --- a/src/main/java/net/datasiel/simpaweb/helpers/GatewayHelper.java +++ b/src/main/java/net/datasiel/simpaweb/helpers/GatewayHelper.java @@ -104,9 +104,9 @@ public GatewayHelper() { * @param simulaDb * @param connection * @param username - * + * * @return null se mancano dei dati essenziali (e aggiunge il messaggio d'errore in sessione). - * + * * @throws SQLException * @throws IOException */ @@ -242,7 +242,6 @@ private DatiSpecifici getDatiSpecifici(Long identificativo, Long idstrut, Long i try { retValue.setDocDatiSpecifici(outputter.output(xmlDocDatiSpecifici)); } catch (JDOMException e) { - // TODO Auto-generated catch block log.error("Errore nella generazione della stringa xml", e); } } @@ -321,9 +320,9 @@ private Documento getDocPrincipale(ParUnitadoc datiUnitaDoc, Connection connecti * "PRINC", "ALLE", "ANNE", "ANNO" * @param datiDocumento * @param connection - * + * * @return - * + * * @throws SQLException * @throws IOException */ diff --git a/src/main/java/net/datasiel/webapp/ApplicationInterceptor.java b/src/main/java/net/datasiel/webapp/ApplicationInterceptor.java index 517e7e0..fbc1163 100644 --- a/src/main/java/net/datasiel/webapp/ApplicationInterceptor.java +++ b/src/main/java/net/datasiel/webapp/ApplicationInterceptor.java @@ -16,7 +16,7 @@ */ /** - * + * */ package net.datasiel.webapp; @@ -41,7 +41,7 @@ public class ApplicationInterceptor implements Interceptor { /* * (non-Javadoc) - * + * * @see * net.sourceforge.stripes.controller.Interceptor#intercept(net.sourceforge.stripes.controller.ExecutionContext) */ diff --git a/src/main/java/net/datasiel/webapp/BaseAction.java b/src/main/java/net/datasiel/webapp/BaseAction.java index 4016fee..f79d54a 100644 --- a/src/main/java/net/datasiel/webapp/BaseAction.java +++ b/src/main/java/net/datasiel/webapp/BaseAction.java @@ -16,7 +16,7 @@ */ /** - * + * */ package net.datasiel.webapp; @@ -43,6 +43,8 @@ import com.manydesigns.elements.blobs.BlobManager; import com.manydesigns.elements.messages.SessionMessages; +import it.eng.exceptions.VersoException; +import it.eng.exceptions.ErrorCategory.VersoErrorCategory; import net.datasiel.simpaweb.db.pojo.ParComponente; import net.datasiel.simpaweb.db.vo.ParComponenteVO; import net.sourceforge.stripes.action.ActionBean; @@ -55,7 +57,7 @@ /** * @author reisoli - * + * */ public abstract class BaseAction implements ActionBean { protected static final Logger log = LoggerFactory.getLogger(BaseAction.class); @@ -100,15 +102,15 @@ public abstract class BaseAction implements ActionBean { /** * Elimina i files associati ad un allegato elements. - * + * * @param codiceBlob * Il codice del blob da eliminare. - * + * * @throws IOException */ protected void cleanBlobFiles(String codiceBlob) throws IOException { if (codiceBlob != null) { - log.debug(String.format("Eliminazione file %s ", codiceBlob)); + log.debug("Eliminazione file {}", codiceBlob); BlobManager blManager = BlobManager.createDefaultBlobManager(); try { Blob blob = blManager.loadBlob(codiceBlob); @@ -122,7 +124,7 @@ protected void cleanBlobFiles(String codiceBlob) throws IOException { /* * (non-Javadoc) - * + * * @see net.sourceforge.stripes.action.ActionBean#getContext() */ @@ -132,7 +134,7 @@ public DtsActionBeanContext getContext() { /* * (non-Javadoc) - * + * * @see net.sourceforge.stripes.action.ActionBean#setContext(net.sourceforge. stripes.action.ActionBeanContext) */ @@ -144,9 +146,9 @@ public void setContext(ActionBeanContext arg0) { /** * Se necessario crea la connessione altrimenti restituisce quella che ha. - * + * * @return - * + * * @throws SQLException */ public Connection getConnection() throws SQLException { @@ -190,12 +192,12 @@ public Class[] getToolbarActions() { /** * Hook per gestione abilitazione/disabilitazione tabs Fare override se necessario cioè se nella gestione * dell'intero set di tabs c'è la necessità di gestire l'abilitazione dei tab. - * + * * @param indiceTab * indice del tab da controllare - * + * * @return true se il tab deve essere abilitato false altrimenti. - * + * * @throws SQLException */ public boolean isTabEnabled(int indiceTab) throws SQLException { @@ -222,7 +224,7 @@ public void setIdrecord(Long idrecord) { /** * Aggiunta ulteriori parametri alla resolution. - * + * * @param resolution */ protected void addCustomParams(RedirectResolution resolution) { @@ -231,9 +233,9 @@ protected void addCustomParams(RedirectResolution resolution) { /** * @param updateResult - * + * * @return - * + * * @throws SQLException */ @SuppressWarnings({ "unchecked", "rawtypes" }) @@ -259,7 +261,7 @@ protected Resolution handleSalvaEContinua(Resolution updateResult) throws SQLExc if (isTabEnabled(tabSuccessivo)) { break; } - log.debug(String.format("Il tab %d non è abilitato", tabSuccessivo)); + log.debug("Il tab {} non è abilitato", tabSuccessivo); tabSuccessivo++; } @@ -282,7 +284,6 @@ public Resolution vediAllegato() throws Exception { String idComponente = context.getRequest().getParameter("idComponente"); if (idComponente != null && checkPermission(idComponente)) { ParComponenteVO parComponenteVO = new ParComponenteVO(); - // String where = "IDCOMPONENTE = " + idComponente + " and IDUNITADOC = " + idrecord; List componenteList = parComponenteVO.getParComponentesByIdcomponenteIdunitadocNoBlob( Long.parseLong(idComponente), idrecord, getConnection()); if (componenteList != null && componenteList.size() > 0) { @@ -328,10 +329,9 @@ public Resolution vediAllegatoNoDB() throws Exception { String idComponente = context.getRequest().getParameter("idComponente"); if (idComponente != null && checkPermission(idComponente)) { ParComponenteVO parComponenteVO = new ParComponenteVO(); - // String where = "IDCOMPONENTE = " + idComponente + " and IDUNITADOC = " + idrecord; List componenteList = parComponenteVO.getParComponentesByIdcomponenteIdunitadocNoBlob( Long.parseLong(idComponente), idrecord, getConnection()); - if (componenteList != null && componenteList.size() > 0) { + if (componenteList != null && !componenteList.isEmpty()) { if (componenteList.size() == 1) { ParComponente componente = componenteList.get(0); String codAllegato = componente.getCodallegato(); @@ -355,13 +355,13 @@ public Resolution vediAllegatoNoDB() throws Exception { String err = "Errore nel recupero dell'allegato: più allegati con lo stesso codiceallegato"; log.error(err); SessionMessages.addErrorMessage(err); - throw new Exception(err); + throw new VersoException(err, VersoErrorCategory.INTERNAL_ERROR); } } else { String err = "Errore nel recupero dell'allegato: allegato non presente"; log.error(err); SessionMessages.addErrorMessage(err); - throw new Exception(err); + throw new VersoException(err, VersoErrorCategory.INTERNAL_ERROR); } } return sr; diff --git a/src/main/java/net/datasiel/webapp/InfoToolbar.java b/src/main/java/net/datasiel/webapp/InfoToolbar.java index 43dd1d3..39d1c1a 100644 --- a/src/main/java/net/datasiel/webapp/InfoToolbar.java +++ b/src/main/java/net/datasiel/webapp/InfoToolbar.java @@ -16,7 +16,7 @@ */ /** - * + * */ package net.datasiel.webapp; diff --git a/src/main/java/net/datasiel/webapp/crud/AbstractCrudAction.java b/src/main/java/net/datasiel/webapp/crud/AbstractCrudAction.java index 17804c4..1c03f42 100644 --- a/src/main/java/net/datasiel/webapp/crud/AbstractCrudAction.java +++ b/src/main/java/net/datasiel/webapp/crud/AbstractCrudAction.java @@ -16,7 +16,7 @@ */ /** - * + * */ package net.datasiel.webapp.crud; @@ -44,7 +44,7 @@ /** * @author reisoli - * + * */ public abstract class AbstractCrudAction extends BaseAction { @@ -138,10 +138,10 @@ public abstract class AbstractCrudAction extends BaseAction { /** * Metodo eseguito di default. - * + * * @throws Eccezione * in caricamento model - * + * * @return Forward di edit */ @DefaultHandler @@ -166,10 +166,10 @@ public void setHRef() { /** * Metodo per l'azione di aggiornamento. - * + * * @throws Eccezione * in caricamento model - * + * * @return */ public Resolution update() throws Exception { @@ -284,7 +284,7 @@ public Resolution createRiga() { /** * Metodo per l'inserimento di una nuova riga. - * + * * @return */ public Resolution insertRiga() { @@ -368,7 +368,7 @@ public Resolution insertRiga() { /** * Eliminazione riga indicata dal value di delete che inseriamo come proprietà della classe. - * + * * @return */ public Resolution delete() { @@ -403,7 +403,7 @@ public Resolution delete() { public abstract Resolution goHome(); /** - * + * */ public void safeEndTransaction() { try { @@ -774,7 +774,7 @@ private int safeSize(Collection collection) { /** * Impostazione delle possibili componenti dell'ui. - * + * */ public void setupUI() { @@ -857,7 +857,7 @@ public void setupUI() { /** * Prepara gli elements per intestazione read/write. - * + * * @param mode * TODO */ @@ -890,7 +890,7 @@ public void setupUI() { /** * Hook per caricamento del model. - * + * * @throws Eccezione * generica a seconda della persistenza usata. */ @@ -903,37 +903,37 @@ public void setupUI() { /** * Hook per validazione singola riga. - * + * * @param rigaModel * Riga da validare - * + * * @return esito validazione */ public abstract boolean rigaValidate(RigaModel rigaModel); /** * Hook per la validazione business di una riga della tabella dettaglio 1. - * + * * @param dettaglio * Riga da validare - * + * * @return Esito validazione */ public abstract boolean dettaglio1Validate(Object dettaglio); /** * Hook per la validazione business di una riga della tabella dettaglio 2. - * + * * @param dettaglio * Riga da validare - * + * * @return Esito validazione */ public abstract boolean dettaglio2Validate(Object dettaglio); /** * Hook per l'eliminazine di una riga intera (testata e dettagli). - * + * * @param indiceRiga * indice 0 based della riga da eliminare. */ @@ -941,17 +941,17 @@ public void setupUI() { /** * Hook per il salvataggio dell'intero model su database. - * + * * @throws Exception */ public abstract void updateCrudModel() throws Exception; /** * Hook per inserimento di una singola riga. - * + * * @param rigaModel * Riga da inserire - * + * * @throws Exception */ public abstract void insertRigaModel(RigaModel rigaModel) throws Exception; @@ -960,7 +960,7 @@ public void setupUI() { /** * Hook per inserimento riga dettaglio 1. - * + * * @param indiceRiga * Indice della riga a cui aggiungere la riga dettaglio. * @param dettaglio @@ -974,7 +974,7 @@ public void setupUI() { /** * Hook per inserimento riga dettaglio 2. - * + * * @param indiceRiga * Indice della riga a cui aggiungere la riga dettaglio. * @param dettaglio @@ -1015,7 +1015,7 @@ public String getCreaDettaglio2Title() { /** * Restituisce il numero massimo di righe. Fare restituire 1 per caso estremo di una sola riga non eliminabile. Se * non c'è limite restituire 0. - * + * * @return */ public int getMaxRighe() { @@ -1024,7 +1024,7 @@ public int getMaxRighe() { /** * Restituisce il titolo del fieldset della riga Restiuire null per non avere il fieldset - * + * * @return */ public String getTitoloFieldsetRiga() { @@ -1033,7 +1033,7 @@ public String getTitoloFieldsetRiga() { /** * Hook per la restituzione della jsp da usare per la creazione di una riga del primo dettaglio. - * + * * @return */ public String getDettaglio1CreatoView() { @@ -1043,7 +1043,7 @@ public String getDettaglio1CreatoView() { /** * Hook per la restituzione della jsp da usare per la creazione di una riga del primo dettaglio nel caso JS * disabilitato. - * + * * @return */ public String getDettaglio1CreatoNoJSView() { @@ -1052,7 +1052,7 @@ public String getDettaglio1CreatoNoJSView() { /** * Hook per la restituzione della jsp da usare per la creazione di una riga del secondo dettaglio. - * + * * @return */ public String getDettaglio2CreatoView() { @@ -1062,7 +1062,7 @@ public String getDettaglio2CreatoView() { /** * Hook per la restituzione della jsp da usare per la creazione di una riga del secondo dettaglio caso JS * disabilitato. - * + * * @return */ public String getDettaglio2CreatoNoJSView() { @@ -1071,7 +1071,7 @@ public String getDettaglio2CreatoNoJSView() { /** * Hook per la restituzione della jsp da creare per la creazione di una nuova riga nel caso JS disabilitato. - * + * * @return */ public String getRigaCreataNoJSView() { @@ -1080,7 +1080,7 @@ public String getRigaCreataNoJSView() { /** * Hook per la restituzione della jsp da creare per la creazione di una nuova riga. - * + * * @return */ public String getRigaCreataView() { @@ -1089,7 +1089,7 @@ public String getRigaCreataView() { /** * Hook per la restituzione della jsp vista principale. - * + * * @return */ public String getEditView() { @@ -1112,7 +1112,7 @@ public String getEditView() { /** * Hook per il rollback - * + * */ public abstract void endTransaction() throws Exception; diff --git a/src/main/java/net/datasiel/webapp/crud/CrudModel.java b/src/main/java/net/datasiel/webapp/crud/CrudModel.java index fe08959..2cd899d 100644 --- a/src/main/java/net/datasiel/webapp/crud/CrudModel.java +++ b/src/main/java/net/datasiel/webapp/crud/CrudModel.java @@ -16,7 +16,7 @@ */ /** - * + * */ package net.datasiel.webapp.crud; @@ -29,21 +29,21 @@ public interface CrudModel { /** * Restituisce la parte read only di intestazione della form. - * + * * @return L'intestazione di sola lettura */ Object getIntestazioneRO(); /** * Restituisce la parte read write di intestazione della form. - * + * * @return L'intestazione modificabile */ Object getIntestazioneRW(); /** * Restituisce la parte di detail della form. - * + * * @return Le righe */ List getRighe(); diff --git a/src/main/java/net/datasiel/webapp/crud/CrudUI.java b/src/main/java/net/datasiel/webapp/crud/CrudUI.java index cb4236a..4590ea7 100644 --- a/src/main/java/net/datasiel/webapp/crud/CrudUI.java +++ b/src/main/java/net/datasiel/webapp/crud/CrudUI.java @@ -16,12 +16,13 @@ */ /** - * + * */ package net.datasiel.webapp.crud; import java.util.ArrayList; import java.util.List; +import java.util.Objects; import javax.servlet.http.HttpServletRequest; @@ -62,7 +63,7 @@ public CrudUI(boolean readOnly) { /* * (non-Javadoc) - * + * * @see com.manydesigns.elements.Element#readFromObject(java.lang.Object) */ public void readFromObject(Object obj) { @@ -86,7 +87,7 @@ public void readFromObject(Object obj) { /* * (non-Javadoc) - * + * * @see com.manydesigns.elements.Element#readFromRequest(javax.servlet.http.HttpServletRequest) */ public void readFromRequest(HttpServletRequest req) { @@ -105,7 +106,7 @@ public void readFromRequest(HttpServletRequest req) { /* * (non-Javadoc) - * + * * @see com.manydesigns.elements.Element#validate() */ public boolean validate() { @@ -123,7 +124,7 @@ public boolean validate() { /* * (non-Javadoc) - * + * * @see com.manydesigns.elements.Element#writeToObject(java.lang.Object) */ public void writeToObject(Object obj) { @@ -140,7 +141,7 @@ public void writeToObject(Object obj) { /* * (non-Javadoc) - * + * * @see com.manydesigns.elements.xml.XhtmlFragment#toXhtml(com.manydesigns.elements.xml.XhtmlBuffer) */ public void toXhtml(XhtmlBuffer xb) { @@ -153,7 +154,7 @@ public void toXhtml(XhtmlBuffer xb) { int index = 1; for (RigaUI rigaUI : righeUI) { - if (!(labelFieldset == null)) { + if (Objects.nonNull(labelFieldset)) { xb.openElement("fieldset"); xb.writeLegend(labelFieldset + index, null); } @@ -163,7 +164,7 @@ public void toXhtml(XhtmlBuffer xb) { } else { rigaUI.toXhtml(xb, index, readOnly, true, labelFieldset); } - if (!(labelFieldset == null)) { + if (Objects.nonNull(labelFieldset)) { xb.closeElement("fieldset"); } index++; diff --git a/src/main/java/net/datasiel/webapp/crud/RigaModel.java b/src/main/java/net/datasiel/webapp/crud/RigaModel.java index 8764555..078c069 100644 --- a/src/main/java/net/datasiel/webapp/crud/RigaModel.java +++ b/src/main/java/net/datasiel/webapp/crud/RigaModel.java @@ -16,7 +16,7 @@ */ /** - * + * */ package net.datasiel.webapp.crud; @@ -30,21 +30,21 @@ public interface RigaModel { /** * Restituisce la singola riga del modello. - * + * * @return La riga */ Object getRiga(); /** * Restituisce le righe di dettaglio. - * + * * @return Il primo dettaglio */ List getDettagli1(); /** * Restituisce le righe di dettaglio. - * + * * @return Il secondo dettaglio */ List getDettagli2(); diff --git a/src/main/java/net/datasiel/webapp/crud/RigaUI.java b/src/main/java/net/datasiel/webapp/crud/RigaUI.java index bf331e5..b2edc36 100644 --- a/src/main/java/net/datasiel/webapp/crud/RigaUI.java +++ b/src/main/java/net/datasiel/webapp/crud/RigaUI.java @@ -21,7 +21,8 @@ import javax.servlet.http.HttpServletRequest; -import org.apache.commons.collections.CollectionUtils; +import org.apache.commons.collections4.CollectionUtils; +import org.springframework.util.Assert; import com.manydesigns.elements.Element; import com.manydesigns.elements.forms.TableForm; @@ -45,6 +46,9 @@ public void readFromObject(Object obj) { if (obj != null && elRiga == null) { throw new IllegalStateException("Ti sei dimenticato di implementare prepareElRiga di AbstractCrudAction?"); } + // + Assert.notNull(rigaModel, "RigaModel cannot be null!"); + elRiga.readFromObject(rigaModel.getRiga()); List dettagli1 = rigaModel.getDettagli1(); if (CollectionUtils.isNotEmpty(dettagli1)) { diff --git a/src/main/java/net/datasiel/webapp/elements/annotations/SingleValueSearch.java b/src/main/java/net/datasiel/webapp/elements/annotations/SingleValueSearch.java index 1257b48..4fd7a7b 100644 --- a/src/main/java/net/datasiel/webapp/elements/annotations/SingleValueSearch.java +++ b/src/main/java/net/datasiel/webapp/elements/annotations/SingleValueSearch.java @@ -16,7 +16,7 @@ */ /** - * + * */ package net.datasiel.webapp.elements.annotations; @@ -27,7 +27,7 @@ /** * Usata per avere campi di ricerca sul singolo valore invece che su un intervallo di valori (campi date e numerici). - * + * * @author reisoli */ @Target({ ElementType.FIELD, ElementType.METHOD }) diff --git a/src/main/java/net/datasiel/webapp/elements/fields/FreeLayoutNumericFieldHelper.java b/src/main/java/net/datasiel/webapp/elements/fields/FreeLayoutNumericFieldHelper.java index 768ce11..f13dfdc 100644 --- a/src/main/java/net/datasiel/webapp/elements/fields/FreeLayoutNumericFieldHelper.java +++ b/src/main/java/net/datasiel/webapp/elements/fields/FreeLayoutNumericFieldHelper.java @@ -16,7 +16,7 @@ */ /** - * + * */ package net.datasiel.webapp.elements.fields; @@ -33,13 +33,13 @@ /** * @author reisoli - * + * */ public class FreeLayoutNumericFieldHelper implements FieldHelper { /* * (non-Javadoc) - * + * * @see com.manydesigns.elements.fields.helpers.FieldHelper#tryToInstantiateField * (com.manydesigns.elements.reflection.ClassAccessor, com.manydesigns.elements.reflection.PropertyAccessor, * com.manydesigns.elements.Mode, java.lang.String) @@ -56,7 +56,7 @@ public Field tryToInstantiateField(ClassAccessor classAccessor, PropertyAccessor /* * (non-Javadoc) - * + * * @seecom.manydesigns.elements.fields.helpers.FieldHelper# tryToInstantiateSearchField * (com.manydesigns.elements.reflection.ClassAccessor, com.manydesigns.elements.reflection.PropertyAccessor, * java.lang.String) diff --git a/src/main/java/net/datasiel/webapp/elements/fields/SingleValueNumericSearchField.java b/src/main/java/net/datasiel/webapp/elements/fields/SingleValueNumericSearchField.java index 32b49ea..2a03ea0 100644 --- a/src/main/java/net/datasiel/webapp/elements/fields/SingleValueNumericSearchField.java +++ b/src/main/java/net/datasiel/webapp/elements/fields/SingleValueNumericSearchField.java @@ -27,7 +27,7 @@ /** * @author reisoli - * + * */ public class SingleValueNumericSearchField extends AbstractSearchField { @@ -42,7 +42,7 @@ public class SingleValueNumericSearchField extends AbstractSearchField { /** * Costruttore standard. - * + * * @param accessor * L'accessor del campo */ @@ -53,7 +53,7 @@ public SingleValueNumericSearchField(final PropertyAccessor accessor) { /** * Costruttore con il prefisso per le tavole. - * + * * @param accessor * L'accessor del campo * @param prefix @@ -66,10 +66,10 @@ public SingleValueNumericSearchField(final PropertyAccessor accessor, final Stri /** * Configura il criterio di ricerca per uguaglianza. - * + * * @see com.manydesigns.elements.fields.search.SearchField#configureCriteria( * com.manydesigns.elements.fields.search.Criteria) - * + * * @param criteria * L'oggetto criteria da configurare */ @@ -81,7 +81,7 @@ public final void configureCriteria(final Criteria criteria) { /** * @see com.manydesigns.elements.fields.search.SearchField#toSearchString(java .lang.StringBuilder) - * + * * @param sb * String buffer della query */ @@ -106,7 +106,7 @@ public void readFromRequest(HttpServletRequest req) { /* * (non-Javadoc) - * + * * @see com.manydesigns.elements.Element#validate() */ public boolean validate() { @@ -116,9 +116,9 @@ public boolean validate() { /** * Rendering Xhtml del campo. - * + * * @see com.manydesigns.elements.xml.XhtmlFragment#toXhtml( com.manydesigns.elements.xml.XhtmlBuffer) - * + * * @param xb * XhtmlBuffer a cui aggiungere il campo */ diff --git a/src/main/java/net/datasiel/webapp/elements/search/SearchCriteriaOracleImpl.java b/src/main/java/net/datasiel/webapp/elements/search/SearchCriteriaOracleImpl.java index 928033b..bf3b45d 100644 --- a/src/main/java/net/datasiel/webapp/elements/search/SearchCriteriaOracleImpl.java +++ b/src/main/java/net/datasiel/webapp/elements/search/SearchCriteriaOracleImpl.java @@ -39,7 +39,7 @@ public class SearchCriteriaOracleImpl implements Criteria { private static FastDateFormat df = FastDateFormat.getInstance("yyyy-MM-dd HH:mm:ss"); /** - * + * */ private void appendCondition(String condizione) { if (strWhereCondition.length() > 0) { @@ -328,9 +328,9 @@ public static String formatTimeStamp(java.sql.Date ts) { } /** - * + * * @param ts - * + * * @return */ public static String formatTimeStamp(Timestamp ts) { diff --git a/src/main/java/net/datasiel/webapp/monocrud/MonoCrudAction.java b/src/main/java/net/datasiel/webapp/monocrud/MonoCrudAction.java index 3c77504..9ffc96b 100644 --- a/src/main/java/net/datasiel/webapp/monocrud/MonoCrudAction.java +++ b/src/main/java/net/datasiel/webapp/monocrud/MonoCrudAction.java @@ -16,7 +16,7 @@ */ /** - * + * */ package net.datasiel.webapp.monocrud; @@ -87,10 +87,10 @@ public abstract class MonoCrudAction extends BaseAction { /** * Metodo eseguito di default. - * + * * @throws Eccezione * in caricamento model - * + * * @return Forward di edit */ @DefaultHandler @@ -125,7 +125,7 @@ public Resolution create() throws Exception { /** * @return - * + * * @throws Exception */ public Resolution edit() throws Exception { @@ -148,7 +148,7 @@ public Resolution edit() throws Exception { /** * Impostazione delle possibili componenti dell'ui in edit. - * + * */ public void setupUIEdit() { reloadElementsThreadLocals(); @@ -172,7 +172,7 @@ public void setupUIEdit() { /** * Impostazione delle possibili componenti dell'ui in insert. - * + * */ public void setupUIInsert() { reloadElementsThreadLocals(); @@ -196,10 +196,10 @@ public void setupUIInsert() { /** * Metodo per l'azione di aggiornamento. - * + * * @throws Eccezione * in caricamento model - * + * * @return */ public Resolution update() throws Exception { @@ -274,9 +274,9 @@ public Resolution updateAndContinue() throws Exception { /** * Metodo per inserimento nuovo record. - * + * * @return - * + * * @throws Exception */ public Resolution save() throws Exception { @@ -336,7 +336,7 @@ public Resolution save() throws Exception { /** * Hook per capire se si deve entrare in modalità create o update. Fare override se la condizione non è * semplicemente il controllo sulla presenza di idrecord. - * + * * @return true se si deve creare il record. */ protected boolean isCreate() { @@ -351,7 +351,7 @@ protected boolean isCreate() { /** * L'override deve essere eseguito solo nelle action che supportano l'inserimento e deve restituire true se ci sono * le condizioni per inserire un nuovo record. - * + * * @return */ protected boolean isSaveEnabled() { @@ -360,9 +360,9 @@ protected boolean isSaveEnabled() { /** * Metodo per inserimento nuovo recordo e passaggio a tab successivo. - * + * * @return - * + * * @throws Exception */ public Resolution saveAndContinue() throws Exception { @@ -375,7 +375,7 @@ public Resolution saveAndContinue() throws Exception { } /** - * + * */ public void safeEndTransaction() { try { @@ -406,7 +406,7 @@ public boolean isReadOnly() { /** * Hook per la preparazione della gui parte non modificabile in inserimento. - * + * * @return TODO * @return */ @@ -414,7 +414,7 @@ public boolean isReadOnly() { /** * Hook per la preparazione gui parte modificabile in inserimento. - * + * * @param mode * TODO */ @@ -422,7 +422,7 @@ public boolean isReadOnly() { /** * Hook per la preparazione della gui parte non modificabile fase di edit. - * + * * @return TODO * @return */ @@ -430,7 +430,7 @@ public boolean isReadOnly() { /** * Hook per la preparazione gui parte modificabile in fase di edit. - * + * * @param mode * TODO */ @@ -438,7 +438,7 @@ public boolean isReadOnly() { /** * Hook per caricamento del model. - * + * * @throws Eccezione * generica a seconda della persistenza usata. */ @@ -446,7 +446,7 @@ public boolean isReadOnly() { /** * Hook per il salvataggio dell'intero model su database. - * + * * @throws Exception */ public abstract void updateModel() throws Exception; @@ -478,13 +478,13 @@ public boolean isReadOnly() { /** * Hook per il rollback - * + * */ public abstract void endTransaction() throws Exception; /** * Hook per la gestione del redirect dopo l'inserimento. - * + * * @return */ protected abstract String getCreatedPath(); diff --git a/src/main/webapp/css/custom-theme/jquery-ui-1.13.1.min.css b/src/main/webapp/css/custom-theme/jquery-ui-1.13.3.min.css similarity index 99% rename from src/main/webapp/css/custom-theme/jquery-ui-1.13.1.min.css rename to src/main/webapp/css/custom-theme/jquery-ui-1.13.3.min.css index accf0a8..522ad27 100644 --- a/src/main/webapp/css/custom-theme/jquery-ui-1.13.1.min.css +++ b/src/main/webapp/css/custom-theme/jquery-ui-1.13.3.min.css @@ -1,7 +1,7 @@ -/*! jQuery UI - v1.13.1 - 2022-01-20 +/*! jQuery UI - v1.13.3 - 2024-09-20 * http://jqueryui.com * Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css * To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6 * Copyright jQuery Foundation and other contributors; Licensed MIT */ -.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;-ms-filter:"alpha(opacity=0)"}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;font-size:100%}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-button{padding:.4em 1em;display:inline-block;position:relative;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2em;box-sizing:border-box;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-button-icon-only{text-indent:0}.ui-button-icon-only .ui-icon{position:absolute;top:50%;left:50%;margin-top:-8px;margin-left:-8px}.ui-button.ui-icon-notext .ui-icon{padding:0;width:2.1em;height:2.1em;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-icon-notext .ui-icon{width:auto;height:auto;text-indent:0;white-space:normal;padding:.4em 1em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-controlgroup{vertical-align:middle;display:inline-block}.ui-controlgroup > .ui-controlgroup-item{float:left;margin-left:0;margin-right:0}.ui-controlgroup > .ui-controlgroup-item:focus,.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus{z-index:9999}.ui-controlgroup-vertical > .ui-controlgroup-item{display:block;float:none;width:100%;margin-top:0;margin-bottom:0;text-align:left}.ui-controlgroup-vertical .ui-controlgroup-item{box-sizing:border-box}.ui-controlgroup .ui-controlgroup-label{padding:.4em 1em}.ui-controlgroup .ui-controlgroup-label span{font-size:80%}.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item{border-left:none}.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item{border-top:none}.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content{border-right:none}.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content{border-bottom:none}.ui-controlgroup-vertical .ui-spinner-input{width:75%;width:calc( 100% - 2.4em )}.ui-controlgroup-vertical .ui-spinner .ui-spinner-up{border-top-style:solid}.ui-checkboxradio-label .ui-icon-background{box-shadow:inset 1px 1px 1px #ccc;border-radius:.12em;border:none}.ui-checkboxradio-radio-label .ui-icon-background{width:16px;height:16px;border-radius:1em;overflow:visible;border:none}.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon{background-image:none;width:8px;height:8px;border-width:4px;border-style:solid}.ui-checkboxradio-disabled{pointer-events:none}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;left:.5em;top:.3em}.ui-dialog{position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-n{height:2px;top:0}.ui-dialog .ui-resizable-e{width:2px;right:0}.ui-dialog .ui-resizable-s{height:2px;bottom:0}.ui-dialog .ui-resizable-w{width:2px;left:0}.ui-dialog .ui-resizable-se,.ui-dialog .ui-resizable-sw,.ui-dialog .ui-resizable-ne,.ui-dialog .ui-resizable-nw{width:7px;height:7px}.ui-dialog .ui-resizable-se{right:0;bottom:0}.ui-dialog .ui-resizable-sw{left:0;bottom:0}.ui-dialog .ui-resizable-ne{right:0;top:0}.ui-dialog .ui-resizable-nw{left:0;top:0}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");height:100%;-ms-filter:"alpha(opacity=25)";opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:bold;line-height:1.5;padding:2px 0.4em;margin:0.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-text{display:block;margin-right:20px;overflow:hidden;text-overflow:ellipsis}.ui-selectmenu-button.ui-button{text-align:left;white-space:nowrap;width:14em}.ui-selectmenu-icon.ui-icon{float:right;margin-top:0}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:pointer;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:.222em 0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:2em}.ui-spinner-button{width:1.6em;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top-style:none;border-bottom-style:none;border-right-style:none}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #c5c5c5}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:bold}.ui-widget-header a{color:#333}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:normal;color:#454545}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button{color:#454545;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus{border:1px solid #ccc;background:#ededed;font-weight:normal;color:#2b2b2b}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus{color:#2b2b2b;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px rgb(94,158,214)}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid #003eff;background:#007fff;font-weight:normal;color:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#003eff;background-color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-checked{border:1px solid #dad55e;background:#fffa90}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#5f3f3f}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#5f3f3f}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;-ms-filter:"alpha(opacity=70)";font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;-ms-filter:"alpha(opacity=35)";background-image:none}.ui-state-disabled .ui-icon{-ms-filter:"alpha(opacity=35)"}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("images/ui-icons_444444_256x240.png")}.ui-widget-header .ui-icon{background-image:url("images/ui-icons_444444_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon{background-image:url("images/ui-icons_555555_256x240.png")}.ui-state-active .ui-icon,.ui-button:active .ui-icon{background-image:url("images/ui-icons_ffffff_256x240.png")}.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon{background-image:url("images/ui-icons_777620_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("images/ui-icons_cc0000_256x240.png")}.ui-button .ui-icon{background-image:url("images/ui-icons_777777_256x240.png")}.ui-icon-blank.ui-icon-blank.ui-icon-blank{background-image:none}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-65px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-65px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:1px -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:3px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.003;-ms-filter:Alpha(Opacity=.3)}.ui-widget-shadow{-webkit-box-shadow:0 0 5px #666;box-shadow:0 0 5px #666} \ No newline at end of file +.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;-ms-filter:"alpha(opacity=0)"}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;font-size:100%}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-button{padding:.4em 1em;display:inline-block;position:relative;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2em;box-sizing:border-box;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-button-icon-only{text-indent:0}.ui-button-icon-only .ui-icon{position:absolute;top:50%;left:50%;margin-top:-8px;margin-left:-8px}.ui-button.ui-icon-notext .ui-icon{padding:0;width:2.1em;height:2.1em;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-icon-notext .ui-icon{width:auto;height:auto;text-indent:0;white-space:normal;padding:.4em 1em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-controlgroup{vertical-align:middle;display:inline-block}.ui-controlgroup > .ui-controlgroup-item{float:left;margin-left:0;margin-right:0}.ui-controlgroup > .ui-controlgroup-item:focus,.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus{z-index:9999}.ui-controlgroup-vertical > .ui-controlgroup-item{display:block;float:none;width:100%;margin-top:0;margin-bottom:0;text-align:left}.ui-controlgroup-vertical .ui-controlgroup-item{box-sizing:border-box}.ui-controlgroup .ui-controlgroup-label{padding:.4em 1em}.ui-controlgroup .ui-controlgroup-label span{font-size:80%}.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item{border-left:none}.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item{border-top:none}.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content{border-right:none}.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content{border-bottom:none}.ui-controlgroup-vertical .ui-spinner-input{width:75%;width:calc( 100% - 2.4em )}.ui-controlgroup-vertical .ui-spinner .ui-spinner-up{border-top-style:solid}.ui-checkboxradio-label .ui-icon-background{box-shadow:inset 1px 1px 1px #ccc;border-radius:.12em;border:none}.ui-checkboxradio-radio-label .ui-icon-background{width:16px;height:16px;border-radius:1em;overflow:visible;border:none}.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon{background-image:none;width:8px;height:8px;border-width:4px;border-style:solid}.ui-checkboxradio-disabled{pointer-events:none}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;left:.5em;top:.3em}.ui-dialog{position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-n{height:2px;top:0}.ui-dialog .ui-resizable-e{width:2px;right:0}.ui-dialog .ui-resizable-s{height:2px;bottom:0}.ui-dialog .ui-resizable-w{width:2px;left:0}.ui-dialog .ui-resizable-se,.ui-dialog .ui-resizable-sw,.ui-dialog .ui-resizable-ne,.ui-dialog .ui-resizable-nw{width:7px;height:7px}.ui-dialog .ui-resizable-se{right:0;bottom:0}.ui-dialog .ui-resizable-sw{left:0;bottom:0}.ui-dialog .ui-resizable-ne{right:0;top:0}.ui-dialog .ui-resizable-nw{left:0;top:0}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");height:100%;-ms-filter:"alpha(opacity=25)";opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:bold;line-height:1.5;padding:2px 0.4em;margin:0.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-text{display:block;margin-right:20px;overflow:hidden;text-overflow:ellipsis}.ui-selectmenu-button.ui-button{text-align:left;white-space:nowrap;width:14em}.ui-selectmenu-icon.ui-icon{float:right;margin-top:0}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:pointer;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:.222em 0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:2em}.ui-spinner-button{width:1.6em;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top-style:none;border-bottom-style:none;border-right-style:none}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #c5c5c5}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:bold}.ui-widget-header a{color:#333}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:normal;color:#454545}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button{color:#454545;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus{border:1px solid #ccc;background:#ededed;font-weight:normal;color:#2b2b2b}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus{color:#2b2b2b;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px rgb(94,158,214)}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid #003eff;background:#007fff;font-weight:normal;color:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#003eff;background-color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-checked{border:1px solid #dad55e;background:#fffa90}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#5f3f3f}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#5f3f3f}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;-ms-filter:"alpha(opacity=70)";font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;-ms-filter:"alpha(opacity=35)";background-image:none}.ui-state-disabled .ui-icon{-ms-filter:"alpha(opacity=35)"}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("images/ui-icons_444444_256x240.png")}.ui-widget-header .ui-icon{background-image:url("images/ui-icons_444444_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon{background-image:url("images/ui-icons_555555_256x240.png")}.ui-state-active .ui-icon,.ui-button:active .ui-icon{background-image:url("images/ui-icons_ffffff_256x240.png")}.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon{background-image:url("images/ui-icons_777620_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("images/ui-icons_cc0000_256x240.png")}.ui-button .ui-icon{background-image:url("images/ui-icons_777777_256x240.png")}.ui-icon-blank.ui-icon-blank.ui-icon-blank{background-image:none}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-65px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-65px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:1px -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:3px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.003;-ms-filter:Alpha(Opacity=.3)}.ui-widget-shadow{-webkit-box-shadow:0 0 5px #666;box-shadow:0 0 5px #666} diff --git a/src/main/webapp/login.jsp b/src/main/webapp/login.jsp index 065bd2d..3ec3685 100644 --- a/src/main/webapp/login.jsp +++ b/src/main/webapp/login.jsp @@ -19,7 +19,7 @@ " /> + href="" /> " /> " /> - + @@ -56,7 +56,7 @@ + src=""> + @@ -49,7 +49,7 @@ - + diff --git a/src/main/webapp/pages/Logout.jsp b/src/main/webapp/pages/Logout.jsp index be8f8fe..6c66df7 100644 --- a/src/main/webapp/pages/Logout.jsp +++ b/src/main/webapp/pages/Logout.jsp @@ -23,7 +23,7 @@ - "/> + "/> "/> " /> " /> @@ -37,7 +37,7 @@ " /> - + @@ -48,7 +48,7 @@ - + diff --git a/src/main/webapp/pages/NotAuthorized.jsp b/src/main/webapp/pages/NotAuthorized.jsp index ea7a6f6..027532a 100644 --- a/src/main/webapp/pages/NotAuthorized.jsp +++ b/src/main/webapp/pages/NotAuthorized.jsp @@ -24,7 +24,7 @@ - "/> + "/> "/> " /> " /> @@ -38,7 +38,7 @@ " /> - + @@ -49,7 +49,7 @@ - + diff --git a/src/main/webapp/pages/layoutDefinitions/layout.jsp b/src/main/webapp/pages/layoutDefinitions/layout.jsp index f3da16f..be09ab9 100644 --- a/src/main/webapp/pages/layoutDefinitions/layout.jsp +++ b/src/main/webapp/pages/layoutDefinitions/layout.jsp @@ -42,7 +42,7 @@ String titoloApplicativo = ConfigSingleton.getInstance().getStringValue("TITOLO_ - "/> + "/> "/> " /> " /> @@ -58,7 +58,7 @@ String titoloApplicativo = ConfigSingleton.getInstance().getStringValue("TITOLO_ " />"/> - + @@ -67,7 +67,7 @@ String titoloApplicativo = ConfigSingleton.getInstance().getStringValue("TITOLO_ - + diff --git a/src/main/webapp/pages/layoutDefinitions/layoutHome.jsp b/src/main/webapp/pages/layoutDefinitions/layoutHome.jsp index 131096c..f9e1588 100644 --- a/src/main/webapp/pages/layoutDefinitions/layoutHome.jsp +++ b/src/main/webapp/pages/layoutDefinitions/layoutHome.jsp @@ -36,7 +36,7 @@ String favIconRelative = ConfigSingleton.getInstance().getStringValue("FAV_ICON_ - "/> + "/> "/> " /> " /> @@ -53,7 +53,7 @@ String favIconRelative = ConfigSingleton.getInstance().getStringValue("FAV_ICON_ " />"/> - + @@ -64,7 +64,7 @@ String favIconRelative = ConfigSingleton.getInstance().getStringValue("FAV_ICON_ - + diff --git a/src/main/webapp/pages/layoutDefinitions/layoutSceltaOrganizzazione.jsp b/src/main/webapp/pages/layoutDefinitions/layoutSceltaOrganizzazione.jsp index 1f3e0a3..cad367a 100644 --- a/src/main/webapp/pages/layoutDefinitions/layoutSceltaOrganizzazione.jsp +++ b/src/main/webapp/pages/layoutDefinitions/layoutSceltaOrganizzazione.jsp @@ -27,7 +27,7 @@ - "/> + "/> "/> " /> " /> @@ -41,7 +41,7 @@ " /> - + @@ -52,7 +52,7 @@ - + diff --git a/src/site/owasp/suppress.xml b/src/site/owasp/suppress.xml new file mode 100644 index 0000000..6e675c0 --- /dev/null +++ b/src/site/owasp/suppress.xml @@ -0,0 +1,19 @@ + + + + ^pkg:maven/org\.springframework/spring-web@.*$ + CVE-2016-1000027 + + + ^pkg:maven/commons-collections/commons-collections@.*$ + CVE-2015-6420 + + + ^pkg:maven/org\.springframework\.security/spring-security-crypto@.*$ + CVE-2020-5408 + + + ^pkg:maven/org\.webjars\.npm/highlightjs-line-numbers\.js@.*$ + CVE-2015-0897 + + \ No newline at end of file diff --git a/src/site/site.xml b/src/site/site.xml index bcc6373..8068942 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -22,21 +22,18 @@ ${this.url} - org.apache.maven.skins maven-fluido-skin - 1.9 + 1.11.0 - - - + diff --git a/src/test/java/net/datasiel/par/xml/testPARHelper.java b/src/test/java/net/datasiel/par/xml/testPARHelper.java index 0ff5fc5..cd028f4 100644 --- a/src/test/java/net/datasiel/par/xml/testPARHelper.java +++ b/src/test/java/net/datasiel/par/xml/testPARHelper.java @@ -72,7 +72,7 @@ /** * Attenzione: questi test non possono funzionare. In particolare {@link PARHelper#collectCompositeConfiguration()} * cerca un file che è al percorso sbagliato. Marcato tutto come @Ignore - * + * * @author Liguria? */ @Ignore @@ -269,9 +269,6 @@ public void testInvocaVersamentoSync() { } catch (IllegalCharsetNameException e) { // TODO Auto-generated catch block e.printStackTrace(); - } catch (ConfigurationException e) { - // TODO Auto-generated catch block - e.printStackTrace(); } catch (JAXBException e) { // TODO Auto-generated catch block e.printStackTrace();