All Downloads are FREE. Search and download functionalities are using the official Maven repository.

it.siopeplus.giornaledicassa.InformazioniContoEvidenza Maven / Gradle / Ivy

There is a newer version: 1.1.1
Show newest version
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.0 
// See https://javaee.github.io/jaxb-v2/ 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2020.10.05 at 04:27:43 PM GMT 
//


package it.siopeplus.giornaledicassa;

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.XmlRootElement;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
import javax.xml.datatype.XMLGregorianCalendar;
import org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy;
import org.jvnet.jaxb2_commons.lang.ToString2;
import org.jvnet.jaxb2_commons.lang.ToStringStrategy2;
import org.jvnet.jaxb2_commons.locator.ObjectLocator;


/**
 * 

Java class for anonymous complex type. * *

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

 * <complexType>
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <sequence>
 *         <element name="conto_evidenza">
 *           <simpleType>
 *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *               <minLength value="1"/>
 *               <maxLength value="25"/>
 *             </restriction>
 *           </simpleType>
 *         </element>
 *         <element name="descrizione_conto_evidenza" minOccurs="0">
 *           <simpleType>
 *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *               <minLength value="1"/>
 *             </restriction>
 *           </simpleType>
 *         </element>
 *         <element name="movimento_conto_evidenza" maxOccurs="unbounded" minOccurs="0">
 *           <complexType>
 *             <complexContent>
 *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                 <sequence>
 *                   <element name="identificativo_flusso" type="{}stIdFlusso"/>
 *                   <element name="numero_movimento">
 *                     <simpleType>
 *                       <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger">
 *                         <minInclusive value="0"/>
 *                         <maxInclusive value="999999999999999999"/>
 *                       </restriction>
 *                     </simpleType>
 *                   </element>
 *                   <element name="tipo_movimento">
 *                     <simpleType>
 *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                         <enumeration value="ENTRATA"/>
 *                         <enumeration value="USCITA"/>
 *                       </restriction>
 *                     </simpleType>
 *                   </element>
 *                   <choice>
 *                     <sequence>
 *                       <element name="tipo_documento_sdr">
 *                         <simpleType>
 *                           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                             <enumeration value="SOSPESO ENTRATA"/>
 *                             <enumeration value="SOSPESO USCITA"/>
 *                           </restriction>
 *                         </simpleType>
 *                       </element>
 *                       <element name="tipo_operazione_sdr">
 *                         <simpleType>
 *                           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                             <enumeration value="ESEGUITO"/>
 *                             <enumeration value="STORNATO"/>
 *                           </restriction>
 *                         </simpleType>
 *                       </element>
 *                       <element name="numero_documento_sdr">
 *                         <simpleType>
 *                           <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger">
 *                             <minInclusive value="0"/>
 *                             <maxInclusive value="999999999999999999"/>
 *                           </restriction>
 *                         </simpleType>
 *                       </element>
 *                       <element name="sospeso_da_regolarizzare">
 *                         <complexType>
 *                           <complexContent>
 *                             <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                               <sequence>
 *                                 <element name="data_effettiva_sospeso">
 *                                   <simpleType>
 *                                     <restriction base="{http://www.w3.org/2001/XMLSchema}date">
 *                                     </restriction>
 *                                   </simpleType>
 *                                 </element>
 *                                 <element name="codice_gestionale_provvisorio">
 *                                   <simpleType>
 *                                     <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                       <pattern value="[9]{3,4}[5-9]{1}"/>
 *                                     </restriction>
 *                                   </simpleType>
 *                                 </element>
 *                               </sequence>
 *                             </restriction>
 *                           </complexContent>
 *                         </complexType>
 *                       </element>
 *                     </sequence>
 *                     <sequence>
 *                       <element name="tipo_documento">
 *                         <simpleType>
 *                           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                             <enumeration value="REVERSALE"/>
 *                             <enumeration value="MANDATO"/>
 *                             <enumeration value="ANTICIPAZIONE"/>
 *                             <enumeration value="GIROCONTO"/>
 *                             <enumeration value="FONDO DI CASSA"/>
 *                             <enumeration value="DEFICIT DI CASSA"/>
 *                           </restriction>
 *                         </simpleType>
 *                       </element>
 *                       <element name="tipo_operazione">
 *                         <simpleType>
 *                           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                             <enumeration value="ESEGUITO"/>
 *                             <enumeration value="STORNATO"/>
 *                             <enumeration value="REGOLARIZZATO"/>
 *                             <enumeration value="RIPRISTINATO"/>
 *                           </restriction>
 *                         </simpleType>
 *                       </element>
 *                       <element name="numero_documento">
 *                         <simpleType>
 *                           <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger">
 *                             <minInclusive value="0"/>
 *                             <maxInclusive value="999999999999999999"/>
 *                           </restriction>
 *                         </simpleType>
 *                       </element>
 *                     </sequence>
 *                   </choice>
 *                   <element name="tipologia_pagamento_funzionario_delegato" minOccurs="0">
 *                     <simpleType>
 *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                       </restriction>
 *                     </simpleType>
 *                   </element>
 *                   <element name="numero_pagamento_funzionario_delegato" minOccurs="0">
 *                     <simpleType>
 *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                       </restriction>
 *                     </simpleType>
 *                   </element>
 *                   <element name="progressivo_documento">
 *                     <simpleType>
 *                       <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger">
 *                       </restriction>
 *                     </simpleType>
 *                   </element>
 *                   <element name="importo">
 *                     <simpleType>
 *                       <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
 *                         <totalDigits value="15"/>
 *                         <fractionDigits value="2"/>
 *                       </restriction>
 *                     </simpleType>
 *                   </element>
 *                   <element name="importo_ritenute" minOccurs="0">
 *                     <simpleType>
 *                       <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
 *                         <totalDigits value="15"/>
 *                         <fractionDigits value="2"/>
 *                         <minInclusive value="0.01"/>
 *                       </restriction>
 *                     </simpleType>
 *                   </element>
 *                   <element name="numero_bolletta_quietanza" minOccurs="0">
 *                     <simpleType>
 *                       <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger">
 *                       </restriction>
 *                     </simpleType>
 *                   </element>
 *                   <element name="numero_bolletta_quietanza_storno" minOccurs="0">
 *                     <simpleType>
 *                       <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger">
 *                       </restriction>
 *                     </simpleType>
 *                   </element>
 *                   <element name="data_movimento" type="{http://www.w3.org/2001/XMLSchema}date"/>
 *                   <element name="data_movimento_siope" type="{http://www.w3.org/2001/XMLSchema}date"/>
 *                   <element name="data_valuta_ente" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
 *                   <element name="tipo_esecuzione">
 *                     <simpleType>
 *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                         <enumeration value="CASSA"/>
 *                         <enumeration value="ACCREDITO BANCA D'ITALIA"/>
 *                         <enumeration value="REGOLARIZZAZIONE"/>
 *                         <enumeration value="REGOLARIZZAZIONE ACCREDITO BANCA D'ITALIA"/>
 *                         <enumeration value="PRELIEVO DA CC POSTALE"/>
 *                         <enumeration value="ASSEGNO BANCARIO E POSTALE"/>
 *                         <enumeration value="SEPA CREDIT TRANSFER"/>
 *                         <enumeration value="ASSEGNO CIRCOLARE"/>
 *                         <enumeration value="ACCREDITO CONTO CORRENTE POSTALE"/>
 *                         <enumeration value="ACCREDITO TESORERIA PROVINCIALE STATO PER TAB A"/>
 *                         <enumeration value="ACCREDITO TESORERIA PROVINCIALE STATO PER TAB B"/>
 *                         <enumeration value="F24EP"/>
 *                         <enumeration value="VAGLIA POSTALE"/>
 *                         <enumeration value="VAGLIA TESORO"/>
 *                         <enumeration value="REGOLARIZZAZIONE"/>
 *                         <enumeration value="REGOLARIZZAZIONE ACCREDITO TESORERIA PROVINCIALE STATO PER TAB A"/>
 *                         <enumeration value="REGOLARIZZAZIONE ACCREDITO TESORERIA PROVINCIALE STATO PER TAB B"/>
 *                         <enumeration value="ADDEBITO PREAUTORIZZATO"/>
 *                         <enumeration value="DISPOSIZIONE DOCUMENTO ESTERNO"/>
 *                         <enumeration value="COMPENSAZIONE"/>
 *                         <enumeration value="BONIFICO ESTERO EURO"/>
 *                         <enumeration value="AVVISO PAGOPA"/>
 *                         <enumeration value="SOSTITUZIONE"/>
 *                       </restriction>
 *                     </simpleType>
 *                   </element>
 *                   <element name="coordinate" minOccurs="0">
 *                     <simpleType>
 *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                         <minLength value="1"/>
 *                       </restriction>
 *                     </simpleType>
 *                   </element>
 *                   <element name="codice_riferimento_operazione" minOccurs="0">
 *                     <simpleType>
 *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                         <minLength value="1"/>
 *                       </restriction>
 *                     </simpleType>
 *                   </element>
 *                   <element name="end_to_end_id" minOccurs="0">
 *                     <simpleType>
 *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                         <minLength value="1"/>
 *                         <maxLength value="35"/>
 *                       </restriction>
 *                     </simpleType>
 *                   </element>
 *                   <element name="codice_riferimento_interno" minOccurs="0">
 *                     <simpleType>
 *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                         <minLength value="1"/>
 *                         <maxLength value="60"/>
 *                       </restriction>
 *                     </simpleType>
 *                   </element>
 *                   <element name="tipo_contabilita" minOccurs="0">
 *                     <simpleType>
 *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                         <enumeration value="FRUTTIFERO"/>
 *                         <enumeration value="INFRUTTIFERO"/>
 *                       </restriction>
 *                     </simpleType>
 *                   </element>
 *                   <element name="destinazione" minOccurs="0">
 *                     <simpleType>
 *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                         <enumeration value="LIBERA"/>
 *                         <enumeration value="VINCOLATA"/>
 *                       </restriction>
 *                     </simpleType>
 *                   </element>
 *                   <element name="assoggettamento_bollo">
 *                     <simpleType>
 *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                         <enumeration value="ESENTE BOLLO"/>
 *                         <enumeration value="ASSOGGETTATO BOLLO A CARICO ENTE"/>
 *                         <enumeration value="ASSOGGETTATO BOLLO A CARICO CLIENTE"/>
 *                       </restriction>
 *                     </simpleType>
 *                   </element>
 *                   <element name="importo_bollo" minOccurs="0">
 *                     <simpleType>
 *                       <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
 *                         <totalDigits value="15"/>
 *                         <fractionDigits value="2"/>
 *                         <minInclusive value="0.01"/>
 *                       </restriction>
 *                     </simpleType>
 *                   </element>
 *                   <element name="assoggettamento_spese" minOccurs="0">
 *                     <simpleType>
 *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                         <enumeration value="ESENTE SPESE"/>
 *                         <enumeration value="ASSOGGETTAMENTO SPESE A CARICO ENTE"/>
 *                         <enumeration value="ASSOGGETTAMENTO SPESE A CARICO CLIENTE"/>
 *                       </restriction>
 *                     </simpleType>
 *                   </element>
 *                   <element name="importo_spese" minOccurs="0">
 *                     <simpleType>
 *                       <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
 *                         <totalDigits value="15"/>
 *                         <fractionDigits value="2"/>
 *                         <minInclusive value="0.01"/>
 *                       </restriction>
 *                     </simpleType>
 *                   </element>
 *                   <element name="assoggettamento_commissioni" minOccurs="0">
 *                     <simpleType>
 *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                         <enumeration value="ASSOGGETTAMENTO COMMISSIONI A CARICO ENTE"/>
 *                         <enumeration value="ASSOGGETTAMENTO COMMISSIONI A CARICO CLIENTE"/>
 *                       </restriction>
 *                     </simpleType>
 *                   </element>
 *                   <element name="importo_commissioni" minOccurs="0">
 *                     <simpleType>
 *                       <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
 *                         <totalDigits value="15"/>
 *                         <fractionDigits value="2"/>
 *                         <minInclusive value="0.01"/>
 *                       </restriction>
 *                     </simpleType>
 *                   </element>
 *                   <element name="cliente">
 *                     <complexType>
 *                       <complexContent>
 *                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                           <sequence>
 *                             <element name="anagrafica_cliente">
 *                               <simpleType>
 *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                   <minLength value="1"/>
 *                                 </restriction>
 *                               </simpleType>
 *                             </element>
 *                             <element name="indirizzo_cliente" minOccurs="0">
 *                               <simpleType>
 *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                 </restriction>
 *                               </simpleType>
 *                             </element>
 *                             <element name="cap_cliente" minOccurs="0">
 *                               <simpleType>
 *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                   <minLength value="1"/>
 *                                   <maxLength value="16"/>
 *                                 </restriction>
 *                               </simpleType>
 *                             </element>
 *                             <element name="localita_cliente" minOccurs="0">
 *                               <simpleType>
 *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                 </restriction>
 *                               </simpleType>
 *                             </element>
 *                             <element name="provincia_cliente" minOccurs="0">
 *                               <simpleType>
 *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                 </restriction>
 *                               </simpleType>
 *                             </element>
 *                             <element name="stato_cliente" minOccurs="0">
 *                               <simpleType>
 *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                   <minLength value="2"/>
 *                                   <maxLength value="2"/>
 *                                   <pattern value="[A-Z]{2,2}"/>
 *                                 </restriction>
 *                               </simpleType>
 *                             </element>
 *                             <element name="partita_iva_cliente" minOccurs="0">
 *                               <simpleType>
 *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                   <minLength value="1"/>
 *                                   <maxLength value="35"/>
 *                                 </restriction>
 *                               </simpleType>
 *                             </element>
 *                             <element name="codice_fiscale_cliente" minOccurs="0">
 *                               <simpleType>
 *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                   <minLength value="1"/>
 *                                   <maxLength value="35"/>
 *                                 </restriction>
 *                               </simpleType>
 *                             </element>
 *                           </sequence>
 *                         </restriction>
 *                       </complexContent>
 *                     </complexType>
 *                   </element>
 *                   <element name="delegato" minOccurs="0">
 *                     <complexType>
 *                       <complexContent>
 *                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                           <sequence>
 *                             <element name="anagrafica_delegato">
 *                               <simpleType>
 *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                 </restriction>
 *                               </simpleType>
 *                             </element>
 *                             <element name="indirizzo_delegato" minOccurs="0">
 *                               <simpleType>
 *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                 </restriction>
 *                               </simpleType>
 *                             </element>
 *                             <element name="cap_delegato" minOccurs="0">
 *                               <simpleType>
 *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                   <minLength value="1"/>
 *                                   <maxLength value="16"/>
 *                                 </restriction>
 *                               </simpleType>
 *                             </element>
 *                             <element name="localita_delegato" minOccurs="0">
 *                               <simpleType>
 *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                 </restriction>
 *                               </simpleType>
 *                             </element>
 *                             <element name="provincia_delegato" minOccurs="0">
 *                               <simpleType>
 *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                 </restriction>
 *                               </simpleType>
 *                             </element>
 *                             <element name="stato_delegato" minOccurs="0">
 *                               <simpleType>
 *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                   <minLength value="2"/>
 *                                   <maxLength value="2"/>
 *                                   <pattern value="[A-Z]{2,2}"/>
 *                                 </restriction>
 *                               </simpleType>
 *                             </element>
 *                             <element name="codice_fiscale_delegato" minOccurs="0">
 *                               <simpleType>
 *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                   <minLength value="1"/>
 *                                   <maxLength value="35"/>
 *                                 </restriction>
 *                               </simpleType>
 *                             </element>
 *                           </sequence>
 *                         </restriction>
 *                       </complexContent>
 *                     </complexType>
 *                   </element>
 *                   <element name="creditore_effettivo" minOccurs="0">
 *                     <complexType>
 *                       <complexContent>
 *                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                           <sequence>
 *                             <element name="anagrafica_creditore_effettivo">
 *                               <simpleType>
 *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                   <minLength value="1"/>
 *                                 </restriction>
 *                               </simpleType>
 *                             </element>
 *                             <element name="indirizzo_creditore_effettivo" minOccurs="0">
 *                               <simpleType>
 *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                 </restriction>
 *                               </simpleType>
 *                             </element>
 *                             <element name="cap_creditore_effettivo" minOccurs="0">
 *                               <simpleType>
 *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                   <minLength value="1"/>
 *                                   <maxLength value="16"/>
 *                                 </restriction>
 *                               </simpleType>
 *                             </element>
 *                             <element name="localita_creditore_effettivo" minOccurs="0">
 *                               <simpleType>
 *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                 </restriction>
 *                               </simpleType>
 *                             </element>
 *                             <element name="provincia_creditore_effettivo" minOccurs="0">
 *                               <simpleType>
 *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                 </restriction>
 *                               </simpleType>
 *                             </element>
 *                             <element name="stato_creditore_effettivo" minOccurs="0">
 *                               <simpleType>
 *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                   <minLength value="2"/>
 *                                   <maxLength value="2"/>
 *                                   <pattern value="[A-Z]{2,2}"/>
 *                                 </restriction>
 *                               </simpleType>
 *                             </element>
 *                             <element name="partita_iva_creditore_effettivo" minOccurs="0">
 *                               <simpleType>
 *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                   <minLength value="1"/>
 *                                   <maxLength value="35"/>
 *                                 </restriction>
 *                               </simpleType>
 *                             </element>
 *                             <element name="codice_fiscale_creditore_effettivo" minOccurs="0">
 *                               <simpleType>
 *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                   <minLength value="1"/>
 *                                   <maxLength value="35"/>
 *                                 </restriction>
 *                               </simpleType>
 *                             </element>
 *                           </sequence>
 *                         </restriction>
 *                       </complexContent>
 *                     </complexType>
 *                   </element>
 *                   <element name="causale">
 *                     <simpleType>
 *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                         <minLength value="1"/>
 *                       </restriction>
 *                     </simpleType>
 *                   </element>
 *                   <element name="sospeso" maxOccurs="1000" minOccurs="0">
 *                     <complexType>
 *                       <complexContent>
 *                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                           <sequence>
 *                             <element name="numero_provvisorio" type="{}OnlyNumMax18"/>
 *                             <element name="importo_provvisorio">
 *                               <simpleType>
 *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
 *                                   <totalDigits value="15"/>
 *                                   <fractionDigits value="2"/>
 *                                   <minInclusive value="0.01"/>
 *                                 </restriction>
 *                               </simpleType>
 *                             </element>
 *                           </sequence>
 *                         </restriction>
 *                       </complexContent>
 *                     </complexType>
 *                   </element>
 *                   <element name="dati_a_disposizione_BT" type="{}anyTAG" minOccurs="0"/>
 *                 </sequence>
 *               </restriction>
 *             </complexContent>
 *           </complexType>
 *         </element>
 *         <element name="saldo_precedente_conto_evidenza" minOccurs="0">
 *           <simpleType>
 *             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
 *               <totalDigits value="15"/>
 *               <fractionDigits value="2"/>
 *             </restriction>
 *           </simpleType>
 *         </element>
 *         <element name="totale_entrate_conto_evidenza" minOccurs="0">
 *           <simpleType>
 *             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
 *               <totalDigits value="15"/>
 *               <fractionDigits value="2"/>
 *             </restriction>
 *           </simpleType>
 *         </element>
 *         <element name="totale_uscite_conto_evidenza" minOccurs="0">
 *           <simpleType>
 *             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
 *               <totalDigits value="15"/>
 *               <fractionDigits value="2"/>
 *             </restriction>
 *           </simpleType>
 *         </element>
 *         <element name="saldo_finale_conto_evidenza" minOccurs="0">
 *           <simpleType>
 *             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
 *               <totalDigits value="15"/>
 *               <fractionDigits value="2"/>
 *             </restriction>
 *           </simpleType>
 *         </element>
 *       </sequence>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "contoEvidenza", "descrizioneContoEvidenza", "movimentoContoEvidenza", "saldoPrecedenteContoEvidenza", "totaleEntrateContoEvidenza", "totaleUsciteContoEvidenza", "saldoFinaleContoEvidenza" }) @XmlRootElement(name = "informazioni_conto_evidenza", namespace = "") public class InformazioniContoEvidenza implements Serializable, ToString2 { private final static long serialVersionUID = -1L; @XmlElement(name = "conto_evidenza", required = true) protected String contoEvidenza; @XmlElement(name = "descrizione_conto_evidenza") protected String descrizioneContoEvidenza; @XmlElement(name = "movimento_conto_evidenza") protected List movimentoContoEvidenza; @XmlElement(name = "saldo_precedente_conto_evidenza") protected BigDecimal saldoPrecedenteContoEvidenza; @XmlElement(name = "totale_entrate_conto_evidenza") protected BigDecimal totaleEntrateContoEvidenza; @XmlElement(name = "totale_uscite_conto_evidenza") protected BigDecimal totaleUsciteContoEvidenza; @XmlElement(name = "saldo_finale_conto_evidenza") protected BigDecimal saldoFinaleContoEvidenza; /** * Gets the value of the contoEvidenza property. * * @return * possible object is * {@link String } * */ public String getContoEvidenza() { return contoEvidenza; } /** * Sets the value of the contoEvidenza property. * * @param value * allowed object is * {@link String } * */ public void setContoEvidenza(String value) { this.contoEvidenza = value; } /** * Gets the value of the descrizioneContoEvidenza property. * * @return * possible object is * {@link String } * */ public String getDescrizioneContoEvidenza() { return descrizioneContoEvidenza; } /** * Sets the value of the descrizioneContoEvidenza property. * * @param value * allowed object is * {@link String } * */ public void setDescrizioneContoEvidenza(String value) { this.descrizioneContoEvidenza = value; } /** * Gets the value of the movimentoContoEvidenza 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 movimentoContoEvidenza property. * *

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

     *    getMovimentoContoEvidenza().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link InformazioniContoEvidenza.MovimentoContoEvidenza } * * */ public List getMovimentoContoEvidenza() { if (movimentoContoEvidenza == null) { movimentoContoEvidenza = new ArrayList(); } return this.movimentoContoEvidenza; } /** * Gets the value of the saldoPrecedenteContoEvidenza property. * * @return * possible object is * {@link BigDecimal } * */ public BigDecimal getSaldoPrecedenteContoEvidenza() { return saldoPrecedenteContoEvidenza; } /** * Sets the value of the saldoPrecedenteContoEvidenza property. * * @param value * allowed object is * {@link BigDecimal } * */ public void setSaldoPrecedenteContoEvidenza(BigDecimal value) { this.saldoPrecedenteContoEvidenza = value; } /** * Gets the value of the totaleEntrateContoEvidenza property. * * @return * possible object is * {@link BigDecimal } * */ public BigDecimal getTotaleEntrateContoEvidenza() { return totaleEntrateContoEvidenza; } /** * Sets the value of the totaleEntrateContoEvidenza property. * * @param value * allowed object is * {@link BigDecimal } * */ public void setTotaleEntrateContoEvidenza(BigDecimal value) { this.totaleEntrateContoEvidenza = value; } /** * Gets the value of the totaleUsciteContoEvidenza property. * * @return * possible object is * {@link BigDecimal } * */ public BigDecimal getTotaleUsciteContoEvidenza() { return totaleUsciteContoEvidenza; } /** * Sets the value of the totaleUsciteContoEvidenza property. * * @param value * allowed object is * {@link BigDecimal } * */ public void setTotaleUsciteContoEvidenza(BigDecimal value) { this.totaleUsciteContoEvidenza = value; } /** * Gets the value of the saldoFinaleContoEvidenza property. * * @return * possible object is * {@link BigDecimal } * */ public BigDecimal getSaldoFinaleContoEvidenza() { return saldoFinaleContoEvidenza; } /** * Sets the value of the saldoFinaleContoEvidenza property. * * @param value * allowed object is * {@link BigDecimal } * */ public void setSaldoFinaleContoEvidenza(BigDecimal value) { this.saldoFinaleContoEvidenza = value; } public String toString() { final ToStringStrategy2 strategy = JAXBToStringStrategy.INSTANCE; final StringBuilder buffer = new StringBuilder(); append(null, buffer, strategy); return buffer.toString(); } public StringBuilder append(ObjectLocator locator, StringBuilder buffer, ToStringStrategy2 strategy) { strategy.appendStart(locator, this, buffer); appendFields(locator, buffer, strategy); strategy.appendEnd(locator, this, buffer); return buffer; } public StringBuilder appendFields(ObjectLocator locator, StringBuilder buffer, ToStringStrategy2 strategy) { { String theContoEvidenza; theContoEvidenza = this.getContoEvidenza(); strategy.appendField(locator, this, "contoEvidenza", buffer, theContoEvidenza, (this.contoEvidenza!= null)); } { String theDescrizioneContoEvidenza; theDescrizioneContoEvidenza = this.getDescrizioneContoEvidenza(); strategy.appendField(locator, this, "descrizioneContoEvidenza", buffer, theDescrizioneContoEvidenza, (this.descrizioneContoEvidenza!= null)); } { List theMovimentoContoEvidenza; theMovimentoContoEvidenza = (((this.movimentoContoEvidenza!= null)&&(!this.movimentoContoEvidenza.isEmpty()))?this.getMovimentoContoEvidenza():null); strategy.appendField(locator, this, "movimentoContoEvidenza", buffer, theMovimentoContoEvidenza, ((this.movimentoContoEvidenza!= null)&&(!this.movimentoContoEvidenza.isEmpty()))); } { BigDecimal theSaldoPrecedenteContoEvidenza; theSaldoPrecedenteContoEvidenza = this.getSaldoPrecedenteContoEvidenza(); strategy.appendField(locator, this, "saldoPrecedenteContoEvidenza", buffer, theSaldoPrecedenteContoEvidenza, (this.saldoPrecedenteContoEvidenza!= null)); } { BigDecimal theTotaleEntrateContoEvidenza; theTotaleEntrateContoEvidenza = this.getTotaleEntrateContoEvidenza(); strategy.appendField(locator, this, "totaleEntrateContoEvidenza", buffer, theTotaleEntrateContoEvidenza, (this.totaleEntrateContoEvidenza!= null)); } { BigDecimal theTotaleUsciteContoEvidenza; theTotaleUsciteContoEvidenza = this.getTotaleUsciteContoEvidenza(); strategy.appendField(locator, this, "totaleUsciteContoEvidenza", buffer, theTotaleUsciteContoEvidenza, (this.totaleUsciteContoEvidenza!= null)); } { BigDecimal theSaldoFinaleContoEvidenza; theSaldoFinaleContoEvidenza = this.getSaldoFinaleContoEvidenza(); strategy.appendField(locator, this, "saldoFinaleContoEvidenza", buffer, theSaldoFinaleContoEvidenza, (this.saldoFinaleContoEvidenza!= null)); } return buffer; } /** *

Java class for anonymous complex type. * *

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

     * <complexType>
     *   <complexContent>
     *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     *       <sequence>
     *         <element name="identificativo_flusso" type="{}stIdFlusso"/>
     *         <element name="numero_movimento">
     *           <simpleType>
     *             <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger">
     *               <minInclusive value="0"/>
     *               <maxInclusive value="999999999999999999"/>
     *             </restriction>
     *           </simpleType>
     *         </element>
     *         <element name="tipo_movimento">
     *           <simpleType>
     *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *               <enumeration value="ENTRATA"/>
     *               <enumeration value="USCITA"/>
     *             </restriction>
     *           </simpleType>
     *         </element>
     *         <choice>
     *           <sequence>
     *             <element name="tipo_documento_sdr">
     *               <simpleType>
     *                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                   <enumeration value="SOSPESO ENTRATA"/>
     *                   <enumeration value="SOSPESO USCITA"/>
     *                 </restriction>
     *               </simpleType>
     *             </element>
     *             <element name="tipo_operazione_sdr">
     *               <simpleType>
     *                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                   <enumeration value="ESEGUITO"/>
     *                   <enumeration value="STORNATO"/>
     *                 </restriction>
     *               </simpleType>
     *             </element>
     *             <element name="numero_documento_sdr">
     *               <simpleType>
     *                 <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger">
     *                   <minInclusive value="0"/>
     *                   <maxInclusive value="999999999999999999"/>
     *                 </restriction>
     *               </simpleType>
     *             </element>
     *             <element name="sospeso_da_regolarizzare">
     *               <complexType>
     *                 <complexContent>
     *                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     *                     <sequence>
     *                       <element name="data_effettiva_sospeso">
     *                         <simpleType>
     *                           <restriction base="{http://www.w3.org/2001/XMLSchema}date">
     *                           </restriction>
     *                         </simpleType>
     *                       </element>
     *                       <element name="codice_gestionale_provvisorio">
     *                         <simpleType>
     *                           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                             <pattern value="[9]{3,4}[5-9]{1}"/>
     *                           </restriction>
     *                         </simpleType>
     *                       </element>
     *                     </sequence>
     *                   </restriction>
     *                 </complexContent>
     *               </complexType>
     *             </element>
     *           </sequence>
     *           <sequence>
     *             <element name="tipo_documento">
     *               <simpleType>
     *                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                   <enumeration value="REVERSALE"/>
     *                   <enumeration value="MANDATO"/>
     *                   <enumeration value="ANTICIPAZIONE"/>
     *                   <enumeration value="GIROCONTO"/>
     *                   <enumeration value="FONDO DI CASSA"/>
     *                   <enumeration value="DEFICIT DI CASSA"/>
     *                 </restriction>
     *               </simpleType>
     *             </element>
     *             <element name="tipo_operazione">
     *               <simpleType>
     *                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                   <enumeration value="ESEGUITO"/>
     *                   <enumeration value="STORNATO"/>
     *                   <enumeration value="REGOLARIZZATO"/>
     *                   <enumeration value="RIPRISTINATO"/>
     *                 </restriction>
     *               </simpleType>
     *             </element>
     *             <element name="numero_documento">
     *               <simpleType>
     *                 <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger">
     *                   <minInclusive value="0"/>
     *                   <maxInclusive value="999999999999999999"/>
     *                 </restriction>
     *               </simpleType>
     *             </element>
     *           </sequence>
     *         </choice>
     *         <element name="tipologia_pagamento_funzionario_delegato" minOccurs="0">
     *           <simpleType>
     *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *             </restriction>
     *           </simpleType>
     *         </element>
     *         <element name="numero_pagamento_funzionario_delegato" minOccurs="0">
     *           <simpleType>
     *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *             </restriction>
     *           </simpleType>
     *         </element>
     *         <element name="progressivo_documento">
     *           <simpleType>
     *             <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger">
     *             </restriction>
     *           </simpleType>
     *         </element>
     *         <element name="importo">
     *           <simpleType>
     *             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
     *               <totalDigits value="15"/>
     *               <fractionDigits value="2"/>
     *             </restriction>
     *           </simpleType>
     *         </element>
     *         <element name="importo_ritenute" minOccurs="0">
     *           <simpleType>
     *             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
     *               <totalDigits value="15"/>
     *               <fractionDigits value="2"/>
     *               <minInclusive value="0.01"/>
     *             </restriction>
     *           </simpleType>
     *         </element>
     *         <element name="numero_bolletta_quietanza" minOccurs="0">
     *           <simpleType>
     *             <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger">
     *             </restriction>
     *           </simpleType>
     *         </element>
     *         <element name="numero_bolletta_quietanza_storno" minOccurs="0">
     *           <simpleType>
     *             <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger">
     *             </restriction>
     *           </simpleType>
     *         </element>
     *         <element name="data_movimento" type="{http://www.w3.org/2001/XMLSchema}date"/>
     *         <element name="data_movimento_siope" type="{http://www.w3.org/2001/XMLSchema}date"/>
     *         <element name="data_valuta_ente" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
     *         <element name="tipo_esecuzione">
     *           <simpleType>
     *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *               <enumeration value="CASSA"/>
     *               <enumeration value="ACCREDITO BANCA D'ITALIA"/>
     *               <enumeration value="REGOLARIZZAZIONE"/>
     *               <enumeration value="REGOLARIZZAZIONE ACCREDITO BANCA D'ITALIA"/>
     *               <enumeration value="PRELIEVO DA CC POSTALE"/>
     *               <enumeration value="ASSEGNO BANCARIO E POSTALE"/>
     *               <enumeration value="SEPA CREDIT TRANSFER"/>
     *               <enumeration value="ASSEGNO CIRCOLARE"/>
     *               <enumeration value="ACCREDITO CONTO CORRENTE POSTALE"/>
     *               <enumeration value="ACCREDITO TESORERIA PROVINCIALE STATO PER TAB A"/>
     *               <enumeration value="ACCREDITO TESORERIA PROVINCIALE STATO PER TAB B"/>
     *               <enumeration value="F24EP"/>
     *               <enumeration value="VAGLIA POSTALE"/>
     *               <enumeration value="VAGLIA TESORO"/>
     *               <enumeration value="REGOLARIZZAZIONE"/>
     *               <enumeration value="REGOLARIZZAZIONE ACCREDITO TESORERIA PROVINCIALE STATO PER TAB A"/>
     *               <enumeration value="REGOLARIZZAZIONE ACCREDITO TESORERIA PROVINCIALE STATO PER TAB B"/>
     *               <enumeration value="ADDEBITO PREAUTORIZZATO"/>
     *               <enumeration value="DISPOSIZIONE DOCUMENTO ESTERNO"/>
     *               <enumeration value="COMPENSAZIONE"/>
     *               <enumeration value="BONIFICO ESTERO EURO"/>
     *               <enumeration value="AVVISO PAGOPA"/>
     *               <enumeration value="SOSTITUZIONE"/>
     *             </restriction>
     *           </simpleType>
     *         </element>
     *         <element name="coordinate" minOccurs="0">
     *           <simpleType>
     *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *               <minLength value="1"/>
     *             </restriction>
     *           </simpleType>
     *         </element>
     *         <element name="codice_riferimento_operazione" minOccurs="0">
     *           <simpleType>
     *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *               <minLength value="1"/>
     *             </restriction>
     *           </simpleType>
     *         </element>
     *         <element name="end_to_end_id" minOccurs="0">
     *           <simpleType>
     *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *               <minLength value="1"/>
     *               <maxLength value="35"/>
     *             </restriction>
     *           </simpleType>
     *         </element>
     *         <element name="codice_riferimento_interno" minOccurs="0">
     *           <simpleType>
     *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *               <minLength value="1"/>
     *               <maxLength value="60"/>
     *             </restriction>
     *           </simpleType>
     *         </element>
     *         <element name="tipo_contabilita" minOccurs="0">
     *           <simpleType>
     *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *               <enumeration value="FRUTTIFERO"/>
     *               <enumeration value="INFRUTTIFERO"/>
     *             </restriction>
     *           </simpleType>
     *         </element>
     *         <element name="destinazione" minOccurs="0">
     *           <simpleType>
     *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *               <enumeration value="LIBERA"/>
     *               <enumeration value="VINCOLATA"/>
     *             </restriction>
     *           </simpleType>
     *         </element>
     *         <element name="assoggettamento_bollo">
     *           <simpleType>
     *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *               <enumeration value="ESENTE BOLLO"/>
     *               <enumeration value="ASSOGGETTATO BOLLO A CARICO ENTE"/>
     *               <enumeration value="ASSOGGETTATO BOLLO A CARICO CLIENTE"/>
     *             </restriction>
     *           </simpleType>
     *         </element>
     *         <element name="importo_bollo" minOccurs="0">
     *           <simpleType>
     *             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
     *               <totalDigits value="15"/>
     *               <fractionDigits value="2"/>
     *               <minInclusive value="0.01"/>
     *             </restriction>
     *           </simpleType>
     *         </element>
     *         <element name="assoggettamento_spese" minOccurs="0">
     *           <simpleType>
     *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *               <enumeration value="ESENTE SPESE"/>
     *               <enumeration value="ASSOGGETTAMENTO SPESE A CARICO ENTE"/>
     *               <enumeration value="ASSOGGETTAMENTO SPESE A CARICO CLIENTE"/>
     *             </restriction>
     *           </simpleType>
     *         </element>
     *         <element name="importo_spese" minOccurs="0">
     *           <simpleType>
     *             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
     *               <totalDigits value="15"/>
     *               <fractionDigits value="2"/>
     *               <minInclusive value="0.01"/>
     *             </restriction>
     *           </simpleType>
     *         </element>
     *         <element name="assoggettamento_commissioni" minOccurs="0">
     *           <simpleType>
     *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *               <enumeration value="ASSOGGETTAMENTO COMMISSIONI A CARICO ENTE"/>
     *               <enumeration value="ASSOGGETTAMENTO COMMISSIONI A CARICO CLIENTE"/>
     *             </restriction>
     *           </simpleType>
     *         </element>
     *         <element name="importo_commissioni" minOccurs="0">
     *           <simpleType>
     *             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
     *               <totalDigits value="15"/>
     *               <fractionDigits value="2"/>
     *               <minInclusive value="0.01"/>
     *             </restriction>
     *           </simpleType>
     *         </element>
     *         <element name="cliente">
     *           <complexType>
     *             <complexContent>
     *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     *                 <sequence>
     *                   <element name="anagrafica_cliente">
     *                     <simpleType>
     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                         <minLength value="1"/>
     *                       </restriction>
     *                     </simpleType>
     *                   </element>
     *                   <element name="indirizzo_cliente" minOccurs="0">
     *                     <simpleType>
     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                       </restriction>
     *                     </simpleType>
     *                   </element>
     *                   <element name="cap_cliente" minOccurs="0">
     *                     <simpleType>
     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                         <minLength value="1"/>
     *                         <maxLength value="16"/>
     *                       </restriction>
     *                     </simpleType>
     *                   </element>
     *                   <element name="localita_cliente" minOccurs="0">
     *                     <simpleType>
     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                       </restriction>
     *                     </simpleType>
     *                   </element>
     *                   <element name="provincia_cliente" minOccurs="0">
     *                     <simpleType>
     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                       </restriction>
     *                     </simpleType>
     *                   </element>
     *                   <element name="stato_cliente" minOccurs="0">
     *                     <simpleType>
     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                         <minLength value="2"/>
     *                         <maxLength value="2"/>
     *                         <pattern value="[A-Z]{2,2}"/>
     *                       </restriction>
     *                     </simpleType>
     *                   </element>
     *                   <element name="partita_iva_cliente" minOccurs="0">
     *                     <simpleType>
     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                         <minLength value="1"/>
     *                         <maxLength value="35"/>
     *                       </restriction>
     *                     </simpleType>
     *                   </element>
     *                   <element name="codice_fiscale_cliente" minOccurs="0">
     *                     <simpleType>
     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                         <minLength value="1"/>
     *                         <maxLength value="35"/>
     *                       </restriction>
     *                     </simpleType>
     *                   </element>
     *                 </sequence>
     *               </restriction>
     *             </complexContent>
     *           </complexType>
     *         </element>
     *         <element name="delegato" minOccurs="0">
     *           <complexType>
     *             <complexContent>
     *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     *                 <sequence>
     *                   <element name="anagrafica_delegato">
     *                     <simpleType>
     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                       </restriction>
     *                     </simpleType>
     *                   </element>
     *                   <element name="indirizzo_delegato" minOccurs="0">
     *                     <simpleType>
     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                       </restriction>
     *                     </simpleType>
     *                   </element>
     *                   <element name="cap_delegato" minOccurs="0">
     *                     <simpleType>
     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                         <minLength value="1"/>
     *                         <maxLength value="16"/>
     *                       </restriction>
     *                     </simpleType>
     *                   </element>
     *                   <element name="localita_delegato" minOccurs="0">
     *                     <simpleType>
     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                       </restriction>
     *                     </simpleType>
     *                   </element>
     *                   <element name="provincia_delegato" minOccurs="0">
     *                     <simpleType>
     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                       </restriction>
     *                     </simpleType>
     *                   </element>
     *                   <element name="stato_delegato" minOccurs="0">
     *                     <simpleType>
     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                         <minLength value="2"/>
     *                         <maxLength value="2"/>
     *                         <pattern value="[A-Z]{2,2}"/>
     *                       </restriction>
     *                     </simpleType>
     *                   </element>
     *                   <element name="codice_fiscale_delegato" minOccurs="0">
     *                     <simpleType>
     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                         <minLength value="1"/>
     *                         <maxLength value="35"/>
     *                       </restriction>
     *                     </simpleType>
     *                   </element>
     *                 </sequence>
     *               </restriction>
     *             </complexContent>
     *           </complexType>
     *         </element>
     *         <element name="creditore_effettivo" minOccurs="0">
     *           <complexType>
     *             <complexContent>
     *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     *                 <sequence>
     *                   <element name="anagrafica_creditore_effettivo">
     *                     <simpleType>
     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                         <minLength value="1"/>
     *                       </restriction>
     *                     </simpleType>
     *                   </element>
     *                   <element name="indirizzo_creditore_effettivo" minOccurs="0">
     *                     <simpleType>
     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                       </restriction>
     *                     </simpleType>
     *                   </element>
     *                   <element name="cap_creditore_effettivo" minOccurs="0">
     *                     <simpleType>
     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                         <minLength value="1"/>
     *                         <maxLength value="16"/>
     *                       </restriction>
     *                     </simpleType>
     *                   </element>
     *                   <element name="localita_creditore_effettivo" minOccurs="0">
     *                     <simpleType>
     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                       </restriction>
     *                     </simpleType>
     *                   </element>
     *                   <element name="provincia_creditore_effettivo" minOccurs="0">
     *                     <simpleType>
     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                       </restriction>
     *                     </simpleType>
     *                   </element>
     *                   <element name="stato_creditore_effettivo" minOccurs="0">
     *                     <simpleType>
     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                         <minLength value="2"/>
     *                         <maxLength value="2"/>
     *                         <pattern value="[A-Z]{2,2}"/>
     *                       </restriction>
     *                     </simpleType>
     *                   </element>
     *                   <element name="partita_iva_creditore_effettivo" minOccurs="0">
     *                     <simpleType>
     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                         <minLength value="1"/>
     *                         <maxLength value="35"/>
     *                       </restriction>
     *                     </simpleType>
     *                   </element>
     *                   <element name="codice_fiscale_creditore_effettivo" minOccurs="0">
     *                     <simpleType>
     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                         <minLength value="1"/>
     *                         <maxLength value="35"/>
     *                       </restriction>
     *                     </simpleType>
     *                   </element>
     *                 </sequence>
     *               </restriction>
     *             </complexContent>
     *           </complexType>
     *         </element>
     *         <element name="causale">
     *           <simpleType>
     *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *               <minLength value="1"/>
     *             </restriction>
     *           </simpleType>
     *         </element>
     *         <element name="sospeso" maxOccurs="1000" minOccurs="0">
     *           <complexType>
     *             <complexContent>
     *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     *                 <sequence>
     *                   <element name="numero_provvisorio" type="{}OnlyNumMax18"/>
     *                   <element name="importo_provvisorio">
     *                     <simpleType>
     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
     *                         <totalDigits value="15"/>
     *                         <fractionDigits value="2"/>
     *                         <minInclusive value="0.01"/>
     *                       </restriction>
     *                     </simpleType>
     *                   </element>
     *                 </sequence>
     *               </restriction>
     *             </complexContent>
     *           </complexType>
     *         </element>
     *         <element name="dati_a_disposizione_BT" type="{}anyTAG" minOccurs="0"/>
     *       </sequence>
     *     </restriction>
     *   </complexContent>
     * </complexType>
     * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "identificativoFlusso", "numeroMovimento", "tipoMovimento", "tipoDocumentoSdr", "tipoOperazioneSdr", "numeroDocumentoSdr", "sospesoDaRegolarizzare", "tipoDocumento", "tipoOperazione", "numeroDocumento", "tipologiaPagamentoFunzionarioDelegato", "numeroPagamentoFunzionarioDelegato", "progressivoDocumento", "importo", "importoRitenute", "numeroBollettaQuietanza", "numeroBollettaQuietanzaStorno", "dataMovimento", "dataMovimentoSiope", "dataValutaEnte", "tipoEsecuzione", "coordinate", "codiceRiferimentoOperazione", "endToEndId", "codiceRiferimentoInterno", "tipoContabilita", "destinazione", "assoggettamentoBollo", "importoBollo", "assoggettamentoSpese", "importoSpese", "assoggettamentoCommissioni", "importoCommissioni", "cliente", "delegato", "creditoreEffettivo", "causale", "sospeso", "datiADisposizioneBT" }) public static class MovimentoContoEvidenza implements Serializable, ToString2 { private final static long serialVersionUID = -1L; @XmlElement(name = "identificativo_flusso", required = true) protected String identificativoFlusso; @XmlElement(name = "numero_movimento") protected long numeroMovimento; @XmlElement(name = "tipo_movimento", required = true) protected String tipoMovimento; @XmlElement(name = "tipo_documento_sdr") protected String tipoDocumentoSdr; @XmlElement(name = "tipo_operazione_sdr") protected String tipoOperazioneSdr; @XmlElement(name = "numero_documento_sdr") protected Long numeroDocumentoSdr; @XmlElement(name = "sospeso_da_regolarizzare") protected InformazioniContoEvidenza.MovimentoContoEvidenza.SospesoDaRegolarizzare sospesoDaRegolarizzare; @XmlElement(name = "tipo_documento") protected String tipoDocumento; @XmlElement(name = "tipo_operazione") protected String tipoOperazione; @XmlElement(name = "numero_documento") protected Long numeroDocumento; @XmlElement(name = "tipologia_pagamento_funzionario_delegato") protected String tipologiaPagamentoFunzionarioDelegato; @XmlElement(name = "numero_pagamento_funzionario_delegato") protected String numeroPagamentoFunzionarioDelegato; @XmlElement(name = "progressivo_documento", required = true) protected BigInteger progressivoDocumento; @XmlElement(required = true) protected BigDecimal importo; @XmlElement(name = "importo_ritenute") protected BigDecimal importoRitenute; @XmlElement(name = "numero_bolletta_quietanza") protected BigInteger numeroBollettaQuietanza; @XmlElement(name = "numero_bolletta_quietanza_storno") protected BigInteger numeroBollettaQuietanzaStorno; @XmlElement(name = "data_movimento", required = true) @XmlSchemaType(name = "date") protected XMLGregorianCalendar dataMovimento; @XmlElement(name = "data_movimento_siope", required = true) @XmlSchemaType(name = "date") protected XMLGregorianCalendar dataMovimentoSiope; @XmlElement(name = "data_valuta_ente") @XmlSchemaType(name = "date") protected XMLGregorianCalendar dataValutaEnte; @XmlElement(name = "tipo_esecuzione", required = true) protected String tipoEsecuzione; protected String coordinate; @XmlElement(name = "codice_riferimento_operazione") protected String codiceRiferimentoOperazione; @XmlElement(name = "end_to_end_id") protected String endToEndId; @XmlElement(name = "codice_riferimento_interno") protected String codiceRiferimentoInterno; @XmlElement(name = "tipo_contabilita") protected String tipoContabilita; protected String destinazione; @XmlElement(name = "assoggettamento_bollo", required = true) protected String assoggettamentoBollo; @XmlElement(name = "importo_bollo") protected BigDecimal importoBollo; @XmlElement(name = "assoggettamento_spese") protected String assoggettamentoSpese; @XmlElement(name = "importo_spese") protected BigDecimal importoSpese; @XmlElement(name = "assoggettamento_commissioni") protected String assoggettamentoCommissioni; @XmlElement(name = "importo_commissioni") protected BigDecimal importoCommissioni; @XmlElement(required = true) protected InformazioniContoEvidenza.MovimentoContoEvidenza.Cliente cliente; protected InformazioniContoEvidenza.MovimentoContoEvidenza.Delegato delegato; @XmlElement(name = "creditore_effettivo") protected InformazioniContoEvidenza.MovimentoContoEvidenza.CreditoreEffettivo creditoreEffettivo; @XmlElement(required = true) protected String causale; protected List sospeso; @XmlElement(name = "dati_a_disposizione_BT") protected AnyTAG datiADisposizioneBT; /** * Gets the value of the identificativoFlusso property. * * @return * possible object is * {@link String } * */ public String getIdentificativoFlusso() { return identificativoFlusso; } /** * Sets the value of the identificativoFlusso property. * * @param value * allowed object is * {@link String } * */ public void setIdentificativoFlusso(String value) { this.identificativoFlusso = value; } /** * Gets the value of the numeroMovimento property. * */ public long getNumeroMovimento() { return numeroMovimento; } /** * Sets the value of the numeroMovimento property. * */ public void setNumeroMovimento(long value) { this.numeroMovimento = value; } /** * Gets the value of the tipoMovimento property. * * @return * possible object is * {@link String } * */ public String getTipoMovimento() { return tipoMovimento; } /** * Sets the value of the tipoMovimento property. * * @param value * allowed object is * {@link String } * */ public void setTipoMovimento(String value) { this.tipoMovimento = value; } /** * Gets the value of the tipoDocumentoSdr property. * * @return * possible object is * {@link String } * */ public String getTipoDocumentoSdr() { return tipoDocumentoSdr; } /** * Sets the value of the tipoDocumentoSdr property. * * @param value * allowed object is * {@link String } * */ public void setTipoDocumentoSdr(String value) { this.tipoDocumentoSdr = value; } /** * Gets the value of the tipoOperazioneSdr property. * * @return * possible object is * {@link String } * */ public String getTipoOperazioneSdr() { return tipoOperazioneSdr; } /** * Sets the value of the tipoOperazioneSdr property. * * @param value * allowed object is * {@link String } * */ public void setTipoOperazioneSdr(String value) { this.tipoOperazioneSdr = value; } /** * Gets the value of the numeroDocumentoSdr property. * * @return * possible object is * {@link Long } * */ public Long getNumeroDocumentoSdr() { return numeroDocumentoSdr; } /** * Sets the value of the numeroDocumentoSdr property. * * @param value * allowed object is * {@link Long } * */ public void setNumeroDocumentoSdr(Long value) { this.numeroDocumentoSdr = value; } /** * Gets the value of the sospesoDaRegolarizzare property. * * @return * possible object is * {@link InformazioniContoEvidenza.MovimentoContoEvidenza.SospesoDaRegolarizzare } * */ public InformazioniContoEvidenza.MovimentoContoEvidenza.SospesoDaRegolarizzare getSospesoDaRegolarizzare() { return sospesoDaRegolarizzare; } /** * Sets the value of the sospesoDaRegolarizzare property. * * @param value * allowed object is * {@link InformazioniContoEvidenza.MovimentoContoEvidenza.SospesoDaRegolarizzare } * */ public void setSospesoDaRegolarizzare(InformazioniContoEvidenza.MovimentoContoEvidenza.SospesoDaRegolarizzare value) { this.sospesoDaRegolarizzare = value; } /** * Gets the value of the tipoDocumento property. * * @return * possible object is * {@link String } * */ public String getTipoDocumento() { return tipoDocumento; } /** * Sets the value of the tipoDocumento property. * * @param value * allowed object is * {@link String } * */ public void setTipoDocumento(String value) { this.tipoDocumento = value; } /** * Gets the value of the tipoOperazione property. * * @return * possible object is * {@link String } * */ public String getTipoOperazione() { return tipoOperazione; } /** * Sets the value of the tipoOperazione property. * * @param value * allowed object is * {@link String } * */ public void setTipoOperazione(String value) { this.tipoOperazione = value; } /** * Gets the value of the numeroDocumento property. * * @return * possible object is * {@link Long } * */ public Long getNumeroDocumento() { return numeroDocumento; } /** * Sets the value of the numeroDocumento property. * * @param value * allowed object is * {@link Long } * */ public void setNumeroDocumento(Long value) { this.numeroDocumento = value; } /** * Gets the value of the tipologiaPagamentoFunzionarioDelegato property. * * @return * possible object is * {@link String } * */ public String getTipologiaPagamentoFunzionarioDelegato() { return tipologiaPagamentoFunzionarioDelegato; } /** * Sets the value of the tipologiaPagamentoFunzionarioDelegato property. * * @param value * allowed object is * {@link String } * */ public void setTipologiaPagamentoFunzionarioDelegato(String value) { this.tipologiaPagamentoFunzionarioDelegato = value; } /** * Gets the value of the numeroPagamentoFunzionarioDelegato property. * * @return * possible object is * {@link String } * */ public String getNumeroPagamentoFunzionarioDelegato() { return numeroPagamentoFunzionarioDelegato; } /** * Sets the value of the numeroPagamentoFunzionarioDelegato property. * * @param value * allowed object is * {@link String } * */ public void setNumeroPagamentoFunzionarioDelegato(String value) { this.numeroPagamentoFunzionarioDelegato = value; } /** * Gets the value of the progressivoDocumento property. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getProgressivoDocumento() { return progressivoDocumento; } /** * Sets the value of the progressivoDocumento property. * * @param value * allowed object is * {@link BigInteger } * */ public void setProgressivoDocumento(BigInteger value) { this.progressivoDocumento = value; } /** * Gets the value of the importo property. * * @return * possible object is * {@link BigDecimal } * */ public BigDecimal getImporto() { return importo; } /** * Sets the value of the importo property. * * @param value * allowed object is * {@link BigDecimal } * */ public void setImporto(BigDecimal value) { this.importo = value; } /** * Gets the value of the importoRitenute property. * * @return * possible object is * {@link BigDecimal } * */ public BigDecimal getImportoRitenute() { return importoRitenute; } /** * Sets the value of the importoRitenute property. * * @param value * allowed object is * {@link BigDecimal } * */ public void setImportoRitenute(BigDecimal value) { this.importoRitenute = value; } /** * Gets the value of the numeroBollettaQuietanza property. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getNumeroBollettaQuietanza() { return numeroBollettaQuietanza; } /** * Sets the value of the numeroBollettaQuietanza property. * * @param value * allowed object is * {@link BigInteger } * */ public void setNumeroBollettaQuietanza(BigInteger value) { this.numeroBollettaQuietanza = value; } /** * Gets the value of the numeroBollettaQuietanzaStorno property. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getNumeroBollettaQuietanzaStorno() { return numeroBollettaQuietanzaStorno; } /** * Sets the value of the numeroBollettaQuietanzaStorno property. * * @param value * allowed object is * {@link BigInteger } * */ public void setNumeroBollettaQuietanzaStorno(BigInteger value) { this.numeroBollettaQuietanzaStorno = value; } /** * Gets the value of the dataMovimento property. * * @return * possible object is * {@link XMLGregorianCalendar } * */ public XMLGregorianCalendar getDataMovimento() { return dataMovimento; } /** * Sets the value of the dataMovimento property. * * @param value * allowed object is * {@link XMLGregorianCalendar } * */ public void setDataMovimento(XMLGregorianCalendar value) { this.dataMovimento = value; } /** * Gets the value of the dataMovimentoSiope property. * * @return * possible object is * {@link XMLGregorianCalendar } * */ public XMLGregorianCalendar getDataMovimentoSiope() { return dataMovimentoSiope; } /** * Sets the value of the dataMovimentoSiope property. * * @param value * allowed object is * {@link XMLGregorianCalendar } * */ public void setDataMovimentoSiope(XMLGregorianCalendar value) { this.dataMovimentoSiope = value; } /** * Gets the value of the dataValutaEnte property. * * @return * possible object is * {@link XMLGregorianCalendar } * */ public XMLGregorianCalendar getDataValutaEnte() { return dataValutaEnte; } /** * Sets the value of the dataValutaEnte property. * * @param value * allowed object is * {@link XMLGregorianCalendar } * */ public void setDataValutaEnte(XMLGregorianCalendar value) { this.dataValutaEnte = value; } /** * Gets the value of the tipoEsecuzione property. * * @return * possible object is * {@link String } * */ public String getTipoEsecuzione() { return tipoEsecuzione; } /** * Sets the value of the tipoEsecuzione property. * * @param value * allowed object is * {@link String } * */ public void setTipoEsecuzione(String value) { this.tipoEsecuzione = value; } /** * Gets the value of the coordinate property. * * @return * possible object is * {@link String } * */ public String getCoordinate() { return coordinate; } /** * Sets the value of the coordinate property. * * @param value * allowed object is * {@link String } * */ public void setCoordinate(String value) { this.coordinate = value; } /** * Gets the value of the codiceRiferimentoOperazione property. * * @return * possible object is * {@link String } * */ public String getCodiceRiferimentoOperazione() { return codiceRiferimentoOperazione; } /** * Sets the value of the codiceRiferimentoOperazione property. * * @param value * allowed object is * {@link String } * */ public void setCodiceRiferimentoOperazione(String value) { this.codiceRiferimentoOperazione = value; } /** * Gets the value of the endToEndId property. * * @return * possible object is * {@link String } * */ public String getEndToEndId() { return endToEndId; } /** * Sets the value of the endToEndId property. * * @param value * allowed object is * {@link String } * */ public void setEndToEndId(String value) { this.endToEndId = value; } /** * Gets the value of the codiceRiferimentoInterno property. * * @return * possible object is * {@link String } * */ public String getCodiceRiferimentoInterno() { return codiceRiferimentoInterno; } /** * Sets the value of the codiceRiferimentoInterno property. * * @param value * allowed object is * {@link String } * */ public void setCodiceRiferimentoInterno(String value) { this.codiceRiferimentoInterno = value; } /** * Gets the value of the tipoContabilita property. * * @return * possible object is * {@link String } * */ public String getTipoContabilita() { return tipoContabilita; } /** * Sets the value of the tipoContabilita property. * * @param value * allowed object is * {@link String } * */ public void setTipoContabilita(String value) { this.tipoContabilita = value; } /** * Gets the value of the destinazione property. * * @return * possible object is * {@link String } * */ public String getDestinazione() { return destinazione; } /** * Sets the value of the destinazione property. * * @param value * allowed object is * {@link String } * */ public void setDestinazione(String value) { this.destinazione = value; } /** * Gets the value of the assoggettamentoBollo property. * * @return * possible object is * {@link String } * */ public String getAssoggettamentoBollo() { return assoggettamentoBollo; } /** * Sets the value of the assoggettamentoBollo property. * * @param value * allowed object is * {@link String } * */ public void setAssoggettamentoBollo(String value) { this.assoggettamentoBollo = value; } /** * Gets the value of the importoBollo property. * * @return * possible object is * {@link BigDecimal } * */ public BigDecimal getImportoBollo() { return importoBollo; } /** * Sets the value of the importoBollo property. * * @param value * allowed object is * {@link BigDecimal } * */ public void setImportoBollo(BigDecimal value) { this.importoBollo = value; } /** * Gets the value of the assoggettamentoSpese property. * * @return * possible object is * {@link String } * */ public String getAssoggettamentoSpese() { return assoggettamentoSpese; } /** * Sets the value of the assoggettamentoSpese property. * * @param value * allowed object is * {@link String } * */ public void setAssoggettamentoSpese(String value) { this.assoggettamentoSpese = value; } /** * Gets the value of the importoSpese property. * * @return * possible object is * {@link BigDecimal } * */ public BigDecimal getImportoSpese() { return importoSpese; } /** * Sets the value of the importoSpese property. * * @param value * allowed object is * {@link BigDecimal } * */ public void setImportoSpese(BigDecimal value) { this.importoSpese = value; } /** * Gets the value of the assoggettamentoCommissioni property. * * @return * possible object is * {@link String } * */ public String getAssoggettamentoCommissioni() { return assoggettamentoCommissioni; } /** * Sets the value of the assoggettamentoCommissioni property. * * @param value * allowed object is * {@link String } * */ public void setAssoggettamentoCommissioni(String value) { this.assoggettamentoCommissioni = value; } /** * Gets the value of the importoCommissioni property. * * @return * possible object is * {@link BigDecimal } * */ public BigDecimal getImportoCommissioni() { return importoCommissioni; } /** * Sets the value of the importoCommissioni property. * * @param value * allowed object is * {@link BigDecimal } * */ public void setImportoCommissioni(BigDecimal value) { this.importoCommissioni = value; } /** * Gets the value of the cliente property. * * @return * possible object is * {@link InformazioniContoEvidenza.MovimentoContoEvidenza.Cliente } * */ public InformazioniContoEvidenza.MovimentoContoEvidenza.Cliente getCliente() { return cliente; } /** * Sets the value of the cliente property. * * @param value * allowed object is * {@link InformazioniContoEvidenza.MovimentoContoEvidenza.Cliente } * */ public void setCliente(InformazioniContoEvidenza.MovimentoContoEvidenza.Cliente value) { this.cliente = value; } /** * Gets the value of the delegato property. * * @return * possible object is * {@link InformazioniContoEvidenza.MovimentoContoEvidenza.Delegato } * */ public InformazioniContoEvidenza.MovimentoContoEvidenza.Delegato getDelegato() { return delegato; } /** * Sets the value of the delegato property. * * @param value * allowed object is * {@link InformazioniContoEvidenza.MovimentoContoEvidenza.Delegato } * */ public void setDelegato(InformazioniContoEvidenza.MovimentoContoEvidenza.Delegato value) { this.delegato = value; } /** * Gets the value of the creditoreEffettivo property. * * @return * possible object is * {@link InformazioniContoEvidenza.MovimentoContoEvidenza.CreditoreEffettivo } * */ public InformazioniContoEvidenza.MovimentoContoEvidenza.CreditoreEffettivo getCreditoreEffettivo() { return creditoreEffettivo; } /** * Sets the value of the creditoreEffettivo property. * * @param value * allowed object is * {@link InformazioniContoEvidenza.MovimentoContoEvidenza.CreditoreEffettivo } * */ public void setCreditoreEffettivo(InformazioniContoEvidenza.MovimentoContoEvidenza.CreditoreEffettivo value) { this.creditoreEffettivo = value; } /** * Gets the value of the causale property. * * @return * possible object is * {@link String } * */ public String getCausale() { return causale; } /** * Sets the value of the causale property. * * @param value * allowed object is * {@link String } * */ public void setCausale(String value) { this.causale = value; } /** * Gets the value of the sospeso 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 sospeso property. * *

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

         *    getSospeso().add(newItem);
         * 
* * *

* Objects of the following type(s) are allowed in the list * {@link InformazioniContoEvidenza.MovimentoContoEvidenza.Sospeso } * * */ public List getSospeso() { if (sospeso == null) { sospeso = new ArrayList(); } return this.sospeso; } /** * Gets the value of the datiADisposizioneBT property. * * @return * possible object is * {@link AnyTAG } * */ public AnyTAG getDatiADisposizioneBT() { return datiADisposizioneBT; } /** * Sets the value of the datiADisposizioneBT property. * * @param value * allowed object is * {@link AnyTAG } * */ public void setDatiADisposizioneBT(AnyTAG value) { this.datiADisposizioneBT = value; } public String toString() { final ToStringStrategy2 strategy = JAXBToStringStrategy.INSTANCE; final StringBuilder buffer = new StringBuilder(); append(null, buffer, strategy); return buffer.toString(); } public StringBuilder append(ObjectLocator locator, StringBuilder buffer, ToStringStrategy2 strategy) { strategy.appendStart(locator, this, buffer); appendFields(locator, buffer, strategy); strategy.appendEnd(locator, this, buffer); return buffer; } public StringBuilder appendFields(ObjectLocator locator, StringBuilder buffer, ToStringStrategy2 strategy) { { String theIdentificativoFlusso; theIdentificativoFlusso = this.getIdentificativoFlusso(); strategy.appendField(locator, this, "identificativoFlusso", buffer, theIdentificativoFlusso, (this.identificativoFlusso!= null)); } { long theNumeroMovimento; theNumeroMovimento = this.getNumeroMovimento(); strategy.appendField(locator, this, "numeroMovimento", buffer, theNumeroMovimento, true); } { String theTipoMovimento; theTipoMovimento = this.getTipoMovimento(); strategy.appendField(locator, this, "tipoMovimento", buffer, theTipoMovimento, (this.tipoMovimento!= null)); } { String theTipoDocumentoSdr; theTipoDocumentoSdr = this.getTipoDocumentoSdr(); strategy.appendField(locator, this, "tipoDocumentoSdr", buffer, theTipoDocumentoSdr, (this.tipoDocumentoSdr!= null)); } { String theTipoOperazioneSdr; theTipoOperazioneSdr = this.getTipoOperazioneSdr(); strategy.appendField(locator, this, "tipoOperazioneSdr", buffer, theTipoOperazioneSdr, (this.tipoOperazioneSdr!= null)); } { Long theNumeroDocumentoSdr; theNumeroDocumentoSdr = this.getNumeroDocumentoSdr(); strategy.appendField(locator, this, "numeroDocumentoSdr", buffer, theNumeroDocumentoSdr, (this.numeroDocumentoSdr!= null)); } { InformazioniContoEvidenza.MovimentoContoEvidenza.SospesoDaRegolarizzare theSospesoDaRegolarizzare; theSospesoDaRegolarizzare = this.getSospesoDaRegolarizzare(); strategy.appendField(locator, this, "sospesoDaRegolarizzare", buffer, theSospesoDaRegolarizzare, (this.sospesoDaRegolarizzare!= null)); } { String theTipoDocumento; theTipoDocumento = this.getTipoDocumento(); strategy.appendField(locator, this, "tipoDocumento", buffer, theTipoDocumento, (this.tipoDocumento!= null)); } { String theTipoOperazione; theTipoOperazione = this.getTipoOperazione(); strategy.appendField(locator, this, "tipoOperazione", buffer, theTipoOperazione, (this.tipoOperazione!= null)); } { Long theNumeroDocumento; theNumeroDocumento = this.getNumeroDocumento(); strategy.appendField(locator, this, "numeroDocumento", buffer, theNumeroDocumento, (this.numeroDocumento!= null)); } { String theTipologiaPagamentoFunzionarioDelegato; theTipologiaPagamentoFunzionarioDelegato = this.getTipologiaPagamentoFunzionarioDelegato(); strategy.appendField(locator, this, "tipologiaPagamentoFunzionarioDelegato", buffer, theTipologiaPagamentoFunzionarioDelegato, (this.tipologiaPagamentoFunzionarioDelegato!= null)); } { String theNumeroPagamentoFunzionarioDelegato; theNumeroPagamentoFunzionarioDelegato = this.getNumeroPagamentoFunzionarioDelegato(); strategy.appendField(locator, this, "numeroPagamentoFunzionarioDelegato", buffer, theNumeroPagamentoFunzionarioDelegato, (this.numeroPagamentoFunzionarioDelegato!= null)); } { BigInteger theProgressivoDocumento; theProgressivoDocumento = this.getProgressivoDocumento(); strategy.appendField(locator, this, "progressivoDocumento", buffer, theProgressivoDocumento, (this.progressivoDocumento!= null)); } { BigDecimal theImporto; theImporto = this.getImporto(); strategy.appendField(locator, this, "importo", buffer, theImporto, (this.importo!= null)); } { BigDecimal theImportoRitenute; theImportoRitenute = this.getImportoRitenute(); strategy.appendField(locator, this, "importoRitenute", buffer, theImportoRitenute, (this.importoRitenute!= null)); } { BigInteger theNumeroBollettaQuietanza; theNumeroBollettaQuietanza = this.getNumeroBollettaQuietanza(); strategy.appendField(locator, this, "numeroBollettaQuietanza", buffer, theNumeroBollettaQuietanza, (this.numeroBollettaQuietanza!= null)); } { BigInteger theNumeroBollettaQuietanzaStorno; theNumeroBollettaQuietanzaStorno = this.getNumeroBollettaQuietanzaStorno(); strategy.appendField(locator, this, "numeroBollettaQuietanzaStorno", buffer, theNumeroBollettaQuietanzaStorno, (this.numeroBollettaQuietanzaStorno!= null)); } { XMLGregorianCalendar theDataMovimento; theDataMovimento = this.getDataMovimento(); strategy.appendField(locator, this, "dataMovimento", buffer, theDataMovimento, (this.dataMovimento!= null)); } { XMLGregorianCalendar theDataMovimentoSiope; theDataMovimentoSiope = this.getDataMovimentoSiope(); strategy.appendField(locator, this, "dataMovimentoSiope", buffer, theDataMovimentoSiope, (this.dataMovimentoSiope!= null)); } { XMLGregorianCalendar theDataValutaEnte; theDataValutaEnte = this.getDataValutaEnte(); strategy.appendField(locator, this, "dataValutaEnte", buffer, theDataValutaEnte, (this.dataValutaEnte!= null)); } { String theTipoEsecuzione; theTipoEsecuzione = this.getTipoEsecuzione(); strategy.appendField(locator, this, "tipoEsecuzione", buffer, theTipoEsecuzione, (this.tipoEsecuzione!= null)); } { String theCoordinate; theCoordinate = this.getCoordinate(); strategy.appendField(locator, this, "coordinate", buffer, theCoordinate, (this.coordinate!= null)); } { String theCodiceRiferimentoOperazione; theCodiceRiferimentoOperazione = this.getCodiceRiferimentoOperazione(); strategy.appendField(locator, this, "codiceRiferimentoOperazione", buffer, theCodiceRiferimentoOperazione, (this.codiceRiferimentoOperazione!= null)); } { String theEndToEndId; theEndToEndId = this.getEndToEndId(); strategy.appendField(locator, this, "endToEndId", buffer, theEndToEndId, (this.endToEndId!= null)); } { String theCodiceRiferimentoInterno; theCodiceRiferimentoInterno = this.getCodiceRiferimentoInterno(); strategy.appendField(locator, this, "codiceRiferimentoInterno", buffer, theCodiceRiferimentoInterno, (this.codiceRiferimentoInterno!= null)); } { String theTipoContabilita; theTipoContabilita = this.getTipoContabilita(); strategy.appendField(locator, this, "tipoContabilita", buffer, theTipoContabilita, (this.tipoContabilita!= null)); } { String theDestinazione; theDestinazione = this.getDestinazione(); strategy.appendField(locator, this, "destinazione", buffer, theDestinazione, (this.destinazione!= null)); } { String theAssoggettamentoBollo; theAssoggettamentoBollo = this.getAssoggettamentoBollo(); strategy.appendField(locator, this, "assoggettamentoBollo", buffer, theAssoggettamentoBollo, (this.assoggettamentoBollo!= null)); } { BigDecimal theImportoBollo; theImportoBollo = this.getImportoBollo(); strategy.appendField(locator, this, "importoBollo", buffer, theImportoBollo, (this.importoBollo!= null)); } { String theAssoggettamentoSpese; theAssoggettamentoSpese = this.getAssoggettamentoSpese(); strategy.appendField(locator, this, "assoggettamentoSpese", buffer, theAssoggettamentoSpese, (this.assoggettamentoSpese!= null)); } { BigDecimal theImportoSpese; theImportoSpese = this.getImportoSpese(); strategy.appendField(locator, this, "importoSpese", buffer, theImportoSpese, (this.importoSpese!= null)); } { String theAssoggettamentoCommissioni; theAssoggettamentoCommissioni = this.getAssoggettamentoCommissioni(); strategy.appendField(locator, this, "assoggettamentoCommissioni", buffer, theAssoggettamentoCommissioni, (this.assoggettamentoCommissioni!= null)); } { BigDecimal theImportoCommissioni; theImportoCommissioni = this.getImportoCommissioni(); strategy.appendField(locator, this, "importoCommissioni", buffer, theImportoCommissioni, (this.importoCommissioni!= null)); } { InformazioniContoEvidenza.MovimentoContoEvidenza.Cliente theCliente; theCliente = this.getCliente(); strategy.appendField(locator, this, "cliente", buffer, theCliente, (this.cliente!= null)); } { InformazioniContoEvidenza.MovimentoContoEvidenza.Delegato theDelegato; theDelegato = this.getDelegato(); strategy.appendField(locator, this, "delegato", buffer, theDelegato, (this.delegato!= null)); } { InformazioniContoEvidenza.MovimentoContoEvidenza.CreditoreEffettivo theCreditoreEffettivo; theCreditoreEffettivo = this.getCreditoreEffettivo(); strategy.appendField(locator, this, "creditoreEffettivo", buffer, theCreditoreEffettivo, (this.creditoreEffettivo!= null)); } { String theCausale; theCausale = this.getCausale(); strategy.appendField(locator, this, "causale", buffer, theCausale, (this.causale!= null)); } { List theSospeso; theSospeso = (((this.sospeso!= null)&&(!this.sospeso.isEmpty()))?this.getSospeso():null); strategy.appendField(locator, this, "sospeso", buffer, theSospeso, ((this.sospeso!= null)&&(!this.sospeso.isEmpty()))); } { AnyTAG theDatiADisposizioneBT; theDatiADisposizioneBT = this.getDatiADisposizioneBT(); strategy.appendField(locator, this, "datiADisposizioneBT", buffer, theDatiADisposizioneBT, (this.datiADisposizioneBT!= null)); } return buffer; } /** *

Java class for anonymous complex type. * *

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

         * <complexType>
         *   <complexContent>
         *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         *       <sequence>
         *         <element name="anagrafica_cliente">
         *           <simpleType>
         *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *               <minLength value="1"/>
         *             </restriction>
         *           </simpleType>
         *         </element>
         *         <element name="indirizzo_cliente" minOccurs="0">
         *           <simpleType>
         *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *             </restriction>
         *           </simpleType>
         *         </element>
         *         <element name="cap_cliente" minOccurs="0">
         *           <simpleType>
         *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *               <minLength value="1"/>
         *               <maxLength value="16"/>
         *             </restriction>
         *           </simpleType>
         *         </element>
         *         <element name="localita_cliente" minOccurs="0">
         *           <simpleType>
         *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *             </restriction>
         *           </simpleType>
         *         </element>
         *         <element name="provincia_cliente" minOccurs="0">
         *           <simpleType>
         *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *             </restriction>
         *           </simpleType>
         *         </element>
         *         <element name="stato_cliente" minOccurs="0">
         *           <simpleType>
         *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *               <minLength value="2"/>
         *               <maxLength value="2"/>
         *               <pattern value="[A-Z]{2,2}"/>
         *             </restriction>
         *           </simpleType>
         *         </element>
         *         <element name="partita_iva_cliente" minOccurs="0">
         *           <simpleType>
         *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *               <minLength value="1"/>
         *               <maxLength value="35"/>
         *             </restriction>
         *           </simpleType>
         *         </element>
         *         <element name="codice_fiscale_cliente" minOccurs="0">
         *           <simpleType>
         *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *               <minLength value="1"/>
         *               <maxLength value="35"/>
         *             </restriction>
         *           </simpleType>
         *         </element>
         *       </sequence>
         *     </restriction>
         *   </complexContent>
         * </complexType>
         * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "anagraficaCliente", "indirizzoCliente", "capCliente", "localitaCliente", "provinciaCliente", "statoCliente", "partitaIvaCliente", "codiceFiscaleCliente" }) public static class Cliente implements Serializable, ToString2 { private final static long serialVersionUID = -1L; @XmlElement(name = "anagrafica_cliente", required = true) protected String anagraficaCliente; @XmlElement(name = "indirizzo_cliente") protected String indirizzoCliente; @XmlElement(name = "cap_cliente") protected String capCliente; @XmlElement(name = "localita_cliente") protected String localitaCliente; @XmlElement(name = "provincia_cliente") protected String provinciaCliente; @XmlElement(name = "stato_cliente") protected String statoCliente; @XmlElement(name = "partita_iva_cliente") protected String partitaIvaCliente; @XmlElement(name = "codice_fiscale_cliente") protected String codiceFiscaleCliente; /** * Gets the value of the anagraficaCliente property. * * @return * possible object is * {@link String } * */ public String getAnagraficaCliente() { return anagraficaCliente; } /** * Sets the value of the anagraficaCliente property. * * @param value * allowed object is * {@link String } * */ public void setAnagraficaCliente(String value) { this.anagraficaCliente = value; } /** * Gets the value of the indirizzoCliente property. * * @return * possible object is * {@link String } * */ public String getIndirizzoCliente() { return indirizzoCliente; } /** * Sets the value of the indirizzoCliente property. * * @param value * allowed object is * {@link String } * */ public void setIndirizzoCliente(String value) { this.indirizzoCliente = value; } /** * Gets the value of the capCliente property. * * @return * possible object is * {@link String } * */ public String getCapCliente() { return capCliente; } /** * Sets the value of the capCliente property. * * @param value * allowed object is * {@link String } * */ public void setCapCliente(String value) { this.capCliente = value; } /** * Gets the value of the localitaCliente property. * * @return * possible object is * {@link String } * */ public String getLocalitaCliente() { return localitaCliente; } /** * Sets the value of the localitaCliente property. * * @param value * allowed object is * {@link String } * */ public void setLocalitaCliente(String value) { this.localitaCliente = value; } /** * Gets the value of the provinciaCliente property. * * @return * possible object is * {@link String } * */ public String getProvinciaCliente() { return provinciaCliente; } /** * Sets the value of the provinciaCliente property. * * @param value * allowed object is * {@link String } * */ public void setProvinciaCliente(String value) { this.provinciaCliente = value; } /** * Gets the value of the statoCliente property. * * @return * possible object is * {@link String } * */ public String getStatoCliente() { return statoCliente; } /** * Sets the value of the statoCliente property. * * @param value * allowed object is * {@link String } * */ public void setStatoCliente(String value) { this.statoCliente = value; } /** * Gets the value of the partitaIvaCliente property. * * @return * possible object is * {@link String } * */ public String getPartitaIvaCliente() { return partitaIvaCliente; } /** * Sets the value of the partitaIvaCliente property. * * @param value * allowed object is * {@link String } * */ public void setPartitaIvaCliente(String value) { this.partitaIvaCliente = value; } /** * Gets the value of the codiceFiscaleCliente property. * * @return * possible object is * {@link String } * */ public String getCodiceFiscaleCliente() { return codiceFiscaleCliente; } /** * Sets the value of the codiceFiscaleCliente property. * * @param value * allowed object is * {@link String } * */ public void setCodiceFiscaleCliente(String value) { this.codiceFiscaleCliente = value; } public String toString() { final ToStringStrategy2 strategy = JAXBToStringStrategy.INSTANCE; final StringBuilder buffer = new StringBuilder(); append(null, buffer, strategy); return buffer.toString(); } public StringBuilder append(ObjectLocator locator, StringBuilder buffer, ToStringStrategy2 strategy) { strategy.appendStart(locator, this, buffer); appendFields(locator, buffer, strategy); strategy.appendEnd(locator, this, buffer); return buffer; } public StringBuilder appendFields(ObjectLocator locator, StringBuilder buffer, ToStringStrategy2 strategy) { { String theAnagraficaCliente; theAnagraficaCliente = this.getAnagraficaCliente(); strategy.appendField(locator, this, "anagraficaCliente", buffer, theAnagraficaCliente, (this.anagraficaCliente!= null)); } { String theIndirizzoCliente; theIndirizzoCliente = this.getIndirizzoCliente(); strategy.appendField(locator, this, "indirizzoCliente", buffer, theIndirizzoCliente, (this.indirizzoCliente!= null)); } { String theCapCliente; theCapCliente = this.getCapCliente(); strategy.appendField(locator, this, "capCliente", buffer, theCapCliente, (this.capCliente!= null)); } { String theLocalitaCliente; theLocalitaCliente = this.getLocalitaCliente(); strategy.appendField(locator, this, "localitaCliente", buffer, theLocalitaCliente, (this.localitaCliente!= null)); } { String theProvinciaCliente; theProvinciaCliente = this.getProvinciaCliente(); strategy.appendField(locator, this, "provinciaCliente", buffer, theProvinciaCliente, (this.provinciaCliente!= null)); } { String theStatoCliente; theStatoCliente = this.getStatoCliente(); strategy.appendField(locator, this, "statoCliente", buffer, theStatoCliente, (this.statoCliente!= null)); } { String thePartitaIvaCliente; thePartitaIvaCliente = this.getPartitaIvaCliente(); strategy.appendField(locator, this, "partitaIvaCliente", buffer, thePartitaIvaCliente, (this.partitaIvaCliente!= null)); } { String theCodiceFiscaleCliente; theCodiceFiscaleCliente = this.getCodiceFiscaleCliente(); strategy.appendField(locator, this, "codiceFiscaleCliente", buffer, theCodiceFiscaleCliente, (this.codiceFiscaleCliente!= null)); } return buffer; } } /** *

Java class for anonymous complex type. * *

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

         * <complexType>
         *   <complexContent>
         *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         *       <sequence>
         *         <element name="anagrafica_creditore_effettivo">
         *           <simpleType>
         *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *               <minLength value="1"/>
         *             </restriction>
         *           </simpleType>
         *         </element>
         *         <element name="indirizzo_creditore_effettivo" minOccurs="0">
         *           <simpleType>
         *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *             </restriction>
         *           </simpleType>
         *         </element>
         *         <element name="cap_creditore_effettivo" minOccurs="0">
         *           <simpleType>
         *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *               <minLength value="1"/>
         *               <maxLength value="16"/>
         *             </restriction>
         *           </simpleType>
         *         </element>
         *         <element name="localita_creditore_effettivo" minOccurs="0">
         *           <simpleType>
         *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *             </restriction>
         *           </simpleType>
         *         </element>
         *         <element name="provincia_creditore_effettivo" minOccurs="0">
         *           <simpleType>
         *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *             </restriction>
         *           </simpleType>
         *         </element>
         *         <element name="stato_creditore_effettivo" minOccurs="0">
         *           <simpleType>
         *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *               <minLength value="2"/>
         *               <maxLength value="2"/>
         *               <pattern value="[A-Z]{2,2}"/>
         *             </restriction>
         *           </simpleType>
         *         </element>
         *         <element name="partita_iva_creditore_effettivo" minOccurs="0">
         *           <simpleType>
         *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *               <minLength value="1"/>
         *               <maxLength value="35"/>
         *             </restriction>
         *           </simpleType>
         *         </element>
         *         <element name="codice_fiscale_creditore_effettivo" minOccurs="0">
         *           <simpleType>
         *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *               <minLength value="1"/>
         *               <maxLength value="35"/>
         *             </restriction>
         *           </simpleType>
         *         </element>
         *       </sequence>
         *     </restriction>
         *   </complexContent>
         * </complexType>
         * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "anagraficaCreditoreEffettivo", "indirizzoCreditoreEffettivo", "capCreditoreEffettivo", "localitaCreditoreEffettivo", "provinciaCreditoreEffettivo", "statoCreditoreEffettivo", "partitaIvaCreditoreEffettivo", "codiceFiscaleCreditoreEffettivo" }) public static class CreditoreEffettivo implements Serializable, ToString2 { private final static long serialVersionUID = -1L; @XmlElement(name = "anagrafica_creditore_effettivo", required = true) protected String anagraficaCreditoreEffettivo; @XmlElement(name = "indirizzo_creditore_effettivo") protected String indirizzoCreditoreEffettivo; @XmlElement(name = "cap_creditore_effettivo") protected String capCreditoreEffettivo; @XmlElement(name = "localita_creditore_effettivo") protected String localitaCreditoreEffettivo; @XmlElement(name = "provincia_creditore_effettivo") protected String provinciaCreditoreEffettivo; @XmlElement(name = "stato_creditore_effettivo") protected String statoCreditoreEffettivo; @XmlElement(name = "partita_iva_creditore_effettivo") protected String partitaIvaCreditoreEffettivo; @XmlElement(name = "codice_fiscale_creditore_effettivo") protected String codiceFiscaleCreditoreEffettivo; /** * Gets the value of the anagraficaCreditoreEffettivo property. * * @return * possible object is * {@link String } * */ public String getAnagraficaCreditoreEffettivo() { return anagraficaCreditoreEffettivo; } /** * Sets the value of the anagraficaCreditoreEffettivo property. * * @param value * allowed object is * {@link String } * */ public void setAnagraficaCreditoreEffettivo(String value) { this.anagraficaCreditoreEffettivo = value; } /** * Gets the value of the indirizzoCreditoreEffettivo property. * * @return * possible object is * {@link String } * */ public String getIndirizzoCreditoreEffettivo() { return indirizzoCreditoreEffettivo; } /** * Sets the value of the indirizzoCreditoreEffettivo property. * * @param value * allowed object is * {@link String } * */ public void setIndirizzoCreditoreEffettivo(String value) { this.indirizzoCreditoreEffettivo = value; } /** * Gets the value of the capCreditoreEffettivo property. * * @return * possible object is * {@link String } * */ public String getCapCreditoreEffettivo() { return capCreditoreEffettivo; } /** * Sets the value of the capCreditoreEffettivo property. * * @param value * allowed object is * {@link String } * */ public void setCapCreditoreEffettivo(String value) { this.capCreditoreEffettivo = value; } /** * Gets the value of the localitaCreditoreEffettivo property. * * @return * possible object is * {@link String } * */ public String getLocalitaCreditoreEffettivo() { return localitaCreditoreEffettivo; } /** * Sets the value of the localitaCreditoreEffettivo property. * * @param value * allowed object is * {@link String } * */ public void setLocalitaCreditoreEffettivo(String value) { this.localitaCreditoreEffettivo = value; } /** * Gets the value of the provinciaCreditoreEffettivo property. * * @return * possible object is * {@link String } * */ public String getProvinciaCreditoreEffettivo() { return provinciaCreditoreEffettivo; } /** * Sets the value of the provinciaCreditoreEffettivo property. * * @param value * allowed object is * {@link String } * */ public void setProvinciaCreditoreEffettivo(String value) { this.provinciaCreditoreEffettivo = value; } /** * Gets the value of the statoCreditoreEffettivo property. * * @return * possible object is * {@link String } * */ public String getStatoCreditoreEffettivo() { return statoCreditoreEffettivo; } /** * Sets the value of the statoCreditoreEffettivo property. * * @param value * allowed object is * {@link String } * */ public void setStatoCreditoreEffettivo(String value) { this.statoCreditoreEffettivo = value; } /** * Gets the value of the partitaIvaCreditoreEffettivo property. * * @return * possible object is * {@link String } * */ public String getPartitaIvaCreditoreEffettivo() { return partitaIvaCreditoreEffettivo; } /** * Sets the value of the partitaIvaCreditoreEffettivo property. * * @param value * allowed object is * {@link String } * */ public void setPartitaIvaCreditoreEffettivo(String value) { this.partitaIvaCreditoreEffettivo = value; } /** * Gets the value of the codiceFiscaleCreditoreEffettivo property. * * @return * possible object is * {@link String } * */ public String getCodiceFiscaleCreditoreEffettivo() { return codiceFiscaleCreditoreEffettivo; } /** * Sets the value of the codiceFiscaleCreditoreEffettivo property. * * @param value * allowed object is * {@link String } * */ public void setCodiceFiscaleCreditoreEffettivo(String value) { this.codiceFiscaleCreditoreEffettivo = value; } public String toString() { final ToStringStrategy2 strategy = JAXBToStringStrategy.INSTANCE; final StringBuilder buffer = new StringBuilder(); append(null, buffer, strategy); return buffer.toString(); } public StringBuilder append(ObjectLocator locator, StringBuilder buffer, ToStringStrategy2 strategy) { strategy.appendStart(locator, this, buffer); appendFields(locator, buffer, strategy); strategy.appendEnd(locator, this, buffer); return buffer; } public StringBuilder appendFields(ObjectLocator locator, StringBuilder buffer, ToStringStrategy2 strategy) { { String theAnagraficaCreditoreEffettivo; theAnagraficaCreditoreEffettivo = this.getAnagraficaCreditoreEffettivo(); strategy.appendField(locator, this, "anagraficaCreditoreEffettivo", buffer, theAnagraficaCreditoreEffettivo, (this.anagraficaCreditoreEffettivo!= null)); } { String theIndirizzoCreditoreEffettivo; theIndirizzoCreditoreEffettivo = this.getIndirizzoCreditoreEffettivo(); strategy.appendField(locator, this, "indirizzoCreditoreEffettivo", buffer, theIndirizzoCreditoreEffettivo, (this.indirizzoCreditoreEffettivo!= null)); } { String theCapCreditoreEffettivo; theCapCreditoreEffettivo = this.getCapCreditoreEffettivo(); strategy.appendField(locator, this, "capCreditoreEffettivo", buffer, theCapCreditoreEffettivo, (this.capCreditoreEffettivo!= null)); } { String theLocalitaCreditoreEffettivo; theLocalitaCreditoreEffettivo = this.getLocalitaCreditoreEffettivo(); strategy.appendField(locator, this, "localitaCreditoreEffettivo", buffer, theLocalitaCreditoreEffettivo, (this.localitaCreditoreEffettivo!= null)); } { String theProvinciaCreditoreEffettivo; theProvinciaCreditoreEffettivo = this.getProvinciaCreditoreEffettivo(); strategy.appendField(locator, this, "provinciaCreditoreEffettivo", buffer, theProvinciaCreditoreEffettivo, (this.provinciaCreditoreEffettivo!= null)); } { String theStatoCreditoreEffettivo; theStatoCreditoreEffettivo = this.getStatoCreditoreEffettivo(); strategy.appendField(locator, this, "statoCreditoreEffettivo", buffer, theStatoCreditoreEffettivo, (this.statoCreditoreEffettivo!= null)); } { String thePartitaIvaCreditoreEffettivo; thePartitaIvaCreditoreEffettivo = this.getPartitaIvaCreditoreEffettivo(); strategy.appendField(locator, this, "partitaIvaCreditoreEffettivo", buffer, thePartitaIvaCreditoreEffettivo, (this.partitaIvaCreditoreEffettivo!= null)); } { String theCodiceFiscaleCreditoreEffettivo; theCodiceFiscaleCreditoreEffettivo = this.getCodiceFiscaleCreditoreEffettivo(); strategy.appendField(locator, this, "codiceFiscaleCreditoreEffettivo", buffer, theCodiceFiscaleCreditoreEffettivo, (this.codiceFiscaleCreditoreEffettivo!= null)); } return buffer; } } /** *

Java class for anonymous complex type. * *

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

         * <complexType>
         *   <complexContent>
         *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         *       <sequence>
         *         <element name="anagrafica_delegato">
         *           <simpleType>
         *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *             </restriction>
         *           </simpleType>
         *         </element>
         *         <element name="indirizzo_delegato" minOccurs="0">
         *           <simpleType>
         *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *             </restriction>
         *           </simpleType>
         *         </element>
         *         <element name="cap_delegato" minOccurs="0">
         *           <simpleType>
         *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *               <minLength value="1"/>
         *               <maxLength value="16"/>
         *             </restriction>
         *           </simpleType>
         *         </element>
         *         <element name="localita_delegato" minOccurs="0">
         *           <simpleType>
         *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *             </restriction>
         *           </simpleType>
         *         </element>
         *         <element name="provincia_delegato" minOccurs="0">
         *           <simpleType>
         *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *             </restriction>
         *           </simpleType>
         *         </element>
         *         <element name="stato_delegato" minOccurs="0">
         *           <simpleType>
         *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *               <minLength value="2"/>
         *               <maxLength value="2"/>
         *               <pattern value="[A-Z]{2,2}"/>
         *             </restriction>
         *           </simpleType>
         *         </element>
         *         <element name="codice_fiscale_delegato" minOccurs="0">
         *           <simpleType>
         *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *               <minLength value="1"/>
         *               <maxLength value="35"/>
         *             </restriction>
         *           </simpleType>
         *         </element>
         *       </sequence>
         *     </restriction>
         *   </complexContent>
         * </complexType>
         * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "anagraficaDelegato", "indirizzoDelegato", "capDelegato", "localitaDelegato", "provinciaDelegato", "statoDelegato", "codiceFiscaleDelegato" }) public static class Delegato implements Serializable, ToString2 { private final static long serialVersionUID = -1L; @XmlElement(name = "anagrafica_delegato", required = true) protected String anagraficaDelegato; @XmlElement(name = "indirizzo_delegato") protected String indirizzoDelegato; @XmlElement(name = "cap_delegato") protected String capDelegato; @XmlElement(name = "localita_delegato") protected String localitaDelegato; @XmlElement(name = "provincia_delegato") protected String provinciaDelegato; @XmlElement(name = "stato_delegato") protected String statoDelegato; @XmlElement(name = "codice_fiscale_delegato") protected String codiceFiscaleDelegato; /** * Gets the value of the anagraficaDelegato property. * * @return * possible object is * {@link String } * */ public String getAnagraficaDelegato() { return anagraficaDelegato; } /** * Sets the value of the anagraficaDelegato property. * * @param value * allowed object is * {@link String } * */ public void setAnagraficaDelegato(String value) { this.anagraficaDelegato = value; } /** * Gets the value of the indirizzoDelegato property. * * @return * possible object is * {@link String } * */ public String getIndirizzoDelegato() { return indirizzoDelegato; } /** * Sets the value of the indirizzoDelegato property. * * @param value * allowed object is * {@link String } * */ public void setIndirizzoDelegato(String value) { this.indirizzoDelegato = value; } /** * Gets the value of the capDelegato property. * * @return * possible object is * {@link String } * */ public String getCapDelegato() { return capDelegato; } /** * Sets the value of the capDelegato property. * * @param value * allowed object is * {@link String } * */ public void setCapDelegato(String value) { this.capDelegato = value; } /** * Gets the value of the localitaDelegato property. * * @return * possible object is * {@link String } * */ public String getLocalitaDelegato() { return localitaDelegato; } /** * Sets the value of the localitaDelegato property. * * @param value * allowed object is * {@link String } * */ public void setLocalitaDelegato(String value) { this.localitaDelegato = value; } /** * Gets the value of the provinciaDelegato property. * * @return * possible object is * {@link String } * */ public String getProvinciaDelegato() { return provinciaDelegato; } /** * Sets the value of the provinciaDelegato property. * * @param value * allowed object is * {@link String } * */ public void setProvinciaDelegato(String value) { this.provinciaDelegato = value; } /** * Gets the value of the statoDelegato property. * * @return * possible object is * {@link String } * */ public String getStatoDelegato() { return statoDelegato; } /** * Sets the value of the statoDelegato property. * * @param value * allowed object is * {@link String } * */ public void setStatoDelegato(String value) { this.statoDelegato = value; } /** * Gets the value of the codiceFiscaleDelegato property. * * @return * possible object is * {@link String } * */ public String getCodiceFiscaleDelegato() { return codiceFiscaleDelegato; } /** * Sets the value of the codiceFiscaleDelegato property. * * @param value * allowed object is * {@link String } * */ public void setCodiceFiscaleDelegato(String value) { this.codiceFiscaleDelegato = value; } public String toString() { final ToStringStrategy2 strategy = JAXBToStringStrategy.INSTANCE; final StringBuilder buffer = new StringBuilder(); append(null, buffer, strategy); return buffer.toString(); } public StringBuilder append(ObjectLocator locator, StringBuilder buffer, ToStringStrategy2 strategy) { strategy.appendStart(locator, this, buffer); appendFields(locator, buffer, strategy); strategy.appendEnd(locator, this, buffer); return buffer; } public StringBuilder appendFields(ObjectLocator locator, StringBuilder buffer, ToStringStrategy2 strategy) { { String theAnagraficaDelegato; theAnagraficaDelegato = this.getAnagraficaDelegato(); strategy.appendField(locator, this, "anagraficaDelegato", buffer, theAnagraficaDelegato, (this.anagraficaDelegato!= null)); } { String theIndirizzoDelegato; theIndirizzoDelegato = this.getIndirizzoDelegato(); strategy.appendField(locator, this, "indirizzoDelegato", buffer, theIndirizzoDelegato, (this.indirizzoDelegato!= null)); } { String theCapDelegato; theCapDelegato = this.getCapDelegato(); strategy.appendField(locator, this, "capDelegato", buffer, theCapDelegato, (this.capDelegato!= null)); } { String theLocalitaDelegato; theLocalitaDelegato = this.getLocalitaDelegato(); strategy.appendField(locator, this, "localitaDelegato", buffer, theLocalitaDelegato, (this.localitaDelegato!= null)); } { String theProvinciaDelegato; theProvinciaDelegato = this.getProvinciaDelegato(); strategy.appendField(locator, this, "provinciaDelegato", buffer, theProvinciaDelegato, (this.provinciaDelegato!= null)); } { String theStatoDelegato; theStatoDelegato = this.getStatoDelegato(); strategy.appendField(locator, this, "statoDelegato", buffer, theStatoDelegato, (this.statoDelegato!= null)); } { String theCodiceFiscaleDelegato; theCodiceFiscaleDelegato = this.getCodiceFiscaleDelegato(); strategy.appendField(locator, this, "codiceFiscaleDelegato", buffer, theCodiceFiscaleDelegato, (this.codiceFiscaleDelegato!= null)); } return buffer; } } /** *

Java class for anonymous complex type. * *

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

         * <complexType>
         *   <complexContent>
         *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         *       <sequence>
         *         <element name="numero_provvisorio" type="{}OnlyNumMax18"/>
         *         <element name="importo_provvisorio">
         *           <simpleType>
         *             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
         *               <totalDigits value="15"/>
         *               <fractionDigits value="2"/>
         *               <minInclusive value="0.01"/>
         *             </restriction>
         *           </simpleType>
         *         </element>
         *       </sequence>
         *     </restriction>
         *   </complexContent>
         * </complexType>
         * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "numeroProvvisorio", "importoProvvisorio" }) public static class Sospeso implements Serializable, ToString2 { private final static long serialVersionUID = -1L; @XmlElement(name = "numero_provvisorio") @XmlSchemaType(name = "nonNegativeInteger") protected long numeroProvvisorio; @XmlElement(name = "importo_provvisorio", required = true) protected BigDecimal importoProvvisorio; /** * Gets the value of the numeroProvvisorio property. * */ public long getNumeroProvvisorio() { return numeroProvvisorio; } /** * Sets the value of the numeroProvvisorio property. * */ public void setNumeroProvvisorio(long value) { this.numeroProvvisorio = value; } /** * Gets the value of the importoProvvisorio property. * * @return * possible object is * {@link BigDecimal } * */ public BigDecimal getImportoProvvisorio() { return importoProvvisorio; } /** * Sets the value of the importoProvvisorio property. * * @param value * allowed object is * {@link BigDecimal } * */ public void setImportoProvvisorio(BigDecimal value) { this.importoProvvisorio = value; } public String toString() { final ToStringStrategy2 strategy = JAXBToStringStrategy.INSTANCE; final StringBuilder buffer = new StringBuilder(); append(null, buffer, strategy); return buffer.toString(); } public StringBuilder append(ObjectLocator locator, StringBuilder buffer, ToStringStrategy2 strategy) { strategy.appendStart(locator, this, buffer); appendFields(locator, buffer, strategy); strategy.appendEnd(locator, this, buffer); return buffer; } public StringBuilder appendFields(ObjectLocator locator, StringBuilder buffer, ToStringStrategy2 strategy) { { long theNumeroProvvisorio; theNumeroProvvisorio = this.getNumeroProvvisorio(); strategy.appendField(locator, this, "numeroProvvisorio", buffer, theNumeroProvvisorio, true); } { BigDecimal theImportoProvvisorio; theImportoProvvisorio = this.getImportoProvvisorio(); strategy.appendField(locator, this, "importoProvvisorio", buffer, theImportoProvvisorio, (this.importoProvvisorio!= null)); } return buffer; } } /** *

Java class for anonymous complex type. * *

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

         * <complexType>
         *   <complexContent>
         *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         *       <sequence>
         *         <element name="data_effettiva_sospeso">
         *           <simpleType>
         *             <restriction base="{http://www.w3.org/2001/XMLSchema}date">
         *             </restriction>
         *           </simpleType>
         *         </element>
         *         <element name="codice_gestionale_provvisorio">
         *           <simpleType>
         *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *               <pattern value="[9]{3,4}[5-9]{1}"/>
         *             </restriction>
         *           </simpleType>
         *         </element>
         *       </sequence>
         *     </restriction>
         *   </complexContent>
         * </complexType>
         * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "dataEffettivaSospeso", "codiceGestionaleProvvisorio" }) public static class SospesoDaRegolarizzare implements Serializable, ToString2 { private final static long serialVersionUID = -1L; @XmlElement(name = "data_effettiva_sospeso", required = true) protected XMLGregorianCalendar dataEffettivaSospeso; @XmlElement(name = "codice_gestionale_provvisorio", required = true) protected String codiceGestionaleProvvisorio; /** * Gets the value of the dataEffettivaSospeso property. * * @return * possible object is * {@link XMLGregorianCalendar } * */ public XMLGregorianCalendar getDataEffettivaSospeso() { return dataEffettivaSospeso; } /** * Sets the value of the dataEffettivaSospeso property. * * @param value * allowed object is * {@link XMLGregorianCalendar } * */ public void setDataEffettivaSospeso(XMLGregorianCalendar value) { this.dataEffettivaSospeso = value; } /** * Gets the value of the codiceGestionaleProvvisorio property. * * @return * possible object is * {@link String } * */ public String getCodiceGestionaleProvvisorio() { return codiceGestionaleProvvisorio; } /** * Sets the value of the codiceGestionaleProvvisorio property. * * @param value * allowed object is * {@link String } * */ public void setCodiceGestionaleProvvisorio(String value) { this.codiceGestionaleProvvisorio = value; } public String toString() { final ToStringStrategy2 strategy = JAXBToStringStrategy.INSTANCE; final StringBuilder buffer = new StringBuilder(); append(null, buffer, strategy); return buffer.toString(); } public StringBuilder append(ObjectLocator locator, StringBuilder buffer, ToStringStrategy2 strategy) { strategy.appendStart(locator, this, buffer); appendFields(locator, buffer, strategy); strategy.appendEnd(locator, this, buffer); return buffer; } public StringBuilder appendFields(ObjectLocator locator, StringBuilder buffer, ToStringStrategy2 strategy) { { XMLGregorianCalendar theDataEffettivaSospeso; theDataEffettivaSospeso = this.getDataEffettivaSospeso(); strategy.appendField(locator, this, "dataEffettivaSospeso", buffer, theDataEffettivaSospeso, (this.dataEffettivaSospeso!= null)); } { String theCodiceGestionaleProvvisorio; theCodiceGestionaleProvvisorio = this.getCodiceGestionaleProvvisorio(); strategy.appendField(locator, this, "codiceGestionaleProvvisorio", buffer, theCodiceGestionaleProvvisorio, (this.codiceGestionaleProvvisorio!= null)); } return buffer; } } } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy