// // 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
* 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 Classe Java per anonymous complex type.
*
* Il seguente frammento di schema specifica il contenuto previsto contenuto in questa classe.
*
* 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;
}
/**
*
* <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