// // Questo file è stato generato dall'architettura JavaTM per XML Binding (JAXB) Reference Implementation, v2.2.10-b140802.1033 // Vedere http://java.sun.com/xml/jaxb // Qualsiasi modifica a questo file andrà persa durante la ricompilazione dello schema di origine. // Generato il: 2017.05.05 alle 05:49:33 PM CEST // package it.liguriadigitale.sxcrj.console.business.staging.impl.level1.caricamento.fornitura.xsd.parser.soggetti; import java.math.BigInteger; import java.util.ArrayList; import java.util.List; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlRootElement; import javax.xml.bind.annotation.XmlType; /** *

Classe Java per anonymous complex type. * *

Il seguente frammento di schema specifica il contenuto previsto contenuto in questa classe. * *

 * <complexType>
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <sequence>
 *         <element name="Titolarita" maxOccurs="unbounded">
 *           <complexType>
 *             <complexContent>
 *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                 <sequence>
 *                   <element ref="{http://www.agenziaterritorio.it/IncrementaleSoggetti.xsd}CodiceDiritto" minOccurs="0"/>
 *                   <element ref="{http://www.agenziaterritorio.it/IncrementaleSoggetti.xsd}TitoloNonCodificato" minOccurs="0"/>
 *                   <element ref="{http://www.agenziaterritorio.it/IncrementaleSoggetti.xsd}QuotaNumeratore" minOccurs="0"/>
 *                   <element ref="{http://www.agenziaterritorio.it/IncrementaleSoggetti.xsd}QuotaDenominatore" minOccurs="0"/>
 *                   <element ref="{http://www.agenziaterritorio.it/IncrementaleSoggetti.xsd}Regime" minOccurs="0"/>
 *                   <element ref="{http://www.agenziaterritorio.it/IncrementaleSoggetti.xsd}SoggettoDiRiferimento" minOccurs="0"/>
 *                   <element name="DatiGenerazione">
 *                     <complexType>
 *                       <complexContent>
 *                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                           <sequence>
 *                             <element name="IDMutazioneIniziale">
 *                               <simpleType>
 *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}positiveInteger">
 *                                   <totalDigits value="9"/>
 *                                 </restriction>
 *                               </simpleType>
 *                             </element>
 *                             <element ref="{http://www.agenziaterritorio.it/IncrementaleSoggetti.xsd}DataEfficacia"/>
 *                             <element ref="{http://www.agenziaterritorio.it/IncrementaleSoggetti.xsd}DataRegistrazione" minOccurs="0"/>
 *                             <element ref="{http://www.agenziaterritorio.it/IncrementaleSoggetti.xsd}TipoNota"/>
 *                             <element ref="{http://www.agenziaterritorio.it/IncrementaleSoggetti.xsd}CodiceCausale"/>
 *                             <element ref="{http://www.agenziaterritorio.it/IncrementaleSoggetti.xsd}NumeroNota"/>
 *                             <element ref="{http://www.agenziaterritorio.it/IncrementaleSoggetti.xsd}ProgressivoNota" minOccurs="0"/>
 *                             <element ref="{http://www.agenziaterritorio.it/IncrementaleSoggetti.xsd}DescrMutazione" minOccurs="0"/>
 *                             <element ref="{http://www.agenziaterritorio.it/IncrementaleSoggetti.xsd}AnnoNota"/>
 *                           </sequence>
 *                         </restriction>
 *                       </complexContent>
 *                     </complexType>
 *                   </element>
 *                   <element name="DatiConclusione" minOccurs="0">
 *                     <complexType>
 *                       <complexContent>
 *                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                           <sequence>
 *                             <element name="IDMutazioneFinale">
 *                               <simpleType>
 *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}positiveInteger">
 *                                   <totalDigits value="9"/>
 *                                 </restriction>
 *                               </simpleType>
 *                             </element>
 *                             <element ref="{http://www.agenziaterritorio.it/IncrementaleSoggetti.xsd}DataEfficacia"/>
 *                             <element ref="{http://www.agenziaterritorio.it/IncrementaleSoggetti.xsd}DataRegistrazione" minOccurs="0"/>
 *                             <element ref="{http://www.agenziaterritorio.it/IncrementaleSoggetti.xsd}TipoNota"/>
 *                             <element ref="{http://www.agenziaterritorio.it/IncrementaleSoggetti.xsd}CodiceCausale"/>
 *                             <element ref="{http://www.agenziaterritorio.it/IncrementaleSoggetti.xsd}NumeroNota"/>
 *                             <element ref="{http://www.agenziaterritorio.it/IncrementaleSoggetti.xsd}ProgressivoNota" minOccurs="0"/>
 *                             <element ref="{http://www.agenziaterritorio.it/IncrementaleSoggetti.xsd}DescrMutazione" minOccurs="0"/>
 *                             <element ref="{http://www.agenziaterritorio.it/IncrementaleSoggetti.xsd}AnnoNota"/>
 *                           </sequence>
 *                         </restriction>
 *                       </complexContent>
 *                     </complexType>
 *                   </element>
 *                   <element name="Partita" minOccurs="0">
 *                     <simpleType>
 *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                         <maxLength value="7"/>
 *                       </restriction>
 *                     </simpleType>
 *                   </element>
 *                   <element ref="{http://www.agenziaterritorio.it/IncrementaleSoggetti.xsd}IDTitolarita"/>
 *                 </sequence>
 *               </restriction>
 *             </complexContent>
 *           </complexType>
 *         </element>
 *       </sequence>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "titolarita" }) @XmlRootElement(name = "TitolaritaDelBene") public class TitolaritaDelBene { @XmlElement(name = "Titolarita", required = true) protected List titolarita; /** * Gets the value of the titolarita 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 titolarita property. * *

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

     *    getTitolarita().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link TitolaritaDelBene.Titolarita } * * */ public List getTitolarita() { if (titolarita == null) { titolarita = new ArrayList(); } return this.titolarita; } /** *

Classe Java per anonymous complex type. * *

Il seguente frammento di schema specifica il contenuto previsto contenuto in questa classe. * *

     * <complexType>
     *   <complexContent>
     *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     *       <sequence>
     *         <element ref="{http://www.agenziaterritorio.it/IncrementaleSoggetti.xsd}CodiceDiritto" minOccurs="0"/>
     *         <element ref="{http://www.agenziaterritorio.it/IncrementaleSoggetti.xsd}TitoloNonCodificato" minOccurs="0"/>
     *         <element ref="{http://www.agenziaterritorio.it/IncrementaleSoggetti.xsd}QuotaNumeratore" minOccurs="0"/>
     *         <element ref="{http://www.agenziaterritorio.it/IncrementaleSoggetti.xsd}QuotaDenominatore" minOccurs="0"/>
     *         <element ref="{http://www.agenziaterritorio.it/IncrementaleSoggetti.xsd}Regime" minOccurs="0"/>
     *         <element ref="{http://www.agenziaterritorio.it/IncrementaleSoggetti.xsd}SoggettoDiRiferimento" minOccurs="0"/>
     *         <element name="DatiGenerazione">
     *           <complexType>
     *             <complexContent>
     *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     *                 <sequence>
     *                   <element name="IDMutazioneIniziale">
     *                     <simpleType>
     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}positiveInteger">
     *                         <totalDigits value="9"/>
     *                       </restriction>
     *                     </simpleType>
     *                   </element>
     *                   <element ref="{http://www.agenziaterritorio.it/IncrementaleSoggetti.xsd}DataEfficacia"/>
     *                   <element ref="{http://www.agenziaterritorio.it/IncrementaleSoggetti.xsd}DataRegistrazione" minOccurs="0"/>
     *                   <element ref="{http://www.agenziaterritorio.it/IncrementaleSoggetti.xsd}TipoNota"/>
     *                   <element ref="{http://www.agenziaterritorio.it/IncrementaleSoggetti.xsd}CodiceCausale"/>
     *                   <element ref="{http://www.agenziaterritorio.it/IncrementaleSoggetti.xsd}NumeroNota"/>
     *                   <element ref="{http://www.agenziaterritorio.it/IncrementaleSoggetti.xsd}ProgressivoNota" minOccurs="0"/>
     *                   <element ref="{http://www.agenziaterritorio.it/IncrementaleSoggetti.xsd}DescrMutazione" minOccurs="0"/>
     *                   <element ref="{http://www.agenziaterritorio.it/IncrementaleSoggetti.xsd}AnnoNota"/>
     *                 </sequence>
     *               </restriction>
     *             </complexContent>
     *           </complexType>
     *         </element>
     *         <element name="DatiConclusione" minOccurs="0">
     *           <complexType>
     *             <complexContent>
     *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     *                 <sequence>
     *                   <element name="IDMutazioneFinale">
     *                     <simpleType>
     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}positiveInteger">
     *                         <totalDigits value="9"/>
     *                       </restriction>
     *                     </simpleType>
     *                   </element>
     *                   <element ref="{http://www.agenziaterritorio.it/IncrementaleSoggetti.xsd}DataEfficacia"/>
     *                   <element ref="{http://www.agenziaterritorio.it/IncrementaleSoggetti.xsd}DataRegistrazione" minOccurs="0"/>
     *                   <element ref="{http://www.agenziaterritorio.it/IncrementaleSoggetti.xsd}TipoNota"/>
     *                   <element ref="{http://www.agenziaterritorio.it/IncrementaleSoggetti.xsd}CodiceCausale"/>
     *                   <element ref="{http://www.agenziaterritorio.it/IncrementaleSoggetti.xsd}NumeroNota"/>
     *                   <element ref="{http://www.agenziaterritorio.it/IncrementaleSoggetti.xsd}ProgressivoNota" minOccurs="0"/>
     *                   <element ref="{http://www.agenziaterritorio.it/IncrementaleSoggetti.xsd}DescrMutazione" minOccurs="0"/>
     *                   <element ref="{http://www.agenziaterritorio.it/IncrementaleSoggetti.xsd}AnnoNota"/>
     *                 </sequence>
     *               </restriction>
     *             </complexContent>
     *           </complexType>
     *         </element>
     *         <element name="Partita" minOccurs="0">
     *           <simpleType>
     *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *               <maxLength value="7"/>
     *             </restriction>
     *           </simpleType>
     *         </element>
     *         <element ref="{http://www.agenziaterritorio.it/IncrementaleSoggetti.xsd}IDTitolarita"/>
     *       </sequence>
     *     </restriction>
     *   </complexContent>
     * </complexType>
     * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "codiceDiritto", "titoloNonCodificato", "quotaNumeratore", "quotaDenominatore", "regime", "soggettoDiRiferimento", "datiGenerazione", "datiConclusione", "partita", "idTitolarita" }) public static class Titolarita { @XmlElement(name = "CodiceDiritto") protected String codiceDiritto; @XmlElement(name = "TitoloNonCodificato") protected String titoloNonCodificato; @XmlElement(name = "QuotaNumeratore") protected BigInteger quotaNumeratore; @XmlElement(name = "QuotaDenominatore") protected BigInteger quotaDenominatore; @XmlElement(name = "Regime") protected String regime; @XmlElement(name = "SoggettoDiRiferimento") protected BigInteger soggettoDiRiferimento; @XmlElement(name = "DatiGenerazione", required = true) protected TitolaritaDelBene.Titolarita.DatiGenerazione datiGenerazione; @XmlElement(name = "DatiConclusione") protected TitolaritaDelBene.Titolarita.DatiConclusione datiConclusione; @XmlElement(name = "Partita") protected String partita; @XmlElement(name = "IDTitolarita", required = true) protected BigInteger idTitolarita; /** * Recupera il valore della proprietà codiceDiritto. * * @return * possible object is * {@link String } * */ public String getCodiceDiritto() { return codiceDiritto; } /** * Imposta il valore della proprietà codiceDiritto. * * @param value * allowed object is * {@link String } * */ public void setCodiceDiritto(String value) { this.codiceDiritto = value; } /** * Recupera il valore della proprietà titoloNonCodificato. * * @return * possible object is * {@link String } * */ public String getTitoloNonCodificato() { return titoloNonCodificato; } /** * Imposta il valore della proprietà titoloNonCodificato. * * @param value * allowed object is * {@link String } * */ public void setTitoloNonCodificato(String value) { this.titoloNonCodificato = value; } /** * Recupera il valore della proprietà quotaNumeratore. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getQuotaNumeratore() { return quotaNumeratore; } /** * Imposta il valore della proprietà quotaNumeratore. * * @param value * allowed object is * {@link BigInteger } * */ public void setQuotaNumeratore(BigInteger value) { this.quotaNumeratore = value; } /** * Recupera il valore della proprietà quotaDenominatore. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getQuotaDenominatore() { return quotaDenominatore; } /** * Imposta il valore della proprietà quotaDenominatore. * * @param value * allowed object is * {@link BigInteger } * */ public void setQuotaDenominatore(BigInteger value) { this.quotaDenominatore = value; } /** * Recupera il valore della proprietà regime. * * @return * possible object is * {@link String } * */ public String getRegime() { return regime; } /** * Imposta il valore della proprietà regime. * * @param value * allowed object is * {@link String } * */ public void setRegime(String value) { this.regime = value; } /** * Recupera il valore della proprietà soggettoDiRiferimento. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getSoggettoDiRiferimento() { return soggettoDiRiferimento; } /** * Imposta il valore della proprietà soggettoDiRiferimento. * * @param value * allowed object is * {@link BigInteger } * */ public void setSoggettoDiRiferimento(BigInteger value) { this.soggettoDiRiferimento = value; } /** * Recupera il valore della proprietà datiGenerazione. * * @return * possible object is * {@link TitolaritaDelBene.Titolarita.DatiGenerazione } * */ public TitolaritaDelBene.Titolarita.DatiGenerazione getDatiGenerazione() { return datiGenerazione; } /** * Imposta il valore della proprietà datiGenerazione. * * @param value * allowed object is * {@link TitolaritaDelBene.Titolarita.DatiGenerazione } * */ public void setDatiGenerazione(TitolaritaDelBene.Titolarita.DatiGenerazione value) { this.datiGenerazione = value; } /** * Recupera il valore della proprietà datiConclusione. * * @return * possible object is * {@link TitolaritaDelBene.Titolarita.DatiConclusione } * */ public TitolaritaDelBene.Titolarita.DatiConclusione getDatiConclusione() { return datiConclusione; } /** * Imposta il valore della proprietà datiConclusione. * * @param value * allowed object is * {@link TitolaritaDelBene.Titolarita.DatiConclusione } * */ public void setDatiConclusione(TitolaritaDelBene.Titolarita.DatiConclusione value) { this.datiConclusione = value; } /** * Recupera il valore della proprietà partita. * * @return * possible object is * {@link String } * */ public String getPartita() { return partita; } /** * Imposta il valore della proprietà partita. * * @param value * allowed object is * {@link String } * */ public void setPartita(String value) { this.partita = value; } /** * Recupera il valore della proprietà idTitolarita. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getIDTitolarita() { return idTitolarita; } /** * Imposta il valore della proprietà idTitolarita. * * @param value * allowed object is * {@link BigInteger } * */ public void setIDTitolarita(BigInteger value) { this.idTitolarita = value; } /** *

Classe Java per anonymous complex type. * *

Il seguente frammento di schema specifica il contenuto previsto contenuto in questa classe. * *

         * <complexType>
         *   <complexContent>
         *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         *       <sequence>
         *         <element name="IDMutazioneFinale">
         *           <simpleType>
         *             <restriction base="{http://www.w3.org/2001/XMLSchema}positiveInteger">
         *               <totalDigits value="9"/>
         *             </restriction>
         *           </simpleType>
         *         </element>
         *         <element ref="{http://www.agenziaterritorio.it/IncrementaleSoggetti.xsd}DataEfficacia"/>
         *         <element ref="{http://www.agenziaterritorio.it/IncrementaleSoggetti.xsd}DataRegistrazione" minOccurs="0"/>
         *         <element ref="{http://www.agenziaterritorio.it/IncrementaleSoggetti.xsd}TipoNota"/>
         *         <element ref="{http://www.agenziaterritorio.it/IncrementaleSoggetti.xsd}CodiceCausale"/>
         *         <element ref="{http://www.agenziaterritorio.it/IncrementaleSoggetti.xsd}NumeroNota"/>
         *         <element ref="{http://www.agenziaterritorio.it/IncrementaleSoggetti.xsd}ProgressivoNota" minOccurs="0"/>
         *         <element ref="{http://www.agenziaterritorio.it/IncrementaleSoggetti.xsd}DescrMutazione" minOccurs="0"/>
         *         <element ref="{http://www.agenziaterritorio.it/IncrementaleSoggetti.xsd}AnnoNota"/>
         *       </sequence>
         *     </restriction>
         *   </complexContent>
         * </complexType>
         * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "idMutazioneFinale", "dataEfficacia", "dataRegistrazione", "tipoNota", "codiceCausale", "numeroNota", "progressivoNota", "descrMutazione", "annoNota" }) public static class DatiConclusione { @XmlElement(name = "IDMutazioneFinale", required = true) protected BigInteger idMutazioneFinale; @XmlElement(name = "DataEfficacia", required = true) protected String dataEfficacia; @XmlElement(name = "DataRegistrazione") protected String dataRegistrazione; @XmlElement(name = "TipoNota", required = true) protected String tipoNota; @XmlElement(name = "CodiceCausale", required = true) protected String codiceCausale; @XmlElement(name = "NumeroNota", required = true) protected String numeroNota; @XmlElement(name = "ProgressivoNota") protected String progressivoNota; @XmlElement(name = "DescrMutazione") protected String descrMutazione; @XmlElement(name = "AnnoNota", required = true) protected BigInteger annoNota; /** * Recupera il valore della proprietà idMutazioneFinale. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getIDMutazioneFinale() { return idMutazioneFinale; } /** * Imposta il valore della proprietà idMutazioneFinale. * * @param value * allowed object is * {@link BigInteger } * */ public void setIDMutazioneFinale(BigInteger value) { this.idMutazioneFinale = value; } /** * Recupera il valore della proprietà dataEfficacia. * * @return * possible object is * {@link String } * */ public String getDataEfficacia() { return dataEfficacia; } /** * Imposta il valore della proprietà dataEfficacia. * * @param value * allowed object is * {@link String } * */ public void setDataEfficacia(String value) { this.dataEfficacia = value; } /** * Recupera il valore della proprietà dataRegistrazione. * * @return * possible object is * {@link String } * */ public String getDataRegistrazione() { return dataRegistrazione; } /** * Imposta il valore della proprietà dataRegistrazione. * * @param value * allowed object is * {@link String } * */ public void setDataRegistrazione(String value) { this.dataRegistrazione = value; } /** * Recupera il valore della proprietà tipoNota. * * @return * possible object is * {@link String } * */ public String getTipoNota() { return tipoNota; } /** * Imposta il valore della proprietà tipoNota. * * @param value * allowed object is * {@link String } * */ public void setTipoNota(String value) { this.tipoNota = value; } /** * Recupera il valore della proprietà codiceCausale. * * @return * possible object is * {@link String } * */ public String getCodiceCausale() { return codiceCausale; } /** * Imposta il valore della proprietà codiceCausale. * * @param value * allowed object is * {@link String } * */ public void setCodiceCausale(String value) { this.codiceCausale = value; } /** * Recupera il valore della proprietà numeroNota. * * @return * possible object is * {@link String } * */ public String getNumeroNota() { return numeroNota; } /** * Imposta il valore della proprietà numeroNota. * * @param value * allowed object is * {@link String } * */ public void setNumeroNota(String value) { this.numeroNota = value; } /** * Recupera il valore della proprietà progressivoNota. * * @return * possible object is * {@link String } * */ public String getProgressivoNota() { return progressivoNota; } /** * Imposta il valore della proprietà progressivoNota. * * @param value * allowed object is * {@link String } * */ public void setProgressivoNota(String value) { this.progressivoNota = value; } /** * Recupera il valore della proprietà descrMutazione. * * @return * possible object is * {@link String } * */ public String getDescrMutazione() { return descrMutazione; } /** * Imposta il valore della proprietà descrMutazione. * * @param value * allowed object is * {@link String } * */ public void setDescrMutazione(String value) { this.descrMutazione = value; } /** * Recupera il valore della proprietà annoNota. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getAnnoNota() { return annoNota; } /** * Imposta il valore della proprietà annoNota. * * @param value * allowed object is * {@link BigInteger } * */ public void setAnnoNota(BigInteger value) { this.annoNota = value; } } /** *

Classe Java per anonymous complex type. * *

Il seguente frammento di schema specifica il contenuto previsto contenuto in questa classe. * *

         * <complexType>
         *   <complexContent>
         *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         *       <sequence>
         *         <element name="IDMutazioneIniziale">
         *           <simpleType>
         *             <restriction base="{http://www.w3.org/2001/XMLSchema}positiveInteger">
         *               <totalDigits value="9"/>
         *             </restriction>
         *           </simpleType>
         *         </element>
         *         <element ref="{http://www.agenziaterritorio.it/IncrementaleSoggetti.xsd}DataEfficacia"/>
         *         <element ref="{http://www.agenziaterritorio.it/IncrementaleSoggetti.xsd}DataRegistrazione" minOccurs="0"/>
         *         <element ref="{http://www.agenziaterritorio.it/IncrementaleSoggetti.xsd}TipoNota"/>
         *         <element ref="{http://www.agenziaterritorio.it/IncrementaleSoggetti.xsd}CodiceCausale"/>
         *         <element ref="{http://www.agenziaterritorio.it/IncrementaleSoggetti.xsd}NumeroNota"/>
         *         <element ref="{http://www.agenziaterritorio.it/IncrementaleSoggetti.xsd}ProgressivoNota" minOccurs="0"/>
         *         <element ref="{http://www.agenziaterritorio.it/IncrementaleSoggetti.xsd}DescrMutazione" minOccurs="0"/>
         *         <element ref="{http://www.agenziaterritorio.it/IncrementaleSoggetti.xsd}AnnoNota"/>
         *       </sequence>
         *     </restriction>
         *   </complexContent>
         * </complexType>
         * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "idMutazioneIniziale", "dataEfficacia", "dataRegistrazione", "tipoNota", "codiceCausale", "numeroNota", "progressivoNota", "descrMutazione", "annoNota" }) public static class DatiGenerazione { @XmlElement(name = "IDMutazioneIniziale", required = true) protected BigInteger idMutazioneIniziale; @XmlElement(name = "DataEfficacia", required = true) protected String dataEfficacia; @XmlElement(name = "DataRegistrazione") protected String dataRegistrazione; @XmlElement(name = "TipoNota", required = true) protected String tipoNota; @XmlElement(name = "CodiceCausale", required = true) protected String codiceCausale; @XmlElement(name = "NumeroNota", required = true) protected String numeroNota; @XmlElement(name = "ProgressivoNota") protected String progressivoNota; @XmlElement(name = "DescrMutazione") protected String descrMutazione; @XmlElement(name = "AnnoNota", required = true) protected BigInteger annoNota; /** * Recupera il valore della proprietà idMutazioneIniziale. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getIDMutazioneIniziale() { return idMutazioneIniziale; } /** * Imposta il valore della proprietà idMutazioneIniziale. * * @param value * allowed object is * {@link BigInteger } * */ public void setIDMutazioneIniziale(BigInteger value) { this.idMutazioneIniziale = value; } /** * Recupera il valore della proprietà dataEfficacia. * * @return * possible object is * {@link String } * */ public String getDataEfficacia() { return dataEfficacia; } /** * Imposta il valore della proprietà dataEfficacia. * * @param value * allowed object is * {@link String } * */ public void setDataEfficacia(String value) { this.dataEfficacia = value; } /** * Recupera il valore della proprietà dataRegistrazione. * * @return * possible object is * {@link String } * */ public String getDataRegistrazione() { return dataRegistrazione; } /** * Imposta il valore della proprietà dataRegistrazione. * * @param value * allowed object is * {@link String } * */ public void setDataRegistrazione(String value) { this.dataRegistrazione = value; } /** * Recupera il valore della proprietà tipoNota. * * @return * possible object is * {@link String } * */ public String getTipoNota() { return tipoNota; } /** * Imposta il valore della proprietà tipoNota. * * @param value * allowed object is * {@link String } * */ public void setTipoNota(String value) { this.tipoNota = value; } /** * Recupera il valore della proprietà codiceCausale. * * @return * possible object is * {@link String } * */ public String getCodiceCausale() { return codiceCausale; } /** * Imposta il valore della proprietà codiceCausale. * * @param value * allowed object is * {@link String } * */ public void setCodiceCausale(String value) { this.codiceCausale = value; } /** * Recupera il valore della proprietà numeroNota. * * @return * possible object is * {@link String } * */ public String getNumeroNota() { return numeroNota; } /** * Imposta il valore della proprietà numeroNota. * * @param value * allowed object is * {@link String } * */ public void setNumeroNota(String value) { this.numeroNota = value; } /** * Recupera il valore della proprietà progressivoNota. * * @return * possible object is * {@link String } * */ public String getProgressivoNota() { return progressivoNota; } /** * Imposta il valore della proprietà progressivoNota. * * @param value * allowed object is * {@link String } * */ public void setProgressivoNota(String value) { this.progressivoNota = value; } /** * Recupera il valore della proprietà descrMutazione. * * @return * possible object is * {@link String } * */ public String getDescrMutazione() { return descrMutazione; } /** * Imposta il valore della proprietà descrMutazione. * * @param value * allowed object is * {@link String } * */ public void setDescrMutazione(String value) { this.descrMutazione = value; } /** * Recupera il valore della proprietà annoNota. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getAnnoNota() { return annoNota; } /** * Imposta il valore della proprietà annoNota. * * @param value * allowed object is * {@link BigInteger } * */ public void setAnnoNota(BigInteger value) { this.annoNota = value; } } } }