// // 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:34 PM CEST // package it.liguriadigitale.sxcrj.console.business.staging.impl.level1.caricamento.fornitura.xsd.parser.ici; 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.XmlAttribute; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlElements; import javax.xml.bind.annotation.XmlID; import javax.xml.bind.annotation.XmlIDREF; import javax.xml.bind.annotation.XmlRootElement; import javax.xml.bind.annotation.XmlSchemaType; import javax.xml.bind.annotation.XmlType; import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; import javax.xml.datatype.XMLGregorianCalendar; /** *

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="DatiRichiesta">
 *           <complexType>
 *             <complexContent>
 *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                 <sequence>
 *                   <element name="Iscrizione" type="{http://www.w3.org/2001/XMLSchema}string"/>
 *                   <element name="DataIniziale" type="{http://www.w3.org/2001/XMLSchema}date"/>
 *                   <element name="N_File" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/>
 *                   <element name="N_File_Tot" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/>
 *                 </sequence>
 *               </restriction>
 *             </complexContent>
 *           </complexType>
 *         </element>
 *         <choice>
 *           <element name="DatiPresenti">
 *             <complexType>
 *               <complexContent>
 *                 <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                   <sequence>
 *                     <element name="DatiGenerali">
 *                       <complexType>
 *                         <complexContent>
 *                           <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                             <sequence>
 *                               <element name="CodiceAmministrativo">
 *                                 <simpleType>
 *                                   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                     <length value="4"/>
 *                                   </restriction>
 *                                 </simpleType>
 *                               </element>
 *                               <element name="DataIniziale">
 *                                 <simpleType>
 *                                   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                     <length value="8"/>
 *                                   </restriction>
 *                                 </simpleType>
 *                               </element>
 *                               <element name="DataFinale">
 *                                 <simpleType>
 *                                   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                     <length value="8"/>
 *                                   </restriction>
 *                                 </simpleType>
 *                               </element>
 *                               <element name="DataEstrazioneConservatoria">
 *                                 <simpleType>
 *                                   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                     <length value="8"/>
 *                                   </restriction>
 *                                 </simpleType>
 *                               </element>
 *                               <element name="DataEstrazioneCatasto">
 *                                 <simpleType>
 *                                   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                     <length value="8"/>
 *                                   </restriction>
 *                                 </simpleType>
 *                               </element>
 *                             </sequence>
 *                           </restriction>
 *                         </complexContent>
 *                       </complexType>
 *                     </element>
 *                     <element name="Variazioni">
 *                       <complexType>
 *                         <complexContent>
 *                           <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                             <sequence>
 *                               <element name="Variazione" maxOccurs="unbounded">
 *                                 <complexType>
 *                                   <complexContent>
 *                                     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                                       <sequence>
 *                                         <element name="Trascrizione">
 *                                           <complexType>
 *                                             <complexContent>
 *                                               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                                                 <sequence>
 *                                                   <element name="Nota">
 *                                                     <complexType>
 *                                                       <complexContent>
 *                                                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                                                           <sequence>
 *                                                             <element ref="{http://www.agenziaterritorio.it/ICI.xsd}TipoNota"/>
 *                                                             <element ref="{http://www.agenziaterritorio.it/ICI.xsd}NumeroNota"/>
 *                                                             <element name="ProgressivoNota">
 *                                                               <simpleType>
 *                                                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                                                   <maxLength value="3"/>
 *                                                                 </restriction>
 *                                                               </simpleType>
 *                                                             </element>
 *                                                             <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Anno"/>
 *                                                             <element name="DataValiditaAtto">
 *                                                               <simpleType>
 *                                                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                                                   <length value="8"/>
 *                                                                 </restriction>
 *                                                               </simpleType>
 *                                                             </element>
 *                                                             <element ref="{http://www.agenziaterritorio.it/ICI.xsd}DataPresentazioneAtto"/>
 *                                                             <element name="EsitoNota">
 *                                                               <simpleType>
 *                                                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                                                   <length value="1"/>
 *                                                                 </restriction>
 *                                                               </simpleType>
 *                                                             </element>
 *                                                             <element name="EsitoNotaNonRegistrata">
 *                                                               <simpleType>
 *                                                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                                                   <maxLength value="2"/>
 *                                                                 </restriction>
 *                                                               </simpleType>
 *                                                             </element>
 *                                                             <element name="DataRegistrazioneInAtti" minOccurs="0">
 *                                                               <simpleType>
 *                                                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                                                   <length value="8"/>
 *                                                                 </restriction>
 *                                                               </simpleType>
 *                                                             </element>
 *                                                             <element name="NumeroRepertorio" minOccurs="0">
 *                                                               <simpleType>
 *                                                                 <restriction base="{http://www.w3.org/2001/XMLSchema}int">
 *                                                                   <totalDigits value="7"/>
 *                                                                 </restriction>
 *                                                               </simpleType>
 *                                                             </element>
 *                                                             <element name="CodiceAtto" minOccurs="0">
 *                                                               <simpleType>
 *                                                                 <restriction base="{http://www.w3.org/2001/XMLSchema}integer">
 *                                                                   <totalDigits value="3"/>
 *                                                                 </restriction>
 *                                                               </simpleType>
 *                                                             </element>
 *                                                           </sequence>
 *                                                         </restriction>
 *                                                       </complexContent>
 *                                                     </complexType>
 *                                                   </element>
 *                                                   <element name="NotaRettificata" minOccurs="0">
 *                                                     <complexType>
 *                                                       <complexContent>
 *                                                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                                                           <sequence>
 *                                                             <element ref="{http://www.agenziaterritorio.it/ICI.xsd}TipoNota"/>
 *                                                             <element ref="{http://www.agenziaterritorio.it/ICI.xsd}NumeroNota"/>
 *                                                             <element ref="{http://www.agenziaterritorio.it/ICI.xsd}DataPresentazioneAtto"/>
 *                                                           </sequence>
 *                                                         </restriction>
 *                                                       </complexContent>
 *                                                     </complexType>
 *                                                   </element>
 *                                                   <element name="Rogante" minOccurs="0">
 *                                                     <complexType>
 *                                                       <complexContent>
 *                                                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                                                           <sequence>
 *                                                             <element name="CognomeNome" minOccurs="0">
 *                                                               <simpleType>
 *                                                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                                                   <maxLength value="25"/>
 *                                                                 </restriction>
 *                                                               </simpleType>
 *                                                             </element>
 *                                                             <element ref="{http://www.agenziaterritorio.it/ICI.xsd}CodiceFiscale" minOccurs="0"/>
 *                                                             <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Sede" minOccurs="0"/>
 *                                                           </sequence>
 *                                                         </restriction>
 *                                                       </complexContent>
 *                                                     </complexType>
 *                                                   </element>
 *                                                   <element name="RegistrazioneDifferita" minOccurs="0">
 *                                                     <simpleType>
 *                                                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                                         <length value="1"/>
 *                                                       </restriction>
 *                                                     </simpleType>
 *                                                   </element>
 *                                                   <element name="DataInDifferita" minOccurs="0">
 *                                                     <simpleType>
 *                                                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                                         <length value="8"/>
 *                                                       </restriction>
 *                                                     </simpleType>
 *                                                   </element>
 *                                                 </sequence>
 *                                               </restriction>
 *                                             </complexContent>
 *                                           </complexType>
 *                                         </element>
 *                                         <element name="Soggetti">
 *                                           <complexType>
 *                                             <complexContent>
 *                                               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                                                 <sequence>
 *                                                   <element name="Soggetto" maxOccurs="unbounded">
 *                                                     <complexType>
 *                                                       <complexContent>
 *                                                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                                                           <sequence>
 *                                                             <element name="IdSoggettoNota" minOccurs="0">
 *                                                               <simpleType>
 *                                                                 <restriction base="{http://www.w3.org/2001/XMLSchema}positiveInteger">
 *                                                                   <totalDigits value="9"/>
 *                                                                 </restriction>
 *                                                               </simpleType>
 *                                                             </element>
 *                                                             <element name="IdSoggettoCatastale" minOccurs="0">
 *                                                               <simpleType>
 *                                                                 <restriction base="{http://www.w3.org/2001/XMLSchema}positiveInteger">
 *                                                                   <totalDigits value="9"/>
 *                                                                 </restriction>
 *                                                               </simpleType>
 *                                                             </element>
 *                                                             <choice>
 *                                                               <element name="PersonaFisica">
 *                                                                 <complexType>
 *                                                                   <complexContent>
 *                                                                     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                                                                       <sequence>
 *                                                                         <element name="Cognome">
 *                                                                           <simpleType>
 *                                                                             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                                                               <maxLength value="50"/>
 *                                                                             </restriction>
 *                                                                           </simpleType>
 *                                                                         </element>
 *                                                                         <element name="Nome">
 *                                                                           <simpleType>
 *                                                                             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                                                               <maxLength value="50"/>
 *                                                                             </restriction>
 *                                                                           </simpleType>
 *                                                                         </element>
 *                                                                         <element name="Sesso" minOccurs="0">
 *                                                                           <simpleType>
 *                                                                             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                                                               <length value="1"/>
 *                                                                             </restriction>
 *                                                                           </simpleType>
 *                                                                         </element>
 *                                                                         <element name="DataNascita" minOccurs="0">
 *                                                                           <simpleType>
 *                                                                             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                                                               <length value="8"/>
 *                                                                             </restriction>
 *                                                                           </simpleType>
 *                                                                         </element>
 *                                                                         <element name="LuogoNascita" minOccurs="0">
 *                                                                           <simpleType>
 *                                                                             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                                                               <length value="4"/>
 *                                                                             </restriction>
 *                                                                           </simpleType>
 *                                                                         </element>
 *                                                                         <element ref="{http://www.agenziaterritorio.it/ICI.xsd}CodiceFiscale" minOccurs="0"/>
 *                                                                       </sequence>
 *                                                                     </restriction>
 *                                                                   </complexContent>
 *                                                                 </complexType>
 *                                                               </element>
 *                                                               <element name="PersonaGiuridica">
 *                                                                 <complexType>
 *                                                                   <complexContent>
 *                                                                     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                                                                       <sequence>
 *                                                                         <element name="Denominazione">
 *                                                                           <simpleType>
 *                                                                             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                                                               <maxLength value="150"/>
 *                                                                             </restriction>
 *                                                                           </simpleType>
 *                                                                         </element>
 *                                                                         <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Sede" minOccurs="0"/>
 *                                                                         <element ref="{http://www.agenziaterritorio.it/ICI.xsd}CodiceFiscale" minOccurs="0"/>
 *                                                                       </sequence>
 *                                                                     </restriction>
 *                                                                   </complexContent>
 *                                                                 </complexType>
 *                                                               </element>
 *                                                             </choice>
 *                                                             <element name="DatiTitolarita">
 *                                                               <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/ICI.xsd}TipologiaImmobile"/>
 *                                                                                 <element name="Cessione" type="{http://www.agenziaterritorio.it/ICI.xsd}QuoteDiritti" minOccurs="0"/>
 *                                                                                 <element name="Acquisizione" type="{http://www.agenziaterritorio.it/ICI.xsd}QuoteDiritti" minOccurs="0"/>
 *                                                                                 <element name="PreRegistrazione" type="{http://www.agenziaterritorio.it/ICI.xsd}QuoteDirittiCatastali" minOccurs="0"/>
 *                                                                                 <element name="PostRegistrazione" type="{http://www.agenziaterritorio.it/ICI.xsd}QuoteDirittiCatastali" minOccurs="0"/>
 *                                                                               </sequence>
 *                                                                               <attribute name="Ref_Immobile" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
 *                                                                             </restriction>
 *                                                                           </complexContent>
 *                                                                         </complexType>
 *                                                                       </element>
 *                                                                     </sequence>
 *                                                                   </restriction>
 *                                                                 </complexContent>
 *                                                               </complexType>
 *                                                             </element>
 *                                                             <element name="Recapito" minOccurs="0">
 *                                                               <complexType>
 *                                                                 <complexContent>
 *                                                                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                                                                     <sequence>
 *                                                                       <element name="TipoIndirizzo">
 *                                                                         <simpleType>
 *                                                                           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                                                             <length value="1"/>
 *                                                                           </restriction>
 *                                                                         </simpleType>
 *                                                                       </element>
 *                                                                       <element name="Comune" minOccurs="0">
 *                                                                         <simpleType>
 *                                                                           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                                                             <maxLength value="50"/>
 *                                                                           </restriction>
 *                                                                         </simpleType>
 *                                                                       </element>
 *                                                                       <element name="Provincia" minOccurs="0">
 *                                                                         <simpleType>
 *                                                                           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                                                             <length value="2"/>
 *                                                                           </restriction>
 *                                                                         </simpleType>
 *                                                                       </element>
 *                                                                       <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Indirizzo" minOccurs="0"/>
 *                                                                       <element name="CAP" minOccurs="0">
 *                                                                         <simpleType>
 *                                                                           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                                                             <length value="5"/>
 *                                                                           </restriction>
 *                                                                         </simpleType>
 *                                                                       </element>
 *                                                                     </sequence>
 *                                                                   </restriction>
 *                                                                 </complexContent>
 *                                                               </complexType>
 *                                                             </element>
 *                                                           </sequence>
 *                                                         </restriction>
 *                                                       </complexContent>
 *                                                     </complexType>
 *                                                   </element>
 *                                                 </sequence>
 *                                               </restriction>
 *                                             </complexContent>
 *                                           </complexType>
 *                                         </element>
 *                                         <element name="Immobili">
 *                                           <complexType>
 *                                             <complexContent>
 *                                               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                                                 <choice maxOccurs="unbounded">
 *                                                   <element name="Fabbricato">
 *                                                     <complexType>
 *                                                       <complexContent>
 *                                                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                                                           <sequence>
 *                                                             <element ref="{http://www.agenziaterritorio.it/ICI.xsd}TipologiaImmobile"/>
 *                                                             <element name="FlagGraffato" minOccurs="0">
 *                                                               <simpleType>
 *                                                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                                                   <maxLength value="2"/>
 *                                                                 </restriction>
 *                                                               </simpleType>
 *                                                             </element>
 *                                                             <element ref="{http://www.agenziaterritorio.it/ICI.xsd}IdCatastaleImmobile" minOccurs="0"/>
 *                                                             <element ref="{http://www.agenziaterritorio.it/ICI.xsd}CodiceEsito" minOccurs="0"/>
 *                                                             <element name="Identificativi" maxOccurs="unbounded">
 *                                                               <complexType>
 *                                                                 <complexContent>
 *                                                                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                                                                     <choice>
 *                                                                       <element name="IdentificativoDefinitivo" maxOccurs="unbounded">
 *                                                                         <complexType>
 *                                                                           <complexContent>
 *                                                                             <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                                                                               <sequence>
 *                                                                                 <element ref="{http://www.agenziaterritorio.it/ICI.xsd}SezioneCensuaria" minOccurs="0"/>
 *                                                                                 <element name="SezioneUrbana" minOccurs="0">
 *                                                                                   <simpleType>
 *                                                                                     <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                                                                       <maxLength value="3"/>
 *                                                                                     </restriction>
 *                                                                                   </simpleType>
 *                                                                                 </element>
 *                                                                                 <element name="Foglio">
 *                                                                                   <simpleType>
 *                                                                                     <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                                                                       <maxLength value="4"/>
 *                                                                                     </restriction>
 *                                                                                   </simpleType>
 *                                                                                 </element>
 *                                                                                 <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Numero"/>
 *                                                                                 <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Denominatore" minOccurs="0"/>
 *                                                                                 <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Subalterno" minOccurs="0"/>
 *                                                                                 <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Edificialita" minOccurs="0"/>
 *                                                                               </sequence>
 *                                                                             </restriction>
 *                                                                           </complexContent>
 *                                                                         </complexType>
 *                                                                       </element>
 *                                                                       <element name="IdentificativoProvvisorio">
 *                                                                         <complexType>
 *                                                                           <complexContent>
 *                                                                             <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                                                                               <sequence>
 *                                                                                 <element name="TipoDenuncia">
 *                                                                                   <simpleType>
 *                                                                                     <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                                                                       <length value="1"/>
 *                                                                                     </restriction>
 *                                                                                   </simpleType>
 *                                                                                 </element>
 *                                                                                 <element name="NumeroProtocollo">
 *                                                                                   <simpleType>
 *                                                                                     <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                                                                       <maxLength value="9"/>
 *                                                                                     </restriction>
 *                                                                                   </simpleType>
 *                                                                                 </element>
 *                                                                                 <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Anno" minOccurs="0"/>
 *                                                                               </sequence>
 *                                                                             </restriction>
 *                                                                           </complexContent>
 *                                                                         </complexType>
 *                                                                       </element>
 *                                                                     </choice>
 *                                                                   </restriction>
 *                                                                 </complexContent>
 *                                                               </complexType>
 *                                                             </element>
 *                                                             <element name="Classamento" minOccurs="0">
 *                                                               <complexType>
 *                                                                 <complexContent>
 *                                                                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                                                                     <sequence>
 *                                                                       <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Natura" minOccurs="0"/>
 *                                                                       <element name="Zona" minOccurs="0">
 *                                                                         <simpleType>
 *                                                                           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                                                             <maxLength value="3"/>
 *                                                                           </restriction>
 *                                                                         </simpleType>
 *                                                                       </element>
 *                                                                       <element name="Categoria" minOccurs="0">
 *                                                                         <simpleType>
 *                                                                           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                                                             <maxLength value="3"/>
 *                                                                           </restriction>
 *                                                                         </simpleType>
 *                                                                       </element>
 *                                                                       <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Classe" minOccurs="0"/>
 *                                                                       <choice minOccurs="0">
 *                                                                         <element name="Vani">
 *                                                                           <simpleType>
 *                                                                             <restriction base="{http://www.w3.org/2001/XMLSchema}positiveInteger">
 *                                                                               <totalDigits value="4"/>
 *                                                                             </restriction>
 *                                                                           </simpleType>
 *                                                                         </element>
 *                                                                         <element name="MC" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/>
 *                                                                         <element name="MQ" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/>
 *                                                                       </choice>
 *                                                                       <element name="Superficie" minOccurs="0">
 *                                                                         <simpleType>
 *                                                                           <restriction base="{http://www.w3.org/2001/XMLSchema}positiveInteger">
 *                                                                             <totalDigits value="5"/>
 *                                                                           </restriction>
 *                                                                         </simpleType>
 *                                                                       </element>
 *                                                                       <element name="RenditaEuro" minOccurs="0">
 *                                                                         <simpleType>
 *                                                                           <restriction base="{http://www.w3.org/2001/XMLSchema}positiveInteger">
 *                                                                             <totalDigits value="18"/>
 *                                                                           </restriction>
 *                                                                         </simpleType>
 *                                                                       </element>
 *                                                                     </sequence>
 *                                                                   </restriction>
 *                                                                 </complexContent>
 *                                                               </complexType>
 *                                                             </element>
 *                                                             <element name="UbicazioneNota" type="{http://www.agenziaterritorio.it/ICI.xsd}UbicazioneNotaType" minOccurs="0"/>
 *                                                             <element name="UbicazioneCatasto" type="{http://www.agenziaterritorio.it/ICI.xsd}UbicazioneCatastoType" minOccurs="0"/>
 *                                                           </sequence>
 *                                                           <attribute name="Ref_Immobile" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
 *                                                         </restriction>
 *                                                       </complexContent>
 *                                                     </complexType>
 *                                                   </element>
 *                                                   <element name="Terreno">
 *                                                     <complexType>
 *                                                       <complexContent>
 *                                                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                                                           <sequence>
 *                                                             <element ref="{http://www.agenziaterritorio.it/ICI.xsd}TipologiaImmobile"/>
 *                                                             <element ref="{http://www.agenziaterritorio.it/ICI.xsd}IdCatastaleImmobile" minOccurs="0"/>
 *                                                             <element ref="{http://www.agenziaterritorio.it/ICI.xsd}CodiceEsito" minOccurs="0"/>
 *                                                             <element name="Identificativo">
 *                                                               <complexType>
 *                                                                 <complexContent>
 *                                                                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                                                                     <sequence>
 *                                                                       <element ref="{http://www.agenziaterritorio.it/ICI.xsd}SezioneCensuaria" minOccurs="0"/>
 *                                                                       <element name="Foglio">
 *                                                                         <simpleType>
 *                                                                           <restriction base="{http://www.w3.org/2001/XMLSchema}positiveInteger">
 *                                                                             <totalDigits value="5"/>
 *                                                                           </restriction>
 *                                                                         </simpleType>
 *                                                                       </element>
 *                                                                       <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Numero"/>
 *                                                                       <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Denominatore" minOccurs="0"/>
 *                                                                       <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Subalterno" minOccurs="0"/>
 *                                                                       <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Edificialita" minOccurs="0"/>
 *                                                                     </sequence>
 *                                                                   </restriction>
 *                                                                 </complexContent>
 *                                                               </complexType>
 *                                                             </element>
 *                                                             <element name="Classamento" minOccurs="0">
 *                                                               <complexType>
 *                                                                 <complexContent>
 *                                                                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                                                                     <sequence>
 *                                                                       <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Natura" minOccurs="0"/>
 *                                                                       <element name="Qualita" minOccurs="0">
 *                                                                         <simpleType>
 *                                                                           <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger">
 *                                                                             <totalDigits value="3"/>
 *                                                                           </restriction>
 *                                                                         </simpleType>
 *                                                                       </element>
 *                                                                       <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Classe" minOccurs="0"/>
 *                                                                       <element name="Ettari" minOccurs="0">
 *                                                                         <simpleType>
 *                                                                           <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger">
 *                                                                             <totalDigits value="5"/>
 *                                                                           </restriction>
 *                                                                         </simpleType>
 *                                                                       </element>
 *                                                                       <element name="Are" minOccurs="0">
 *                                                                         <simpleType>
 *                                                                           <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger">
 *                                                                             <totalDigits value="2"/>
 *                                                                           </restriction>
 *                                                                         </simpleType>
 *                                                                       </element>
 *                                                                       <element name="Centiare" minOccurs="0">
 *                                                                         <simpleType>
 *                                                                           <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger">
 *                                                                             <totalDigits value="2"/>
 *                                                                           </restriction>
 *                                                                         </simpleType>
 *                                                                       </element>
 *                                                                       <element name="FlagReddito" minOccurs="0">
 *                                                                         <simpleType>
 *                                                                           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                                                             <length value="1"/>
 *                                                                           </restriction>
 *                                                                         </simpleType>
 *                                                                       </element>
 *                                                                       <element name="DominicaleEuro" minOccurs="0">
 *                                                                         <simpleType>
 *                                                                           <restriction base="{http://www.w3.org/2001/XMLSchema}positiveInteger">
 *                                                                             <totalDigits value="12"/>
 *                                                                           </restriction>
 *                                                                         </simpleType>
 *                                                                       </element>
 *                                                                       <element name="AgrarioEuro" minOccurs="0">
 *                                                                         <simpleType>
 *                                                                           <restriction base="{http://www.w3.org/2001/XMLSchema}positiveInteger">
 *                                                                             <totalDigits value="11"/>
 *                                                                           </restriction>
 *                                                                         </simpleType>
 *                                                                       </element>
 *                                                                     </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>
 *                                                           </sequence>
 *                                                           <attribute name="Ref_Immobile" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
 *                                                         </restriction>
 *                                                       </complexContent>
 *                                                     </complexType>
 *                                                   </element>
 *                                                 </choice>
 *                                               </restriction>
 *                                             </complexContent>
 *                                           </complexType>
 *                                         </element>
 *                                       </sequence>
 *                                     </restriction>
 *                                   </complexContent>
 *                                 </complexType>
 *                               </element>
 *                             </sequence>
 *                           </restriction>
 *                         </complexContent>
 *                       </complexType>
 *                     </element>
 *                     <element name="Contatori" minOccurs="0">
 *                       <complexType>
 *                         <complexContent>
 *                           <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                             <sequence>
 *                               <element name="N_Note">
 *                                 <simpleType>
 *                                   <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger">
 *                                     <totalDigits value="6"/>
 *                                   </restriction>
 *                                 </simpleType>
 *                               </element>
 *                               <element name="N_NoteRegistrate">
 *                                 <simpleType>
 *                                   <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger">
 *                                     <totalDigits value="6"/>
 *                                   </restriction>
 *                                 </simpleType>
 *                               </element>
 *                               <element name="N_NoteScaricate">
 *                                 <simpleType>
 *                                   <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger">
 *                                     <totalDigits value="6"/>
 *                                   </restriction>
 *                                 </simpleType>
 *                               </element>
 *                               <element name="N_ImmobiliTrattati">
 *                                 <simpleType>
 *                                   <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger">
 *                                     <totalDigits value="6"/>
 *                                   </restriction>
 *                                 </simpleType>
 *                               </element>
 *                               <element name="N_Particelle">
 *                                 <simpleType>
 *                                   <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger">
 *                                     <totalDigits value="6"/>
 *                                   </restriction>
 *                                 </simpleType>
 *                               </element>
 *                               <element name="N_Fabbricati">
 *                                 <simpleType>
 *                                   <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger">
 *                                     <totalDigits value="6"/>
 *                                   </restriction>
 *                                 </simpleType>
 *                               </element>
 *                             </sequence>
 *                           </restriction>
 *                         </complexContent>
 *                       </complexType>
 *                     </element>
 *                   </sequence>
 *                 </restriction>
 *               </complexContent>
 *             </complexType>
 *           </element>
 *           <element name="DatiAssenti" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
 *         </choice>
 *       </sequence>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "datiRichiesta", "datiPresenti", "datiAssenti" }) @XmlRootElement(name = "DatiOut") public class DatiOut { @XmlElement(name = "DatiRichiesta", required = true) protected DatiOut.DatiRichiesta datiRichiesta; @XmlElement(name = "DatiPresenti") protected DatiOut.DatiPresenti datiPresenti; @XmlElement(name = "DatiAssenti") protected Boolean datiAssenti; /** * Recupera il valore della proprietà datiRichiesta. * * @return * possible object is * {@link DatiOut.DatiRichiesta } * */ public DatiOut.DatiRichiesta getDatiRichiesta() { return datiRichiesta; } /** * Imposta il valore della proprietà datiRichiesta. * * @param value * allowed object is * {@link DatiOut.DatiRichiesta } * */ public void setDatiRichiesta(DatiOut.DatiRichiesta value) { this.datiRichiesta = value; } /** * Recupera il valore della proprietà datiPresenti. * * @return * possible object is * {@link DatiOut.DatiPresenti } * */ public DatiOut.DatiPresenti getDatiPresenti() { return datiPresenti; } /** * Imposta il valore della proprietà datiPresenti. * * @param value * allowed object is * {@link DatiOut.DatiPresenti } * */ public void setDatiPresenti(DatiOut.DatiPresenti value) { this.datiPresenti = value; } /** * Recupera il valore della proprietà datiAssenti. * * @return * possible object is * {@link Boolean } * */ public Boolean isDatiAssenti() { return datiAssenti; } /** * Imposta il valore della proprietà datiAssenti. * * @param value * allowed object is * {@link Boolean } * */ public void setDatiAssenti(Boolean value) { this.datiAssenti = 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="DatiGenerali">
     *           <complexType>
     *             <complexContent>
     *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     *                 <sequence>
     *                   <element name="CodiceAmministrativo">
     *                     <simpleType>
     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                         <length value="4"/>
     *                       </restriction>
     *                     </simpleType>
     *                   </element>
     *                   <element name="DataIniziale">
     *                     <simpleType>
     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                         <length value="8"/>
     *                       </restriction>
     *                     </simpleType>
     *                   </element>
     *                   <element name="DataFinale">
     *                     <simpleType>
     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                         <length value="8"/>
     *                       </restriction>
     *                     </simpleType>
     *                   </element>
     *                   <element name="DataEstrazioneConservatoria">
     *                     <simpleType>
     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                         <length value="8"/>
     *                       </restriction>
     *                     </simpleType>
     *                   </element>
     *                   <element name="DataEstrazioneCatasto">
     *                     <simpleType>
     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                         <length value="8"/>
     *                       </restriction>
     *                     </simpleType>
     *                   </element>
     *                 </sequence>
     *               </restriction>
     *             </complexContent>
     *           </complexType>
     *         </element>
     *         <element name="Variazioni">
     *           <complexType>
     *             <complexContent>
     *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     *                 <sequence>
     *                   <element name="Variazione" maxOccurs="unbounded">
     *                     <complexType>
     *                       <complexContent>
     *                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     *                           <sequence>
     *                             <element name="Trascrizione">
     *                               <complexType>
     *                                 <complexContent>
     *                                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     *                                     <sequence>
     *                                       <element name="Nota">
     *                                         <complexType>
     *                                           <complexContent>
     *                                             <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     *                                               <sequence>
     *                                                 <element ref="{http://www.agenziaterritorio.it/ICI.xsd}TipoNota"/>
     *                                                 <element ref="{http://www.agenziaterritorio.it/ICI.xsd}NumeroNota"/>
     *                                                 <element name="ProgressivoNota">
     *                                                   <simpleType>
     *                                                     <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                                                       <maxLength value="3"/>
     *                                                     </restriction>
     *                                                   </simpleType>
     *                                                 </element>
     *                                                 <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Anno"/>
     *                                                 <element name="DataValiditaAtto">
     *                                                   <simpleType>
     *                                                     <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                                                       <length value="8"/>
     *                                                     </restriction>
     *                                                   </simpleType>
     *                                                 </element>
     *                                                 <element ref="{http://www.agenziaterritorio.it/ICI.xsd}DataPresentazioneAtto"/>
     *                                                 <element name="EsitoNota">
     *                                                   <simpleType>
     *                                                     <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                                                       <length value="1"/>
     *                                                     </restriction>
     *                                                   </simpleType>
     *                                                 </element>
     *                                                 <element name="EsitoNotaNonRegistrata">
     *                                                   <simpleType>
     *                                                     <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                                                       <maxLength value="2"/>
     *                                                     </restriction>
     *                                                   </simpleType>
     *                                                 </element>
     *                                                 <element name="DataRegistrazioneInAtti" minOccurs="0">
     *                                                   <simpleType>
     *                                                     <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                                                       <length value="8"/>
     *                                                     </restriction>
     *                                                   </simpleType>
     *                                                 </element>
     *                                                 <element name="NumeroRepertorio" minOccurs="0">
     *                                                   <simpleType>
     *                                                     <restriction base="{http://www.w3.org/2001/XMLSchema}int">
     *                                                       <totalDigits value="7"/>
     *                                                     </restriction>
     *                                                   </simpleType>
     *                                                 </element>
     *                                                 <element name="CodiceAtto" minOccurs="0">
     *                                                   <simpleType>
     *                                                     <restriction base="{http://www.w3.org/2001/XMLSchema}integer">
     *                                                       <totalDigits value="3"/>
     *                                                     </restriction>
     *                                                   </simpleType>
     *                                                 </element>
     *                                               </sequence>
     *                                             </restriction>
     *                                           </complexContent>
     *                                         </complexType>
     *                                       </element>
     *                                       <element name="NotaRettificata" minOccurs="0">
     *                                         <complexType>
     *                                           <complexContent>
     *                                             <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     *                                               <sequence>
     *                                                 <element ref="{http://www.agenziaterritorio.it/ICI.xsd}TipoNota"/>
     *                                                 <element ref="{http://www.agenziaterritorio.it/ICI.xsd}NumeroNota"/>
     *                                                 <element ref="{http://www.agenziaterritorio.it/ICI.xsd}DataPresentazioneAtto"/>
     *                                               </sequence>
     *                                             </restriction>
     *                                           </complexContent>
     *                                         </complexType>
     *                                       </element>
     *                                       <element name="Rogante" minOccurs="0">
     *                                         <complexType>
     *                                           <complexContent>
     *                                             <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     *                                               <sequence>
     *                                                 <element name="CognomeNome" minOccurs="0">
     *                                                   <simpleType>
     *                                                     <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                                                       <maxLength value="25"/>
     *                                                     </restriction>
     *                                                   </simpleType>
     *                                                 </element>
     *                                                 <element ref="{http://www.agenziaterritorio.it/ICI.xsd}CodiceFiscale" minOccurs="0"/>
     *                                                 <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Sede" minOccurs="0"/>
     *                                               </sequence>
     *                                             </restriction>
     *                                           </complexContent>
     *                                         </complexType>
     *                                       </element>
     *                                       <element name="RegistrazioneDifferita" minOccurs="0">
     *                                         <simpleType>
     *                                           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                                             <length value="1"/>
     *                                           </restriction>
     *                                         </simpleType>
     *                                       </element>
     *                                       <element name="DataInDifferita" minOccurs="0">
     *                                         <simpleType>
     *                                           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                                             <length value="8"/>
     *                                           </restriction>
     *                                         </simpleType>
     *                                       </element>
     *                                     </sequence>
     *                                   </restriction>
     *                                 </complexContent>
     *                               </complexType>
     *                             </element>
     *                             <element name="Soggetti">
     *                               <complexType>
     *                                 <complexContent>
     *                                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     *                                     <sequence>
     *                                       <element name="Soggetto" maxOccurs="unbounded">
     *                                         <complexType>
     *                                           <complexContent>
     *                                             <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     *                                               <sequence>
     *                                                 <element name="IdSoggettoNota" minOccurs="0">
     *                                                   <simpleType>
     *                                                     <restriction base="{http://www.w3.org/2001/XMLSchema}positiveInteger">
     *                                                       <totalDigits value="9"/>
     *                                                     </restriction>
     *                                                   </simpleType>
     *                                                 </element>
     *                                                 <element name="IdSoggettoCatastale" minOccurs="0">
     *                                                   <simpleType>
     *                                                     <restriction base="{http://www.w3.org/2001/XMLSchema}positiveInteger">
     *                                                       <totalDigits value="9"/>
     *                                                     </restriction>
     *                                                   </simpleType>
     *                                                 </element>
     *                                                 <choice>
     *                                                   <element name="PersonaFisica">
     *                                                     <complexType>
     *                                                       <complexContent>
     *                                                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     *                                                           <sequence>
     *                                                             <element name="Cognome">
     *                                                               <simpleType>
     *                                                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                                                                   <maxLength value="50"/>
     *                                                                 </restriction>
     *                                                               </simpleType>
     *                                                             </element>
     *                                                             <element name="Nome">
     *                                                               <simpleType>
     *                                                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                                                                   <maxLength value="50"/>
     *                                                                 </restriction>
     *                                                               </simpleType>
     *                                                             </element>
     *                                                             <element name="Sesso" minOccurs="0">
     *                                                               <simpleType>
     *                                                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                                                                   <length value="1"/>
     *                                                                 </restriction>
     *                                                               </simpleType>
     *                                                             </element>
     *                                                             <element name="DataNascita" minOccurs="0">
     *                                                               <simpleType>
     *                                                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                                                                   <length value="8"/>
     *                                                                 </restriction>
     *                                                               </simpleType>
     *                                                             </element>
     *                                                             <element name="LuogoNascita" minOccurs="0">
     *                                                               <simpleType>
     *                                                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                                                                   <length value="4"/>
     *                                                                 </restriction>
     *                                                               </simpleType>
     *                                                             </element>
     *                                                             <element ref="{http://www.agenziaterritorio.it/ICI.xsd}CodiceFiscale" minOccurs="0"/>
     *                                                           </sequence>
     *                                                         </restriction>
     *                                                       </complexContent>
     *                                                     </complexType>
     *                                                   </element>
     *                                                   <element name="PersonaGiuridica">
     *                                                     <complexType>
     *                                                       <complexContent>
     *                                                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     *                                                           <sequence>
     *                                                             <element name="Denominazione">
     *                                                               <simpleType>
     *                                                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                                                                   <maxLength value="150"/>
     *                                                                 </restriction>
     *                                                               </simpleType>
     *                                                             </element>
     *                                                             <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Sede" minOccurs="0"/>
     *                                                             <element ref="{http://www.agenziaterritorio.it/ICI.xsd}CodiceFiscale" minOccurs="0"/>
     *                                                           </sequence>
     *                                                         </restriction>
     *                                                       </complexContent>
     *                                                     </complexType>
     *                                                   </element>
     *                                                 </choice>
     *                                                 <element name="DatiTitolarita">
     *                                                   <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/ICI.xsd}TipologiaImmobile"/>
     *                                                                     <element name="Cessione" type="{http://www.agenziaterritorio.it/ICI.xsd}QuoteDiritti" minOccurs="0"/>
     *                                                                     <element name="Acquisizione" type="{http://www.agenziaterritorio.it/ICI.xsd}QuoteDiritti" minOccurs="0"/>
     *                                                                     <element name="PreRegistrazione" type="{http://www.agenziaterritorio.it/ICI.xsd}QuoteDirittiCatastali" minOccurs="0"/>
     *                                                                     <element name="PostRegistrazione" type="{http://www.agenziaterritorio.it/ICI.xsd}QuoteDirittiCatastali" minOccurs="0"/>
     *                                                                   </sequence>
     *                                                                   <attribute name="Ref_Immobile" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
     *                                                                 </restriction>
     *                                                               </complexContent>
     *                                                             </complexType>
     *                                                           </element>
     *                                                         </sequence>
     *                                                       </restriction>
     *                                                     </complexContent>
     *                                                   </complexType>
     *                                                 </element>
     *                                                 <element name="Recapito" minOccurs="0">
     *                                                   <complexType>
     *                                                     <complexContent>
     *                                                       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     *                                                         <sequence>
     *                                                           <element name="TipoIndirizzo">
     *                                                             <simpleType>
     *                                                               <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                                                                 <length value="1"/>
     *                                                               </restriction>
     *                                                             </simpleType>
     *                                                           </element>
     *                                                           <element name="Comune" minOccurs="0">
     *                                                             <simpleType>
     *                                                               <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                                                                 <maxLength value="50"/>
     *                                                               </restriction>
     *                                                             </simpleType>
     *                                                           </element>
     *                                                           <element name="Provincia" minOccurs="0">
     *                                                             <simpleType>
     *                                                               <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                                                                 <length value="2"/>
     *                                                               </restriction>
     *                                                             </simpleType>
     *                                                           </element>
     *                                                           <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Indirizzo" minOccurs="0"/>
     *                                                           <element name="CAP" minOccurs="0">
     *                                                             <simpleType>
     *                                                               <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                                                                 <length value="5"/>
     *                                                               </restriction>
     *                                                             </simpleType>
     *                                                           </element>
     *                                                         </sequence>
     *                                                       </restriction>
     *                                                     </complexContent>
     *                                                   </complexType>
     *                                                 </element>
     *                                               </sequence>
     *                                             </restriction>
     *                                           </complexContent>
     *                                         </complexType>
     *                                       </element>
     *                                     </sequence>
     *                                   </restriction>
     *                                 </complexContent>
     *                               </complexType>
     *                             </element>
     *                             <element name="Immobili">
     *                               <complexType>
     *                                 <complexContent>
     *                                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     *                                     <choice maxOccurs="unbounded">
     *                                       <element name="Fabbricato">
     *                                         <complexType>
     *                                           <complexContent>
     *                                             <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     *                                               <sequence>
     *                                                 <element ref="{http://www.agenziaterritorio.it/ICI.xsd}TipologiaImmobile"/>
     *                                                 <element name="FlagGraffato" minOccurs="0">
     *                                                   <simpleType>
     *                                                     <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                                                       <maxLength value="2"/>
     *                                                     </restriction>
     *                                                   </simpleType>
     *                                                 </element>
     *                                                 <element ref="{http://www.agenziaterritorio.it/ICI.xsd}IdCatastaleImmobile" minOccurs="0"/>
     *                                                 <element ref="{http://www.agenziaterritorio.it/ICI.xsd}CodiceEsito" minOccurs="0"/>
     *                                                 <element name="Identificativi" maxOccurs="unbounded">
     *                                                   <complexType>
     *                                                     <complexContent>
     *                                                       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     *                                                         <choice>
     *                                                           <element name="IdentificativoDefinitivo" maxOccurs="unbounded">
     *                                                             <complexType>
     *                                                               <complexContent>
     *                                                                 <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     *                                                                   <sequence>
     *                                                                     <element ref="{http://www.agenziaterritorio.it/ICI.xsd}SezioneCensuaria" minOccurs="0"/>
     *                                                                     <element name="SezioneUrbana" minOccurs="0">
     *                                                                       <simpleType>
     *                                                                         <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                                                                           <maxLength value="3"/>
     *                                                                         </restriction>
     *                                                                       </simpleType>
     *                                                                     </element>
     *                                                                     <element name="Foglio">
     *                                                                       <simpleType>
     *                                                                         <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                                                                           <maxLength value="4"/>
     *                                                                         </restriction>
     *                                                                       </simpleType>
     *                                                                     </element>
     *                                                                     <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Numero"/>
     *                                                                     <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Denominatore" minOccurs="0"/>
     *                                                                     <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Subalterno" minOccurs="0"/>
     *                                                                     <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Edificialita" minOccurs="0"/>
     *                                                                   </sequence>
     *                                                                 </restriction>
     *                                                               </complexContent>
     *                                                             </complexType>
     *                                                           </element>
     *                                                           <element name="IdentificativoProvvisorio">
     *                                                             <complexType>
     *                                                               <complexContent>
     *                                                                 <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     *                                                                   <sequence>
     *                                                                     <element name="TipoDenuncia">
     *                                                                       <simpleType>
     *                                                                         <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                                                                           <length value="1"/>
     *                                                                         </restriction>
     *                                                                       </simpleType>
     *                                                                     </element>
     *                                                                     <element name="NumeroProtocollo">
     *                                                                       <simpleType>
     *                                                                         <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                                                                           <maxLength value="9"/>
     *                                                                         </restriction>
     *                                                                       </simpleType>
     *                                                                     </element>
     *                                                                     <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Anno" minOccurs="0"/>
     *                                                                   </sequence>
     *                                                                 </restriction>
     *                                                               </complexContent>
     *                                                             </complexType>
     *                                                           </element>
     *                                                         </choice>
     *                                                       </restriction>
     *                                                     </complexContent>
     *                                                   </complexType>
     *                                                 </element>
     *                                                 <element name="Classamento" minOccurs="0">
     *                                                   <complexType>
     *                                                     <complexContent>
     *                                                       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     *                                                         <sequence>
     *                                                           <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Natura" minOccurs="0"/>
     *                                                           <element name="Zona" minOccurs="0">
     *                                                             <simpleType>
     *                                                               <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                                                                 <maxLength value="3"/>
     *                                                               </restriction>
     *                                                             </simpleType>
     *                                                           </element>
     *                                                           <element name="Categoria" minOccurs="0">
     *                                                             <simpleType>
     *                                                               <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                                                                 <maxLength value="3"/>
     *                                                               </restriction>
     *                                                             </simpleType>
     *                                                           </element>
     *                                                           <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Classe" minOccurs="0"/>
     *                                                           <choice minOccurs="0">
     *                                                             <element name="Vani">
     *                                                               <simpleType>
     *                                                                 <restriction base="{http://www.w3.org/2001/XMLSchema}positiveInteger">
     *                                                                   <totalDigits value="4"/>
     *                                                                 </restriction>
     *                                                               </simpleType>
     *                                                             </element>
     *                                                             <element name="MC" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/>
     *                                                             <element name="MQ" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/>
     *                                                           </choice>
     *                                                           <element name="Superficie" minOccurs="0">
     *                                                             <simpleType>
     *                                                               <restriction base="{http://www.w3.org/2001/XMLSchema}positiveInteger">
     *                                                                 <totalDigits value="5"/>
     *                                                               </restriction>
     *                                                             </simpleType>
     *                                                           </element>
     *                                                           <element name="RenditaEuro" minOccurs="0">
     *                                                             <simpleType>
     *                                                               <restriction base="{http://www.w3.org/2001/XMLSchema}positiveInteger">
     *                                                                 <totalDigits value="18"/>
     *                                                               </restriction>
     *                                                             </simpleType>
     *                                                           </element>
     *                                                         </sequence>
     *                                                       </restriction>
     *                                                     </complexContent>
     *                                                   </complexType>
     *                                                 </element>
     *                                                 <element name="UbicazioneNota" type="{http://www.agenziaterritorio.it/ICI.xsd}UbicazioneNotaType" minOccurs="0"/>
     *                                                 <element name="UbicazioneCatasto" type="{http://www.agenziaterritorio.it/ICI.xsd}UbicazioneCatastoType" minOccurs="0"/>
     *                                               </sequence>
     *                                               <attribute name="Ref_Immobile" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
     *                                             </restriction>
     *                                           </complexContent>
     *                                         </complexType>
     *                                       </element>
     *                                       <element name="Terreno">
     *                                         <complexType>
     *                                           <complexContent>
     *                                             <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     *                                               <sequence>
     *                                                 <element ref="{http://www.agenziaterritorio.it/ICI.xsd}TipologiaImmobile"/>
     *                                                 <element ref="{http://www.agenziaterritorio.it/ICI.xsd}IdCatastaleImmobile" minOccurs="0"/>
     *                                                 <element ref="{http://www.agenziaterritorio.it/ICI.xsd}CodiceEsito" minOccurs="0"/>
     *                                                 <element name="Identificativo">
     *                                                   <complexType>
     *                                                     <complexContent>
     *                                                       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     *                                                         <sequence>
     *                                                           <element ref="{http://www.agenziaterritorio.it/ICI.xsd}SezioneCensuaria" minOccurs="0"/>
     *                                                           <element name="Foglio">
     *                                                             <simpleType>
     *                                                               <restriction base="{http://www.w3.org/2001/XMLSchema}positiveInteger">
     *                                                                 <totalDigits value="5"/>
     *                                                               </restriction>
     *                                                             </simpleType>
     *                                                           </element>
     *                                                           <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Numero"/>
     *                                                           <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Denominatore" minOccurs="0"/>
     *                                                           <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Subalterno" minOccurs="0"/>
     *                                                           <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Edificialita" minOccurs="0"/>
     *                                                         </sequence>
     *                                                       </restriction>
     *                                                     </complexContent>
     *                                                   </complexType>
     *                                                 </element>
     *                                                 <element name="Classamento" minOccurs="0">
     *                                                   <complexType>
     *                                                     <complexContent>
     *                                                       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     *                                                         <sequence>
     *                                                           <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Natura" minOccurs="0"/>
     *                                                           <element name="Qualita" minOccurs="0">
     *                                                             <simpleType>
     *                                                               <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger">
     *                                                                 <totalDigits value="3"/>
     *                                                               </restriction>
     *                                                             </simpleType>
     *                                                           </element>
     *                                                           <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Classe" minOccurs="0"/>
     *                                                           <element name="Ettari" minOccurs="0">
     *                                                             <simpleType>
     *                                                               <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger">
     *                                                                 <totalDigits value="5"/>
     *                                                               </restriction>
     *                                                             </simpleType>
     *                                                           </element>
     *                                                           <element name="Are" minOccurs="0">
     *                                                             <simpleType>
     *                                                               <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger">
     *                                                                 <totalDigits value="2"/>
     *                                                               </restriction>
     *                                                             </simpleType>
     *                                                           </element>
     *                                                           <element name="Centiare" minOccurs="0">
     *                                                             <simpleType>
     *                                                               <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger">
     *                                                                 <totalDigits value="2"/>
     *                                                               </restriction>
     *                                                             </simpleType>
     *                                                           </element>
     *                                                           <element name="FlagReddito" minOccurs="0">
     *                                                             <simpleType>
     *                                                               <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                                                                 <length value="1"/>
     *                                                               </restriction>
     *                                                             </simpleType>
     *                                                           </element>
     *                                                           <element name="DominicaleEuro" minOccurs="0">
     *                                                             <simpleType>
     *                                                               <restriction base="{http://www.w3.org/2001/XMLSchema}positiveInteger">
     *                                                                 <totalDigits value="12"/>
     *                                                               </restriction>
     *                                                             </simpleType>
     *                                                           </element>
     *                                                           <element name="AgrarioEuro" minOccurs="0">
     *                                                             <simpleType>
     *                                                               <restriction base="{http://www.w3.org/2001/XMLSchema}positiveInteger">
     *                                                                 <totalDigits value="11"/>
     *                                                               </restriction>
     *                                                             </simpleType>
     *                                                           </element>
     *                                                         </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>
     *                                               </sequence>
     *                                               <attribute name="Ref_Immobile" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
     *                                             </restriction>
     *                                           </complexContent>
     *                                         </complexType>
     *                                       </element>
     *                                     </choice>
     *                                   </restriction>
     *                                 </complexContent>
     *                               </complexType>
     *                             </element>
     *                           </sequence>
     *                         </restriction>
     *                       </complexContent>
     *                     </complexType>
     *                   </element>
     *                 </sequence>
     *               </restriction>
     *             </complexContent>
     *           </complexType>
     *         </element>
     *         <element name="Contatori" minOccurs="0">
     *           <complexType>
     *             <complexContent>
     *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     *                 <sequence>
     *                   <element name="N_Note">
     *                     <simpleType>
     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger">
     *                         <totalDigits value="6"/>
     *                       </restriction>
     *                     </simpleType>
     *                   </element>
     *                   <element name="N_NoteRegistrate">
     *                     <simpleType>
     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger">
     *                         <totalDigits value="6"/>
     *                       </restriction>
     *                     </simpleType>
     *                   </element>
     *                   <element name="N_NoteScaricate">
     *                     <simpleType>
     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger">
     *                         <totalDigits value="6"/>
     *                       </restriction>
     *                     </simpleType>
     *                   </element>
     *                   <element name="N_ImmobiliTrattati">
     *                     <simpleType>
     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger">
     *                         <totalDigits value="6"/>
     *                       </restriction>
     *                     </simpleType>
     *                   </element>
     *                   <element name="N_Particelle">
     *                     <simpleType>
     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger">
     *                         <totalDigits value="6"/>
     *                       </restriction>
     *                     </simpleType>
     *                   </element>
     *                   <element name="N_Fabbricati">
     *                     <simpleType>
     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger">
     *                         <totalDigits value="6"/>
     *                       </restriction>
     *                     </simpleType>
     *                   </element>
     *                 </sequence>
     *               </restriction>
     *             </complexContent>
     *           </complexType>
     *         </element>
     *       </sequence>
     *     </restriction>
     *   </complexContent>
     * </complexType>
     * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "datiGenerali", "variazioni", "contatori" }) public static class DatiPresenti { @XmlElement(name = "DatiGenerali", required = true) protected DatiOut.DatiPresenti.DatiGenerali datiGenerali; @XmlElement(name = "Variazioni", required = true) protected DatiOut.DatiPresenti.Variazioni variazioni; @XmlElement(name = "Contatori") protected DatiOut.DatiPresenti.Contatori contatori; /** * Recupera il valore della proprietà datiGenerali. * * @return * possible object is * {@link DatiOut.DatiPresenti.DatiGenerali } * */ public DatiOut.DatiPresenti.DatiGenerali getDatiGenerali() { return datiGenerali; } /** * Imposta il valore della proprietà datiGenerali. * * @param value * allowed object is * {@link DatiOut.DatiPresenti.DatiGenerali } * */ public void setDatiGenerali(DatiOut.DatiPresenti.DatiGenerali value) { this.datiGenerali = value; } /** * Recupera il valore della proprietà variazioni. * * @return * possible object is * {@link DatiOut.DatiPresenti.Variazioni } * */ public DatiOut.DatiPresenti.Variazioni getVariazioni() { return variazioni; } /** * Imposta il valore della proprietà variazioni. * * @param value * allowed object is * {@link DatiOut.DatiPresenti.Variazioni } * */ public void setVariazioni(DatiOut.DatiPresenti.Variazioni value) { this.variazioni = value; } /** * Recupera il valore della proprietà contatori. * * @return * possible object is * {@link DatiOut.DatiPresenti.Contatori } * */ public DatiOut.DatiPresenti.Contatori getContatori() { return contatori; } /** * Imposta il valore della proprietà contatori. * * @param value * allowed object is * {@link DatiOut.DatiPresenti.Contatori } * */ public void setContatori(DatiOut.DatiPresenti.Contatori value) { this.contatori = 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="N_Note">
         *           <simpleType>
         *             <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger">
         *               <totalDigits value="6"/>
         *             </restriction>
         *           </simpleType>
         *         </element>
         *         <element name="N_NoteRegistrate">
         *           <simpleType>
         *             <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger">
         *               <totalDigits value="6"/>
         *             </restriction>
         *           </simpleType>
         *         </element>
         *         <element name="N_NoteScaricate">
         *           <simpleType>
         *             <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger">
         *               <totalDigits value="6"/>
         *             </restriction>
         *           </simpleType>
         *         </element>
         *         <element name="N_ImmobiliTrattati">
         *           <simpleType>
         *             <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger">
         *               <totalDigits value="6"/>
         *             </restriction>
         *           </simpleType>
         *         </element>
         *         <element name="N_Particelle">
         *           <simpleType>
         *             <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger">
         *               <totalDigits value="6"/>
         *             </restriction>
         *           </simpleType>
         *         </element>
         *         <element name="N_Fabbricati">
         *           <simpleType>
         *             <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger">
         *               <totalDigits value="6"/>
         *             </restriction>
         *           </simpleType>
         *         </element>
         *       </sequence>
         *     </restriction>
         *   </complexContent>
         * </complexType>
         * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "nNote", "nNoteRegistrate", "nNoteScaricate", "nImmobiliTrattati", "nParticelle", "nFabbricati" }) public static class Contatori { @XmlElement(name = "N_Note", required = true) protected BigInteger nNote; @XmlElement(name = "N_NoteRegistrate", required = true) protected BigInteger nNoteRegistrate; @XmlElement(name = "N_NoteScaricate", required = true) protected BigInteger nNoteScaricate; @XmlElement(name = "N_ImmobiliTrattati", required = true) protected BigInteger nImmobiliTrattati; @XmlElement(name = "N_Particelle", required = true) protected BigInteger nParticelle; @XmlElement(name = "N_Fabbricati", required = true) protected BigInteger nFabbricati; /** * Recupera il valore della proprietà nNote. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getNNote() { return nNote; } /** * Imposta il valore della proprietà nNote. * * @param value * allowed object is * {@link BigInteger } * */ public void setNNote(BigInteger value) { this.nNote = value; } /** * Recupera il valore della proprietà nNoteRegistrate. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getNNoteRegistrate() { return nNoteRegistrate; } /** * Imposta il valore della proprietà nNoteRegistrate. * * @param value * allowed object is * {@link BigInteger } * */ public void setNNoteRegistrate(BigInteger value) { this.nNoteRegistrate = value; } /** * Recupera il valore della proprietà nNoteScaricate. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getNNoteScaricate() { return nNoteScaricate; } /** * Imposta il valore della proprietà nNoteScaricate. * * @param value * allowed object is * {@link BigInteger } * */ public void setNNoteScaricate(BigInteger value) { this.nNoteScaricate = value; } /** * Recupera il valore della proprietà nImmobiliTrattati. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getNImmobiliTrattati() { return nImmobiliTrattati; } /** * Imposta il valore della proprietà nImmobiliTrattati. * * @param value * allowed object is * {@link BigInteger } * */ public void setNImmobiliTrattati(BigInteger value) { this.nImmobiliTrattati = value; } /** * Recupera il valore della proprietà nParticelle. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getNParticelle() { return nParticelle; } /** * Imposta il valore della proprietà nParticelle. * * @param value * allowed object is * {@link BigInteger } * */ public void setNParticelle(BigInteger value) { this.nParticelle = value; } /** * Recupera il valore della proprietà nFabbricati. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getNFabbricati() { return nFabbricati; } /** * Imposta il valore della proprietà nFabbricati. * * @param value * allowed object is * {@link BigInteger } * */ public void setNFabbricati(BigInteger value) { this.nFabbricati = 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="CodiceAmministrativo">
         *           <simpleType>
         *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *               <length value="4"/>
         *             </restriction>
         *           </simpleType>
         *         </element>
         *         <element name="DataIniziale">
         *           <simpleType>
         *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *               <length value="8"/>
         *             </restriction>
         *           </simpleType>
         *         </element>
         *         <element name="DataFinale">
         *           <simpleType>
         *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *               <length value="8"/>
         *             </restriction>
         *           </simpleType>
         *         </element>
         *         <element name="DataEstrazioneConservatoria">
         *           <simpleType>
         *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *               <length value="8"/>
         *             </restriction>
         *           </simpleType>
         *         </element>
         *         <element name="DataEstrazioneCatasto">
         *           <simpleType>
         *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *               <length value="8"/>
         *             </restriction>
         *           </simpleType>
         *         </element>
         *       </sequence>
         *     </restriction>
         *   </complexContent>
         * </complexType>
         * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "codiceAmministrativo", "dataIniziale", "dataFinale", "dataEstrazioneConservatoria", "dataEstrazioneCatasto" }) public static class DatiGenerali { @XmlElement(name = "CodiceAmministrativo", required = true) protected String codiceAmministrativo; @XmlElement(name = "DataIniziale", required = true) protected String dataIniziale; @XmlElement(name = "DataFinale", required = true) protected String dataFinale; @XmlElement(name = "DataEstrazioneConservatoria", required = true) protected String dataEstrazioneConservatoria; @XmlElement(name = "DataEstrazioneCatasto", required = true) protected String dataEstrazioneCatasto; /** * Recupera il valore della proprietà codiceAmministrativo. * * @return * possible object is * {@link String } * */ public String getCodiceAmministrativo() { return codiceAmministrativo; } /** * Imposta il valore della proprietà codiceAmministrativo. * * @param value * allowed object is * {@link String } * */ public void setCodiceAmministrativo(String value) { this.codiceAmministrativo = value; } /** * Recupera il valore della proprietà dataIniziale. * * @return * possible object is * {@link String } * */ public String getDataIniziale() { return dataIniziale; } /** * Imposta il valore della proprietà dataIniziale. * * @param value * allowed object is * {@link String } * */ public void setDataIniziale(String value) { this.dataIniziale = value; } /** * Recupera il valore della proprietà dataFinale. * * @return * possible object is * {@link String } * */ public String getDataFinale() { return dataFinale; } /** * Imposta il valore della proprietà dataFinale. * * @param value * allowed object is * {@link String } * */ public void setDataFinale(String value) { this.dataFinale = value; } /** * Recupera il valore della proprietà dataEstrazioneConservatoria. * * @return * possible object is * {@link String } * */ public String getDataEstrazioneConservatoria() { return dataEstrazioneConservatoria; } /** * Imposta il valore della proprietà dataEstrazioneConservatoria. * * @param value * allowed object is * {@link String } * */ public void setDataEstrazioneConservatoria(String value) { this.dataEstrazioneConservatoria = value; } /** * Recupera il valore della proprietà dataEstrazioneCatasto. * * @return * possible object is * {@link String } * */ public String getDataEstrazioneCatasto() { return dataEstrazioneCatasto; } /** * Imposta il valore della proprietà dataEstrazioneCatasto. * * @param value * allowed object is * {@link String } * */ public void setDataEstrazioneCatasto(String value) { this.dataEstrazioneCatasto = 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="Variazione" maxOccurs="unbounded">
         *           <complexType>
         *             <complexContent>
         *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         *                 <sequence>
         *                   <element name="Trascrizione">
         *                     <complexType>
         *                       <complexContent>
         *                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         *                           <sequence>
         *                             <element name="Nota">
         *                               <complexType>
         *                                 <complexContent>
         *                                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         *                                     <sequence>
         *                                       <element ref="{http://www.agenziaterritorio.it/ICI.xsd}TipoNota"/>
         *                                       <element ref="{http://www.agenziaterritorio.it/ICI.xsd}NumeroNota"/>
         *                                       <element name="ProgressivoNota">
         *                                         <simpleType>
         *                                           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *                                             <maxLength value="3"/>
         *                                           </restriction>
         *                                         </simpleType>
         *                                       </element>
         *                                       <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Anno"/>
         *                                       <element name="DataValiditaAtto">
         *                                         <simpleType>
         *                                           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *                                             <length value="8"/>
         *                                           </restriction>
         *                                         </simpleType>
         *                                       </element>
         *                                       <element ref="{http://www.agenziaterritorio.it/ICI.xsd}DataPresentazioneAtto"/>
         *                                       <element name="EsitoNota">
         *                                         <simpleType>
         *                                           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *                                             <length value="1"/>
         *                                           </restriction>
         *                                         </simpleType>
         *                                       </element>
         *                                       <element name="EsitoNotaNonRegistrata">
         *                                         <simpleType>
         *                                           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *                                             <maxLength value="2"/>
         *                                           </restriction>
         *                                         </simpleType>
         *                                       </element>
         *                                       <element name="DataRegistrazioneInAtti" minOccurs="0">
         *                                         <simpleType>
         *                                           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *                                             <length value="8"/>
         *                                           </restriction>
         *                                         </simpleType>
         *                                       </element>
         *                                       <element name="NumeroRepertorio" minOccurs="0">
         *                                         <simpleType>
         *                                           <restriction base="{http://www.w3.org/2001/XMLSchema}int">
         *                                             <totalDigits value="7"/>
         *                                           </restriction>
         *                                         </simpleType>
         *                                       </element>
         *                                       <element name="CodiceAtto" minOccurs="0">
         *                                         <simpleType>
         *                                           <restriction base="{http://www.w3.org/2001/XMLSchema}integer">
         *                                             <totalDigits value="3"/>
         *                                           </restriction>
         *                                         </simpleType>
         *                                       </element>
         *                                     </sequence>
         *                                   </restriction>
         *                                 </complexContent>
         *                               </complexType>
         *                             </element>
         *                             <element name="NotaRettificata" minOccurs="0">
         *                               <complexType>
         *                                 <complexContent>
         *                                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         *                                     <sequence>
         *                                       <element ref="{http://www.agenziaterritorio.it/ICI.xsd}TipoNota"/>
         *                                       <element ref="{http://www.agenziaterritorio.it/ICI.xsd}NumeroNota"/>
         *                                       <element ref="{http://www.agenziaterritorio.it/ICI.xsd}DataPresentazioneAtto"/>
         *                                     </sequence>
         *                                   </restriction>
         *                                 </complexContent>
         *                               </complexType>
         *                             </element>
         *                             <element name="Rogante" minOccurs="0">
         *                               <complexType>
         *                                 <complexContent>
         *                                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         *                                     <sequence>
         *                                       <element name="CognomeNome" minOccurs="0">
         *                                         <simpleType>
         *                                           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *                                             <maxLength value="25"/>
         *                                           </restriction>
         *                                         </simpleType>
         *                                       </element>
         *                                       <element ref="{http://www.agenziaterritorio.it/ICI.xsd}CodiceFiscale" minOccurs="0"/>
         *                                       <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Sede" minOccurs="0"/>
         *                                     </sequence>
         *                                   </restriction>
         *                                 </complexContent>
         *                               </complexType>
         *                             </element>
         *                             <element name="RegistrazioneDifferita" minOccurs="0">
         *                               <simpleType>
         *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *                                   <length value="1"/>
         *                                 </restriction>
         *                               </simpleType>
         *                             </element>
         *                             <element name="DataInDifferita" minOccurs="0">
         *                               <simpleType>
         *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *                                   <length value="8"/>
         *                                 </restriction>
         *                               </simpleType>
         *                             </element>
         *                           </sequence>
         *                         </restriction>
         *                       </complexContent>
         *                     </complexType>
         *                   </element>
         *                   <element name="Soggetti">
         *                     <complexType>
         *                       <complexContent>
         *                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         *                           <sequence>
         *                             <element name="Soggetto" maxOccurs="unbounded">
         *                               <complexType>
         *                                 <complexContent>
         *                                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         *                                     <sequence>
         *                                       <element name="IdSoggettoNota" minOccurs="0">
         *                                         <simpleType>
         *                                           <restriction base="{http://www.w3.org/2001/XMLSchema}positiveInteger">
         *                                             <totalDigits value="9"/>
         *                                           </restriction>
         *                                         </simpleType>
         *                                       </element>
         *                                       <element name="IdSoggettoCatastale" minOccurs="0">
         *                                         <simpleType>
         *                                           <restriction base="{http://www.w3.org/2001/XMLSchema}positiveInteger">
         *                                             <totalDigits value="9"/>
         *                                           </restriction>
         *                                         </simpleType>
         *                                       </element>
         *                                       <choice>
         *                                         <element name="PersonaFisica">
         *                                           <complexType>
         *                                             <complexContent>
         *                                               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         *                                                 <sequence>
         *                                                   <element name="Cognome">
         *                                                     <simpleType>
         *                                                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *                                                         <maxLength value="50"/>
         *                                                       </restriction>
         *                                                     </simpleType>
         *                                                   </element>
         *                                                   <element name="Nome">
         *                                                     <simpleType>
         *                                                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *                                                         <maxLength value="50"/>
         *                                                       </restriction>
         *                                                     </simpleType>
         *                                                   </element>
         *                                                   <element name="Sesso" minOccurs="0">
         *                                                     <simpleType>
         *                                                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *                                                         <length value="1"/>
         *                                                       </restriction>
         *                                                     </simpleType>
         *                                                   </element>
         *                                                   <element name="DataNascita" minOccurs="0">
         *                                                     <simpleType>
         *                                                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *                                                         <length value="8"/>
         *                                                       </restriction>
         *                                                     </simpleType>
         *                                                   </element>
         *                                                   <element name="LuogoNascita" minOccurs="0">
         *                                                     <simpleType>
         *                                                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *                                                         <length value="4"/>
         *                                                       </restriction>
         *                                                     </simpleType>
         *                                                   </element>
         *                                                   <element ref="{http://www.agenziaterritorio.it/ICI.xsd}CodiceFiscale" minOccurs="0"/>
         *                                                 </sequence>
         *                                               </restriction>
         *                                             </complexContent>
         *                                           </complexType>
         *                                         </element>
         *                                         <element name="PersonaGiuridica">
         *                                           <complexType>
         *                                             <complexContent>
         *                                               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         *                                                 <sequence>
         *                                                   <element name="Denominazione">
         *                                                     <simpleType>
         *                                                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *                                                         <maxLength value="150"/>
         *                                                       </restriction>
         *                                                     </simpleType>
         *                                                   </element>
         *                                                   <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Sede" minOccurs="0"/>
         *                                                   <element ref="{http://www.agenziaterritorio.it/ICI.xsd}CodiceFiscale" minOccurs="0"/>
         *                                                 </sequence>
         *                                               </restriction>
         *                                             </complexContent>
         *                                           </complexType>
         *                                         </element>
         *                                       </choice>
         *                                       <element name="DatiTitolarita">
         *                                         <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/ICI.xsd}TipologiaImmobile"/>
         *                                                           <element name="Cessione" type="{http://www.agenziaterritorio.it/ICI.xsd}QuoteDiritti" minOccurs="0"/>
         *                                                           <element name="Acquisizione" type="{http://www.agenziaterritorio.it/ICI.xsd}QuoteDiritti" minOccurs="0"/>
         *                                                           <element name="PreRegistrazione" type="{http://www.agenziaterritorio.it/ICI.xsd}QuoteDirittiCatastali" minOccurs="0"/>
         *                                                           <element name="PostRegistrazione" type="{http://www.agenziaterritorio.it/ICI.xsd}QuoteDirittiCatastali" minOccurs="0"/>
         *                                                         </sequence>
         *                                                         <attribute name="Ref_Immobile" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
         *                                                       </restriction>
         *                                                     </complexContent>
         *                                                   </complexType>
         *                                                 </element>
         *                                               </sequence>
         *                                             </restriction>
         *                                           </complexContent>
         *                                         </complexType>
         *                                       </element>
         *                                       <element name="Recapito" minOccurs="0">
         *                                         <complexType>
         *                                           <complexContent>
         *                                             <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         *                                               <sequence>
         *                                                 <element name="TipoIndirizzo">
         *                                                   <simpleType>
         *                                                     <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *                                                       <length value="1"/>
         *                                                     </restriction>
         *                                                   </simpleType>
         *                                                 </element>
         *                                                 <element name="Comune" minOccurs="0">
         *                                                   <simpleType>
         *                                                     <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *                                                       <maxLength value="50"/>
         *                                                     </restriction>
         *                                                   </simpleType>
         *                                                 </element>
         *                                                 <element name="Provincia" minOccurs="0">
         *                                                   <simpleType>
         *                                                     <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *                                                       <length value="2"/>
         *                                                     </restriction>
         *                                                   </simpleType>
         *                                                 </element>
         *                                                 <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Indirizzo" minOccurs="0"/>
         *                                                 <element name="CAP" minOccurs="0">
         *                                                   <simpleType>
         *                                                     <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *                                                       <length value="5"/>
         *                                                     </restriction>
         *                                                   </simpleType>
         *                                                 </element>
         *                                               </sequence>
         *                                             </restriction>
         *                                           </complexContent>
         *                                         </complexType>
         *                                       </element>
         *                                     </sequence>
         *                                   </restriction>
         *                                 </complexContent>
         *                               </complexType>
         *                             </element>
         *                           </sequence>
         *                         </restriction>
         *                       </complexContent>
         *                     </complexType>
         *                   </element>
         *                   <element name="Immobili">
         *                     <complexType>
         *                       <complexContent>
         *                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         *                           <choice maxOccurs="unbounded">
         *                             <element name="Fabbricato">
         *                               <complexType>
         *                                 <complexContent>
         *                                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         *                                     <sequence>
         *                                       <element ref="{http://www.agenziaterritorio.it/ICI.xsd}TipologiaImmobile"/>
         *                                       <element name="FlagGraffato" minOccurs="0">
         *                                         <simpleType>
         *                                           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *                                             <maxLength value="2"/>
         *                                           </restriction>
         *                                         </simpleType>
         *                                       </element>
         *                                       <element ref="{http://www.agenziaterritorio.it/ICI.xsd}IdCatastaleImmobile" minOccurs="0"/>
         *                                       <element ref="{http://www.agenziaterritorio.it/ICI.xsd}CodiceEsito" minOccurs="0"/>
         *                                       <element name="Identificativi" maxOccurs="unbounded">
         *                                         <complexType>
         *                                           <complexContent>
         *                                             <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         *                                               <choice>
         *                                                 <element name="IdentificativoDefinitivo" maxOccurs="unbounded">
         *                                                   <complexType>
         *                                                     <complexContent>
         *                                                       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         *                                                         <sequence>
         *                                                           <element ref="{http://www.agenziaterritorio.it/ICI.xsd}SezioneCensuaria" minOccurs="0"/>
         *                                                           <element name="SezioneUrbana" minOccurs="0">
         *                                                             <simpleType>
         *                                                               <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *                                                                 <maxLength value="3"/>
         *                                                               </restriction>
         *                                                             </simpleType>
         *                                                           </element>
         *                                                           <element name="Foglio">
         *                                                             <simpleType>
         *                                                               <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *                                                                 <maxLength value="4"/>
         *                                                               </restriction>
         *                                                             </simpleType>
         *                                                           </element>
         *                                                           <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Numero"/>
         *                                                           <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Denominatore" minOccurs="0"/>
         *                                                           <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Subalterno" minOccurs="0"/>
         *                                                           <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Edificialita" minOccurs="0"/>
         *                                                         </sequence>
         *                                                       </restriction>
         *                                                     </complexContent>
         *                                                   </complexType>
         *                                                 </element>
         *                                                 <element name="IdentificativoProvvisorio">
         *                                                   <complexType>
         *                                                     <complexContent>
         *                                                       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         *                                                         <sequence>
         *                                                           <element name="TipoDenuncia">
         *                                                             <simpleType>
         *                                                               <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *                                                                 <length value="1"/>
         *                                                               </restriction>
         *                                                             </simpleType>
         *                                                           </element>
         *                                                           <element name="NumeroProtocollo">
         *                                                             <simpleType>
         *                                                               <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *                                                                 <maxLength value="9"/>
         *                                                               </restriction>
         *                                                             </simpleType>
         *                                                           </element>
         *                                                           <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Anno" minOccurs="0"/>
         *                                                         </sequence>
         *                                                       </restriction>
         *                                                     </complexContent>
         *                                                   </complexType>
         *                                                 </element>
         *                                               </choice>
         *                                             </restriction>
         *                                           </complexContent>
         *                                         </complexType>
         *                                       </element>
         *                                       <element name="Classamento" minOccurs="0">
         *                                         <complexType>
         *                                           <complexContent>
         *                                             <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         *                                               <sequence>
         *                                                 <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Natura" minOccurs="0"/>
         *                                                 <element name="Zona" minOccurs="0">
         *                                                   <simpleType>
         *                                                     <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *                                                       <maxLength value="3"/>
         *                                                     </restriction>
         *                                                   </simpleType>
         *                                                 </element>
         *                                                 <element name="Categoria" minOccurs="0">
         *                                                   <simpleType>
         *                                                     <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *                                                       <maxLength value="3"/>
         *                                                     </restriction>
         *                                                   </simpleType>
         *                                                 </element>
         *                                                 <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Classe" minOccurs="0"/>
         *                                                 <choice minOccurs="0">
         *                                                   <element name="Vani">
         *                                                     <simpleType>
         *                                                       <restriction base="{http://www.w3.org/2001/XMLSchema}positiveInteger">
         *                                                         <totalDigits value="4"/>
         *                                                       </restriction>
         *                                                     </simpleType>
         *                                                   </element>
         *                                                   <element name="MC" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/>
         *                                                   <element name="MQ" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/>
         *                                                 </choice>
         *                                                 <element name="Superficie" minOccurs="0">
         *                                                   <simpleType>
         *                                                     <restriction base="{http://www.w3.org/2001/XMLSchema}positiveInteger">
         *                                                       <totalDigits value="5"/>
         *                                                     </restriction>
         *                                                   </simpleType>
         *                                                 </element>
         *                                                 <element name="RenditaEuro" minOccurs="0">
         *                                                   <simpleType>
         *                                                     <restriction base="{http://www.w3.org/2001/XMLSchema}positiveInteger">
         *                                                       <totalDigits value="18"/>
         *                                                     </restriction>
         *                                                   </simpleType>
         *                                                 </element>
         *                                               </sequence>
         *                                             </restriction>
         *                                           </complexContent>
         *                                         </complexType>
         *                                       </element>
         *                                       <element name="UbicazioneNota" type="{http://www.agenziaterritorio.it/ICI.xsd}UbicazioneNotaType" minOccurs="0"/>
         *                                       <element name="UbicazioneCatasto" type="{http://www.agenziaterritorio.it/ICI.xsd}UbicazioneCatastoType" minOccurs="0"/>
         *                                     </sequence>
         *                                     <attribute name="Ref_Immobile" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
         *                                   </restriction>
         *                                 </complexContent>
         *                               </complexType>
         *                             </element>
         *                             <element name="Terreno">
         *                               <complexType>
         *                                 <complexContent>
         *                                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         *                                     <sequence>
         *                                       <element ref="{http://www.agenziaterritorio.it/ICI.xsd}TipologiaImmobile"/>
         *                                       <element ref="{http://www.agenziaterritorio.it/ICI.xsd}IdCatastaleImmobile" minOccurs="0"/>
         *                                       <element ref="{http://www.agenziaterritorio.it/ICI.xsd}CodiceEsito" minOccurs="0"/>
         *                                       <element name="Identificativo">
         *                                         <complexType>
         *                                           <complexContent>
         *                                             <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         *                                               <sequence>
         *                                                 <element ref="{http://www.agenziaterritorio.it/ICI.xsd}SezioneCensuaria" minOccurs="0"/>
         *                                                 <element name="Foglio">
         *                                                   <simpleType>
         *                                                     <restriction base="{http://www.w3.org/2001/XMLSchema}positiveInteger">
         *                                                       <totalDigits value="5"/>
         *                                                     </restriction>
         *                                                   </simpleType>
         *                                                 </element>
         *                                                 <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Numero"/>
         *                                                 <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Denominatore" minOccurs="0"/>
         *                                                 <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Subalterno" minOccurs="0"/>
         *                                                 <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Edificialita" minOccurs="0"/>
         *                                               </sequence>
         *                                             </restriction>
         *                                           </complexContent>
         *                                         </complexType>
         *                                       </element>
         *                                       <element name="Classamento" minOccurs="0">
         *                                         <complexType>
         *                                           <complexContent>
         *                                             <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         *                                               <sequence>
         *                                                 <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Natura" minOccurs="0"/>
         *                                                 <element name="Qualita" minOccurs="0">
         *                                                   <simpleType>
         *                                                     <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger">
         *                                                       <totalDigits value="3"/>
         *                                                     </restriction>
         *                                                   </simpleType>
         *                                                 </element>
         *                                                 <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Classe" minOccurs="0"/>
         *                                                 <element name="Ettari" minOccurs="0">
         *                                                   <simpleType>
         *                                                     <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger">
         *                                                       <totalDigits value="5"/>
         *                                                     </restriction>
         *                                                   </simpleType>
         *                                                 </element>
         *                                                 <element name="Are" minOccurs="0">
         *                                                   <simpleType>
         *                                                     <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger">
         *                                                       <totalDigits value="2"/>
         *                                                     </restriction>
         *                                                   </simpleType>
         *                                                 </element>
         *                                                 <element name="Centiare" minOccurs="0">
         *                                                   <simpleType>
         *                                                     <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger">
         *                                                       <totalDigits value="2"/>
         *                                                     </restriction>
         *                                                   </simpleType>
         *                                                 </element>
         *                                                 <element name="FlagReddito" minOccurs="0">
         *                                                   <simpleType>
         *                                                     <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *                                                       <length value="1"/>
         *                                                     </restriction>
         *                                                   </simpleType>
         *                                                 </element>
         *                                                 <element name="DominicaleEuro" minOccurs="0">
         *                                                   <simpleType>
         *                                                     <restriction base="{http://www.w3.org/2001/XMLSchema}positiveInteger">
         *                                                       <totalDigits value="12"/>
         *                                                     </restriction>
         *                                                   </simpleType>
         *                                                 </element>
         *                                                 <element name="AgrarioEuro" minOccurs="0">
         *                                                   <simpleType>
         *                                                     <restriction base="{http://www.w3.org/2001/XMLSchema}positiveInteger">
         *                                                       <totalDigits value="11"/>
         *                                                     </restriction>
         *                                                   </simpleType>
         *                                                 </element>
         *                                               </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>
         *                                     </sequence>
         *                                     <attribute name="Ref_Immobile" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
         *                                   </restriction>
         *                                 </complexContent>
         *                               </complexType>
         *                             </element>
         *                           </choice>
         *                         </restriction>
         *                       </complexContent>
         *                     </complexType>
         *                   </element>
         *                 </sequence>
         *               </restriction>
         *             </complexContent>
         *           </complexType>
         *         </element>
         *       </sequence>
         *     </restriction>
         *   </complexContent>
         * </complexType>
         * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "variazione" }) public static class Variazioni { @XmlElement(name = "Variazione", required = true) protected List variazione; /** * Gets the value of the variazione 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 variazione property. * *

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

             *    getVariazione().add(newItem);
             * 
* * *

* Objects of the following type(s) are allowed in the list * {@link DatiOut.DatiPresenti.Variazioni.Variazione } * * */ public List getVariazione() { if (variazione == null) { variazione = new ArrayList(); } return this.variazione; } /** *

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="Trascrizione">
             *           <complexType>
             *             <complexContent>
             *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
             *                 <sequence>
             *                   <element name="Nota">
             *                     <complexType>
             *                       <complexContent>
             *                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
             *                           <sequence>
             *                             <element ref="{http://www.agenziaterritorio.it/ICI.xsd}TipoNota"/>
             *                             <element ref="{http://www.agenziaterritorio.it/ICI.xsd}NumeroNota"/>
             *                             <element name="ProgressivoNota">
             *                               <simpleType>
             *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             *                                   <maxLength value="3"/>
             *                                 </restriction>
             *                               </simpleType>
             *                             </element>
             *                             <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Anno"/>
             *                             <element name="DataValiditaAtto">
             *                               <simpleType>
             *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             *                                   <length value="8"/>
             *                                 </restriction>
             *                               </simpleType>
             *                             </element>
             *                             <element ref="{http://www.agenziaterritorio.it/ICI.xsd}DataPresentazioneAtto"/>
             *                             <element name="EsitoNota">
             *                               <simpleType>
             *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             *                                   <length value="1"/>
             *                                 </restriction>
             *                               </simpleType>
             *                             </element>
             *                             <element name="EsitoNotaNonRegistrata">
             *                               <simpleType>
             *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             *                                   <maxLength value="2"/>
             *                                 </restriction>
             *                               </simpleType>
             *                             </element>
             *                             <element name="DataRegistrazioneInAtti" minOccurs="0">
             *                               <simpleType>
             *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             *                                   <length value="8"/>
             *                                 </restriction>
             *                               </simpleType>
             *                             </element>
             *                             <element name="NumeroRepertorio" minOccurs="0">
             *                               <simpleType>
             *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}int">
             *                                   <totalDigits value="7"/>
             *                                 </restriction>
             *                               </simpleType>
             *                             </element>
             *                             <element name="CodiceAtto" minOccurs="0">
             *                               <simpleType>
             *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}integer">
             *                                   <totalDigits value="3"/>
             *                                 </restriction>
             *                               </simpleType>
             *                             </element>
             *                           </sequence>
             *                         </restriction>
             *                       </complexContent>
             *                     </complexType>
             *                   </element>
             *                   <element name="NotaRettificata" minOccurs="0">
             *                     <complexType>
             *                       <complexContent>
             *                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
             *                           <sequence>
             *                             <element ref="{http://www.agenziaterritorio.it/ICI.xsd}TipoNota"/>
             *                             <element ref="{http://www.agenziaterritorio.it/ICI.xsd}NumeroNota"/>
             *                             <element ref="{http://www.agenziaterritorio.it/ICI.xsd}DataPresentazioneAtto"/>
             *                           </sequence>
             *                         </restriction>
             *                       </complexContent>
             *                     </complexType>
             *                   </element>
             *                   <element name="Rogante" minOccurs="0">
             *                     <complexType>
             *                       <complexContent>
             *                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
             *                           <sequence>
             *                             <element name="CognomeNome" minOccurs="0">
             *                               <simpleType>
             *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             *                                   <maxLength value="25"/>
             *                                 </restriction>
             *                               </simpleType>
             *                             </element>
             *                             <element ref="{http://www.agenziaterritorio.it/ICI.xsd}CodiceFiscale" minOccurs="0"/>
             *                             <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Sede" minOccurs="0"/>
             *                           </sequence>
             *                         </restriction>
             *                       </complexContent>
             *                     </complexType>
             *                   </element>
             *                   <element name="RegistrazioneDifferita" minOccurs="0">
             *                     <simpleType>
             *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             *                         <length value="1"/>
             *                       </restriction>
             *                     </simpleType>
             *                   </element>
             *                   <element name="DataInDifferita" minOccurs="0">
             *                     <simpleType>
             *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             *                         <length value="8"/>
             *                       </restriction>
             *                     </simpleType>
             *                   </element>
             *                 </sequence>
             *               </restriction>
             *             </complexContent>
             *           </complexType>
             *         </element>
             *         <element name="Soggetti">
             *           <complexType>
             *             <complexContent>
             *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
             *                 <sequence>
             *                   <element name="Soggetto" maxOccurs="unbounded">
             *                     <complexType>
             *                       <complexContent>
             *                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
             *                           <sequence>
             *                             <element name="IdSoggettoNota" minOccurs="0">
             *                               <simpleType>
             *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}positiveInteger">
             *                                   <totalDigits value="9"/>
             *                                 </restriction>
             *                               </simpleType>
             *                             </element>
             *                             <element name="IdSoggettoCatastale" minOccurs="0">
             *                               <simpleType>
             *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}positiveInteger">
             *                                   <totalDigits value="9"/>
             *                                 </restriction>
             *                               </simpleType>
             *                             </element>
             *                             <choice>
             *                               <element name="PersonaFisica">
             *                                 <complexType>
             *                                   <complexContent>
             *                                     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
             *                                       <sequence>
             *                                         <element name="Cognome">
             *                                           <simpleType>
             *                                             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             *                                               <maxLength value="50"/>
             *                                             </restriction>
             *                                           </simpleType>
             *                                         </element>
             *                                         <element name="Nome">
             *                                           <simpleType>
             *                                             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             *                                               <maxLength value="50"/>
             *                                             </restriction>
             *                                           </simpleType>
             *                                         </element>
             *                                         <element name="Sesso" minOccurs="0">
             *                                           <simpleType>
             *                                             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             *                                               <length value="1"/>
             *                                             </restriction>
             *                                           </simpleType>
             *                                         </element>
             *                                         <element name="DataNascita" minOccurs="0">
             *                                           <simpleType>
             *                                             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             *                                               <length value="8"/>
             *                                             </restriction>
             *                                           </simpleType>
             *                                         </element>
             *                                         <element name="LuogoNascita" minOccurs="0">
             *                                           <simpleType>
             *                                             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             *                                               <length value="4"/>
             *                                             </restriction>
             *                                           </simpleType>
             *                                         </element>
             *                                         <element ref="{http://www.agenziaterritorio.it/ICI.xsd}CodiceFiscale" minOccurs="0"/>
             *                                       </sequence>
             *                                     </restriction>
             *                                   </complexContent>
             *                                 </complexType>
             *                               </element>
             *                               <element name="PersonaGiuridica">
             *                                 <complexType>
             *                                   <complexContent>
             *                                     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
             *                                       <sequence>
             *                                         <element name="Denominazione">
             *                                           <simpleType>
             *                                             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             *                                               <maxLength value="150"/>
             *                                             </restriction>
             *                                           </simpleType>
             *                                         </element>
             *                                         <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Sede" minOccurs="0"/>
             *                                         <element ref="{http://www.agenziaterritorio.it/ICI.xsd}CodiceFiscale" minOccurs="0"/>
             *                                       </sequence>
             *                                     </restriction>
             *                                   </complexContent>
             *                                 </complexType>
             *                               </element>
             *                             </choice>
             *                             <element name="DatiTitolarita">
             *                               <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/ICI.xsd}TipologiaImmobile"/>
             *                                                 <element name="Cessione" type="{http://www.agenziaterritorio.it/ICI.xsd}QuoteDiritti" minOccurs="0"/>
             *                                                 <element name="Acquisizione" type="{http://www.agenziaterritorio.it/ICI.xsd}QuoteDiritti" minOccurs="0"/>
             *                                                 <element name="PreRegistrazione" type="{http://www.agenziaterritorio.it/ICI.xsd}QuoteDirittiCatastali" minOccurs="0"/>
             *                                                 <element name="PostRegistrazione" type="{http://www.agenziaterritorio.it/ICI.xsd}QuoteDirittiCatastali" minOccurs="0"/>
             *                                               </sequence>
             *                                               <attribute name="Ref_Immobile" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
             *                                             </restriction>
             *                                           </complexContent>
             *                                         </complexType>
             *                                       </element>
             *                                     </sequence>
             *                                   </restriction>
             *                                 </complexContent>
             *                               </complexType>
             *                             </element>
             *                             <element name="Recapito" minOccurs="0">
             *                               <complexType>
             *                                 <complexContent>
             *                                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
             *                                     <sequence>
             *                                       <element name="TipoIndirizzo">
             *                                         <simpleType>
             *                                           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             *                                             <length value="1"/>
             *                                           </restriction>
             *                                         </simpleType>
             *                                       </element>
             *                                       <element name="Comune" minOccurs="0">
             *                                         <simpleType>
             *                                           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             *                                             <maxLength value="50"/>
             *                                           </restriction>
             *                                         </simpleType>
             *                                       </element>
             *                                       <element name="Provincia" minOccurs="0">
             *                                         <simpleType>
             *                                           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             *                                             <length value="2"/>
             *                                           </restriction>
             *                                         </simpleType>
             *                                       </element>
             *                                       <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Indirizzo" minOccurs="0"/>
             *                                       <element name="CAP" minOccurs="0">
             *                                         <simpleType>
             *                                           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             *                                             <length value="5"/>
             *                                           </restriction>
             *                                         </simpleType>
             *                                       </element>
             *                                     </sequence>
             *                                   </restriction>
             *                                 </complexContent>
             *                               </complexType>
             *                             </element>
             *                           </sequence>
             *                         </restriction>
             *                       </complexContent>
             *                     </complexType>
             *                   </element>
             *                 </sequence>
             *               </restriction>
             *             </complexContent>
             *           </complexType>
             *         </element>
             *         <element name="Immobili">
             *           <complexType>
             *             <complexContent>
             *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
             *                 <choice maxOccurs="unbounded">
             *                   <element name="Fabbricato">
             *                     <complexType>
             *                       <complexContent>
             *                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
             *                           <sequence>
             *                             <element ref="{http://www.agenziaterritorio.it/ICI.xsd}TipologiaImmobile"/>
             *                             <element name="FlagGraffato" minOccurs="0">
             *                               <simpleType>
             *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             *                                   <maxLength value="2"/>
             *                                 </restriction>
             *                               </simpleType>
             *                             </element>
             *                             <element ref="{http://www.agenziaterritorio.it/ICI.xsd}IdCatastaleImmobile" minOccurs="0"/>
             *                             <element ref="{http://www.agenziaterritorio.it/ICI.xsd}CodiceEsito" minOccurs="0"/>
             *                             <element name="Identificativi" maxOccurs="unbounded">
             *                               <complexType>
             *                                 <complexContent>
             *                                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
             *                                     <choice>
             *                                       <element name="IdentificativoDefinitivo" maxOccurs="unbounded">
             *                                         <complexType>
             *                                           <complexContent>
             *                                             <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
             *                                               <sequence>
             *                                                 <element ref="{http://www.agenziaterritorio.it/ICI.xsd}SezioneCensuaria" minOccurs="0"/>
             *                                                 <element name="SezioneUrbana" minOccurs="0">
             *                                                   <simpleType>
             *                                                     <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             *                                                       <maxLength value="3"/>
             *                                                     </restriction>
             *                                                   </simpleType>
             *                                                 </element>
             *                                                 <element name="Foglio">
             *                                                   <simpleType>
             *                                                     <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             *                                                       <maxLength value="4"/>
             *                                                     </restriction>
             *                                                   </simpleType>
             *                                                 </element>
             *                                                 <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Numero"/>
             *                                                 <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Denominatore" minOccurs="0"/>
             *                                                 <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Subalterno" minOccurs="0"/>
             *                                                 <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Edificialita" minOccurs="0"/>
             *                                               </sequence>
             *                                             </restriction>
             *                                           </complexContent>
             *                                         </complexType>
             *                                       </element>
             *                                       <element name="IdentificativoProvvisorio">
             *                                         <complexType>
             *                                           <complexContent>
             *                                             <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
             *                                               <sequence>
             *                                                 <element name="TipoDenuncia">
             *                                                   <simpleType>
             *                                                     <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             *                                                       <length value="1"/>
             *                                                     </restriction>
             *                                                   </simpleType>
             *                                                 </element>
             *                                                 <element name="NumeroProtocollo">
             *                                                   <simpleType>
             *                                                     <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             *                                                       <maxLength value="9"/>
             *                                                     </restriction>
             *                                                   </simpleType>
             *                                                 </element>
             *                                                 <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Anno" minOccurs="0"/>
             *                                               </sequence>
             *                                             </restriction>
             *                                           </complexContent>
             *                                         </complexType>
             *                                       </element>
             *                                     </choice>
             *                                   </restriction>
             *                                 </complexContent>
             *                               </complexType>
             *                             </element>
             *                             <element name="Classamento" minOccurs="0">
             *                               <complexType>
             *                                 <complexContent>
             *                                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
             *                                     <sequence>
             *                                       <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Natura" minOccurs="0"/>
             *                                       <element name="Zona" minOccurs="0">
             *                                         <simpleType>
             *                                           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             *                                             <maxLength value="3"/>
             *                                           </restriction>
             *                                         </simpleType>
             *                                       </element>
             *                                       <element name="Categoria" minOccurs="0">
             *                                         <simpleType>
             *                                           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             *                                             <maxLength value="3"/>
             *                                           </restriction>
             *                                         </simpleType>
             *                                       </element>
             *                                       <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Classe" minOccurs="0"/>
             *                                       <choice minOccurs="0">
             *                                         <element name="Vani">
             *                                           <simpleType>
             *                                             <restriction base="{http://www.w3.org/2001/XMLSchema}positiveInteger">
             *                                               <totalDigits value="4"/>
             *                                             </restriction>
             *                                           </simpleType>
             *                                         </element>
             *                                         <element name="MC" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/>
             *                                         <element name="MQ" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/>
             *                                       </choice>
             *                                       <element name="Superficie" minOccurs="0">
             *                                         <simpleType>
             *                                           <restriction base="{http://www.w3.org/2001/XMLSchema}positiveInteger">
             *                                             <totalDigits value="5"/>
             *                                           </restriction>
             *                                         </simpleType>
             *                                       </element>
             *                                       <element name="RenditaEuro" minOccurs="0">
             *                                         <simpleType>
             *                                           <restriction base="{http://www.w3.org/2001/XMLSchema}positiveInteger">
             *                                             <totalDigits value="18"/>
             *                                           </restriction>
             *                                         </simpleType>
             *                                       </element>
             *                                     </sequence>
             *                                   </restriction>
             *                                 </complexContent>
             *                               </complexType>
             *                             </element>
             *                             <element name="UbicazioneNota" type="{http://www.agenziaterritorio.it/ICI.xsd}UbicazioneNotaType" minOccurs="0"/>
             *                             <element name="UbicazioneCatasto" type="{http://www.agenziaterritorio.it/ICI.xsd}UbicazioneCatastoType" minOccurs="0"/>
             *                           </sequence>
             *                           <attribute name="Ref_Immobile" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
             *                         </restriction>
             *                       </complexContent>
             *                     </complexType>
             *                   </element>
             *                   <element name="Terreno">
             *                     <complexType>
             *                       <complexContent>
             *                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
             *                           <sequence>
             *                             <element ref="{http://www.agenziaterritorio.it/ICI.xsd}TipologiaImmobile"/>
             *                             <element ref="{http://www.agenziaterritorio.it/ICI.xsd}IdCatastaleImmobile" minOccurs="0"/>
             *                             <element ref="{http://www.agenziaterritorio.it/ICI.xsd}CodiceEsito" minOccurs="0"/>
             *                             <element name="Identificativo">
             *                               <complexType>
             *                                 <complexContent>
             *                                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
             *                                     <sequence>
             *                                       <element ref="{http://www.agenziaterritorio.it/ICI.xsd}SezioneCensuaria" minOccurs="0"/>
             *                                       <element name="Foglio">
             *                                         <simpleType>
             *                                           <restriction base="{http://www.w3.org/2001/XMLSchema}positiveInteger">
             *                                             <totalDigits value="5"/>
             *                                           </restriction>
             *                                         </simpleType>
             *                                       </element>
             *                                       <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Numero"/>
             *                                       <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Denominatore" minOccurs="0"/>
             *                                       <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Subalterno" minOccurs="0"/>
             *                                       <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Edificialita" minOccurs="0"/>
             *                                     </sequence>
             *                                   </restriction>
             *                                 </complexContent>
             *                               </complexType>
             *                             </element>
             *                             <element name="Classamento" minOccurs="0">
             *                               <complexType>
             *                                 <complexContent>
             *                                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
             *                                     <sequence>
             *                                       <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Natura" minOccurs="0"/>
             *                                       <element name="Qualita" minOccurs="0">
             *                                         <simpleType>
             *                                           <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger">
             *                                             <totalDigits value="3"/>
             *                                           </restriction>
             *                                         </simpleType>
             *                                       </element>
             *                                       <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Classe" minOccurs="0"/>
             *                                       <element name="Ettari" minOccurs="0">
             *                                         <simpleType>
             *                                           <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger">
             *                                             <totalDigits value="5"/>
             *                                           </restriction>
             *                                         </simpleType>
             *                                       </element>
             *                                       <element name="Are" minOccurs="0">
             *                                         <simpleType>
             *                                           <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger">
             *                                             <totalDigits value="2"/>
             *                                           </restriction>
             *                                         </simpleType>
             *                                       </element>
             *                                       <element name="Centiare" minOccurs="0">
             *                                         <simpleType>
             *                                           <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger">
             *                                             <totalDigits value="2"/>
             *                                           </restriction>
             *                                         </simpleType>
             *                                       </element>
             *                                       <element name="FlagReddito" minOccurs="0">
             *                                         <simpleType>
             *                                           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             *                                             <length value="1"/>
             *                                           </restriction>
             *                                         </simpleType>
             *                                       </element>
             *                                       <element name="DominicaleEuro" minOccurs="0">
             *                                         <simpleType>
             *                                           <restriction base="{http://www.w3.org/2001/XMLSchema}positiveInteger">
             *                                             <totalDigits value="12"/>
             *                                           </restriction>
             *                                         </simpleType>
             *                                       </element>
             *                                       <element name="AgrarioEuro" minOccurs="0">
             *                                         <simpleType>
             *                                           <restriction base="{http://www.w3.org/2001/XMLSchema}positiveInteger">
             *                                             <totalDigits value="11"/>
             *                                           </restriction>
             *                                         </simpleType>
             *                                       </element>
             *                                     </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>
             *                           </sequence>
             *                           <attribute name="Ref_Immobile" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
             *                         </restriction>
             *                       </complexContent>
             *                     </complexType>
             *                   </element>
             *                 </choice>
             *               </restriction>
             *             </complexContent>
             *           </complexType>
             *         </element>
             *       </sequence>
             *     </restriction>
             *   </complexContent>
             * </complexType>
             * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "trascrizione", "soggetti", "immobili" }) public static class Variazione { @XmlElement(name = "Trascrizione", required = true) protected DatiOut.DatiPresenti.Variazioni.Variazione.Trascrizione trascrizione; @XmlElement(name = "Soggetti", required = true) protected DatiOut.DatiPresenti.Variazioni.Variazione.Soggetti soggetti; @XmlElement(name = "Immobili", required = true) protected DatiOut.DatiPresenti.Variazioni.Variazione.Immobili immobili; /** * Recupera il valore della proprietà trascrizione. * * @return * possible object is * {@link DatiOut.DatiPresenti.Variazioni.Variazione.Trascrizione } * */ public DatiOut.DatiPresenti.Variazioni.Variazione.Trascrizione getTrascrizione() { return trascrizione; } /** * Imposta il valore della proprietà trascrizione. * * @param value * allowed object is * {@link DatiOut.DatiPresenti.Variazioni.Variazione.Trascrizione } * */ public void setTrascrizione(DatiOut.DatiPresenti.Variazioni.Variazione.Trascrizione value) { this.trascrizione = value; } /** * Recupera il valore della proprietà soggetti. * * @return * possible object is * {@link DatiOut.DatiPresenti.Variazioni.Variazione.Soggetti } * */ public DatiOut.DatiPresenti.Variazioni.Variazione.Soggetti getSoggetti() { return soggetti; } /** * Imposta il valore della proprietà soggetti. * * @param value * allowed object is * {@link DatiOut.DatiPresenti.Variazioni.Variazione.Soggetti } * */ public void setSoggetti(DatiOut.DatiPresenti.Variazioni.Variazione.Soggetti value) { this.soggetti = value; } /** * Recupera il valore della proprietà immobili. * * @return * possible object is * {@link DatiOut.DatiPresenti.Variazioni.Variazione.Immobili } * */ public DatiOut.DatiPresenti.Variazioni.Variazione.Immobili getImmobili() { return immobili; } /** * Imposta il valore della proprietà immobili. * * @param value * allowed object is * {@link DatiOut.DatiPresenti.Variazioni.Variazione.Immobili } * */ public void setImmobili(DatiOut.DatiPresenti.Variazioni.Variazione.Immobili value) { this.immobili = 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">
                 *       <choice maxOccurs="unbounded">
                 *         <element name="Fabbricato">
                 *           <complexType>
                 *             <complexContent>
                 *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 *                 <sequence>
                 *                   <element ref="{http://www.agenziaterritorio.it/ICI.xsd}TipologiaImmobile"/>
                 *                   <element name="FlagGraffato" minOccurs="0">
                 *                     <simpleType>
                 *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                 *                         <maxLength value="2"/>
                 *                       </restriction>
                 *                     </simpleType>
                 *                   </element>
                 *                   <element ref="{http://www.agenziaterritorio.it/ICI.xsd}IdCatastaleImmobile" minOccurs="0"/>
                 *                   <element ref="{http://www.agenziaterritorio.it/ICI.xsd}CodiceEsito" minOccurs="0"/>
                 *                   <element name="Identificativi" maxOccurs="unbounded">
                 *                     <complexType>
                 *                       <complexContent>
                 *                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 *                           <choice>
                 *                             <element name="IdentificativoDefinitivo" maxOccurs="unbounded">
                 *                               <complexType>
                 *                                 <complexContent>
                 *                                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 *                                     <sequence>
                 *                                       <element ref="{http://www.agenziaterritorio.it/ICI.xsd}SezioneCensuaria" minOccurs="0"/>
                 *                                       <element name="SezioneUrbana" minOccurs="0">
                 *                                         <simpleType>
                 *                                           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                 *                                             <maxLength value="3"/>
                 *                                           </restriction>
                 *                                         </simpleType>
                 *                                       </element>
                 *                                       <element name="Foglio">
                 *                                         <simpleType>
                 *                                           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                 *                                             <maxLength value="4"/>
                 *                                           </restriction>
                 *                                         </simpleType>
                 *                                       </element>
                 *                                       <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Numero"/>
                 *                                       <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Denominatore" minOccurs="0"/>
                 *                                       <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Subalterno" minOccurs="0"/>
                 *                                       <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Edificialita" minOccurs="0"/>
                 *                                     </sequence>
                 *                                   </restriction>
                 *                                 </complexContent>
                 *                               </complexType>
                 *                             </element>
                 *                             <element name="IdentificativoProvvisorio">
                 *                               <complexType>
                 *                                 <complexContent>
                 *                                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 *                                     <sequence>
                 *                                       <element name="TipoDenuncia">
                 *                                         <simpleType>
                 *                                           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                 *                                             <length value="1"/>
                 *                                           </restriction>
                 *                                         </simpleType>
                 *                                       </element>
                 *                                       <element name="NumeroProtocollo">
                 *                                         <simpleType>
                 *                                           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                 *                                             <maxLength value="9"/>
                 *                                           </restriction>
                 *                                         </simpleType>
                 *                                       </element>
                 *                                       <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Anno" minOccurs="0"/>
                 *                                     </sequence>
                 *                                   </restriction>
                 *                                 </complexContent>
                 *                               </complexType>
                 *                             </element>
                 *                           </choice>
                 *                         </restriction>
                 *                       </complexContent>
                 *                     </complexType>
                 *                   </element>
                 *                   <element name="Classamento" minOccurs="0">
                 *                     <complexType>
                 *                       <complexContent>
                 *                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 *                           <sequence>
                 *                             <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Natura" minOccurs="0"/>
                 *                             <element name="Zona" minOccurs="0">
                 *                               <simpleType>
                 *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                 *                                   <maxLength value="3"/>
                 *                                 </restriction>
                 *                               </simpleType>
                 *                             </element>
                 *                             <element name="Categoria" minOccurs="0">
                 *                               <simpleType>
                 *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                 *                                   <maxLength value="3"/>
                 *                                 </restriction>
                 *                               </simpleType>
                 *                             </element>
                 *                             <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Classe" minOccurs="0"/>
                 *                             <choice minOccurs="0">
                 *                               <element name="Vani">
                 *                                 <simpleType>
                 *                                   <restriction base="{http://www.w3.org/2001/XMLSchema}positiveInteger">
                 *                                     <totalDigits value="4"/>
                 *                                   </restriction>
                 *                                 </simpleType>
                 *                               </element>
                 *                               <element name="MC" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/>
                 *                               <element name="MQ" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/>
                 *                             </choice>
                 *                             <element name="Superficie" minOccurs="0">
                 *                               <simpleType>
                 *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}positiveInteger">
                 *                                   <totalDigits value="5"/>
                 *                                 </restriction>
                 *                               </simpleType>
                 *                             </element>
                 *                             <element name="RenditaEuro" minOccurs="0">
                 *                               <simpleType>
                 *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}positiveInteger">
                 *                                   <totalDigits value="18"/>
                 *                                 </restriction>
                 *                               </simpleType>
                 *                             </element>
                 *                           </sequence>
                 *                         </restriction>
                 *                       </complexContent>
                 *                     </complexType>
                 *                   </element>
                 *                   <element name="UbicazioneNota" type="{http://www.agenziaterritorio.it/ICI.xsd}UbicazioneNotaType" minOccurs="0"/>
                 *                   <element name="UbicazioneCatasto" type="{http://www.agenziaterritorio.it/ICI.xsd}UbicazioneCatastoType" minOccurs="0"/>
                 *                 </sequence>
                 *                 <attribute name="Ref_Immobile" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
                 *               </restriction>
                 *             </complexContent>
                 *           </complexType>
                 *         </element>
                 *         <element name="Terreno">
                 *           <complexType>
                 *             <complexContent>
                 *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 *                 <sequence>
                 *                   <element ref="{http://www.agenziaterritorio.it/ICI.xsd}TipologiaImmobile"/>
                 *                   <element ref="{http://www.agenziaterritorio.it/ICI.xsd}IdCatastaleImmobile" minOccurs="0"/>
                 *                   <element ref="{http://www.agenziaterritorio.it/ICI.xsd}CodiceEsito" minOccurs="0"/>
                 *                   <element name="Identificativo">
                 *                     <complexType>
                 *                       <complexContent>
                 *                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 *                           <sequence>
                 *                             <element ref="{http://www.agenziaterritorio.it/ICI.xsd}SezioneCensuaria" minOccurs="0"/>
                 *                             <element name="Foglio">
                 *                               <simpleType>
                 *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}positiveInteger">
                 *                                   <totalDigits value="5"/>
                 *                                 </restriction>
                 *                               </simpleType>
                 *                             </element>
                 *                             <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Numero"/>
                 *                             <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Denominatore" minOccurs="0"/>
                 *                             <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Subalterno" minOccurs="0"/>
                 *                             <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Edificialita" minOccurs="0"/>
                 *                           </sequence>
                 *                         </restriction>
                 *                       </complexContent>
                 *                     </complexType>
                 *                   </element>
                 *                   <element name="Classamento" minOccurs="0">
                 *                     <complexType>
                 *                       <complexContent>
                 *                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 *                           <sequence>
                 *                             <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Natura" minOccurs="0"/>
                 *                             <element name="Qualita" minOccurs="0">
                 *                               <simpleType>
                 *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger">
                 *                                   <totalDigits value="3"/>
                 *                                 </restriction>
                 *                               </simpleType>
                 *                             </element>
                 *                             <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Classe" minOccurs="0"/>
                 *                             <element name="Ettari" minOccurs="0">
                 *                               <simpleType>
                 *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger">
                 *                                   <totalDigits value="5"/>
                 *                                 </restriction>
                 *                               </simpleType>
                 *                             </element>
                 *                             <element name="Are" minOccurs="0">
                 *                               <simpleType>
                 *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger">
                 *                                   <totalDigits value="2"/>
                 *                                 </restriction>
                 *                               </simpleType>
                 *                             </element>
                 *                             <element name="Centiare" minOccurs="0">
                 *                               <simpleType>
                 *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger">
                 *                                   <totalDigits value="2"/>
                 *                                 </restriction>
                 *                               </simpleType>
                 *                             </element>
                 *                             <element name="FlagReddito" minOccurs="0">
                 *                               <simpleType>
                 *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                 *                                   <length value="1"/>
                 *                                 </restriction>
                 *                               </simpleType>
                 *                             </element>
                 *                             <element name="DominicaleEuro" minOccurs="0">
                 *                               <simpleType>
                 *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}positiveInteger">
                 *                                   <totalDigits value="12"/>
                 *                                 </restriction>
                 *                               </simpleType>
                 *                             </element>
                 *                             <element name="AgrarioEuro" minOccurs="0">
                 *                               <simpleType>
                 *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}positiveInteger">
                 *                                   <totalDigits value="11"/>
                 *                                 </restriction>
                 *                               </simpleType>
                 *                             </element>
                 *                           </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>
                 *                 </sequence>
                 *                 <attribute name="Ref_Immobile" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
                 *               </restriction>
                 *             </complexContent>
                 *           </complexType>
                 *         </element>
                 *       </choice>
                 *     </restriction>
                 *   </complexContent>
                 * </complexType>
                 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "fabbricatoOrTerreno" }) public static class Immobili { @XmlElements({ @XmlElement(name = "Fabbricato", type = DatiOut.DatiPresenti.Variazioni.Variazione.Immobili.Fabbricato.class), @XmlElement(name = "Terreno", type = DatiOut.DatiPresenti.Variazioni.Variazione.Immobili.Terreno.class) }) protected List fabbricatoOrTerreno; /** * Gets the value of the fabbricatoOrTerreno 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 fabbricatoOrTerreno property. * *

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

                     *    getFabbricatoOrTerreno().add(newItem);
                     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link DatiOut.DatiPresenti.Variazioni.Variazione.Immobili.Fabbricato } * {@link DatiOut.DatiPresenti.Variazioni.Variazione.Immobili.Terreno } * * */ public List getFabbricatoOrTerreno() { if (fabbricatoOrTerreno == null) { fabbricatoOrTerreno = new ArrayList(); } return this.fabbricatoOrTerreno; } /** *

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/ICI.xsd}TipologiaImmobile"/>
                     *         <element name="FlagGraffato" minOccurs="0">
                     *           <simpleType>
                     *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                     *               <maxLength value="2"/>
                     *             </restriction>
                     *           </simpleType>
                     *         </element>
                     *         <element ref="{http://www.agenziaterritorio.it/ICI.xsd}IdCatastaleImmobile" minOccurs="0"/>
                     *         <element ref="{http://www.agenziaterritorio.it/ICI.xsd}CodiceEsito" minOccurs="0"/>
                     *         <element name="Identificativi" maxOccurs="unbounded">
                     *           <complexType>
                     *             <complexContent>
                     *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     *                 <choice>
                     *                   <element name="IdentificativoDefinitivo" maxOccurs="unbounded">
                     *                     <complexType>
                     *                       <complexContent>
                     *                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     *                           <sequence>
                     *                             <element ref="{http://www.agenziaterritorio.it/ICI.xsd}SezioneCensuaria" minOccurs="0"/>
                     *                             <element name="SezioneUrbana" minOccurs="0">
                     *                               <simpleType>
                     *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                     *                                   <maxLength value="3"/>
                     *                                 </restriction>
                     *                               </simpleType>
                     *                             </element>
                     *                             <element name="Foglio">
                     *                               <simpleType>
                     *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                     *                                   <maxLength value="4"/>
                     *                                 </restriction>
                     *                               </simpleType>
                     *                             </element>
                     *                             <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Numero"/>
                     *                             <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Denominatore" minOccurs="0"/>
                     *                             <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Subalterno" minOccurs="0"/>
                     *                             <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Edificialita" minOccurs="0"/>
                     *                           </sequence>
                     *                         </restriction>
                     *                       </complexContent>
                     *                     </complexType>
                     *                   </element>
                     *                   <element name="IdentificativoProvvisorio">
                     *                     <complexType>
                     *                       <complexContent>
                     *                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     *                           <sequence>
                     *                             <element name="TipoDenuncia">
                     *                               <simpleType>
                     *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                     *                                   <length value="1"/>
                     *                                 </restriction>
                     *                               </simpleType>
                     *                             </element>
                     *                             <element name="NumeroProtocollo">
                     *                               <simpleType>
                     *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                     *                                   <maxLength value="9"/>
                     *                                 </restriction>
                     *                               </simpleType>
                     *                             </element>
                     *                             <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Anno" minOccurs="0"/>
                     *                           </sequence>
                     *                         </restriction>
                     *                       </complexContent>
                     *                     </complexType>
                     *                   </element>
                     *                 </choice>
                     *               </restriction>
                     *             </complexContent>
                     *           </complexType>
                     *         </element>
                     *         <element name="Classamento" minOccurs="0">
                     *           <complexType>
                     *             <complexContent>
                     *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     *                 <sequence>
                     *                   <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Natura" minOccurs="0"/>
                     *                   <element name="Zona" minOccurs="0">
                     *                     <simpleType>
                     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                     *                         <maxLength value="3"/>
                     *                       </restriction>
                     *                     </simpleType>
                     *                   </element>
                     *                   <element name="Categoria" minOccurs="0">
                     *                     <simpleType>
                     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                     *                         <maxLength value="3"/>
                     *                       </restriction>
                     *                     </simpleType>
                     *                   </element>
                     *                   <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Classe" minOccurs="0"/>
                     *                   <choice minOccurs="0">
                     *                     <element name="Vani">
                     *                       <simpleType>
                     *                         <restriction base="{http://www.w3.org/2001/XMLSchema}positiveInteger">
                     *                           <totalDigits value="4"/>
                     *                         </restriction>
                     *                       </simpleType>
                     *                     </element>
                     *                     <element name="MC" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/>
                     *                     <element name="MQ" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/>
                     *                   </choice>
                     *                   <element name="Superficie" minOccurs="0">
                     *                     <simpleType>
                     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}positiveInteger">
                     *                         <totalDigits value="5"/>
                     *                       </restriction>
                     *                     </simpleType>
                     *                   </element>
                     *                   <element name="RenditaEuro" minOccurs="0">
                     *                     <simpleType>
                     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}positiveInteger">
                     *                         <totalDigits value="18"/>
                     *                       </restriction>
                     *                     </simpleType>
                     *                   </element>
                     *                 </sequence>
                     *               </restriction>
                     *             </complexContent>
                     *           </complexType>
                     *         </element>
                     *         <element name="UbicazioneNota" type="{http://www.agenziaterritorio.it/ICI.xsd}UbicazioneNotaType" minOccurs="0"/>
                     *         <element name="UbicazioneCatasto" type="{http://www.agenziaterritorio.it/ICI.xsd}UbicazioneCatastoType" minOccurs="0"/>
                     *       </sequence>
                     *       <attribute name="Ref_Immobile" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
                     *     </restriction>
                     *   </complexContent>
                     * </complexType>
                     * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "tipologiaImmobile", "flagGraffato", "idCatastaleImmobile", "codiceEsito", "identificativi", "classamento", "ubicazioneNota", "ubicazioneCatasto" }) public static class Fabbricato { @XmlElement(name = "TipologiaImmobile", required = true) protected String tipologiaImmobile; @XmlElement(name = "FlagGraffato") protected String flagGraffato; @XmlElement(name = "IdCatastaleImmobile") protected BigInteger idCatastaleImmobile; @XmlElement(name = "CodiceEsito") protected String codiceEsito; @XmlElement(name = "Identificativi", required = true) protected List identificativi; @XmlElement(name = "Classamento") protected DatiOut.DatiPresenti.Variazioni.Variazione.Immobili.Fabbricato.Classamento classamento; @XmlElement(name = "UbicazioneNota") protected UbicazioneNotaType ubicazioneNota; @XmlElement(name = "UbicazioneCatasto") protected UbicazioneCatastoType ubicazioneCatasto; @XmlAttribute(name = "Ref_Immobile", required = true) @XmlJavaTypeAdapter(CollapsedStringAdapter.class) @XmlID @XmlSchemaType(name = "ID") protected String refImmobile; /** * Recupera il valore della proprietà tipologiaImmobile. * * @return * possible object is * {@link String } * */ public String getTipologiaImmobile() { return tipologiaImmobile; } /** * Imposta il valore della proprietà tipologiaImmobile. * * @param value * allowed object is * {@link String } * */ public void setTipologiaImmobile(String value) { this.tipologiaImmobile = value; } /** * Recupera il valore della proprietà flagGraffato. * * @return * possible object is * {@link String } * */ public String getFlagGraffato() { return flagGraffato; } /** * Imposta il valore della proprietà flagGraffato. * * @param value * allowed object is * {@link String } * */ public void setFlagGraffato(String value) { this.flagGraffato = value; } /** * Recupera il valore della proprietà idCatastaleImmobile. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getIdCatastaleImmobile() { return idCatastaleImmobile; } /** * Imposta il valore della proprietà idCatastaleImmobile. * * @param value * allowed object is * {@link BigInteger } * */ public void setIdCatastaleImmobile(BigInteger value) { this.idCatastaleImmobile = value; } /** * Recupera il valore della proprietà codiceEsito. * * @return * possible object is * {@link String } * */ public String getCodiceEsito() { return codiceEsito; } /** * Imposta il valore della proprietà codiceEsito. * * @param value * allowed object is * {@link String } * */ public void setCodiceEsito(String value) { this.codiceEsito = value; } /** * Gets the value of the identificativi 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 identificativi property. * *

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

                         *    getIdentificativi().add(newItem);
                         * 
* * *

* Objects of the following type(s) are allowed in the list * {@link DatiOut.DatiPresenti.Variazioni.Variazione.Immobili.Fabbricato.Identificativi } * * */ public List getIdentificativi() { if (identificativi == null) { identificativi = new ArrayList(); } return this.identificativi; } /** * Recupera il valore della proprietà classamento. * * @return * possible object is * {@link DatiOut.DatiPresenti.Variazioni.Variazione.Immobili.Fabbricato.Classamento } * */ public DatiOut.DatiPresenti.Variazioni.Variazione.Immobili.Fabbricato.Classamento getClassamento() { return classamento; } /** * Imposta il valore della proprietà classamento. * * @param value * allowed object is * {@link DatiOut.DatiPresenti.Variazioni.Variazione.Immobili.Fabbricato.Classamento } * */ public void setClassamento(DatiOut.DatiPresenti.Variazioni.Variazione.Immobili.Fabbricato.Classamento value) { this.classamento = value; } /** * Recupera il valore della proprietà ubicazioneNota. * * @return * possible object is * {@link UbicazioneNotaType } * */ public UbicazioneNotaType getUbicazioneNota() { return ubicazioneNota; } /** * Imposta il valore della proprietà ubicazioneNota. * * @param value * allowed object is * {@link UbicazioneNotaType } * */ public void setUbicazioneNota(UbicazioneNotaType value) { this.ubicazioneNota = value; } /** * Recupera il valore della proprietà ubicazioneCatasto. * * @return * possible object is * {@link UbicazioneCatastoType } * */ public UbicazioneCatastoType getUbicazioneCatasto() { return ubicazioneCatasto; } /** * Imposta il valore della proprietà ubicazioneCatasto. * * @param value * allowed object is * {@link UbicazioneCatastoType } * */ public void setUbicazioneCatasto(UbicazioneCatastoType value) { this.ubicazioneCatasto = value; } /** * Recupera il valore della proprietà refImmobile. * * @return * possible object is * {@link String } * */ public String getRefImmobile() { return refImmobile; } /** * Imposta il valore della proprietà refImmobile. * * @param value * allowed object is * {@link String } * */ public void setRefImmobile(String value) { this.refImmobile = 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 ref="{http://www.agenziaterritorio.it/ICI.xsd}Natura" minOccurs="0"/>
                         *         <element name="Zona" minOccurs="0">
                         *           <simpleType>
                         *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                         *               <maxLength value="3"/>
                         *             </restriction>
                         *           </simpleType>
                         *         </element>
                         *         <element name="Categoria" minOccurs="0">
                         *           <simpleType>
                         *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                         *               <maxLength value="3"/>
                         *             </restriction>
                         *           </simpleType>
                         *         </element>
                         *         <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Classe" minOccurs="0"/>
                         *         <choice minOccurs="0">
                         *           <element name="Vani">
                         *             <simpleType>
                         *               <restriction base="{http://www.w3.org/2001/XMLSchema}positiveInteger">
                         *                 <totalDigits value="4"/>
                         *               </restriction>
                         *             </simpleType>
                         *           </element>
                         *           <element name="MC" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/>
                         *           <element name="MQ" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/>
                         *         </choice>
                         *         <element name="Superficie" minOccurs="0">
                         *           <simpleType>
                         *             <restriction base="{http://www.w3.org/2001/XMLSchema}positiveInteger">
                         *               <totalDigits value="5"/>
                         *             </restriction>
                         *           </simpleType>
                         *         </element>
                         *         <element name="RenditaEuro" minOccurs="0">
                         *           <simpleType>
                         *             <restriction base="{http://www.w3.org/2001/XMLSchema}positiveInteger">
                         *               <totalDigits value="18"/>
                         *             </restriction>
                         *           </simpleType>
                         *         </element>
                         *       </sequence>
                         *     </restriction>
                         *   </complexContent>
                         * </complexType>
                         * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "natura", "zona", "categoria", "classe", "vani", "mc", "mq", "superficie", "renditaEuro" }) public static class Classamento { @XmlElement(name = "Natura") protected String natura; @XmlElement(name = "Zona") protected String zona; @XmlElement(name = "Categoria") protected String categoria; @XmlElement(name = "Classe") protected String classe; @XmlElement(name = "Vani") protected BigInteger vani; @XmlElement(name = "MC") @XmlSchemaType(name = "positiveInteger") protected BigInteger mc; @XmlElement(name = "MQ") @XmlSchemaType(name = "positiveInteger") protected BigInteger mq; @XmlElement(name = "Superficie") protected BigInteger superficie; @XmlElement(name = "RenditaEuro") protected BigInteger renditaEuro; /** * Recupera il valore della proprietà natura. * * @return * possible object is * {@link String } * */ public String getNatura() { return natura; } /** * Imposta il valore della proprietà natura. * * @param value * allowed object is * {@link String } * */ public void setNatura(String value) { this.natura = value; } /** * Recupera il valore della proprietà zona. * * @return * possible object is * {@link String } * */ public String getZona() { return zona; } /** * Imposta il valore della proprietà zona. * * @param value * allowed object is * {@link String } * */ public void setZona(String value) { this.zona = value; } /** * Recupera il valore della proprietà categoria. * * @return * possible object is * {@link String } * */ public String getCategoria() { return categoria; } /** * Imposta il valore della proprietà categoria. * * @param value * allowed object is * {@link String } * */ public void setCategoria(String value) { this.categoria = value; } /** * Recupera il valore della proprietà classe. * * @return * possible object is * {@link String } * */ public String getClasse() { return classe; } /** * Imposta il valore della proprietà classe. * * @param value * allowed object is * {@link String } * */ public void setClasse(String value) { this.classe = value; } /** * Recupera il valore della proprietà vani. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getVani() { return vani; } /** * Imposta il valore della proprietà vani. * * @param value * allowed object is * {@link BigInteger } * */ public void setVani(BigInteger value) { this.vani = value; } /** * Recupera il valore della proprietà mc. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getMC() { return mc; } /** * Imposta il valore della proprietà mc. * * @param value * allowed object is * {@link BigInteger } * */ public void setMC(BigInteger value) { this.mc = value; } /** * Recupera il valore della proprietà mq. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getMQ() { return mq; } /** * Imposta il valore della proprietà mq. * * @param value * allowed object is * {@link BigInteger } * */ public void setMQ(BigInteger value) { this.mq = value; } /** * Recupera il valore della proprietà superficie. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getSuperficie() { return superficie; } /** * Imposta il valore della proprietà superficie. * * @param value * allowed object is * {@link BigInteger } * */ public void setSuperficie(BigInteger value) { this.superficie = value; } /** * Recupera il valore della proprietà renditaEuro. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getRenditaEuro() { return renditaEuro; } /** * Imposta il valore della proprietà renditaEuro. * * @param value * allowed object is * {@link BigInteger } * */ public void setRenditaEuro(BigInteger value) { this.renditaEuro = 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">
                         *       <choice>
                         *         <element name="IdentificativoDefinitivo" maxOccurs="unbounded">
                         *           <complexType>
                         *             <complexContent>
                         *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                         *                 <sequence>
                         *                   <element ref="{http://www.agenziaterritorio.it/ICI.xsd}SezioneCensuaria" minOccurs="0"/>
                         *                   <element name="SezioneUrbana" minOccurs="0">
                         *                     <simpleType>
                         *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                         *                         <maxLength value="3"/>
                         *                       </restriction>
                         *                     </simpleType>
                         *                   </element>
                         *                   <element name="Foglio">
                         *                     <simpleType>
                         *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                         *                         <maxLength value="4"/>
                         *                       </restriction>
                         *                     </simpleType>
                         *                   </element>
                         *                   <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Numero"/>
                         *                   <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Denominatore" minOccurs="0"/>
                         *                   <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Subalterno" minOccurs="0"/>
                         *                   <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Edificialita" minOccurs="0"/>
                         *                 </sequence>
                         *               </restriction>
                         *             </complexContent>
                         *           </complexType>
                         *         </element>
                         *         <element name="IdentificativoProvvisorio">
                         *           <complexType>
                         *             <complexContent>
                         *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                         *                 <sequence>
                         *                   <element name="TipoDenuncia">
                         *                     <simpleType>
                         *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                         *                         <length value="1"/>
                         *                       </restriction>
                         *                     </simpleType>
                         *                   </element>
                         *                   <element name="NumeroProtocollo">
                         *                     <simpleType>
                         *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                         *                         <maxLength value="9"/>
                         *                       </restriction>
                         *                     </simpleType>
                         *                   </element>
                         *                   <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Anno" minOccurs="0"/>
                         *                 </sequence>
                         *               </restriction>
                         *             </complexContent>
                         *           </complexType>
                         *         </element>
                         *       </choice>
                         *     </restriction>
                         *   </complexContent>
                         * </complexType>
                         * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "identificativoDefinitivo", "identificativoProvvisorio" }) public static class Identificativi { @XmlElement(name = "IdentificativoDefinitivo") protected List identificativoDefinitivo; @XmlElement(name = "IdentificativoProvvisorio") protected DatiOut.DatiPresenti.Variazioni.Variazione.Immobili.Fabbricato.Identificativi.IdentificativoProvvisorio identificativoProvvisorio; /** * Gets the value of the identificativoDefinitivo 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 identificativoDefinitivo property. * *

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

                             *    getIdentificativoDefinitivo().add(newItem);
                             * 
* * *

* Objects of the following type(s) are allowed in the list * {@link DatiOut.DatiPresenti.Variazioni.Variazione.Immobili.Fabbricato.Identificativi.IdentificativoDefinitivo } * * */ public List getIdentificativoDefinitivo() { if (identificativoDefinitivo == null) { identificativoDefinitivo = new ArrayList(); } return this.identificativoDefinitivo; } /** * Recupera il valore della proprietà identificativoProvvisorio. * * @return * possible object is * {@link DatiOut.DatiPresenti.Variazioni.Variazione.Immobili.Fabbricato.Identificativi.IdentificativoProvvisorio } * */ public DatiOut.DatiPresenti.Variazioni.Variazione.Immobili.Fabbricato.Identificativi.IdentificativoProvvisorio getIdentificativoProvvisorio() { return identificativoProvvisorio; } /** * Imposta il valore della proprietà identificativoProvvisorio. * * @param value * allowed object is * {@link DatiOut.DatiPresenti.Variazioni.Variazione.Immobili.Fabbricato.Identificativi.IdentificativoProvvisorio } * */ public void setIdentificativoProvvisorio(DatiOut.DatiPresenti.Variazioni.Variazione.Immobili.Fabbricato.Identificativi.IdentificativoProvvisorio value) { this.identificativoProvvisorio = 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 ref="{http://www.agenziaterritorio.it/ICI.xsd}SezioneCensuaria" minOccurs="0"/>
                             *         <element name="SezioneUrbana" minOccurs="0">
                             *           <simpleType>
                             *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                             *               <maxLength value="3"/>
                             *             </restriction>
                             *           </simpleType>
                             *         </element>
                             *         <element name="Foglio">
                             *           <simpleType>
                             *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                             *               <maxLength value="4"/>
                             *             </restriction>
                             *           </simpleType>
                             *         </element>
                             *         <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Numero"/>
                             *         <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Denominatore" minOccurs="0"/>
                             *         <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Subalterno" minOccurs="0"/>
                             *         <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Edificialita" minOccurs="0"/>
                             *       </sequence>
                             *     </restriction>
                             *   </complexContent>
                             * </complexType>
                             * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "sezioneCensuaria", "sezioneUrbana", "foglio", "numero", "denominatore", "subalterno", "edificialita" }) public static class IdentificativoDefinitivo { @XmlElement(name = "SezioneCensuaria") protected String sezioneCensuaria; @XmlElement(name = "SezioneUrbana") protected String sezioneUrbana; @XmlElement(name = "Foglio", required = true) protected String foglio; @XmlElement(name = "Numero", required = true) protected String numero; @XmlElement(name = "Denominatore") protected BigInteger denominatore; @XmlElement(name = "Subalterno") protected String subalterno; @XmlElement(name = "Edificialita") protected String edificialita; /** * Recupera il valore della proprietà sezioneCensuaria. * * @return * possible object is * {@link String } * */ public String getSezioneCensuaria() { return sezioneCensuaria; } /** * Imposta il valore della proprietà sezioneCensuaria. * * @param value * allowed object is * {@link String } * */ public void setSezioneCensuaria(String value) { this.sezioneCensuaria = value; } /** * Recupera il valore della proprietà sezioneUrbana. * * @return * possible object is * {@link String } * */ public String getSezioneUrbana() { return sezioneUrbana; } /** * Imposta il valore della proprietà sezioneUrbana. * * @param value * allowed object is * {@link String } * */ public void setSezioneUrbana(String value) { this.sezioneUrbana = value; } /** * Recupera il valore della proprietà foglio. * * @return * possible object is * {@link String } * */ public String getFoglio() { return foglio; } /** * Imposta il valore della proprietà foglio. * * @param value * allowed object is * {@link String } * */ public void setFoglio(String value) { this.foglio = value; } /** * Recupera il valore della proprietà numero. * * @return * possible object is * {@link String } * */ public String getNumero() { return numero; } /** * Imposta il valore della proprietà numero. * * @param value * allowed object is * {@link String } * */ public void setNumero(String value) { this.numero = value; } /** * Recupera il valore della proprietà denominatore. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getDenominatore() { return denominatore; } /** * Imposta il valore della proprietà denominatore. * * @param value * allowed object is * {@link BigInteger } * */ public void setDenominatore(BigInteger value) { this.denominatore = value; } /** * Recupera il valore della proprietà subalterno. * * @return * possible object is * {@link String } * */ public String getSubalterno() { return subalterno; } /** * Imposta il valore della proprietà subalterno. * * @param value * allowed object is * {@link String } * */ public void setSubalterno(String value) { this.subalterno = value; } /** * Recupera il valore della proprietà edificialita. * * @return * possible object is * {@link String } * */ public String getEdificialita() { return edificialita; } /** * Imposta il valore della proprietà edificialita. * * @param value * allowed object is * {@link String } * */ public void setEdificialita(String value) { this.edificialita = 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="TipoDenuncia">
                             *           <simpleType>
                             *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                             *               <length value="1"/>
                             *             </restriction>
                             *           </simpleType>
                             *         </element>
                             *         <element name="NumeroProtocollo">
                             *           <simpleType>
                             *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                             *               <maxLength value="9"/>
                             *             </restriction>
                             *           </simpleType>
                             *         </element>
                             *         <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Anno" minOccurs="0"/>
                             *       </sequence>
                             *     </restriction>
                             *   </complexContent>
                             * </complexType>
                             * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "tipoDenuncia", "numeroProtocollo", "anno" }) public static class IdentificativoProvvisorio { @XmlElement(name = "TipoDenuncia", required = true) protected String tipoDenuncia; @XmlElement(name = "NumeroProtocollo", required = true) protected String numeroProtocollo; @XmlElement(name = "Anno") @XmlSchemaType(name = "gYear") protected XMLGregorianCalendar anno; /** * Recupera il valore della proprietà tipoDenuncia. * * @return * possible object is * {@link String } * */ public String getTipoDenuncia() { return tipoDenuncia; } /** * Imposta il valore della proprietà tipoDenuncia. * * @param value * allowed object is * {@link String } * */ public void setTipoDenuncia(String value) { this.tipoDenuncia = value; } /** * Recupera il valore della proprietà numeroProtocollo. * * @return * possible object is * {@link String } * */ public String getNumeroProtocollo() { return numeroProtocollo; } /** * Imposta il valore della proprietà numeroProtocollo. * * @param value * allowed object is * {@link String } * */ public void setNumeroProtocollo(String value) { this.numeroProtocollo = value; } /** * Recupera il valore della proprietà anno. * * @return * possible object is * {@link XMLGregorianCalendar } * */ public XMLGregorianCalendar getAnno() { return anno; } /** * Imposta il valore della proprietà anno. * * @param value * allowed object is * {@link XMLGregorianCalendar } * */ public void setAnno(XMLGregorianCalendar value) { this.anno = 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 ref="{http://www.agenziaterritorio.it/ICI.xsd}TipologiaImmobile"/>
                     *         <element ref="{http://www.agenziaterritorio.it/ICI.xsd}IdCatastaleImmobile" minOccurs="0"/>
                     *         <element ref="{http://www.agenziaterritorio.it/ICI.xsd}CodiceEsito" minOccurs="0"/>
                     *         <element name="Identificativo">
                     *           <complexType>
                     *             <complexContent>
                     *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     *                 <sequence>
                     *                   <element ref="{http://www.agenziaterritorio.it/ICI.xsd}SezioneCensuaria" minOccurs="0"/>
                     *                   <element name="Foglio">
                     *                     <simpleType>
                     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}positiveInteger">
                     *                         <totalDigits value="5"/>
                     *                       </restriction>
                     *                     </simpleType>
                     *                   </element>
                     *                   <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Numero"/>
                     *                   <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Denominatore" minOccurs="0"/>
                     *                   <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Subalterno" minOccurs="0"/>
                     *                   <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Edificialita" minOccurs="0"/>
                     *                 </sequence>
                     *               </restriction>
                     *             </complexContent>
                     *           </complexType>
                     *         </element>
                     *         <element name="Classamento" minOccurs="0">
                     *           <complexType>
                     *             <complexContent>
                     *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     *                 <sequence>
                     *                   <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Natura" minOccurs="0"/>
                     *                   <element name="Qualita" minOccurs="0">
                     *                     <simpleType>
                     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger">
                     *                         <totalDigits value="3"/>
                     *                       </restriction>
                     *                     </simpleType>
                     *                   </element>
                     *                   <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Classe" minOccurs="0"/>
                     *                   <element name="Ettari" minOccurs="0">
                     *                     <simpleType>
                     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger">
                     *                         <totalDigits value="5"/>
                     *                       </restriction>
                     *                     </simpleType>
                     *                   </element>
                     *                   <element name="Are" minOccurs="0">
                     *                     <simpleType>
                     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger">
                     *                         <totalDigits value="2"/>
                     *                       </restriction>
                     *                     </simpleType>
                     *                   </element>
                     *                   <element name="Centiare" minOccurs="0">
                     *                     <simpleType>
                     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger">
                     *                         <totalDigits value="2"/>
                     *                       </restriction>
                     *                     </simpleType>
                     *                   </element>
                     *                   <element name="FlagReddito" minOccurs="0">
                     *                     <simpleType>
                     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                     *                         <length value="1"/>
                     *                       </restriction>
                     *                     </simpleType>
                     *                   </element>
                     *                   <element name="DominicaleEuro" minOccurs="0">
                     *                     <simpleType>
                     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}positiveInteger">
                     *                         <totalDigits value="12"/>
                     *                       </restriction>
                     *                     </simpleType>
                     *                   </element>
                     *                   <element name="AgrarioEuro" minOccurs="0">
                     *                     <simpleType>
                     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}positiveInteger">
                     *                         <totalDigits value="11"/>
                     *                       </restriction>
                     *                     </simpleType>
                     *                   </element>
                     *                 </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>
                     *       </sequence>
                     *       <attribute name="Ref_Immobile" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
                     *     </restriction>
                     *   </complexContent>
                     * </complexType>
                     * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "tipologiaImmobile", "idCatastaleImmobile", "codiceEsito", "identificativo", "classamento", "partita" }) public static class Terreno { @XmlElement(name = "TipologiaImmobile", required = true) protected String tipologiaImmobile; @XmlElement(name = "IdCatastaleImmobile") protected BigInteger idCatastaleImmobile; @XmlElement(name = "CodiceEsito") protected String codiceEsito; @XmlElement(name = "Identificativo", required = true) protected DatiOut.DatiPresenti.Variazioni.Variazione.Immobili.Terreno.Identificativo identificativo; @XmlElement(name = "Classamento") protected DatiOut.DatiPresenti.Variazioni.Variazione.Immobili.Terreno.Classamento classamento; @XmlElement(name = "Partita") protected String partita; @XmlAttribute(name = "Ref_Immobile", required = true) @XmlJavaTypeAdapter(CollapsedStringAdapter.class) @XmlID @XmlSchemaType(name = "ID") protected String refImmobile; /** * Recupera il valore della proprietà tipologiaImmobile. * * @return * possible object is * {@link String } * */ public String getTipologiaImmobile() { return tipologiaImmobile; } /** * Imposta il valore della proprietà tipologiaImmobile. * * @param value * allowed object is * {@link String } * */ public void setTipologiaImmobile(String value) { this.tipologiaImmobile = value; } /** * Recupera il valore della proprietà idCatastaleImmobile. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getIdCatastaleImmobile() { return idCatastaleImmobile; } /** * Imposta il valore della proprietà idCatastaleImmobile. * * @param value * allowed object is * {@link BigInteger } * */ public void setIdCatastaleImmobile(BigInteger value) { this.idCatastaleImmobile = value; } /** * Recupera il valore della proprietà codiceEsito. * * @return * possible object is * {@link String } * */ public String getCodiceEsito() { return codiceEsito; } /** * Imposta il valore della proprietà codiceEsito. * * @param value * allowed object is * {@link String } * */ public void setCodiceEsito(String value) { this.codiceEsito = value; } /** * Recupera il valore della proprietà identificativo. * * @return * possible object is * {@link DatiOut.DatiPresenti.Variazioni.Variazione.Immobili.Terreno.Identificativo } * */ public DatiOut.DatiPresenti.Variazioni.Variazione.Immobili.Terreno.Identificativo getIdentificativo() { return identificativo; } /** * Imposta il valore della proprietà identificativo. * * @param value * allowed object is * {@link DatiOut.DatiPresenti.Variazioni.Variazione.Immobili.Terreno.Identificativo } * */ public void setIdentificativo(DatiOut.DatiPresenti.Variazioni.Variazione.Immobili.Terreno.Identificativo value) { this.identificativo = value; } /** * Recupera il valore della proprietà classamento. * * @return * possible object is * {@link DatiOut.DatiPresenti.Variazioni.Variazione.Immobili.Terreno.Classamento } * */ public DatiOut.DatiPresenti.Variazioni.Variazione.Immobili.Terreno.Classamento getClassamento() { return classamento; } /** * Imposta il valore della proprietà classamento. * * @param value * allowed object is * {@link DatiOut.DatiPresenti.Variazioni.Variazione.Immobili.Terreno.Classamento } * */ public void setClassamento(DatiOut.DatiPresenti.Variazioni.Variazione.Immobili.Terreno.Classamento value) { this.classamento = 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à refImmobile. * * @return * possible object is * {@link String } * */ public String getRefImmobile() { return refImmobile; } /** * Imposta il valore della proprietà refImmobile. * * @param value * allowed object is * {@link String } * */ public void setRefImmobile(String value) { this.refImmobile = 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 ref="{http://www.agenziaterritorio.it/ICI.xsd}Natura" minOccurs="0"/>
                         *         <element name="Qualita" minOccurs="0">
                         *           <simpleType>
                         *             <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger">
                         *               <totalDigits value="3"/>
                         *             </restriction>
                         *           </simpleType>
                         *         </element>
                         *         <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Classe" minOccurs="0"/>
                         *         <element name="Ettari" minOccurs="0">
                         *           <simpleType>
                         *             <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger">
                         *               <totalDigits value="5"/>
                         *             </restriction>
                         *           </simpleType>
                         *         </element>
                         *         <element name="Are" minOccurs="0">
                         *           <simpleType>
                         *             <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger">
                         *               <totalDigits value="2"/>
                         *             </restriction>
                         *           </simpleType>
                         *         </element>
                         *         <element name="Centiare" minOccurs="0">
                         *           <simpleType>
                         *             <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger">
                         *               <totalDigits value="2"/>
                         *             </restriction>
                         *           </simpleType>
                         *         </element>
                         *         <element name="FlagReddito" minOccurs="0">
                         *           <simpleType>
                         *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                         *               <length value="1"/>
                         *             </restriction>
                         *           </simpleType>
                         *         </element>
                         *         <element name="DominicaleEuro" minOccurs="0">
                         *           <simpleType>
                         *             <restriction base="{http://www.w3.org/2001/XMLSchema}positiveInteger">
                         *               <totalDigits value="12"/>
                         *             </restriction>
                         *           </simpleType>
                         *         </element>
                         *         <element name="AgrarioEuro" minOccurs="0">
                         *           <simpleType>
                         *             <restriction base="{http://www.w3.org/2001/XMLSchema}positiveInteger">
                         *               <totalDigits value="11"/>
                         *             </restriction>
                         *           </simpleType>
                         *         </element>
                         *       </sequence>
                         *     </restriction>
                         *   </complexContent>
                         * </complexType>
                         * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "natura", "qualita", "classe", "ettari", "are", "centiare", "flagReddito", "dominicaleEuro", "agrarioEuro" }) public static class Classamento { @XmlElement(name = "Natura") protected String natura; @XmlElement(name = "Qualita") protected BigInteger qualita; @XmlElement(name = "Classe") protected String classe; @XmlElement(name = "Ettari") protected BigInteger ettari; @XmlElement(name = "Are") protected BigInteger are; @XmlElement(name = "Centiare") protected BigInteger centiare; @XmlElement(name = "FlagReddito") protected String flagReddito; @XmlElement(name = "DominicaleEuro") protected BigInteger dominicaleEuro; @XmlElement(name = "AgrarioEuro") protected BigInteger agrarioEuro; /** * Recupera il valore della proprietà natura. * * @return * possible object is * {@link String } * */ public String getNatura() { return natura; } /** * Imposta il valore della proprietà natura. * * @param value * allowed object is * {@link String } * */ public void setNatura(String value) { this.natura = value; } /** * Recupera il valore della proprietà qualita. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getQualita() { return qualita; } /** * Imposta il valore della proprietà qualita. * * @param value * allowed object is * {@link BigInteger } * */ public void setQualita(BigInteger value) { this.qualita = value; } /** * Recupera il valore della proprietà classe. * * @return * possible object is * {@link String } * */ public String getClasse() { return classe; } /** * Imposta il valore della proprietà classe. * * @param value * allowed object is * {@link String } * */ public void setClasse(String value) { this.classe = value; } /** * Recupera il valore della proprietà ettari. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getEttari() { return ettari; } /** * Imposta il valore della proprietà ettari. * * @param value * allowed object is * {@link BigInteger } * */ public void setEttari(BigInteger value) { this.ettari = value; } /** * Recupera il valore della proprietà are. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getAre() { return are; } /** * Imposta il valore della proprietà are. * * @param value * allowed object is * {@link BigInteger } * */ public void setAre(BigInteger value) { this.are = value; } /** * Recupera il valore della proprietà centiare. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getCentiare() { return centiare; } /** * Imposta il valore della proprietà centiare. * * @param value * allowed object is * {@link BigInteger } * */ public void setCentiare(BigInteger value) { this.centiare = value; } /** * Recupera il valore della proprietà flagReddito. * * @return * possible object is * {@link String } * */ public String getFlagReddito() { return flagReddito; } /** * Imposta il valore della proprietà flagReddito. * * @param value * allowed object is * {@link String } * */ public void setFlagReddito(String value) { this.flagReddito = value; } /** * Recupera il valore della proprietà dominicaleEuro. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getDominicaleEuro() { return dominicaleEuro; } /** * Imposta il valore della proprietà dominicaleEuro. * * @param value * allowed object is * {@link BigInteger } * */ public void setDominicaleEuro(BigInteger value) { this.dominicaleEuro = value; } /** * Recupera il valore della proprietà agrarioEuro. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getAgrarioEuro() { return agrarioEuro; } /** * Imposta il valore della proprietà agrarioEuro. * * @param value * allowed object is * {@link BigInteger } * */ public void setAgrarioEuro(BigInteger value) { this.agrarioEuro = 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 ref="{http://www.agenziaterritorio.it/ICI.xsd}SezioneCensuaria" minOccurs="0"/>
                         *         <element name="Foglio">
                         *           <simpleType>
                         *             <restriction base="{http://www.w3.org/2001/XMLSchema}positiveInteger">
                         *               <totalDigits value="5"/>
                         *             </restriction>
                         *           </simpleType>
                         *         </element>
                         *         <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Numero"/>
                         *         <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Denominatore" minOccurs="0"/>
                         *         <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Subalterno" minOccurs="0"/>
                         *         <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Edificialita" minOccurs="0"/>
                         *       </sequence>
                         *     </restriction>
                         *   </complexContent>
                         * </complexType>
                         * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "sezioneCensuaria", "foglio", "numero", "denominatore", "subalterno", "edificialita" }) public static class Identificativo { @XmlElement(name = "SezioneCensuaria") protected String sezioneCensuaria; @XmlElement(name = "Foglio", required = true) protected BigInteger foglio; @XmlElement(name = "Numero", required = true) protected String numero; @XmlElement(name = "Denominatore") protected BigInteger denominatore; @XmlElement(name = "Subalterno") protected String subalterno; @XmlElement(name = "Edificialita") protected String edificialita; /** * Recupera il valore della proprietà sezioneCensuaria. * * @return * possible object is * {@link String } * */ public String getSezioneCensuaria() { return sezioneCensuaria; } /** * Imposta il valore della proprietà sezioneCensuaria. * * @param value * allowed object is * {@link String } * */ public void setSezioneCensuaria(String value) { this.sezioneCensuaria = value; } /** * Recupera il valore della proprietà foglio. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getFoglio() { return foglio; } /** * Imposta il valore della proprietà foglio. * * @param value * allowed object is * {@link BigInteger } * */ public void setFoglio(BigInteger value) { this.foglio = value; } /** * Recupera il valore della proprietà numero. * * @return * possible object is * {@link String } * */ public String getNumero() { return numero; } /** * Imposta il valore della proprietà numero. * * @param value * allowed object is * {@link String } * */ public void setNumero(String value) { this.numero = value; } /** * Recupera il valore della proprietà denominatore. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getDenominatore() { return denominatore; } /** * Imposta il valore della proprietà denominatore. * * @param value * allowed object is * {@link BigInteger } * */ public void setDenominatore(BigInteger value) { this.denominatore = value; } /** * Recupera il valore della proprietà subalterno. * * @return * possible object is * {@link String } * */ public String getSubalterno() { return subalterno; } /** * Imposta il valore della proprietà subalterno. * * @param value * allowed object is * {@link String } * */ public void setSubalterno(String value) { this.subalterno = value; } /** * Recupera il valore della proprietà edificialita. * * @return * possible object is * {@link String } * */ public String getEdificialita() { return edificialita; } /** * Imposta il valore della proprietà edificialita. * * @param value * allowed object is * {@link String } * */ public void setEdificialita(String value) { this.edificialita = 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="Soggetto" maxOccurs="unbounded">
                 *           <complexType>
                 *             <complexContent>
                 *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 *                 <sequence>
                 *                   <element name="IdSoggettoNota" minOccurs="0">
                 *                     <simpleType>
                 *                       <restriction base="{http://www.w3.org/2001/XMLSchema}positiveInteger">
                 *                         <totalDigits value="9"/>
                 *                       </restriction>
                 *                     </simpleType>
                 *                   </element>
                 *                   <element name="IdSoggettoCatastale" minOccurs="0">
                 *                     <simpleType>
                 *                       <restriction base="{http://www.w3.org/2001/XMLSchema}positiveInteger">
                 *                         <totalDigits value="9"/>
                 *                       </restriction>
                 *                     </simpleType>
                 *                   </element>
                 *                   <choice>
                 *                     <element name="PersonaFisica">
                 *                       <complexType>
                 *                         <complexContent>
                 *                           <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 *                             <sequence>
                 *                               <element name="Cognome">
                 *                                 <simpleType>
                 *                                   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                 *                                     <maxLength value="50"/>
                 *                                   </restriction>
                 *                                 </simpleType>
                 *                               </element>
                 *                               <element name="Nome">
                 *                                 <simpleType>
                 *                                   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                 *                                     <maxLength value="50"/>
                 *                                   </restriction>
                 *                                 </simpleType>
                 *                               </element>
                 *                               <element name="Sesso" minOccurs="0">
                 *                                 <simpleType>
                 *                                   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                 *                                     <length value="1"/>
                 *                                   </restriction>
                 *                                 </simpleType>
                 *                               </element>
                 *                               <element name="DataNascita" minOccurs="0">
                 *                                 <simpleType>
                 *                                   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                 *                                     <length value="8"/>
                 *                                   </restriction>
                 *                                 </simpleType>
                 *                               </element>
                 *                               <element name="LuogoNascita" minOccurs="0">
                 *                                 <simpleType>
                 *                                   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                 *                                     <length value="4"/>
                 *                                   </restriction>
                 *                                 </simpleType>
                 *                               </element>
                 *                               <element ref="{http://www.agenziaterritorio.it/ICI.xsd}CodiceFiscale" minOccurs="0"/>
                 *                             </sequence>
                 *                           </restriction>
                 *                         </complexContent>
                 *                       </complexType>
                 *                     </element>
                 *                     <element name="PersonaGiuridica">
                 *                       <complexType>
                 *                         <complexContent>
                 *                           <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 *                             <sequence>
                 *                               <element name="Denominazione">
                 *                                 <simpleType>
                 *                                   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                 *                                     <maxLength value="150"/>
                 *                                   </restriction>
                 *                                 </simpleType>
                 *                               </element>
                 *                               <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Sede" minOccurs="0"/>
                 *                               <element ref="{http://www.agenziaterritorio.it/ICI.xsd}CodiceFiscale" minOccurs="0"/>
                 *                             </sequence>
                 *                           </restriction>
                 *                         </complexContent>
                 *                       </complexType>
                 *                     </element>
                 *                   </choice>
                 *                   <element name="DatiTitolarita">
                 *                     <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/ICI.xsd}TipologiaImmobile"/>
                 *                                       <element name="Cessione" type="{http://www.agenziaterritorio.it/ICI.xsd}QuoteDiritti" minOccurs="0"/>
                 *                                       <element name="Acquisizione" type="{http://www.agenziaterritorio.it/ICI.xsd}QuoteDiritti" minOccurs="0"/>
                 *                                       <element name="PreRegistrazione" type="{http://www.agenziaterritorio.it/ICI.xsd}QuoteDirittiCatastali" minOccurs="0"/>
                 *                                       <element name="PostRegistrazione" type="{http://www.agenziaterritorio.it/ICI.xsd}QuoteDirittiCatastali" minOccurs="0"/>
                 *                                     </sequence>
                 *                                     <attribute name="Ref_Immobile" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
                 *                                   </restriction>
                 *                                 </complexContent>
                 *                               </complexType>
                 *                             </element>
                 *                           </sequence>
                 *                         </restriction>
                 *                       </complexContent>
                 *                     </complexType>
                 *                   </element>
                 *                   <element name="Recapito" minOccurs="0">
                 *                     <complexType>
                 *                       <complexContent>
                 *                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 *                           <sequence>
                 *                             <element name="TipoIndirizzo">
                 *                               <simpleType>
                 *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                 *                                   <length value="1"/>
                 *                                 </restriction>
                 *                               </simpleType>
                 *                             </element>
                 *                             <element name="Comune" minOccurs="0">
                 *                               <simpleType>
                 *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                 *                                   <maxLength value="50"/>
                 *                                 </restriction>
                 *                               </simpleType>
                 *                             </element>
                 *                             <element name="Provincia" minOccurs="0">
                 *                               <simpleType>
                 *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                 *                                   <length value="2"/>
                 *                                 </restriction>
                 *                               </simpleType>
                 *                             </element>
                 *                             <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Indirizzo" minOccurs="0"/>
                 *                             <element name="CAP" minOccurs="0">
                 *                               <simpleType>
                 *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                 *                                   <length value="5"/>
                 *                                 </restriction>
                 *                               </simpleType>
                 *                             </element>
                 *                           </sequence>
                 *                         </restriction>
                 *                       </complexContent>
                 *                     </complexType>
                 *                   </element>
                 *                 </sequence>
                 *               </restriction>
                 *             </complexContent>
                 *           </complexType>
                 *         </element>
                 *       </sequence>
                 *     </restriction>
                 *   </complexContent>
                 * </complexType>
                 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "soggetto" }) public static class Soggetti { @XmlElement(name = "Soggetto", required = true) protected List soggetto; /** * Gets the value of the soggetto 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 soggetto property. * *

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

                     *    getSoggetto().add(newItem);
                     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link DatiOut.DatiPresenti.Variazioni.Variazione.Soggetti.Soggetto } * * */ public List getSoggetto() { if (soggetto == null) { soggetto = new ArrayList(); } return this.soggetto; } /** *

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="IdSoggettoNota" minOccurs="0">
                     *           <simpleType>
                     *             <restriction base="{http://www.w3.org/2001/XMLSchema}positiveInteger">
                     *               <totalDigits value="9"/>
                     *             </restriction>
                     *           </simpleType>
                     *         </element>
                     *         <element name="IdSoggettoCatastale" minOccurs="0">
                     *           <simpleType>
                     *             <restriction base="{http://www.w3.org/2001/XMLSchema}positiveInteger">
                     *               <totalDigits value="9"/>
                     *             </restriction>
                     *           </simpleType>
                     *         </element>
                     *         <choice>
                     *           <element name="PersonaFisica">
                     *             <complexType>
                     *               <complexContent>
                     *                 <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     *                   <sequence>
                     *                     <element name="Cognome">
                     *                       <simpleType>
                     *                         <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                     *                           <maxLength value="50"/>
                     *                         </restriction>
                     *                       </simpleType>
                     *                     </element>
                     *                     <element name="Nome">
                     *                       <simpleType>
                     *                         <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                     *                           <maxLength value="50"/>
                     *                         </restriction>
                     *                       </simpleType>
                     *                     </element>
                     *                     <element name="Sesso" minOccurs="0">
                     *                       <simpleType>
                     *                         <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                     *                           <length value="1"/>
                     *                         </restriction>
                     *                       </simpleType>
                     *                     </element>
                     *                     <element name="DataNascita" minOccurs="0">
                     *                       <simpleType>
                     *                         <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                     *                           <length value="8"/>
                     *                         </restriction>
                     *                       </simpleType>
                     *                     </element>
                     *                     <element name="LuogoNascita" minOccurs="0">
                     *                       <simpleType>
                     *                         <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                     *                           <length value="4"/>
                     *                         </restriction>
                     *                       </simpleType>
                     *                     </element>
                     *                     <element ref="{http://www.agenziaterritorio.it/ICI.xsd}CodiceFiscale" minOccurs="0"/>
                     *                   </sequence>
                     *                 </restriction>
                     *               </complexContent>
                     *             </complexType>
                     *           </element>
                     *           <element name="PersonaGiuridica">
                     *             <complexType>
                     *               <complexContent>
                     *                 <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     *                   <sequence>
                     *                     <element name="Denominazione">
                     *                       <simpleType>
                     *                         <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                     *                           <maxLength value="150"/>
                     *                         </restriction>
                     *                       </simpleType>
                     *                     </element>
                     *                     <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Sede" minOccurs="0"/>
                     *                     <element ref="{http://www.agenziaterritorio.it/ICI.xsd}CodiceFiscale" minOccurs="0"/>
                     *                   </sequence>
                     *                 </restriction>
                     *               </complexContent>
                     *             </complexType>
                     *           </element>
                     *         </choice>
                     *         <element name="DatiTitolarita">
                     *           <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/ICI.xsd}TipologiaImmobile"/>
                     *                             <element name="Cessione" type="{http://www.agenziaterritorio.it/ICI.xsd}QuoteDiritti" minOccurs="0"/>
                     *                             <element name="Acquisizione" type="{http://www.agenziaterritorio.it/ICI.xsd}QuoteDiritti" minOccurs="0"/>
                     *                             <element name="PreRegistrazione" type="{http://www.agenziaterritorio.it/ICI.xsd}QuoteDirittiCatastali" minOccurs="0"/>
                     *                             <element name="PostRegistrazione" type="{http://www.agenziaterritorio.it/ICI.xsd}QuoteDirittiCatastali" minOccurs="0"/>
                     *                           </sequence>
                     *                           <attribute name="Ref_Immobile" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
                     *                         </restriction>
                     *                       </complexContent>
                     *                     </complexType>
                     *                   </element>
                     *                 </sequence>
                     *               </restriction>
                     *             </complexContent>
                     *           </complexType>
                     *         </element>
                     *         <element name="Recapito" minOccurs="0">
                     *           <complexType>
                     *             <complexContent>
                     *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     *                 <sequence>
                     *                   <element name="TipoIndirizzo">
                     *                     <simpleType>
                     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                     *                         <length value="1"/>
                     *                       </restriction>
                     *                     </simpleType>
                     *                   </element>
                     *                   <element name="Comune" minOccurs="0">
                     *                     <simpleType>
                     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                     *                         <maxLength value="50"/>
                     *                       </restriction>
                     *                     </simpleType>
                     *                   </element>
                     *                   <element name="Provincia" minOccurs="0">
                     *                     <simpleType>
                     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                     *                         <length value="2"/>
                     *                       </restriction>
                     *                     </simpleType>
                     *                   </element>
                     *                   <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Indirizzo" minOccurs="0"/>
                     *                   <element name="CAP" minOccurs="0">
                     *                     <simpleType>
                     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                     *                         <length value="5"/>
                     *                       </restriction>
                     *                     </simpleType>
                     *                   </element>
                     *                 </sequence>
                     *               </restriction>
                     *             </complexContent>
                     *           </complexType>
                     *         </element>
                     *       </sequence>
                     *     </restriction>
                     *   </complexContent>
                     * </complexType>
                     * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "idSoggettoNota", "idSoggettoCatastale", "personaFisica", "personaGiuridica", "datiTitolarita", "recapito" }) public static class Soggetto { @XmlElement(name = "IdSoggettoNota") protected BigInteger idSoggettoNota; @XmlElement(name = "IdSoggettoCatastale") protected BigInteger idSoggettoCatastale; @XmlElement(name = "PersonaFisica") protected DatiOut.DatiPresenti.Variazioni.Variazione.Soggetti.Soggetto.PersonaFisica personaFisica; @XmlElement(name = "PersonaGiuridica") protected DatiOut.DatiPresenti.Variazioni.Variazione.Soggetti.Soggetto.PersonaGiuridica personaGiuridica; @XmlElement(name = "DatiTitolarita", required = true) protected DatiOut.DatiPresenti.Variazioni.Variazione.Soggetti.Soggetto.DatiTitolarita datiTitolarita; @XmlElement(name = "Recapito") protected DatiOut.DatiPresenti.Variazioni.Variazione.Soggetti.Soggetto.Recapito recapito; /** * Recupera il valore della proprietà idSoggettoNota. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getIdSoggettoNota() { return idSoggettoNota; } /** * Imposta il valore della proprietà idSoggettoNota. * * @param value * allowed object is * {@link BigInteger } * */ public void setIdSoggettoNota(BigInteger value) { this.idSoggettoNota = value; } /** * Recupera il valore della proprietà idSoggettoCatastale. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getIdSoggettoCatastale() { return idSoggettoCatastale; } /** * Imposta il valore della proprietà idSoggettoCatastale. * * @param value * allowed object is * {@link BigInteger } * */ public void setIdSoggettoCatastale(BigInteger value) { this.idSoggettoCatastale = value; } /** * Recupera il valore della proprietà personaFisica. * * @return * possible object is * {@link DatiOut.DatiPresenti.Variazioni.Variazione.Soggetti.Soggetto.PersonaFisica } * */ public DatiOut.DatiPresenti.Variazioni.Variazione.Soggetti.Soggetto.PersonaFisica getPersonaFisica() { return personaFisica; } /** * Imposta il valore della proprietà personaFisica. * * @param value * allowed object is * {@link DatiOut.DatiPresenti.Variazioni.Variazione.Soggetti.Soggetto.PersonaFisica } * */ public void setPersonaFisica(DatiOut.DatiPresenti.Variazioni.Variazione.Soggetti.Soggetto.PersonaFisica value) { this.personaFisica = value; } /** * Recupera il valore della proprietà personaGiuridica. * * @return * possible object is * {@link DatiOut.DatiPresenti.Variazioni.Variazione.Soggetti.Soggetto.PersonaGiuridica } * */ public DatiOut.DatiPresenti.Variazioni.Variazione.Soggetti.Soggetto.PersonaGiuridica getPersonaGiuridica() { return personaGiuridica; } /** * Imposta il valore della proprietà personaGiuridica. * * @param value * allowed object is * {@link DatiOut.DatiPresenti.Variazioni.Variazione.Soggetti.Soggetto.PersonaGiuridica } * */ public void setPersonaGiuridica(DatiOut.DatiPresenti.Variazioni.Variazione.Soggetti.Soggetto.PersonaGiuridica value) { this.personaGiuridica = value; } /** * Recupera il valore della proprietà datiTitolarita. * * @return * possible object is * {@link DatiOut.DatiPresenti.Variazioni.Variazione.Soggetti.Soggetto.DatiTitolarita } * */ public DatiOut.DatiPresenti.Variazioni.Variazione.Soggetti.Soggetto.DatiTitolarita getDatiTitolarita() { return datiTitolarita; } /** * Imposta il valore della proprietà datiTitolarita. * * @param value * allowed object is * {@link DatiOut.DatiPresenti.Variazioni.Variazione.Soggetti.Soggetto.DatiTitolarita } * */ public void setDatiTitolarita(DatiOut.DatiPresenti.Variazioni.Variazione.Soggetti.Soggetto.DatiTitolarita value) { this.datiTitolarita = value; } /** * Recupera il valore della proprietà recapito. * * @return * possible object is * {@link DatiOut.DatiPresenti.Variazioni.Variazione.Soggetti.Soggetto.Recapito } * */ public DatiOut.DatiPresenti.Variazioni.Variazione.Soggetti.Soggetto.Recapito getRecapito() { return recapito; } /** * Imposta il valore della proprietà recapito. * * @param value * allowed object is * {@link DatiOut.DatiPresenti.Variazioni.Variazione.Soggetti.Soggetto.Recapito } * */ public void setRecapito(DatiOut.DatiPresenti.Variazioni.Variazione.Soggetti.Soggetto.Recapito value) { this.recapito = 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="Titolarita" maxOccurs="unbounded">
                         *           <complexType>
                         *             <complexContent>
                         *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                         *                 <sequence>
                         *                   <element ref="{http://www.agenziaterritorio.it/ICI.xsd}TipologiaImmobile"/>
                         *                   <element name="Cessione" type="{http://www.agenziaterritorio.it/ICI.xsd}QuoteDiritti" minOccurs="0"/>
                         *                   <element name="Acquisizione" type="{http://www.agenziaterritorio.it/ICI.xsd}QuoteDiritti" minOccurs="0"/>
                         *                   <element name="PreRegistrazione" type="{http://www.agenziaterritorio.it/ICI.xsd}QuoteDirittiCatastali" minOccurs="0"/>
                         *                   <element name="PostRegistrazione" type="{http://www.agenziaterritorio.it/ICI.xsd}QuoteDirittiCatastali" minOccurs="0"/>
                         *                 </sequence>
                         *                 <attribute name="Ref_Immobile" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
                         *               </restriction>
                         *             </complexContent>
                         *           </complexType>
                         *         </element>
                         *       </sequence>
                         *     </restriction>
                         *   </complexContent>
                         * </complexType>
                         * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "titolarita" }) public static class DatiTitolarita { @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 DatiOut.DatiPresenti.Variazioni.Variazione.Soggetti.Soggetto.DatiTitolarita.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/ICI.xsd}TipologiaImmobile"/>
                             *         <element name="Cessione" type="{http://www.agenziaterritorio.it/ICI.xsd}QuoteDiritti" minOccurs="0"/>
                             *         <element name="Acquisizione" type="{http://www.agenziaterritorio.it/ICI.xsd}QuoteDiritti" minOccurs="0"/>
                             *         <element name="PreRegistrazione" type="{http://www.agenziaterritorio.it/ICI.xsd}QuoteDirittiCatastali" minOccurs="0"/>
                             *         <element name="PostRegistrazione" type="{http://www.agenziaterritorio.it/ICI.xsd}QuoteDirittiCatastali" minOccurs="0"/>
                             *       </sequence>
                             *       <attribute name="Ref_Immobile" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
                             *     </restriction>
                             *   </complexContent>
                             * </complexType>
                             * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "tipologiaImmobile", "cessione", "acquisizione", "preRegistrazione", "postRegistrazione" }) public static class Titolarita { @XmlElement(name = "TipologiaImmobile", required = true) protected String tipologiaImmobile; @XmlElement(name = "Cessione") protected QuoteDiritti cessione; @XmlElement(name = "Acquisizione") protected QuoteDiritti acquisizione; @XmlElement(name = "PreRegistrazione") protected QuoteDirittiCatastali preRegistrazione; @XmlElement(name = "PostRegistrazione") protected QuoteDirittiCatastali postRegistrazione; @XmlAttribute(name = "Ref_Immobile", required = true) @XmlIDREF @XmlSchemaType(name = "IDREF") protected Object refImmobile; /** * Recupera il valore della proprietà tipologiaImmobile. * * @return * possible object is * {@link String } * */ public String getTipologiaImmobile() { return tipologiaImmobile; } /** * Imposta il valore della proprietà tipologiaImmobile. * * @param value * allowed object is * {@link String } * */ public void setTipologiaImmobile(String value) { this.tipologiaImmobile = value; } /** * Recupera il valore della proprietà cessione. * * @return * possible object is * {@link QuoteDiritti } * */ public QuoteDiritti getCessione() { return cessione; } /** * Imposta il valore della proprietà cessione. * * @param value * allowed object is * {@link QuoteDiritti } * */ public void setCessione(QuoteDiritti value) { this.cessione = value; } /** * Recupera il valore della proprietà acquisizione. * * @return * possible object is * {@link QuoteDiritti } * */ public QuoteDiritti getAcquisizione() { return acquisizione; } /** * Imposta il valore della proprietà acquisizione. * * @param value * allowed object is * {@link QuoteDiritti } * */ public void setAcquisizione(QuoteDiritti value) { this.acquisizione = value; } /** * Recupera il valore della proprietà preRegistrazione. * * @return * possible object is * {@link QuoteDirittiCatastali } * */ public QuoteDirittiCatastali getPreRegistrazione() { return preRegistrazione; } /** * Imposta il valore della proprietà preRegistrazione. * * @param value * allowed object is * {@link QuoteDirittiCatastali } * */ public void setPreRegistrazione(QuoteDirittiCatastali value) { this.preRegistrazione = value; } /** * Recupera il valore della proprietà postRegistrazione. * * @return * possible object is * {@link QuoteDirittiCatastali } * */ public QuoteDirittiCatastali getPostRegistrazione() { return postRegistrazione; } /** * Imposta il valore della proprietà postRegistrazione. * * @param value * allowed object is * {@link QuoteDirittiCatastali } * */ public void setPostRegistrazione(QuoteDirittiCatastali value) { this.postRegistrazione = value; } /** * Recupera il valore della proprietà refImmobile. * * @return * possible object is * {@link Object } * */ public Object getRefImmobile() { return refImmobile; } /** * Imposta il valore della proprietà refImmobile. * * @param value * allowed object is * {@link Object } * */ public void setRefImmobile(Object value) { this.refImmobile = 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="Cognome">
                         *           <simpleType>
                         *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                         *               <maxLength value="50"/>
                         *             </restriction>
                         *           </simpleType>
                         *         </element>
                         *         <element name="Nome">
                         *           <simpleType>
                         *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                         *               <maxLength value="50"/>
                         *             </restriction>
                         *           </simpleType>
                         *         </element>
                         *         <element name="Sesso" minOccurs="0">
                         *           <simpleType>
                         *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                         *               <length value="1"/>
                         *             </restriction>
                         *           </simpleType>
                         *         </element>
                         *         <element name="DataNascita" minOccurs="0">
                         *           <simpleType>
                         *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                         *               <length value="8"/>
                         *             </restriction>
                         *           </simpleType>
                         *         </element>
                         *         <element name="LuogoNascita" minOccurs="0">
                         *           <simpleType>
                         *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                         *               <length value="4"/>
                         *             </restriction>
                         *           </simpleType>
                         *         </element>
                         *         <element ref="{http://www.agenziaterritorio.it/ICI.xsd}CodiceFiscale" minOccurs="0"/>
                         *       </sequence>
                         *     </restriction>
                         *   </complexContent>
                         * </complexType>
                         * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "cognome", "nome", "sesso", "dataNascita", "luogoNascita", "codiceFiscale" }) public static class PersonaFisica { @XmlElement(name = "Cognome", required = true) protected String cognome; @XmlElement(name = "Nome", required = true) protected String nome; @XmlElement(name = "Sesso") protected String sesso; @XmlElement(name = "DataNascita") protected String dataNascita; @XmlElement(name = "LuogoNascita") protected String luogoNascita; @XmlElement(name = "CodiceFiscale") protected String codiceFiscale; /** * Recupera il valore della proprietà cognome. * * @return * possible object is * {@link String } * */ public String getCognome() { return cognome; } /** * Imposta il valore della proprietà cognome. * * @param value * allowed object is * {@link String } * */ public void setCognome(String value) { this.cognome = value; } /** * Recupera il valore della proprietà nome. * * @return * possible object is * {@link String } * */ public String getNome() { return nome; } /** * Imposta il valore della proprietà nome. * * @param value * allowed object is * {@link String } * */ public void setNome(String value) { this.nome = value; } /** * Recupera il valore della proprietà sesso. * * @return * possible object is * {@link String } * */ public String getSesso() { return sesso; } /** * Imposta il valore della proprietà sesso. * * @param value * allowed object is * {@link String } * */ public void setSesso(String value) { this.sesso = value; } /** * Recupera il valore della proprietà dataNascita. * * @return * possible object is * {@link String } * */ public String getDataNascita() { return dataNascita; } /** * Imposta il valore della proprietà dataNascita. * * @param value * allowed object is * {@link String } * */ public void setDataNascita(String value) { this.dataNascita = value; } /** * Recupera il valore della proprietà luogoNascita. * * @return * possible object is * {@link String } * */ public String getLuogoNascita() { return luogoNascita; } /** * Imposta il valore della proprietà luogoNascita. * * @param value * allowed object is * {@link String } * */ public void setLuogoNascita(String value) { this.luogoNascita = value; } /** * Recupera il valore della proprietà codiceFiscale. * * @return * possible object is * {@link String } * */ public String getCodiceFiscale() { return codiceFiscale; } /** * Imposta il valore della proprietà codiceFiscale. * * @param value * allowed object is * {@link String } * */ public void setCodiceFiscale(String value) { this.codiceFiscale = 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="Denominazione">
                         *           <simpleType>
                         *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                         *               <maxLength value="150"/>
                         *             </restriction>
                         *           </simpleType>
                         *         </element>
                         *         <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Sede" minOccurs="0"/>
                         *         <element ref="{http://www.agenziaterritorio.it/ICI.xsd}CodiceFiscale" minOccurs="0"/>
                         *       </sequence>
                         *     </restriction>
                         *   </complexContent>
                         * </complexType>
                         * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "denominazione", "sede", "codiceFiscale" }) public static class PersonaGiuridica { @XmlElement(name = "Denominazione", required = true) protected String denominazione; @XmlElement(name = "Sede") protected String sede; @XmlElement(name = "CodiceFiscale") protected String codiceFiscale; /** * Recupera il valore della proprietà denominazione. * * @return * possible object is * {@link String } * */ public String getDenominazione() { return denominazione; } /** * Imposta il valore della proprietà denominazione. * * @param value * allowed object is * {@link String } * */ public void setDenominazione(String value) { this.denominazione = value; } /** * Recupera il valore della proprietà sede. * * @return * possible object is * {@link String } * */ public String getSede() { return sede; } /** * Imposta il valore della proprietà sede. * * @param value * allowed object is * {@link String } * */ public void setSede(String value) { this.sede = value; } /** * Recupera il valore della proprietà codiceFiscale. * * @return * possible object is * {@link String } * */ public String getCodiceFiscale() { return codiceFiscale; } /** * Imposta il valore della proprietà codiceFiscale. * * @param value * allowed object is * {@link String } * */ public void setCodiceFiscale(String value) { this.codiceFiscale = 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="TipoIndirizzo">
                         *           <simpleType>
                         *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                         *               <length value="1"/>
                         *             </restriction>
                         *           </simpleType>
                         *         </element>
                         *         <element name="Comune" minOccurs="0">
                         *           <simpleType>
                         *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                         *               <maxLength value="50"/>
                         *             </restriction>
                         *           </simpleType>
                         *         </element>
                         *         <element name="Provincia" minOccurs="0">
                         *           <simpleType>
                         *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                         *               <length value="2"/>
                         *             </restriction>
                         *           </simpleType>
                         *         </element>
                         *         <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Indirizzo" minOccurs="0"/>
                         *         <element name="CAP" minOccurs="0">
                         *           <simpleType>
                         *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                         *               <length value="5"/>
                         *             </restriction>
                         *           </simpleType>
                         *         </element>
                         *       </sequence>
                         *     </restriction>
                         *   </complexContent>
                         * </complexType>
                         * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "tipoIndirizzo", "comune", "provincia", "indirizzo", "cap" }) public static class Recapito { @XmlElement(name = "TipoIndirizzo", required = true) protected String tipoIndirizzo; @XmlElement(name = "Comune") protected String comune; @XmlElement(name = "Provincia") protected String provincia; @XmlElement(name = "Indirizzo") protected String indirizzo; @XmlElement(name = "CAP") protected String cap; /** * Recupera il valore della proprietà tipoIndirizzo. * * @return * possible object is * {@link String } * */ public String getTipoIndirizzo() { return tipoIndirizzo; } /** * Imposta il valore della proprietà tipoIndirizzo. * * @param value * allowed object is * {@link String } * */ public void setTipoIndirizzo(String value) { this.tipoIndirizzo = value; } /** * Recupera il valore della proprietà comune. * * @return * possible object is * {@link String } * */ public String getComune() { return comune; } /** * Imposta il valore della proprietà comune. * * @param value * allowed object is * {@link String } * */ public void setComune(String value) { this.comune = value; } /** * Recupera il valore della proprietà provincia. * * @return * possible object is * {@link String } * */ public String getProvincia() { return provincia; } /** * Imposta il valore della proprietà provincia. * * @param value * allowed object is * {@link String } * */ public void setProvincia(String value) { this.provincia = value; } /** * Recupera il valore della proprietà indirizzo. * * @return * possible object is * {@link String } * */ public String getIndirizzo() { return indirizzo; } /** * Imposta il valore della proprietà indirizzo. * * @param value * allowed object is * {@link String } * */ public void setIndirizzo(String value) { this.indirizzo = value; } /** * Recupera il valore della proprietà cap. * * @return * possible object is * {@link String } * */ public String getCAP() { return cap; } /** * Imposta il valore della proprietà cap. * * @param value * allowed object is * {@link String } * */ public void setCAP(String value) { this.cap = 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="Nota">
                 *           <complexType>
                 *             <complexContent>
                 *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 *                 <sequence>
                 *                   <element ref="{http://www.agenziaterritorio.it/ICI.xsd}TipoNota"/>
                 *                   <element ref="{http://www.agenziaterritorio.it/ICI.xsd}NumeroNota"/>
                 *                   <element name="ProgressivoNota">
                 *                     <simpleType>
                 *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                 *                         <maxLength value="3"/>
                 *                       </restriction>
                 *                     </simpleType>
                 *                   </element>
                 *                   <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Anno"/>
                 *                   <element name="DataValiditaAtto">
                 *                     <simpleType>
                 *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                 *                         <length value="8"/>
                 *                       </restriction>
                 *                     </simpleType>
                 *                   </element>
                 *                   <element ref="{http://www.agenziaterritorio.it/ICI.xsd}DataPresentazioneAtto"/>
                 *                   <element name="EsitoNota">
                 *                     <simpleType>
                 *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                 *                         <length value="1"/>
                 *                       </restriction>
                 *                     </simpleType>
                 *                   </element>
                 *                   <element name="EsitoNotaNonRegistrata">
                 *                     <simpleType>
                 *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                 *                         <maxLength value="2"/>
                 *                       </restriction>
                 *                     </simpleType>
                 *                   </element>
                 *                   <element name="DataRegistrazioneInAtti" minOccurs="0">
                 *                     <simpleType>
                 *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                 *                         <length value="8"/>
                 *                       </restriction>
                 *                     </simpleType>
                 *                   </element>
                 *                   <element name="NumeroRepertorio" minOccurs="0">
                 *                     <simpleType>
                 *                       <restriction base="{http://www.w3.org/2001/XMLSchema}int">
                 *                         <totalDigits value="7"/>
                 *                       </restriction>
                 *                     </simpleType>
                 *                   </element>
                 *                   <element name="CodiceAtto" minOccurs="0">
                 *                     <simpleType>
                 *                       <restriction base="{http://www.w3.org/2001/XMLSchema}integer">
                 *                         <totalDigits value="3"/>
                 *                       </restriction>
                 *                     </simpleType>
                 *                   </element>
                 *                 </sequence>
                 *               </restriction>
                 *             </complexContent>
                 *           </complexType>
                 *         </element>
                 *         <element name="NotaRettificata" minOccurs="0">
                 *           <complexType>
                 *             <complexContent>
                 *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 *                 <sequence>
                 *                   <element ref="{http://www.agenziaterritorio.it/ICI.xsd}TipoNota"/>
                 *                   <element ref="{http://www.agenziaterritorio.it/ICI.xsd}NumeroNota"/>
                 *                   <element ref="{http://www.agenziaterritorio.it/ICI.xsd}DataPresentazioneAtto"/>
                 *                 </sequence>
                 *               </restriction>
                 *             </complexContent>
                 *           </complexType>
                 *         </element>
                 *         <element name="Rogante" minOccurs="0">
                 *           <complexType>
                 *             <complexContent>
                 *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 *                 <sequence>
                 *                   <element name="CognomeNome" minOccurs="0">
                 *                     <simpleType>
                 *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                 *                         <maxLength value="25"/>
                 *                       </restriction>
                 *                     </simpleType>
                 *                   </element>
                 *                   <element ref="{http://www.agenziaterritorio.it/ICI.xsd}CodiceFiscale" minOccurs="0"/>
                 *                   <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Sede" minOccurs="0"/>
                 *                 </sequence>
                 *               </restriction>
                 *             </complexContent>
                 *           </complexType>
                 *         </element>
                 *         <element name="RegistrazioneDifferita" minOccurs="0">
                 *           <simpleType>
                 *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                 *               <length value="1"/>
                 *             </restriction>
                 *           </simpleType>
                 *         </element>
                 *         <element name="DataInDifferita" minOccurs="0">
                 *           <simpleType>
                 *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                 *               <length value="8"/>
                 *             </restriction>
                 *           </simpleType>
                 *         </element>
                 *       </sequence>
                 *     </restriction>
                 *   </complexContent>
                 * </complexType>
                 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "nota", "notaRettificata", "rogante", "registrazioneDifferita", "dataInDifferita" }) public static class Trascrizione { @XmlElement(name = "Nota", required = true) protected DatiOut.DatiPresenti.Variazioni.Variazione.Trascrizione.Nota nota; @XmlElement(name = "NotaRettificata") protected DatiOut.DatiPresenti.Variazioni.Variazione.Trascrizione.NotaRettificata notaRettificata; @XmlElement(name = "Rogante") protected DatiOut.DatiPresenti.Variazioni.Variazione.Trascrizione.Rogante rogante; @XmlElement(name = "RegistrazioneDifferita") protected String registrazioneDifferita; @XmlElement(name = "DataInDifferita") protected String dataInDifferita; /** * Recupera il valore della proprietà nota. * * @return * possible object is * {@link DatiOut.DatiPresenti.Variazioni.Variazione.Trascrizione.Nota } * */ public DatiOut.DatiPresenti.Variazioni.Variazione.Trascrizione.Nota getNota() { return nota; } /** * Imposta il valore della proprietà nota. * * @param value * allowed object is * {@link DatiOut.DatiPresenti.Variazioni.Variazione.Trascrizione.Nota } * */ public void setNota(DatiOut.DatiPresenti.Variazioni.Variazione.Trascrizione.Nota value) { this.nota = value; } /** * Recupera il valore della proprietà notaRettificata. * * @return * possible object is * {@link DatiOut.DatiPresenti.Variazioni.Variazione.Trascrizione.NotaRettificata } * */ public DatiOut.DatiPresenti.Variazioni.Variazione.Trascrizione.NotaRettificata getNotaRettificata() { return notaRettificata; } /** * Imposta il valore della proprietà notaRettificata. * * @param value * allowed object is * {@link DatiOut.DatiPresenti.Variazioni.Variazione.Trascrizione.NotaRettificata } * */ public void setNotaRettificata(DatiOut.DatiPresenti.Variazioni.Variazione.Trascrizione.NotaRettificata value) { this.notaRettificata = value; } /** * Recupera il valore della proprietà rogante. * * @return * possible object is * {@link DatiOut.DatiPresenti.Variazioni.Variazione.Trascrizione.Rogante } * */ public DatiOut.DatiPresenti.Variazioni.Variazione.Trascrizione.Rogante getRogante() { return rogante; } /** * Imposta il valore della proprietà rogante. * * @param value * allowed object is * {@link DatiOut.DatiPresenti.Variazioni.Variazione.Trascrizione.Rogante } * */ public void setRogante(DatiOut.DatiPresenti.Variazioni.Variazione.Trascrizione.Rogante value) { this.rogante = value; } /** * Recupera il valore della proprietà registrazioneDifferita. * * @return * possible object is * {@link String } * */ public String getRegistrazioneDifferita() { return registrazioneDifferita; } /** * Imposta il valore della proprietà registrazioneDifferita. * * @param value * allowed object is * {@link String } * */ public void setRegistrazioneDifferita(String value) { this.registrazioneDifferita = value; } /** * Recupera il valore della proprietà dataInDifferita. * * @return * possible object is * {@link String } * */ public String getDataInDifferita() { return dataInDifferita; } /** * Imposta il valore della proprietà dataInDifferita. * * @param value * allowed object is * {@link String } * */ public void setDataInDifferita(String value) { this.dataInDifferita = 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 ref="{http://www.agenziaterritorio.it/ICI.xsd}TipoNota"/>
                     *         <element ref="{http://www.agenziaterritorio.it/ICI.xsd}NumeroNota"/>
                     *         <element name="ProgressivoNota">
                     *           <simpleType>
                     *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                     *               <maxLength value="3"/>
                     *             </restriction>
                     *           </simpleType>
                     *         </element>
                     *         <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Anno"/>
                     *         <element name="DataValiditaAtto">
                     *           <simpleType>
                     *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                     *               <length value="8"/>
                     *             </restriction>
                     *           </simpleType>
                     *         </element>
                     *         <element ref="{http://www.agenziaterritorio.it/ICI.xsd}DataPresentazioneAtto"/>
                     *         <element name="EsitoNota">
                     *           <simpleType>
                     *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                     *               <length value="1"/>
                     *             </restriction>
                     *           </simpleType>
                     *         </element>
                     *         <element name="EsitoNotaNonRegistrata">
                     *           <simpleType>
                     *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                     *               <maxLength value="2"/>
                     *             </restriction>
                     *           </simpleType>
                     *         </element>
                     *         <element name="DataRegistrazioneInAtti" minOccurs="0">
                     *           <simpleType>
                     *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                     *               <length value="8"/>
                     *             </restriction>
                     *           </simpleType>
                     *         </element>
                     *         <element name="NumeroRepertorio" minOccurs="0">
                     *           <simpleType>
                     *             <restriction base="{http://www.w3.org/2001/XMLSchema}int">
                     *               <totalDigits value="7"/>
                     *             </restriction>
                     *           </simpleType>
                     *         </element>
                     *         <element name="CodiceAtto" minOccurs="0">
                     *           <simpleType>
                     *             <restriction base="{http://www.w3.org/2001/XMLSchema}integer">
                     *               <totalDigits value="3"/>
                     *             </restriction>
                     *           </simpleType>
                     *         </element>
                     *       </sequence>
                     *     </restriction>
                     *   </complexContent>
                     * </complexType>
                     * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "tipoNota", "numeroNota", "progressivoNota", "anno", "dataValiditaAtto", "dataPresentazioneAtto", "esitoNota", "esitoNotaNonRegistrata", "dataRegistrazioneInAtti", "numeroRepertorio", "codiceAtto" }) public static class Nota { @XmlElement(name = "TipoNota", required = true) protected String tipoNota; @XmlElement(name = "NumeroNota", required = true) protected String numeroNota; @XmlElement(name = "ProgressivoNota", required = true) protected String progressivoNota; @XmlElement(name = "Anno", required = true) @XmlSchemaType(name = "gYear") protected XMLGregorianCalendar anno; @XmlElement(name = "DataValiditaAtto", required = true) protected String dataValiditaAtto; @XmlElement(name = "DataPresentazioneAtto", required = true) protected String dataPresentazioneAtto; @XmlElement(name = "EsitoNota", required = true) protected String esitoNota; @XmlElement(name = "EsitoNotaNonRegistrata", required = true) protected String esitoNotaNonRegistrata; @XmlElement(name = "DataRegistrazioneInAtti") protected String dataRegistrazioneInAtti; @XmlElement(name = "NumeroRepertorio") protected Integer numeroRepertorio; @XmlElement(name = "CodiceAtto") protected BigInteger codiceAtto; /** * 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à 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à anno. * * @return * possible object is * {@link XMLGregorianCalendar } * */ public XMLGregorianCalendar getAnno() { return anno; } /** * Imposta il valore della proprietà anno. * * @param value * allowed object is * {@link XMLGregorianCalendar } * */ public void setAnno(XMLGregorianCalendar value) { this.anno = value; } /** * Recupera il valore della proprietà dataValiditaAtto. * * @return * possible object is * {@link String } * */ public String getDataValiditaAtto() { return dataValiditaAtto; } /** * Imposta il valore della proprietà dataValiditaAtto. * * @param value * allowed object is * {@link String } * */ public void setDataValiditaAtto(String value) { this.dataValiditaAtto = value; } /** * Recupera il valore della proprietà dataPresentazioneAtto. * * @return * possible object is * {@link String } * */ public String getDataPresentazioneAtto() { return dataPresentazioneAtto; } /** * Imposta il valore della proprietà dataPresentazioneAtto. * * @param value * allowed object is * {@link String } * */ public void setDataPresentazioneAtto(String value) { this.dataPresentazioneAtto = value; } /** * Recupera il valore della proprietà esitoNota. * * @return * possible object is * {@link String } * */ public String getEsitoNota() { return esitoNota; } /** * Imposta il valore della proprietà esitoNota. * * @param value * allowed object is * {@link String } * */ public void setEsitoNota(String value) { this.esitoNota = value; } /** * Recupera il valore della proprietà esitoNotaNonRegistrata. * * @return * possible object is * {@link String } * */ public String getEsitoNotaNonRegistrata() { return esitoNotaNonRegistrata; } /** * Imposta il valore della proprietà esitoNotaNonRegistrata. * * @param value * allowed object is * {@link String } * */ public void setEsitoNotaNonRegistrata(String value) { this.esitoNotaNonRegistrata = value; } /** * Recupera il valore della proprietà dataRegistrazioneInAtti. * * @return * possible object is * {@link String } * */ public String getDataRegistrazioneInAtti() { return dataRegistrazioneInAtti; } /** * Imposta il valore della proprietà dataRegistrazioneInAtti. * * @param value * allowed object is * {@link String } * */ public void setDataRegistrazioneInAtti(String value) { this.dataRegistrazioneInAtti = value; } /** * Recupera il valore della proprietà numeroRepertorio. * * @return * possible object is * {@link Integer } * */ public Integer getNumeroRepertorio() { return numeroRepertorio; } /** * Imposta il valore della proprietà numeroRepertorio. * * @param value * allowed object is * {@link Integer } * */ public void setNumeroRepertorio(Integer value) { this.numeroRepertorio = value; } /** * Recupera il valore della proprietà codiceAtto. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getCodiceAtto() { return codiceAtto; } /** * Imposta il valore della proprietà codiceAtto. * * @param value * allowed object is * {@link BigInteger } * */ public void setCodiceAtto(BigInteger value) { this.codiceAtto = 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 ref="{http://www.agenziaterritorio.it/ICI.xsd}TipoNota"/>
                     *         <element ref="{http://www.agenziaterritorio.it/ICI.xsd}NumeroNota"/>
                     *         <element ref="{http://www.agenziaterritorio.it/ICI.xsd}DataPresentazioneAtto"/>
                     *       </sequence>
                     *     </restriction>
                     *   </complexContent>
                     * </complexType>
                     * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "tipoNota", "numeroNota", "dataPresentazioneAtto" }) public static class NotaRettificata { @XmlElement(name = "TipoNota", required = true) protected String tipoNota; @XmlElement(name = "NumeroNota", required = true) protected String numeroNota; @XmlElement(name = "DataPresentazioneAtto", required = true) protected String dataPresentazioneAtto; /** * 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à 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à dataPresentazioneAtto. * * @return * possible object is * {@link String } * */ public String getDataPresentazioneAtto() { return dataPresentazioneAtto; } /** * Imposta il valore della proprietà dataPresentazioneAtto. * * @param value * allowed object is * {@link String } * */ public void setDataPresentazioneAtto(String value) { this.dataPresentazioneAtto = 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="CognomeNome" minOccurs="0">
                     *           <simpleType>
                     *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                     *               <maxLength value="25"/>
                     *             </restriction>
                     *           </simpleType>
                     *         </element>
                     *         <element ref="{http://www.agenziaterritorio.it/ICI.xsd}CodiceFiscale" minOccurs="0"/>
                     *         <element ref="{http://www.agenziaterritorio.it/ICI.xsd}Sede" minOccurs="0"/>
                     *       </sequence>
                     *     </restriction>
                     *   </complexContent>
                     * </complexType>
                     * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "cognomeNome", "codiceFiscale", "sede" }) public static class Rogante { @XmlElement(name = "CognomeNome") protected String cognomeNome; @XmlElement(name = "CodiceFiscale") protected String codiceFiscale; @XmlElement(name = "Sede") protected String sede; /** * Recupera il valore della proprietà cognomeNome. * * @return * possible object is * {@link String } * */ public String getCognomeNome() { return cognomeNome; } /** * Imposta il valore della proprietà cognomeNome. * * @param value * allowed object is * {@link String } * */ public void setCognomeNome(String value) { this.cognomeNome = value; } /** * Recupera il valore della proprietà codiceFiscale. * * @return * possible object is * {@link String } * */ public String getCodiceFiscale() { return codiceFiscale; } /** * Imposta il valore della proprietà codiceFiscale. * * @param value * allowed object is * {@link String } * */ public void setCodiceFiscale(String value) { this.codiceFiscale = value; } /** * Recupera il valore della proprietà sede. * * @return * possible object is * {@link String } * */ public String getSede() { return sede; } /** * Imposta il valore della proprietà sede. * * @param value * allowed object is * {@link String } * */ public void setSede(String value) { this.sede = 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="Iscrizione" type="{http://www.w3.org/2001/XMLSchema}string"/>
     *         <element name="DataIniziale" type="{http://www.w3.org/2001/XMLSchema}date"/>
     *         <element name="N_File" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/>
     *         <element name="N_File_Tot" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/>
     *       </sequence>
     *     </restriction>
     *   </complexContent>
     * </complexType>
     * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "iscrizione", "dataIniziale", "nFile", "nFileTot" }) public static class DatiRichiesta { @XmlElement(name = "Iscrizione", required = true) protected String iscrizione; @XmlElement(name = "DataIniziale", required = true) @XmlSchemaType(name = "date") protected XMLGregorianCalendar dataIniziale; @XmlElement(name = "N_File", required = true) @XmlSchemaType(name = "positiveInteger") protected BigInteger nFile; @XmlElement(name = "N_File_Tot", required = true) @XmlSchemaType(name = "positiveInteger") protected BigInteger nFileTot; /** * Recupera il valore della proprietà iscrizione. * * @return * possible object is * {@link String } * */ public String getIscrizione() { return iscrizione; } /** * Imposta il valore della proprietà iscrizione. * * @param value * allowed object is * {@link String } * */ public void setIscrizione(String value) { this.iscrizione = value; } /** * Recupera il valore della proprietà dataIniziale. * * @return * possible object is * {@link XMLGregorianCalendar } * */ public XMLGregorianCalendar getDataIniziale() { return dataIniziale; } /** * Imposta il valore della proprietà dataIniziale. * * @param value * allowed object is * {@link XMLGregorianCalendar } * */ public void setDataIniziale(XMLGregorianCalendar value) { this.dataIniziale = value; } /** * Recupera il valore della proprietà nFile. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getNFile() { return nFile; } /** * Imposta il valore della proprietà nFile. * * @param value * allowed object is * {@link BigInteger } * */ public void setNFile(BigInteger value) { this.nFile = value; } /** * Recupera il valore della proprietà nFileTot. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getNFileTot() { return nFileTot; } /** * Imposta il valore della proprietà nFileTot. * * @param value * allowed object is * {@link BigInteger } * */ public void setNFileTot(BigInteger value) { this.nFileTot = value; } } }