// // 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.30 alle 05:49:59 PM CEST // package it.liguriadigitale.sxcrj.console.business.staging.impl.level1.caricamento.fornitura.xsd.parser.tares; import java.io.Serializable; import java.math.BigDecimal; import java.math.BigInteger; import java.util.ArrayList; import java.util.List; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlElements; import javax.xml.bind.annotation.XmlRootElement; import javax.xml.bind.annotation.XmlSchemaType; import javax.xml.bind.annotation.XmlType; 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>
 *         <element name="Comune">
 *           <simpleType>
 *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *               <maxLength value="4"/>
 *             </restriction>
 *           </simpleType>
 *         </element>
 *         <element name="Uiu" maxOccurs="unbounded">
 *           <complexType>
 *             <complexContent>
 *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                 <sequence>
 *                   <element name="SezCens" minOccurs="0">
 *                     <simpleType>
 *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                         <length value="1"/>
 *                       </restriction>
 *                     </simpleType>
 *                   </element>
 *                   <element name="IdUiu">
 *                     <simpleType>
 *                       <restriction base="{http://www.w3.org/2001/XMLSchema}positiveInteger">
 *                         <totalDigits value="9"/>
 *                       </restriction>
 *                     </simpleType>
 *                   </element>
 *                   <element name="Prog" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
 *                   <element name="Categoria" minOccurs="0">
 *                     <simpleType>
 *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                         <length value="3"/>
 *                       </restriction>
 *                     </simpleType>
 *                   </element>
 *                   <element name="BeneComune" minOccurs="0">
 *                     <simpleType>
 *                       <restriction base="{http://www.w3.org/2001/XMLSchema}int">
 *                         <totalDigits value="1"/>
 *                       </restriction>
 *                     </simpleType>
 *                   </element>
 *                   <element name="Superficie" minOccurs="0">
 *                     <simpleType>
 *                       <restriction base="{http://www.w3.org/2001/XMLSchema}int">
 *                         <totalDigits value="9"/>
 *                       </restriction>
 *                     </simpleType>
 *                   </element>
 *                   <element name="EsitiAgenzia" minOccurs="0">
 *                     <complexType>
 *                       <complexContent>
 *                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                           <sequence>
 *                             <element name="EsitoSup" minOccurs="0">
 *                               <simpleType>
 *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}int">
 *                                   <totalDigits value="1"/>
 *                                 </restriction>
 *                               </simpleType>
 *                             </element>
 *                             <element name="EsitoAgg" minOccurs="0">
 *                               <simpleType>
 *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                   <maxLength value="2"/>
 *                                 </restriction>
 *                               </simpleType>
 *                             </element>
 *                           </sequence>
 *                         </restriction>
 *                       </complexContent>
 *                     </complexType>
 *                   </element>
 *                   <element name="EsitiComune" minOccurs="0">
 *                     <complexType>
 *                       <complexContent>
 *                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                           <sequence>
 *                             <element name="Riscontro">
 *                               <simpleType>
 *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}integer">
 *                                   <totalDigits value="1"/>
 *                                 </restriction>
 *                               </simpleType>
 *                             </element>
 *                             <element name="Istanza" minOccurs="0">
 *                               <simpleType>
 *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}integer">
 *                                   <totalDigits value="1"/>
 *                                 </restriction>
 *                               </simpleType>
 *                             </element>
 *                             <element name="RichiestaPlan" minOccurs="0">
 *                               <simpleType>
 *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}integer">
 *                                   <totalDigits value="1"/>
 *                                 </restriction>
 *                               </simpleType>
 *                             </element>
 *                           </sequence>
 *                         </restriction>
 *                       </complexContent>
 *                     </complexType>
 *                   </element>
 *                   <element name="Identificativo" maxOccurs="unbounded">
 *                     <complexType>
 *                       <complexContent>
 *                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                           <sequence>
 *                             <element name="SezUrb" 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 name="Numero">
 *                               <simpleType>
 *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                   <maxLength value="5"/>
 *                                 </restriction>
 *                               </simpleType>
 *                             </element>
 *                             <element name="Denominatore" minOccurs="0">
 *                               <simpleType>
 *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}int">
 *                                   <totalDigits value="4"/>
 *                                 </restriction>
 *                               </simpleType>
 *                             </element>
 *                             <element name="Sub" minOccurs="0">
 *                               <simpleType>
 *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                   <maxLength value="4"/>
 *                                 </restriction>
 *                               </simpleType>
 *                             </element>
 *                             <element name="Edificialita" minOccurs="0">
 *                               <simpleType>
 *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                   <length value="1"/>
 *                                 </restriction>
 *                               </simpleType>
 *                             </element>
 *                           </sequence>
 *                         </restriction>
 *                       </complexContent>
 *                     </complexType>
 *                   </element>
 *                   <element name="Indirizzo" maxOccurs="4" minOccurs="0">
 *                     <complexType>
 *                       <complexContent>
 *                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                           <sequence>
 *                             <element name="CodTopo">
 *                               <simpleType>
 *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}int">
 *                                   <totalDigits value="3"/>
 *                                 </restriction>
 *                               </simpleType>
 *                             </element>
 *                             <element name="Toponimo">
 *                               <simpleType>
 *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                   <maxLength value="16"/>
 *                                 </restriction>
 *                               </simpleType>
 *                             </element>
 *                             <element name="Denom">
 *                               <simpleType>
 *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                   <maxLength value="50"/>
 *                                 </restriction>
 *                               </simpleType>
 *                             </element>
 *                             <element name="Codice" minOccurs="0">
 *                               <simpleType>
 *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}int">
 *                                   <totalDigits value="5"/>
 *                                 </restriction>
 *                               </simpleType>
 *                             </element>
 *                             <element name="Civico" maxOccurs="3" minOccurs="0">
 *                               <simpleType>
 *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                   <maxLength value="6"/>
 *                                 </restriction>
 *                               </simpleType>
 *                             </element>
 *                             <element name="Fonte" minOccurs="0">
 *                               <simpleType>
 *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}int">
 *                                   <totalDigits value="1"/>
 *                                 </restriction>
 *                               </simpleType>
 *                             </element>
 *                             <element name="Delibera" minOccurs="0">
 *                               <simpleType>
 *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                   <length value="70"/>
 *                                 </restriction>
 *                               </simpleType>
 *                             </element>
 *                             <element name="Localita" minOccurs="0">
 *                               <simpleType>
 *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                   <maxLength value="30"/>
 *                                 </restriction>
 *                               </simpleType>
 *                             </element>
 *                             <element name="Km" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
 *                             <element name="CAP" minOccurs="0">
 *                               <simpleType>
 *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}int">
 *                                   <totalDigits value="5"/>
 *                                 </restriction>
 *                               </simpleType>
 *                             </element>
 *                           </sequence>
 *                         </restriction>
 *                       </complexContent>
 *                     </complexType>
 *                   </element>
 *                   <element name="Ubicazione" minOccurs="0">
 *                     <complexType>
 *                       <complexContent>
 *                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                           <sequence>
 *                             <element name="Lotto" minOccurs="0">
 *                               <simpleType>
 *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                   <maxLength value="2"/>
 *                                 </restriction>
 *                               </simpleType>
 *                             </element>
 *                             <element name="Edificio" minOccurs="0">
 *                               <simpleType>
 *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                   <maxLength value="2"/>
 *                                 </restriction>
 *                               </simpleType>
 *                             </element>
 *                             <element name="Scala" minOccurs="0">
 *                               <simpleType>
 *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                   <maxLength value="2"/>
 *                                 </restriction>
 *                               </simpleType>
 *                             </element>
 *                             <element name="Interno" maxOccurs="2" minOccurs="0">
 *                               <simpleType>
 *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                   <maxLength value="3"/>
 *                                 </restriction>
 *                               </simpleType>
 *                             </element>
 *                             <element name="Piano" maxOccurs="4" minOccurs="0">
 *                               <simpleType>
 *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                   <maxLength value="4"/>
 *                                 </restriction>
 *                               </simpleType>
 *                             </element>
 *                           </sequence>
 *                         </restriction>
 *                       </complexContent>
 *                     </complexType>
 *                   </element>
 *                   <element name="DatiMetrici" maxOccurs="unbounded" minOccurs="0">
 *                     <complexType>
 *                       <complexContent>
 *                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                           <sequence>
 *                             <element name="Ambiente">
 *                               <simpleType>
 *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                   <length value="1"/>
 *                                 </restriction>
 *                               </simpleType>
 *                             </element>
 *                             <element name="SuperficieA">
 *                               <simpleType>
 *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}int">
 *                                   <totalDigits value="9"/>
 *                                 </restriction>
 *                               </simpleType>
 *                             </element>
 *                             <element name="Altezza" minOccurs="0">
 *                               <simpleType>
 *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}int">
 *                                   <totalDigits value="4"/>
 *                                 </restriction>
 *                               </simpleType>
 *                             </element>
 *                             <element name="AltezzaMax" minOccurs="0">
 *                               <simpleType>
 *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}int">
 *                                   <totalDigits value="4"/>
 *                                 </restriction>
 *                               </simpleType>
 *                             </element>
 *                           </sequence>
 *                         </restriction>
 *                       </complexContent>
 *                     </complexType>
 *                   </element>
 *                   <element name="Soggetti" minOccurs="0">
 *                     <complexType>
 *                       <complexContent>
 *                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                           <sequence>
 *                             <element name="Pf" maxOccurs="unbounded" minOccurs="0">
 *                               <complexType>
 *                                 <complexContent>
 *                                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                                     <sequence>
 *                                       <element name="IdSog">
 *                                         <simpleType>
 *                                           <restriction base="{http://www.w3.org/2001/XMLSchema}int">
 *                                             <totalDigits value="9"/>
 *                                           </restriction>
 *                                         </simpleType>
 *                                       </element>
 *                                       <element name="Cognome">
 *                                         <simpleType>
 *                                           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                             <maxLength value="50"/>
 *                                           </restriction>
 *                                         </simpleType>
 *                                       </element>
 *                                       <element name="Nome" minOccurs="0">
 *                                         <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}int">
 *                                             <enumeration value="1"/>
 *                                             <enumeration value="2"/>
 *                                           </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="Comune" minOccurs="0">
 *                                         <simpleType>
 *                                           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                             <length value="4"/>
 *                                           </restriction>
 *                                         </simpleType>
 *                                       </element>
 *                                       <element name="CF" minOccurs="0">
 *                                         <simpleType>
 *                                           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                             <maxLength value="16"/>
 *                                           </restriction>
 *                                         </simpleType>
 *                                       </element>
 *                                       <element ref="{http://www.agenziaentrate.it/TARES}DatiAtto" minOccurs="0"/>
 *                                     </sequence>
 *                                   </restriction>
 *                                 </complexContent>
 *                               </complexType>
 *                             </element>
 *                             <element name="Pnf" maxOccurs="unbounded" minOccurs="0">
 *                               <complexType>
 *                                 <complexContent>
 *                                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                                     <sequence>
 *                                       <element name="IdSog">
 *                                         <simpleType>
 *                                           <restriction base="{http://www.w3.org/2001/XMLSchema}int">
 *                                             <totalDigits value="9"/>
 *                                           </restriction>
 *                                         </simpleType>
 *                                       </element>
 *                                       <element name="Denominazione">
 *                                         <simpleType>
 *                                           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                             <maxLength value="150"/>
 *                                           </restriction>
 *                                         </simpleType>
 *                                       </element>
 *                                       <element name="Sede" minOccurs="0">
 *                                         <simpleType>
 *                                           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                             <length value="4"/>
 *                                           </restriction>
 *                                         </simpleType>
 *                                       </element>
 *                                       <element name="CF" minOccurs="0">
 *                                         <simpleType>
 *                                           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                             <maxLength value="11"/>
 *                                           </restriction>
 *                                         </simpleType>
 *                                       </element>
 *                                       <element ref="{http://www.agenziaentrate.it/TARES}DatiAtto" minOccurs="0"/>
 *                                     </sequence>
 *                                   </restriction>
 *                                 </complexContent>
 *                               </complexType>
 *                             </element>
 *                           </sequence>
 *                         </restriction>
 *                       </complexContent>
 *                     </complexType>
 *                   </element>
 *                   <element name="DatiNuovi" minOccurs="0">
 *                     <complexType>
 *                       <complexContent>
 *                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                           <sequence>
 *                             <element name="SuperficieTotale" minOccurs="0">
 *                               <simpleType>
 *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}int">
 *                                   <totalDigits value="9"/>
 *                                 </restriction>
 *                               </simpleType>
 *                             </element>
 *                             <element name="SuperficieConvenzionale" minOccurs="0">
 *                               <simpleType>
 *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}int">
 *                                   <totalDigits value="9"/>
 *                                 </restriction>
 *                               </simpleType>
 *                             </element>
 *                             <element name="DataInizioValidita">
 *                               <simpleType>
 *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                   <length value="8"/>
 *                                 </restriction>
 *                               </simpleType>
 *                             </element>
 *                             <element name="DataFineValidita" minOccurs="0">
 *                               <simpleType>
 *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                   <length value="8"/>
 *                                 </restriction>
 *                               </simpleType>
 *                             </element>
 *                             <element name="CodiceStradaNazionale" minOccurs="0">
 *                               <complexType>
 *                                 <complexContent>
 *                                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                                     <sequence>
 *                                       <element name="Comune">
 *                                         <simpleType>
 *                                           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                             <length value="4"/>
 *                                           </restriction>
 *                                         </simpleType>
 *                                       </element>
 *                                       <element name="ProgStrada">
 *                                         <simpleType>
 *                                           <restriction base="{http://www.w3.org/2001/XMLSchema}positiveInteger">
 *                                             <totalDigits value="7"/>
 *                                           </restriction>
 *                                         </simpleType>
 *                                       </element>
 *                                     </sequence>
 *                                   </restriction>
 *                                 </complexContent>
 *                               </complexType>
 *                             </element>
 *                             <element name="DataCertificazione" minOccurs="0">
 *                               <simpleType>
 *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                   <length value="8"/>
 *                                 </restriction>
 *                               </simpleType>
 *                             </element>
 *                             <element name="Provvedimento" minOccurs="0">
 *                               <complexType>
 *                                 <complexContent>
 *                                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                                     <sequence>
 *                                       <element name="Data">
 *                                         <simpleType>
 *                                           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                             <length value="8"/>
 *                                           </restriction>
 *                                         </simpleType>
 *                                       </element>
 *                                       <element name="Protocollo" minOccurs="0">
 *                                         <simpleType>
 *                                           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                             <maxLength value="50"/>
 *                                           </restriction>
 *                                         </simpleType>
 *                                       </element>
 *                                     </sequence>
 *                                   </restriction>
 *                                 </complexContent>
 *                               </complexType>
 *                             </element>
 *                             <element name="CodiceStradaComunale" minOccurs="0">
 *                               <simpleType>
 *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                   <maxLength value="30"/>
 *                                 </restriction>
 *                               </simpleType>
 *                             </element>
 *                           </sequence>
 *                         </restriction>
 *                       </complexContent>
 *                     </complexType>
 *                   </element>
 *                 </sequence>
 *               </restriction>
 *             </complexContent>
 *           </complexType>
 *         </element>
 *         <element name="Riepilogo" minOccurs="0">
 *           <complexType>
 *             <complexContent>
 *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                 <sequence>
 *                   <element name="DataEstrazione">
 *                     <simpleType>
 *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                         <length value="8"/>
 *                       </restriction>
 *                     </simpleType>
 *                   </element>
 *                   <element name="TotaleUiu" type="{http://www.w3.org/2001/XMLSchema}int"/>
 *                   <element name="Quadratura" minOccurs="0">
 *                     <complexType>
 *                       <complexContent>
 *                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                           <sequence maxOccurs="unbounded">
 *                             <element name="Tipo">
 *                               <simpleType>
 *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                   <maxLength value="3"/>
 *                                 </restriction>
 *                               </simpleType>
 *                             </element>
 *                             <element name="Valore">
 *                               <simpleType>
 *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}int">
 *                                 </restriction>
 *                               </simpleType>
 *                             </element>
 *                           </sequence>
 *                         </restriction>
 *                       </complexContent>
 *                     </complexType>
 *                   </element>
 *                 </sequence>
 *               </restriction>
 *             </complexContent>
 *           </complexType>
 *         </element>
 *       </sequence>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "datiRichiesta", "comune", "uiu", "riepilogo" }) @XmlRootElement(name = "DatiOut") public class DatiOut { @XmlElement(name = "DatiRichiesta", required = true) protected DatiOut.DatiRichiesta datiRichiesta; @XmlElement(name = "Comune", required = true) protected String comune; @XmlElement(name = "Uiu", required = true) protected List uiu; @XmlElement(name = "Riepilogo") protected DatiOut.Riepilogo riepilogo; /** * 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à comune. * * @return * possible object is * {@link String } * */ public String getComune() { return comune; } /** * Imposta il valore della proprietà comune. * * @param value * allowed object is * {@link String } * */ public void setComune(String value) { this.comune = value; } /** * Gets the value of the uiu property. * *

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

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

     *    getUiu().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link DatiOut.Uiu } * * */ public List getUiu() { if (uiu == null) { uiu = new ArrayList(); } return this.uiu; } /** * Recupera il valore della proprietà riepilogo. * * @return * possible object is * {@link DatiOut.Riepilogo } * */ public DatiOut.Riepilogo getRiepilogo() { return riepilogo; } /** * Imposta il valore della proprietà riepilogo. * * @param value * allowed object is * {@link DatiOut.Riepilogo } * */ public void setRiepilogo(DatiOut.Riepilogo value) { this.riepilogo = value; } /** *

Classe Java per anonymous complex type. * *

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

     * <complexType>
     *   <complexContent>
     *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     *       <sequence>
     *         <element name="Iscrizione" type="{http://www.w3.org/2001/XMLSchema}string"/>
     *         <element name="DataIniziale" type="{http://www.w3.org/2001/XMLSchema}date"/>
     *         <element name="N_File" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/>
     *         <element name="N_File_Tot" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/>
     *       </sequence>
     *     </restriction>
     *   </complexContent>
     * </complexType>
     * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "iscrizione", "dataIniziale", "nFile", "nFileTot" }) public static class DatiRichiesta { @XmlElement(name = "Iscrizione", required = true) protected String iscrizione; @XmlElement(name = "DataIniziale", required = true) @XmlSchemaType(name = "date") protected XMLGregorianCalendar dataIniziale; @XmlElement(name = "N_File", required = true) @XmlSchemaType(name = "positiveInteger") protected BigInteger nFile; @XmlElement(name = "N_File_Tot", required = true) @XmlSchemaType(name = "positiveInteger") protected BigInteger nFileTot; /** * Recupera il valore della proprietà iscrizione. * * @return * possible object is * {@link String } * */ public String getIscrizione() { return iscrizione; } /** * Imposta il valore della proprietà iscrizione. * * @param value * allowed object is * {@link String } * */ public void setIscrizione(String value) { this.iscrizione = value; } /** * Recupera il valore della proprietà dataIniziale. * * @return * possible object is * {@link XMLGregorianCalendar } * */ public XMLGregorianCalendar getDataIniziale() { return dataIniziale; } /** * Imposta il valore della proprietà dataIniziale. * * @param value * allowed object is * {@link XMLGregorianCalendar } * */ public void setDataIniziale(XMLGregorianCalendar value) { this.dataIniziale = value; } /** * Recupera il valore della proprietà nFile. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getNFile() { return nFile; } /** * Imposta il valore della proprietà nFile. * * @param value * allowed object is * {@link BigInteger } * */ public void setNFile(BigInteger value) { this.nFile = value; } /** * Recupera il valore della proprietà nFileTot. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getNFileTot() { return nFileTot; } /** * Imposta il valore della proprietà nFileTot. * * @param value * allowed object is * {@link BigInteger } * */ public void setNFileTot(BigInteger value) { this.nFileTot = value; } } /** *

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="DataEstrazione">
     *           <simpleType>
     *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *               <length value="8"/>
     *             </restriction>
     *           </simpleType>
     *         </element>
     *         <element name="TotaleUiu" type="{http://www.w3.org/2001/XMLSchema}int"/>
     *         <element name="Quadratura" minOccurs="0">
     *           <complexType>
     *             <complexContent>
     *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     *                 <sequence maxOccurs="unbounded">
     *                   <element name="Tipo">
     *                     <simpleType>
     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                         <maxLength value="3"/>
     *                       </restriction>
     *                     </simpleType>
     *                   </element>
     *                   <element name="Valore">
     *                     <simpleType>
     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}int">
     *                       </restriction>
     *                     </simpleType>
     *                   </element>
     *                 </sequence>
     *               </restriction>
     *             </complexContent>
     *           </complexType>
     *         </element>
     *       </sequence>
     *     </restriction>
     *   </complexContent>
     * </complexType>
     * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "dataEstrazione", "totaleUiu", "quadratura" }) public static class Riepilogo { @XmlElement(name = "DataEstrazione", required = true) protected String dataEstrazione; @XmlElement(name = "TotaleUiu") protected int totaleUiu; @XmlElement(name = "Quadratura") protected DatiOut.Riepilogo.Quadratura quadratura; /** * Recupera il valore della proprietà dataEstrazione. * * @return * possible object is * {@link String } * */ public String getDataEstrazione() { return dataEstrazione; } /** * Imposta il valore della proprietà dataEstrazione. * * @param value * allowed object is * {@link String } * */ public void setDataEstrazione(String value) { this.dataEstrazione = value; } /** * Recupera il valore della proprietà totaleUiu. * */ public int getTotaleUiu() { return totaleUiu; } /** * Imposta il valore della proprietà totaleUiu. * */ public void setTotaleUiu(int value) { this.totaleUiu = value; } /** * Recupera il valore della proprietà quadratura. * * @return * possible object is * {@link DatiOut.Riepilogo.Quadratura } * */ public DatiOut.Riepilogo.Quadratura getQuadratura() { return quadratura; } /** * Imposta il valore della proprietà quadratura. * * @param value * allowed object is * {@link DatiOut.Riepilogo.Quadratura } * */ public void setQuadratura(DatiOut.Riepilogo.Quadratura value) { this.quadratura = 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 maxOccurs="unbounded">
         *         <element name="Tipo">
         *           <simpleType>
         *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *               <maxLength value="3"/>
         *             </restriction>
         *           </simpleType>
         *         </element>
         *         <element name="Valore">
         *           <simpleType>
         *             <restriction base="{http://www.w3.org/2001/XMLSchema}int">
         *             </restriction>
         *           </simpleType>
         *         </element>
         *       </sequence>
         *     </restriction>
         *   </complexContent>
         * </complexType>
         * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "tipoAndValore" }) public static class Quadratura { @XmlElements({ @XmlElement(name = "Tipo", required = true, type = String.class), @XmlElement(name = "Valore", required = true, type = Integer.class) }) protected List tipoAndValore; /** * Gets the value of the tipoAndValore property. * *

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

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

             *    getTipoAndValore().add(newItem);
             * 
* * *

* Objects of the following type(s) are allowed in the list * {@link String } * {@link Integer } * * */ public List getTipoAndValore() { if (tipoAndValore == null) { tipoAndValore = new ArrayList(); } return this.tipoAndValore; } } } /** *

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="SezCens" minOccurs="0">
     *           <simpleType>
     *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *               <length value="1"/>
     *             </restriction>
     *           </simpleType>
     *         </element>
     *         <element name="IdUiu">
     *           <simpleType>
     *             <restriction base="{http://www.w3.org/2001/XMLSchema}positiveInteger">
     *               <totalDigits value="9"/>
     *             </restriction>
     *           </simpleType>
     *         </element>
     *         <element name="Prog" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
     *         <element name="Categoria" minOccurs="0">
     *           <simpleType>
     *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *               <length value="3"/>
     *             </restriction>
     *           </simpleType>
     *         </element>
     *         <element name="BeneComune" minOccurs="0">
     *           <simpleType>
     *             <restriction base="{http://www.w3.org/2001/XMLSchema}int">
     *               <totalDigits value="1"/>
     *             </restriction>
     *           </simpleType>
     *         </element>
     *         <element name="Superficie" minOccurs="0">
     *           <simpleType>
     *             <restriction base="{http://www.w3.org/2001/XMLSchema}int">
     *               <totalDigits value="9"/>
     *             </restriction>
     *           </simpleType>
     *         </element>
     *         <element name="EsitiAgenzia" minOccurs="0">
     *           <complexType>
     *             <complexContent>
     *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     *                 <sequence>
     *                   <element name="EsitoSup" minOccurs="0">
     *                     <simpleType>
     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}int">
     *                         <totalDigits value="1"/>
     *                       </restriction>
     *                     </simpleType>
     *                   </element>
     *                   <element name="EsitoAgg" minOccurs="0">
     *                     <simpleType>
     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                         <maxLength value="2"/>
     *                       </restriction>
     *                     </simpleType>
     *                   </element>
     *                 </sequence>
     *               </restriction>
     *             </complexContent>
     *           </complexType>
     *         </element>
     *         <element name="EsitiComune" minOccurs="0">
     *           <complexType>
     *             <complexContent>
     *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     *                 <sequence>
     *                   <element name="Riscontro">
     *                     <simpleType>
     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}integer">
     *                         <totalDigits value="1"/>
     *                       </restriction>
     *                     </simpleType>
     *                   </element>
     *                   <element name="Istanza" minOccurs="0">
     *                     <simpleType>
     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}integer">
     *                         <totalDigits value="1"/>
     *                       </restriction>
     *                     </simpleType>
     *                   </element>
     *                   <element name="RichiestaPlan" minOccurs="0">
     *                     <simpleType>
     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}integer">
     *                         <totalDigits value="1"/>
     *                       </restriction>
     *                     </simpleType>
     *                   </element>
     *                 </sequence>
     *               </restriction>
     *             </complexContent>
     *           </complexType>
     *         </element>
     *         <element name="Identificativo" maxOccurs="unbounded">
     *           <complexType>
     *             <complexContent>
     *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     *                 <sequence>
     *                   <element name="SezUrb" 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 name="Numero">
     *                     <simpleType>
     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                         <maxLength value="5"/>
     *                       </restriction>
     *                     </simpleType>
     *                   </element>
     *                   <element name="Denominatore" minOccurs="0">
     *                     <simpleType>
     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}int">
     *                         <totalDigits value="4"/>
     *                       </restriction>
     *                     </simpleType>
     *                   </element>
     *                   <element name="Sub" minOccurs="0">
     *                     <simpleType>
     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                         <maxLength value="4"/>
     *                       </restriction>
     *                     </simpleType>
     *                   </element>
     *                   <element name="Edificialita" minOccurs="0">
     *                     <simpleType>
     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                         <length value="1"/>
     *                       </restriction>
     *                     </simpleType>
     *                   </element>
     *                 </sequence>
     *               </restriction>
     *             </complexContent>
     *           </complexType>
     *         </element>
     *         <element name="Indirizzo" maxOccurs="4" minOccurs="0">
     *           <complexType>
     *             <complexContent>
     *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     *                 <sequence>
     *                   <element name="CodTopo">
     *                     <simpleType>
     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}int">
     *                         <totalDigits value="3"/>
     *                       </restriction>
     *                     </simpleType>
     *                   </element>
     *                   <element name="Toponimo">
     *                     <simpleType>
     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                         <maxLength value="16"/>
     *                       </restriction>
     *                     </simpleType>
     *                   </element>
     *                   <element name="Denom">
     *                     <simpleType>
     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                         <maxLength value="50"/>
     *                       </restriction>
     *                     </simpleType>
     *                   </element>
     *                   <element name="Codice" minOccurs="0">
     *                     <simpleType>
     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}int">
     *                         <totalDigits value="5"/>
     *                       </restriction>
     *                     </simpleType>
     *                   </element>
     *                   <element name="Civico" maxOccurs="3" minOccurs="0">
     *                     <simpleType>
     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                         <maxLength value="6"/>
     *                       </restriction>
     *                     </simpleType>
     *                   </element>
     *                   <element name="Fonte" minOccurs="0">
     *                     <simpleType>
     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}int">
     *                         <totalDigits value="1"/>
     *                       </restriction>
     *                     </simpleType>
     *                   </element>
     *                   <element name="Delibera" minOccurs="0">
     *                     <simpleType>
     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                         <length value="70"/>
     *                       </restriction>
     *                     </simpleType>
     *                   </element>
     *                   <element name="Localita" minOccurs="0">
     *                     <simpleType>
     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                         <maxLength value="30"/>
     *                       </restriction>
     *                     </simpleType>
     *                   </element>
     *                   <element name="Km" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
     *                   <element name="CAP" minOccurs="0">
     *                     <simpleType>
     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}int">
     *                         <totalDigits value="5"/>
     *                       </restriction>
     *                     </simpleType>
     *                   </element>
     *                 </sequence>
     *               </restriction>
     *             </complexContent>
     *           </complexType>
     *         </element>
     *         <element name="Ubicazione" minOccurs="0">
     *           <complexType>
     *             <complexContent>
     *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     *                 <sequence>
     *                   <element name="Lotto" minOccurs="0">
     *                     <simpleType>
     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                         <maxLength value="2"/>
     *                       </restriction>
     *                     </simpleType>
     *                   </element>
     *                   <element name="Edificio" minOccurs="0">
     *                     <simpleType>
     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                         <maxLength value="2"/>
     *                       </restriction>
     *                     </simpleType>
     *                   </element>
     *                   <element name="Scala" minOccurs="0">
     *                     <simpleType>
     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                         <maxLength value="2"/>
     *                       </restriction>
     *                     </simpleType>
     *                   </element>
     *                   <element name="Interno" maxOccurs="2" minOccurs="0">
     *                     <simpleType>
     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                         <maxLength value="3"/>
     *                       </restriction>
     *                     </simpleType>
     *                   </element>
     *                   <element name="Piano" maxOccurs="4" minOccurs="0">
     *                     <simpleType>
     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                         <maxLength value="4"/>
     *                       </restriction>
     *                     </simpleType>
     *                   </element>
     *                 </sequence>
     *               </restriction>
     *             </complexContent>
     *           </complexType>
     *         </element>
     *         <element name="DatiMetrici" maxOccurs="unbounded" minOccurs="0">
     *           <complexType>
     *             <complexContent>
     *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     *                 <sequence>
     *                   <element name="Ambiente">
     *                     <simpleType>
     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                         <length value="1"/>
     *                       </restriction>
     *                     </simpleType>
     *                   </element>
     *                   <element name="SuperficieA">
     *                     <simpleType>
     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}int">
     *                         <totalDigits value="9"/>
     *                       </restriction>
     *                     </simpleType>
     *                   </element>
     *                   <element name="Altezza" minOccurs="0">
     *                     <simpleType>
     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}int">
     *                         <totalDigits value="4"/>
     *                       </restriction>
     *                     </simpleType>
     *                   </element>
     *                   <element name="AltezzaMax" minOccurs="0">
     *                     <simpleType>
     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}int">
     *                         <totalDigits value="4"/>
     *                       </restriction>
     *                     </simpleType>
     *                   </element>
     *                 </sequence>
     *               </restriction>
     *             </complexContent>
     *           </complexType>
     *         </element>
     *         <element name="Soggetti" minOccurs="0">
     *           <complexType>
     *             <complexContent>
     *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     *                 <sequence>
     *                   <element name="Pf" maxOccurs="unbounded" minOccurs="0">
     *                     <complexType>
     *                       <complexContent>
     *                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     *                           <sequence>
     *                             <element name="IdSog">
     *                               <simpleType>
     *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}int">
     *                                   <totalDigits value="9"/>
     *                                 </restriction>
     *                               </simpleType>
     *                             </element>
     *                             <element name="Cognome">
     *                               <simpleType>
     *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                                   <maxLength value="50"/>
     *                                 </restriction>
     *                               </simpleType>
     *                             </element>
     *                             <element name="Nome" minOccurs="0">
     *                               <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}int">
     *                                   <enumeration value="1"/>
     *                                   <enumeration value="2"/>
     *                                 </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="Comune" minOccurs="0">
     *                               <simpleType>
     *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                                   <length value="4"/>
     *                                 </restriction>
     *                               </simpleType>
     *                             </element>
     *                             <element name="CF" minOccurs="0">
     *                               <simpleType>
     *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                                   <maxLength value="16"/>
     *                                 </restriction>
     *                               </simpleType>
     *                             </element>
     *                             <element ref="{http://www.agenziaentrate.it/TARES}DatiAtto" minOccurs="0"/>
     *                           </sequence>
     *                         </restriction>
     *                       </complexContent>
     *                     </complexType>
     *                   </element>
     *                   <element name="Pnf" maxOccurs="unbounded" minOccurs="0">
     *                     <complexType>
     *                       <complexContent>
     *                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     *                           <sequence>
     *                             <element name="IdSog">
     *                               <simpleType>
     *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}int">
     *                                   <totalDigits value="9"/>
     *                                 </restriction>
     *                               </simpleType>
     *                             </element>
     *                             <element name="Denominazione">
     *                               <simpleType>
     *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                                   <maxLength value="150"/>
     *                                 </restriction>
     *                               </simpleType>
     *                             </element>
     *                             <element name="Sede" minOccurs="0">
     *                               <simpleType>
     *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                                   <length value="4"/>
     *                                 </restriction>
     *                               </simpleType>
     *                             </element>
     *                             <element name="CF" minOccurs="0">
     *                               <simpleType>
     *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                                   <maxLength value="11"/>
     *                                 </restriction>
     *                               </simpleType>
     *                             </element>
     *                             <element ref="{http://www.agenziaentrate.it/TARES}DatiAtto" minOccurs="0"/>
     *                           </sequence>
     *                         </restriction>
     *                       </complexContent>
     *                     </complexType>
     *                   </element>
     *                 </sequence>
     *               </restriction>
     *             </complexContent>
     *           </complexType>
     *         </element>
     *         <element name="DatiNuovi" minOccurs="0">
     *           <complexType>
     *             <complexContent>
     *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     *                 <sequence>
     *                   <element name="SuperficieTotale" minOccurs="0">
     *                     <simpleType>
     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}int">
     *                         <totalDigits value="9"/>
     *                       </restriction>
     *                     </simpleType>
     *                   </element>
     *                   <element name="SuperficieConvenzionale" minOccurs="0">
     *                     <simpleType>
     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}int">
     *                         <totalDigits value="9"/>
     *                       </restriction>
     *                     </simpleType>
     *                   </element>
     *                   <element name="DataInizioValidita">
     *                     <simpleType>
     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                         <length value="8"/>
     *                       </restriction>
     *                     </simpleType>
     *                   </element>
     *                   <element name="DataFineValidita" minOccurs="0">
     *                     <simpleType>
     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                         <length value="8"/>
     *                       </restriction>
     *                     </simpleType>
     *                   </element>
     *                   <element name="CodiceStradaNazionale" minOccurs="0">
     *                     <complexType>
     *                       <complexContent>
     *                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     *                           <sequence>
     *                             <element name="Comune">
     *                               <simpleType>
     *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                                   <length value="4"/>
     *                                 </restriction>
     *                               </simpleType>
     *                             </element>
     *                             <element name="ProgStrada">
     *                               <simpleType>
     *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}positiveInteger">
     *                                   <totalDigits value="7"/>
     *                                 </restriction>
     *                               </simpleType>
     *                             </element>
     *                           </sequence>
     *                         </restriction>
     *                       </complexContent>
     *                     </complexType>
     *                   </element>
     *                   <element name="DataCertificazione" minOccurs="0">
     *                     <simpleType>
     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                         <length value="8"/>
     *                       </restriction>
     *                     </simpleType>
     *                   </element>
     *                   <element name="Provvedimento" minOccurs="0">
     *                     <complexType>
     *                       <complexContent>
     *                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     *                           <sequence>
     *                             <element name="Data">
     *                               <simpleType>
     *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                                   <length value="8"/>
     *                                 </restriction>
     *                               </simpleType>
     *                             </element>
     *                             <element name="Protocollo" minOccurs="0">
     *                               <simpleType>
     *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                                   <maxLength value="50"/>
     *                                 </restriction>
     *                               </simpleType>
     *                             </element>
     *                           </sequence>
     *                         </restriction>
     *                       </complexContent>
     *                     </complexType>
     *                   </element>
     *                   <element name="CodiceStradaComunale" minOccurs="0">
     *                     <simpleType>
     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                         <maxLength value="30"/>
     *                       </restriction>
     *                     </simpleType>
     *                   </element>
     *                 </sequence>
     *               </restriction>
     *             </complexContent>
     *           </complexType>
     *         </element>
     *       </sequence>
     *     </restriction>
     *   </complexContent>
     * </complexType>
     * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "sezCens", "idUiu", "prog", "categoria", "beneComune", "superficie", "esitiAgenzia", "esitiComune", "identificativo", "indirizzo", "ubicazione", "datiMetrici", "soggetti", "datiNuovi" }) public static class Uiu { @XmlElement(name = "SezCens") protected String sezCens; @XmlElement(name = "IdUiu", required = true) protected BigInteger idUiu; @XmlElement(name = "Prog", required = true) protected Object prog; @XmlElement(name = "Categoria") protected String categoria; @XmlElement(name = "BeneComune") protected Integer beneComune; @XmlElement(name = "Superficie") protected Integer superficie; @XmlElement(name = "EsitiAgenzia") protected DatiOut.Uiu.EsitiAgenzia esitiAgenzia; @XmlElement(name = "EsitiComune") protected DatiOut.Uiu.EsitiComune esitiComune; @XmlElement(name = "Identificativo", required = true) protected List identificativo; @XmlElement(name = "Indirizzo") protected List indirizzo; @XmlElement(name = "Ubicazione") protected DatiOut.Uiu.Ubicazione ubicazione; @XmlElement(name = "DatiMetrici") protected List datiMetrici; @XmlElement(name = "Soggetti") protected DatiOut.Uiu.Soggetti soggetti; @XmlElement(name = "DatiNuovi") protected DatiOut.Uiu.DatiNuovi datiNuovi; /** * Recupera il valore della proprietà sezCens. * * @return * possible object is * {@link String } * */ public String getSezCens() { return sezCens; } /** * Imposta il valore della proprietà sezCens. * * @param value * allowed object is * {@link String } * */ public void setSezCens(String value) { this.sezCens = value; } /** * Recupera il valore della proprietà idUiu. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getIdUiu() { return idUiu; } /** * Imposta il valore della proprietà idUiu. * * @param value * allowed object is * {@link BigInteger } * */ public void setIdUiu(BigInteger value) { this.idUiu = value; } /** * Recupera il valore della proprietà prog. * * @return * possible object is * {@link Object } * */ public Object getProg() { return prog; } /** * Imposta il valore della proprietà prog. * * @param value * allowed object is * {@link Object } * */ public void setProg(Object value) { this.prog = value; } /** * Recupera il valore della proprietà categoria. * * @return * possible object is * {@link String } * */ public String getCategoria() { return categoria; } /** * Imposta il valore della proprietà categoria. * * @param value * allowed object is * {@link String } * */ public void setCategoria(String value) { this.categoria = value; } /** * Recupera il valore della proprietà beneComune. * * @return * possible object is * {@link Integer } * */ public Integer getBeneComune() { return beneComune; } /** * Imposta il valore della proprietà beneComune. * * @param value * allowed object is * {@link Integer } * */ public void setBeneComune(Integer value) { this.beneComune = value; } /** * Recupera il valore della proprietà superficie. * * @return * possible object is * {@link Integer } * */ public Integer getSuperficie() { return superficie; } /** * Imposta il valore della proprietà superficie. * * @param value * allowed object is * {@link Integer } * */ public void setSuperficie(Integer value) { this.superficie = value; } /** * Recupera il valore della proprietà esitiAgenzia. * * @return * possible object is * {@link DatiOut.Uiu.EsitiAgenzia } * */ public DatiOut.Uiu.EsitiAgenzia getEsitiAgenzia() { return esitiAgenzia; } /** * Imposta il valore della proprietà esitiAgenzia. * * @param value * allowed object is * {@link DatiOut.Uiu.EsitiAgenzia } * */ public void setEsitiAgenzia(DatiOut.Uiu.EsitiAgenzia value) { this.esitiAgenzia = value; } /** * Recupera il valore della proprietà esitiComune. * * @return * possible object is * {@link DatiOut.Uiu.EsitiComune } * */ public DatiOut.Uiu.EsitiComune getEsitiComune() { return esitiComune; } /** * Imposta il valore della proprietà esitiComune. * * @param value * allowed object is * {@link DatiOut.Uiu.EsitiComune } * */ public void setEsitiComune(DatiOut.Uiu.EsitiComune value) { this.esitiComune = value; } /** * Gets the value of the identificativo property. * *

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

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

         *    getIdentificativo().add(newItem);
         * 
* * *

* Objects of the following type(s) are allowed in the list * {@link DatiOut.Uiu.Identificativo } * * */ public List getIdentificativo() { if (identificativo == null) { identificativo = new ArrayList(); } return this.identificativo; } /** * Gets the value of the indirizzo property. * *

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

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

         *    getIndirizzo().add(newItem);
         * 
* * *

* Objects of the following type(s) are allowed in the list * {@link DatiOut.Uiu.Indirizzo } * * */ public List getIndirizzo() { if (indirizzo == null) { indirizzo = new ArrayList(); } return this.indirizzo; } /** * Recupera il valore della proprietà ubicazione. * * @return * possible object is * {@link DatiOut.Uiu.Ubicazione } * */ public DatiOut.Uiu.Ubicazione getUbicazione() { return ubicazione; } /** * Imposta il valore della proprietà ubicazione. * * @param value * allowed object is * {@link DatiOut.Uiu.Ubicazione } * */ public void setUbicazione(DatiOut.Uiu.Ubicazione value) { this.ubicazione = value; } /** * Gets the value of the datiMetrici property. * *

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

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

         *    getDatiMetrici().add(newItem);
         * 
* * *

* Objects of the following type(s) are allowed in the list * {@link DatiOut.Uiu.DatiMetrici } * * */ public List getDatiMetrici() { if (datiMetrici == null) { datiMetrici = new ArrayList(); } return this.datiMetrici; } /** * Recupera il valore della proprietà soggetti. * * @return * possible object is * {@link DatiOut.Uiu.Soggetti } * */ public DatiOut.Uiu.Soggetti getSoggetti() { return soggetti; } /** * Imposta il valore della proprietà soggetti. * * @param value * allowed object is * {@link DatiOut.Uiu.Soggetti } * */ public void setSoggetti(DatiOut.Uiu.Soggetti value) { this.soggetti = value; } /** * Recupera il valore della proprietà datiNuovi. * * @return * possible object is * {@link DatiOut.Uiu.DatiNuovi } * */ public DatiOut.Uiu.DatiNuovi getDatiNuovi() { return datiNuovi; } /** * Imposta il valore della proprietà datiNuovi. * * @param value * allowed object is * {@link DatiOut.Uiu.DatiNuovi } * */ public void setDatiNuovi(DatiOut.Uiu.DatiNuovi value) { this.datiNuovi = 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="Ambiente">
         *           <simpleType>
         *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *               <length value="1"/>
         *             </restriction>
         *           </simpleType>
         *         </element>
         *         <element name="SuperficieA">
         *           <simpleType>
         *             <restriction base="{http://www.w3.org/2001/XMLSchema}int">
         *               <totalDigits value="9"/>
         *             </restriction>
         *           </simpleType>
         *         </element>
         *         <element name="Altezza" minOccurs="0">
         *           <simpleType>
         *             <restriction base="{http://www.w3.org/2001/XMLSchema}int">
         *               <totalDigits value="4"/>
         *             </restriction>
         *           </simpleType>
         *         </element>
         *         <element name="AltezzaMax" minOccurs="0">
         *           <simpleType>
         *             <restriction base="{http://www.w3.org/2001/XMLSchema}int">
         *               <totalDigits value="4"/>
         *             </restriction>
         *           </simpleType>
         *         </element>
         *       </sequence>
         *     </restriction>
         *   </complexContent>
         * </complexType>
         * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "ambiente", "superficieA", "altezza", "altezzaMax" }) public static class DatiMetrici { @XmlElement(name = "Ambiente", required = true) protected String ambiente; @XmlElement(name = "SuperficieA") protected int superficieA; @XmlElement(name = "Altezza") protected Integer altezza; @XmlElement(name = "AltezzaMax") protected Integer altezzaMax; /** * Recupera il valore della proprietà ambiente. * * @return * possible object is * {@link String } * */ public String getAmbiente() { return ambiente; } /** * Imposta il valore della proprietà ambiente. * * @param value * allowed object is * {@link String } * */ public void setAmbiente(String value) { this.ambiente = value; } /** * Recupera il valore della proprietà superficieA. * */ public int getSuperficieA() { return superficieA; } /** * Imposta il valore della proprietà superficieA. * */ public void setSuperficieA(int value) { this.superficieA = value; } /** * Recupera il valore della proprietà altezza. * * @return * possible object is * {@link Integer } * */ public Integer getAltezza() { return altezza; } /** * Imposta il valore della proprietà altezza. * * @param value * allowed object is * {@link Integer } * */ public void setAltezza(Integer value) { this.altezza = value; } /** * Recupera il valore della proprietà altezzaMax. * * @return * possible object is * {@link Integer } * */ public Integer getAltezzaMax() { return altezzaMax; } /** * Imposta il valore della proprietà altezzaMax. * * @param value * allowed object is * {@link Integer } * */ public void setAltezzaMax(Integer value) { this.altezzaMax = 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="SuperficieTotale" minOccurs="0">
         *           <simpleType>
         *             <restriction base="{http://www.w3.org/2001/XMLSchema}int">
         *               <totalDigits value="9"/>
         *             </restriction>
         *           </simpleType>
         *         </element>
         *         <element name="SuperficieConvenzionale" minOccurs="0">
         *           <simpleType>
         *             <restriction base="{http://www.w3.org/2001/XMLSchema}int">
         *               <totalDigits value="9"/>
         *             </restriction>
         *           </simpleType>
         *         </element>
         *         <element name="DataInizioValidita">
         *           <simpleType>
         *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *               <length value="8"/>
         *             </restriction>
         *           </simpleType>
         *         </element>
         *         <element name="DataFineValidita" minOccurs="0">
         *           <simpleType>
         *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *               <length value="8"/>
         *             </restriction>
         *           </simpleType>
         *         </element>
         *         <element name="CodiceStradaNazionale" minOccurs="0">
         *           <complexType>
         *             <complexContent>
         *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         *                 <sequence>
         *                   <element name="Comune">
         *                     <simpleType>
         *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *                         <length value="4"/>
         *                       </restriction>
         *                     </simpleType>
         *                   </element>
         *                   <element name="ProgStrada">
         *                     <simpleType>
         *                       <restriction base="{http://www.w3.org/2001/XMLSchema}positiveInteger">
         *                         <totalDigits value="7"/>
         *                       </restriction>
         *                     </simpleType>
         *                   </element>
         *                 </sequence>
         *               </restriction>
         *             </complexContent>
         *           </complexType>
         *         </element>
         *         <element name="DataCertificazione" minOccurs="0">
         *           <simpleType>
         *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *               <length value="8"/>
         *             </restriction>
         *           </simpleType>
         *         </element>
         *         <element name="Provvedimento" minOccurs="0">
         *           <complexType>
         *             <complexContent>
         *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         *                 <sequence>
         *                   <element name="Data">
         *                     <simpleType>
         *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *                         <length value="8"/>
         *                       </restriction>
         *                     </simpleType>
         *                   </element>
         *                   <element name="Protocollo" minOccurs="0">
         *                     <simpleType>
         *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *                         <maxLength value="50"/>
         *                       </restriction>
         *                     </simpleType>
         *                   </element>
         *                 </sequence>
         *               </restriction>
         *             </complexContent>
         *           </complexType>
         *         </element>
         *         <element name="CodiceStradaComunale" minOccurs="0">
         *           <simpleType>
         *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *               <maxLength value="30"/>
         *             </restriction>
         *           </simpleType>
         *         </element>
         *       </sequence>
         *     </restriction>
         *   </complexContent>
         * </complexType>
         * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "superficieTotale", "superficieConvenzionale", "dataInizioValidita", "dataFineValidita", "codiceStradaNazionale", "dataCertificazione", "provvedimento", "codiceStradaComunale" }) public static class DatiNuovi { @XmlElement(name = "SuperficieTotale") protected Integer superficieTotale; @XmlElement(name = "SuperficieConvenzionale") protected Integer superficieConvenzionale; @XmlElement(name = "DataInizioValidita", required = true) protected String dataInizioValidita; @XmlElement(name = "DataFineValidita") protected String dataFineValidita; @XmlElement(name = "CodiceStradaNazionale") protected DatiOut.Uiu.DatiNuovi.CodiceStradaNazionale codiceStradaNazionale; @XmlElement(name = "DataCertificazione") protected String dataCertificazione; @XmlElement(name = "Provvedimento") protected DatiOut.Uiu.DatiNuovi.Provvedimento provvedimento; @XmlElement(name = "CodiceStradaComunale") protected String codiceStradaComunale; /** * Recupera il valore della proprietà superficieTotale. * * @return * possible object is * {@link Integer } * */ public Integer getSuperficieTotale() { return superficieTotale; } /** * Imposta il valore della proprietà superficieTotale. * * @param value * allowed object is * {@link Integer } * */ public void setSuperficieTotale(Integer value) { this.superficieTotale = value; } /** * Recupera il valore della proprietà superficieConvenzionale. * * @return * possible object is * {@link Integer } * */ public Integer getSuperficieConvenzionale() { return superficieConvenzionale; } /** * Imposta il valore della proprietà superficieConvenzionale. * * @param value * allowed object is * {@link Integer } * */ public void setSuperficieConvenzionale(Integer value) { this.superficieConvenzionale = value; } /** * Recupera il valore della proprietà dataInizioValidita. * * @return * possible object is * {@link String } * */ public String getDataInizioValidita() { return dataInizioValidita; } /** * Imposta il valore della proprietà dataInizioValidita. * * @param value * allowed object is * {@link String } * */ public void setDataInizioValidita(String value) { this.dataInizioValidita = value; } /** * Recupera il valore della proprietà dataFineValidita. * * @return * possible object is * {@link String } * */ public String getDataFineValidita() { return dataFineValidita; } /** * Imposta il valore della proprietà dataFineValidita. * * @param value * allowed object is * {@link String } * */ public void setDataFineValidita(String value) { this.dataFineValidita = value; } /** * Recupera il valore della proprietà codiceStradaNazionale. * * @return * possible object is * {@link DatiOut.Uiu.DatiNuovi.CodiceStradaNazionale } * */ public DatiOut.Uiu.DatiNuovi.CodiceStradaNazionale getCodiceStradaNazionale() { return codiceStradaNazionale; } /** * Imposta il valore della proprietà codiceStradaNazionale. * * @param value * allowed object is * {@link DatiOut.Uiu.DatiNuovi.CodiceStradaNazionale } * */ public void setCodiceStradaNazionale(DatiOut.Uiu.DatiNuovi.CodiceStradaNazionale value) { this.codiceStradaNazionale = value; } /** * Recupera il valore della proprietà dataCertificazione. * * @return * possible object is * {@link String } * */ public String getDataCertificazione() { return dataCertificazione; } /** * Imposta il valore della proprietà dataCertificazione. * * @param value * allowed object is * {@link String } * */ public void setDataCertificazione(String value) { this.dataCertificazione = value; } /** * Recupera il valore della proprietà provvedimento. * * @return * possible object is * {@link DatiOut.Uiu.DatiNuovi.Provvedimento } * */ public DatiOut.Uiu.DatiNuovi.Provvedimento getProvvedimento() { return provvedimento; } /** * Imposta il valore della proprietà provvedimento. * * @param value * allowed object is * {@link DatiOut.Uiu.DatiNuovi.Provvedimento } * */ public void setProvvedimento(DatiOut.Uiu.DatiNuovi.Provvedimento value) { this.provvedimento = value; } /** * Recupera il valore della proprietà codiceStradaComunale. * * @return * possible object is * {@link String } * */ public String getCodiceStradaComunale() { return codiceStradaComunale; } /** * Imposta il valore della proprietà codiceStradaComunale. * * @param value * allowed object is * {@link String } * */ public void setCodiceStradaComunale(String value) { this.codiceStradaComunale = 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="Comune">
             *           <simpleType>
             *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             *               <length value="4"/>
             *             </restriction>
             *           </simpleType>
             *         </element>
             *         <element name="ProgStrada">
             *           <simpleType>
             *             <restriction base="{http://www.w3.org/2001/XMLSchema}positiveInteger">
             *               <totalDigits value="7"/>
             *             </restriction>
             *           </simpleType>
             *         </element>
             *       </sequence>
             *     </restriction>
             *   </complexContent>
             * </complexType>
             * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "comune", "progStrada" }) public static class CodiceStradaNazionale { @XmlElement(name = "Comune", required = true) protected String comune; @XmlElement(name = "ProgStrada", required = true) protected BigInteger progStrada; /** * Recupera il valore della proprietà comune. * * @return * possible object is * {@link String } * */ public String getComune() { return comune; } /** * Imposta il valore della proprietà comune. * * @param value * allowed object is * {@link String } * */ public void setComune(String value) { this.comune = value; } /** * Recupera il valore della proprietà progStrada. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getProgStrada() { return progStrada; } /** * Imposta il valore della proprietà progStrada. * * @param value * allowed object is * {@link BigInteger } * */ public void setProgStrada(BigInteger value) { this.progStrada = 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="Data">
             *           <simpleType>
             *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             *               <length value="8"/>
             *             </restriction>
             *           </simpleType>
             *         </element>
             *         <element name="Protocollo" minOccurs="0">
             *           <simpleType>
             *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             *               <maxLength value="50"/>
             *             </restriction>
             *           </simpleType>
             *         </element>
             *       </sequence>
             *     </restriction>
             *   </complexContent>
             * </complexType>
             * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "data", "protocollo" }) public static class Provvedimento { @XmlElement(name = "Data", required = true) protected String data; @XmlElement(name = "Protocollo") protected String protocollo; /** * Recupera il valore della proprietà data. * * @return * possible object is * {@link String } * */ public String getData() { return data; } /** * Imposta il valore della proprietà data. * * @param value * allowed object is * {@link String } * */ public void setData(String value) { this.data = value; } /** * Recupera il valore della proprietà protocollo. * * @return * possible object is * {@link String } * */ public String getProtocollo() { return protocollo; } /** * Imposta il valore della proprietà protocollo. * * @param value * allowed object is * {@link String } * */ public void setProtocollo(String value) { this.protocollo = 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="EsitoSup" minOccurs="0">
         *           <simpleType>
         *             <restriction base="{http://www.w3.org/2001/XMLSchema}int">
         *               <totalDigits value="1"/>
         *             </restriction>
         *           </simpleType>
         *         </element>
         *         <element name="EsitoAgg" minOccurs="0">
         *           <simpleType>
         *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *               <maxLength value="2"/>
         *             </restriction>
         *           </simpleType>
         *         </element>
         *       </sequence>
         *     </restriction>
         *   </complexContent>
         * </complexType>
         * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "esitoSup", "esitoAgg" }) public static class EsitiAgenzia { @XmlElement(name = "EsitoSup") protected Integer esitoSup; @XmlElement(name = "EsitoAgg") protected String esitoAgg; /** * Recupera il valore della proprietà esitoSup. * * @return * possible object is * {@link Integer } * */ public Integer getEsitoSup() { return esitoSup; } /** * Imposta il valore della proprietà esitoSup. * * @param value * allowed object is * {@link Integer } * */ public void setEsitoSup(Integer value) { this.esitoSup = value; } /** * Recupera il valore della proprietà esitoAgg. * * @return * possible object is * {@link String } * */ public String getEsitoAgg() { return esitoAgg; } /** * Imposta il valore della proprietà esitoAgg. * * @param value * allowed object is * {@link String } * */ public void setEsitoAgg(String value) { this.esitoAgg = 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="Riscontro">
         *           <simpleType>
         *             <restriction base="{http://www.w3.org/2001/XMLSchema}integer">
         *               <totalDigits value="1"/>
         *             </restriction>
         *           </simpleType>
         *         </element>
         *         <element name="Istanza" minOccurs="0">
         *           <simpleType>
         *             <restriction base="{http://www.w3.org/2001/XMLSchema}integer">
         *               <totalDigits value="1"/>
         *             </restriction>
         *           </simpleType>
         *         </element>
         *         <element name="RichiestaPlan" minOccurs="0">
         *           <simpleType>
         *             <restriction base="{http://www.w3.org/2001/XMLSchema}integer">
         *               <totalDigits value="1"/>
         *             </restriction>
         *           </simpleType>
         *         </element>
         *       </sequence>
         *     </restriction>
         *   </complexContent>
         * </complexType>
         * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "riscontro", "istanza", "richiestaPlan" }) public static class EsitiComune { @XmlElement(name = "Riscontro", required = true) protected BigInteger riscontro; @XmlElement(name = "Istanza") protected BigInteger istanza; @XmlElement(name = "RichiestaPlan") protected BigInteger richiestaPlan; /** * Recupera il valore della proprietà riscontro. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getRiscontro() { return riscontro; } /** * Imposta il valore della proprietà riscontro. * * @param value * allowed object is * {@link BigInteger } * */ public void setRiscontro(BigInteger value) { this.riscontro = value; } /** * Recupera il valore della proprietà istanza. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getIstanza() { return istanza; } /** * Imposta il valore della proprietà istanza. * * @param value * allowed object is * {@link BigInteger } * */ public void setIstanza(BigInteger value) { this.istanza = value; } /** * Recupera il valore della proprietà richiestaPlan. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getRichiestaPlan() { return richiestaPlan; } /** * Imposta il valore della proprietà richiestaPlan. * * @param value * allowed object is * {@link BigInteger } * */ public void setRichiestaPlan(BigInteger value) { this.richiestaPlan = 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="SezUrb" 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 name="Numero">
         *           <simpleType>
         *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *               <maxLength value="5"/>
         *             </restriction>
         *           </simpleType>
         *         </element>
         *         <element name="Denominatore" minOccurs="0">
         *           <simpleType>
         *             <restriction base="{http://www.w3.org/2001/XMLSchema}int">
         *               <totalDigits value="4"/>
         *             </restriction>
         *           </simpleType>
         *         </element>
         *         <element name="Sub" minOccurs="0">
         *           <simpleType>
         *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *               <maxLength value="4"/>
         *             </restriction>
         *           </simpleType>
         *         </element>
         *         <element name="Edificialita" minOccurs="0">
         *           <simpleType>
         *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *               <length value="1"/>
         *             </restriction>
         *           </simpleType>
         *         </element>
         *       </sequence>
         *     </restriction>
         *   </complexContent>
         * </complexType>
         * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "sezUrb", "foglio", "numero", "denominatore", "sub", "edificialita" }) public static class Identificativo { @XmlElement(name = "SezUrb") protected String sezUrb; @XmlElement(name = "Foglio", required = true) protected String foglio; @XmlElement(name = "Numero", required = true) protected String numero; @XmlElement(name = "Denominatore") protected Integer denominatore; @XmlElement(name = "Sub") protected String sub; @XmlElement(name = "Edificialita") protected String edificialita; /** * Recupera il valore della proprietà sezUrb. * * @return * possible object is * {@link String } * */ public String getSezUrb() { return sezUrb; } /** * Imposta il valore della proprietà sezUrb. * * @param value * allowed object is * {@link String } * */ public void setSezUrb(String value) { this.sezUrb = value; } /** * Recupera il valore della proprietà foglio. * * @return * possible object is * {@link String } * */ public String getFoglio() { return foglio; } /** * Imposta il valore della proprietà foglio. * * @param value * allowed object is * {@link String } * */ public void setFoglio(String value) { this.foglio = value; } /** * Recupera il valore della proprietà numero. * * @return * possible object is * {@link String } * */ public String getNumero() { return numero; } /** * Imposta il valore della proprietà numero. * * @param value * allowed object is * {@link String } * */ public void setNumero(String value) { this.numero = value; } /** * Recupera il valore della proprietà denominatore. * * @return * possible object is * {@link Integer } * */ public Integer getDenominatore() { return denominatore; } /** * Imposta il valore della proprietà denominatore. * * @param value * allowed object is * {@link Integer } * */ public void setDenominatore(Integer value) { this.denominatore = value; } /** * Recupera il valore della proprietà sub. * * @return * possible object is * {@link String } * */ public String getSub() { return sub; } /** * Imposta il valore della proprietà sub. * * @param value * allowed object is * {@link String } * */ public void setSub(String value) { this.sub = value; } /** * Recupera il valore della proprietà edificialita. * * @return * possible object is * {@link String } * */ public String getEdificialita() { return edificialita; } /** * Imposta il valore della proprietà edificialita. * * @param value * allowed object is * {@link String } * */ public void setEdificialita(String value) { this.edificialita = value; } } /** *

Classe Java per anonymous complex type. * *

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

         * <complexType>
         *   <complexContent>
         *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         *       <sequence>
         *         <element name="CodTopo">
         *           <simpleType>
         *             <restriction base="{http://www.w3.org/2001/XMLSchema}int">
         *               <totalDigits value="3"/>
         *             </restriction>
         *           </simpleType>
         *         </element>
         *         <element name="Toponimo">
         *           <simpleType>
         *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *               <maxLength value="16"/>
         *             </restriction>
         *           </simpleType>
         *         </element>
         *         <element name="Denom">
         *           <simpleType>
         *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *               <maxLength value="50"/>
         *             </restriction>
         *           </simpleType>
         *         </element>
         *         <element name="Codice" minOccurs="0">
         *           <simpleType>
         *             <restriction base="{http://www.w3.org/2001/XMLSchema}int">
         *               <totalDigits value="5"/>
         *             </restriction>
         *           </simpleType>
         *         </element>
         *         <element name="Civico" maxOccurs="3" minOccurs="0">
         *           <simpleType>
         *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *               <maxLength value="6"/>
         *             </restriction>
         *           </simpleType>
         *         </element>
         *         <element name="Fonte" minOccurs="0">
         *           <simpleType>
         *             <restriction base="{http://www.w3.org/2001/XMLSchema}int">
         *               <totalDigits value="1"/>
         *             </restriction>
         *           </simpleType>
         *         </element>
         *         <element name="Delibera" minOccurs="0">
         *           <simpleType>
         *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *               <length value="70"/>
         *             </restriction>
         *           </simpleType>
         *         </element>
         *         <element name="Localita" minOccurs="0">
         *           <simpleType>
         *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *               <maxLength value="30"/>
         *             </restriction>
         *           </simpleType>
         *         </element>
         *         <element name="Km" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         *         <element name="CAP" minOccurs="0">
         *           <simpleType>
         *             <restriction base="{http://www.w3.org/2001/XMLSchema}int">
         *               <totalDigits value="5"/>
         *             </restriction>
         *           </simpleType>
         *         </element>
         *       </sequence>
         *     </restriction>
         *   </complexContent>
         * </complexType>
         * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "codTopo", "toponimo", "denom", "codice", "civico", "fonte", "delibera", "localita", "km", "cap" }) public static class Indirizzo { @XmlElement(name = "CodTopo") protected int codTopo; @XmlElement(name = "Toponimo", required = true) protected String toponimo; @XmlElement(name = "Denom", required = true) protected String denom; @XmlElement(name = "Codice") protected Integer codice; @XmlElement(name = "Civico") protected List civico; @XmlElement(name = "Fonte") protected Integer fonte; @XmlElement(name = "Delibera") protected String delibera; @XmlElement(name = "Localita") protected String localita; @XmlElement(name = "Km") protected BigDecimal km; @XmlElement(name = "CAP") protected Integer cap; /** * Recupera il valore della proprietà codTopo. * */ public int getCodTopo() { return codTopo; } /** * Imposta il valore della proprietà codTopo. * */ public void setCodTopo(int value) { this.codTopo = value; } /** * Recupera il valore della proprietà toponimo. * * @return * possible object is * {@link String } * */ public String getToponimo() { return toponimo; } /** * Imposta il valore della proprietà toponimo. * * @param value * allowed object is * {@link String } * */ public void setToponimo(String value) { this.toponimo = value; } /** * Recupera il valore della proprietà denom. * * @return * possible object is * {@link String } * */ public String getDenom() { return denom; } /** * Imposta il valore della proprietà denom. * * @param value * allowed object is * {@link String } * */ public void setDenom(String value) { this.denom = value; } /** * Recupera il valore della proprietà codice. * * @return * possible object is * {@link Integer } * */ public Integer getCodice() { return codice; } /** * Imposta il valore della proprietà codice. * * @param value * allowed object is * {@link Integer } * */ public void setCodice(Integer value) { this.codice = value; } /** * Gets the value of the civico property. * *

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

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

             *    getCivico().add(newItem);
             * 
* * *

* Objects of the following type(s) are allowed in the list * {@link String } * * */ public List getCivico() { if (civico == null) { civico = new ArrayList(); } return this.civico; } /** * Recupera il valore della proprietà fonte. * * @return * possible object is * {@link Integer } * */ public Integer getFonte() { return fonte; } /** * Imposta il valore della proprietà fonte. * * @param value * allowed object is * {@link Integer } * */ public void setFonte(Integer value) { this.fonte = value; } /** * Recupera il valore della proprietà delibera. * * @return * possible object is * {@link String } * */ public String getDelibera() { return delibera; } /** * Imposta il valore della proprietà delibera. * * @param value * allowed object is * {@link String } * */ public void setDelibera(String value) { this.delibera = value; } /** * Recupera il valore della proprietà localita. * * @return * possible object is * {@link String } * */ public String getLocalita() { return localita; } /** * Imposta il valore della proprietà localita. * * @param value * allowed object is * {@link String } * */ public void setLocalita(String value) { this.localita = value; } /** * Recupera il valore della proprietà km. * * @return * possible object is * {@link BigDecimal } * */ public BigDecimal getKm() { return km; } /** * Imposta il valore della proprietà km. * * @param value * allowed object is * {@link BigDecimal } * */ public void setKm(BigDecimal value) { this.km = value; } /** * Recupera il valore della proprietà cap. * * @return * possible object is * {@link Integer } * */ public Integer getCAP() { return cap; } /** * Imposta il valore della proprietà cap. * * @param value * allowed object is * {@link Integer } * */ public void setCAP(Integer value) { this.cap = value; } } /** *

Classe Java per anonymous complex type. * *

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

         * <complexType>
         *   <complexContent>
         *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         *       <sequence>
         *         <element name="Pf" maxOccurs="unbounded" minOccurs="0">
         *           <complexType>
         *             <complexContent>
         *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         *                 <sequence>
         *                   <element name="IdSog">
         *                     <simpleType>
         *                       <restriction base="{http://www.w3.org/2001/XMLSchema}int">
         *                         <totalDigits value="9"/>
         *                       </restriction>
         *                     </simpleType>
         *                   </element>
         *                   <element name="Cognome">
         *                     <simpleType>
         *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *                         <maxLength value="50"/>
         *                       </restriction>
         *                     </simpleType>
         *                   </element>
         *                   <element name="Nome" minOccurs="0">
         *                     <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}int">
         *                         <enumeration value="1"/>
         *                         <enumeration value="2"/>
         *                       </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="Comune" minOccurs="0">
         *                     <simpleType>
         *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *                         <length value="4"/>
         *                       </restriction>
         *                     </simpleType>
         *                   </element>
         *                   <element name="CF" minOccurs="0">
         *                     <simpleType>
         *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *                         <maxLength value="16"/>
         *                       </restriction>
         *                     </simpleType>
         *                   </element>
         *                   <element ref="{http://www.agenziaentrate.it/TARES}DatiAtto" minOccurs="0"/>
         *                 </sequence>
         *               </restriction>
         *             </complexContent>
         *           </complexType>
         *         </element>
         *         <element name="Pnf" maxOccurs="unbounded" minOccurs="0">
         *           <complexType>
         *             <complexContent>
         *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         *                 <sequence>
         *                   <element name="IdSog">
         *                     <simpleType>
         *                       <restriction base="{http://www.w3.org/2001/XMLSchema}int">
         *                         <totalDigits value="9"/>
         *                       </restriction>
         *                     </simpleType>
         *                   </element>
         *                   <element name="Denominazione">
         *                     <simpleType>
         *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *                         <maxLength value="150"/>
         *                       </restriction>
         *                     </simpleType>
         *                   </element>
         *                   <element name="Sede" minOccurs="0">
         *                     <simpleType>
         *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *                         <length value="4"/>
         *                       </restriction>
         *                     </simpleType>
         *                   </element>
         *                   <element name="CF" minOccurs="0">
         *                     <simpleType>
         *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *                         <maxLength value="11"/>
         *                       </restriction>
         *                     </simpleType>
         *                   </element>
         *                   <element ref="{http://www.agenziaentrate.it/TARES}DatiAtto" minOccurs="0"/>
         *                 </sequence>
         *               </restriction>
         *             </complexContent>
         *           </complexType>
         *         </element>
         *       </sequence>
         *     </restriction>
         *   </complexContent>
         * </complexType>
         * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "pf", "pnf" }) public static class Soggetti { @XmlElement(name = "Pf") protected List pf; @XmlElement(name = "Pnf") protected List pnf; /** * Gets the value of the pf property. * *

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

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

             *    getPf().add(newItem);
             * 
* * *

* Objects of the following type(s) are allowed in the list * {@link DatiOut.Uiu.Soggetti.Pf } * * */ public List getPf() { if (pf == null) { pf = new ArrayList(); } return this.pf; } /** * Gets the value of the pnf property. * *

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

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

             *    getPnf().add(newItem);
             * 
* * *

* Objects of the following type(s) are allowed in the list * {@link DatiOut.Uiu.Soggetti.Pnf } * * */ public List getPnf() { if (pnf == null) { pnf = new ArrayList(); } return this.pnf; } /** *

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="IdSog">
             *           <simpleType>
             *             <restriction base="{http://www.w3.org/2001/XMLSchema}int">
             *               <totalDigits value="9"/>
             *             </restriction>
             *           </simpleType>
             *         </element>
             *         <element name="Cognome">
             *           <simpleType>
             *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             *               <maxLength value="50"/>
             *             </restriction>
             *           </simpleType>
             *         </element>
             *         <element name="Nome" minOccurs="0">
             *           <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}int">
             *               <enumeration value="1"/>
             *               <enumeration value="2"/>
             *             </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="Comune" minOccurs="0">
             *           <simpleType>
             *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             *               <length value="4"/>
             *             </restriction>
             *           </simpleType>
             *         </element>
             *         <element name="CF" minOccurs="0">
             *           <simpleType>
             *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             *               <maxLength value="16"/>
             *             </restriction>
             *           </simpleType>
             *         </element>
             *         <element ref="{http://www.agenziaentrate.it/TARES}DatiAtto" minOccurs="0"/>
             *       </sequence>
             *     </restriction>
             *   </complexContent>
             * </complexType>
             * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "idSog", "cognome", "nome", "sesso", "dataNascita", "comune", "cf", "datiAtto" }) public static class Pf { @XmlElement(name = "IdSog") protected int idSog; @XmlElement(name = "Cognome", required = true) protected String cognome; @XmlElement(name = "Nome") protected String nome; @XmlElement(name = "Sesso") protected Integer sesso; @XmlElement(name = "DataNascita") protected String dataNascita; @XmlElement(name = "Comune") protected String comune; @XmlElement(name = "CF") protected String cf; @XmlElement(name = "DatiAtto") protected DatiAtto datiAtto; /** * Recupera il valore della proprietà idSog. * */ public int getIdSog() { return idSog; } /** * Imposta il valore della proprietà idSog. * */ public void setIdSog(int value) { this.idSog = value; } /** * Recupera il valore della proprietà cognome. * * @return * possible object is * {@link String } * */ public String getCognome() { return cognome; } /** * Imposta il valore della proprietà cognome. * * @param value * allowed object is * {@link String } * */ public void setCognome(String value) { this.cognome = value; } /** * Recupera il valore della proprietà nome. * * @return * possible object is * {@link String } * */ public String getNome() { return nome; } /** * Imposta il valore della proprietà nome. * * @param value * allowed object is * {@link String } * */ public void setNome(String value) { this.nome = value; } /** * Recupera il valore della proprietà sesso. * * @return * possible object is * {@link Integer } * */ public Integer getSesso() { return sesso; } /** * Imposta il valore della proprietà sesso. * * @param value * allowed object is * {@link Integer } * */ public void setSesso(Integer value) { this.sesso = value; } /** * Recupera il valore della proprietà dataNascita. * * @return * possible object is * {@link String } * */ public String getDataNascita() { return dataNascita; } /** * Imposta il valore della proprietà dataNascita. * * @param value * allowed object is * {@link String } * */ public void setDataNascita(String value) { this.dataNascita = value; } /** * Recupera il valore della proprietà comune. * * @return * possible object is * {@link String } * */ public String getComune() { return comune; } /** * Imposta il valore della proprietà comune. * * @param value * allowed object is * {@link String } * */ public void setComune(String value) { this.comune = value; } /** * Recupera il valore della proprietà cf. * * @return * possible object is * {@link String } * */ public String getCF() { return cf; } /** * Imposta il valore della proprietà cf. * * @param value * allowed object is * {@link String } * */ public void setCF(String value) { this.cf = value; } /** * Recupera il valore della proprietà datiAtto. * * @return * possible object is * {@link DatiAtto } * */ public DatiAtto getDatiAtto() { return datiAtto; } /** * Imposta il valore della proprietà datiAtto. * * @param value * allowed object is * {@link DatiAtto } * */ public void setDatiAtto(DatiAtto value) { this.datiAtto = 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="IdSog">
             *           <simpleType>
             *             <restriction base="{http://www.w3.org/2001/XMLSchema}int">
             *               <totalDigits value="9"/>
             *             </restriction>
             *           </simpleType>
             *         </element>
             *         <element name="Denominazione">
             *           <simpleType>
             *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             *               <maxLength value="150"/>
             *             </restriction>
             *           </simpleType>
             *         </element>
             *         <element name="Sede" minOccurs="0">
             *           <simpleType>
             *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             *               <length value="4"/>
             *             </restriction>
             *           </simpleType>
             *         </element>
             *         <element name="CF" minOccurs="0">
             *           <simpleType>
             *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             *               <maxLength value="11"/>
             *             </restriction>
             *           </simpleType>
             *         </element>
             *         <element ref="{http://www.agenziaentrate.it/TARES}DatiAtto" minOccurs="0"/>
             *       </sequence>
             *     </restriction>
             *   </complexContent>
             * </complexType>
             * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "idSog", "denominazione", "sede", "cf", "datiAtto" }) public static class Pnf { @XmlElement(name = "IdSog") protected int idSog; @XmlElement(name = "Denominazione", required = true) protected String denominazione; @XmlElement(name = "Sede") protected String sede; @XmlElement(name = "CF") protected String cf; @XmlElement(name = "DatiAtto") protected DatiAtto datiAtto; /** * Recupera il valore della proprietà idSog. * */ public int getIdSog() { return idSog; } /** * Imposta il valore della proprietà idSog. * */ public void setIdSog(int value) { this.idSog = value; } /** * Recupera il valore della proprietà denominazione. * * @return * possible object is * {@link String } * */ public String getDenominazione() { return denominazione; } /** * Imposta il valore della proprietà denominazione. * * @param value * allowed object is * {@link String } * */ public void setDenominazione(String value) { this.denominazione = value; } /** * Recupera il valore della proprietà sede. * * @return * possible object is * {@link String } * */ public String getSede() { return sede; } /** * Imposta il valore della proprietà sede. * * @param value * allowed object is * {@link String } * */ public void setSede(String value) { this.sede = value; } /** * Recupera il valore della proprietà cf. * * @return * possible object is * {@link String } * */ public String getCF() { return cf; } /** * Imposta il valore della proprietà cf. * * @param value * allowed object is * {@link String } * */ public void setCF(String value) { this.cf = value; } /** * Recupera il valore della proprietà datiAtto. * * @return * possible object is * {@link DatiAtto } * */ public DatiAtto getDatiAtto() { return datiAtto; } /** * Imposta il valore della proprietà datiAtto. * * @param value * allowed object is * {@link DatiAtto } * */ public void setDatiAtto(DatiAtto value) { this.datiAtto = 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="Lotto" minOccurs="0">
         *           <simpleType>
         *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *               <maxLength value="2"/>
         *             </restriction>
         *           </simpleType>
         *         </element>
         *         <element name="Edificio" minOccurs="0">
         *           <simpleType>
         *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *               <maxLength value="2"/>
         *             </restriction>
         *           </simpleType>
         *         </element>
         *         <element name="Scala" minOccurs="0">
         *           <simpleType>
         *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *               <maxLength value="2"/>
         *             </restriction>
         *           </simpleType>
         *         </element>
         *         <element name="Interno" maxOccurs="2" minOccurs="0">
         *           <simpleType>
         *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *               <maxLength value="3"/>
         *             </restriction>
         *           </simpleType>
         *         </element>
         *         <element name="Piano" maxOccurs="4" minOccurs="0">
         *           <simpleType>
         *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *               <maxLength value="4"/>
         *             </restriction>
         *           </simpleType>
         *         </element>
         *       </sequence>
         *     </restriction>
         *   </complexContent>
         * </complexType>
         * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "lotto", "edificio", "scala", "interno", "piano" }) public static class Ubicazione { @XmlElement(name = "Lotto") protected String lotto; @XmlElement(name = "Edificio") protected String edificio; @XmlElement(name = "Scala") protected String scala; @XmlElement(name = "Interno") protected List interno; @XmlElement(name = "Piano") protected List piano; /** * Recupera il valore della proprietà lotto. * * @return * possible object is * {@link String } * */ public String getLotto() { return lotto; } /** * Imposta il valore della proprietà lotto. * * @param value * allowed object is * {@link String } * */ public void setLotto(String value) { this.lotto = value; } /** * Recupera il valore della proprietà edificio. * * @return * possible object is * {@link String } * */ public String getEdificio() { return edificio; } /** * Imposta il valore della proprietà edificio. * * @param value * allowed object is * {@link String } * */ public void setEdificio(String value) { this.edificio = value; } /** * Recupera il valore della proprietà scala. * * @return * possible object is * {@link String } * */ public String getScala() { return scala; } /** * Imposta il valore della proprietà scala. * * @param value * allowed object is * {@link String } * */ public void setScala(String value) { this.scala = value; } /** * Gets the value of the interno property. * *

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

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

             *    getInterno().add(newItem);
             * 
* * *

* Objects of the following type(s) are allowed in the list * {@link String } * * */ public List getInterno() { if (interno == null) { interno = new ArrayList(); } return this.interno; } /** * Gets the value of the piano property. * *

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

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

             *    getPiano().add(newItem);
             * 
* * *

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