it.cnr.contab.doccont00.intcass.giornaliera.FlussoGiornaleDiCassa Maven / Gradle / Ivy
/*
* Copyright (C) 2019 Consiglio Nazionale delle Ricerche
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
*/
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2018.01.14 at 12:16:56 PM CET
//
package it.cnr.contab.doccont00.intcass.giornaliera;
import it.cnr.contab.doccont00.intcass.xmlbnl.AnyTAG;
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;
/**
* 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="codice_ABI_BT">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger">
* <minInclusive value="00001"/>
* <maxInclusive value="99999"/>
* </restriction>
* </simpleType>
* </element>
* <element name="identificativo_flusso">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* </restriction>
* </simpleType>
* </element>
* <element name="data_ora_creazione_flusso" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
* <element name="data_inizio_periodo_riferimento">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}date">
* </restriction>
* </simpleType>
* </element>
* <element name="data_fine_periodo_riferimento">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}date">
* </restriction>
* </simpleType>
* </element>
* <element name="codice_ente" minOccurs="0">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* </restriction>
* </simpleType>
* </element>
* <element name="descrizione_ente">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* </restriction>
* </simpleType>
* </element>
* <element name="codice_ente_BT">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* </restriction>
* </simpleType>
* </element>
* <element name="riferimento_ente" minOccurs="0">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* </restriction>
* </simpleType>
* </element>
* <element name="esercizio">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger">
* <minInclusive value="1999"/>
* <maxInclusive value="2099"/>
* </restriction>
* </simpleType>
* </element>
* <element name="informazioni_conto_evidenza" maxOccurs="unbounded">
* <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="tipo_movimento">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <enumeration value="ENTRATA"/>
* <enumeration value="USCITA"/>
* </restriction>
* </simpleType>
* </element>
* <element name="tipo_documento">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <enumeration value="REVERSALE"/>
* <enumeration value="MANDATO"/>
* <enumeration value="SOSPESO ENTRATA"/>
* <enumeration value="SOSPESO USCITA"/>
* <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" type="{}OnlyNumMax18"/>
* <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">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}date">
* </restriction>
* </simpleType>
* </element>
* <element name="data_valuta_ente" minOccurs="0">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}date">
* </restriction>
* </simpleType>
* </element>
* <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="BONIFICO BANCARIO E 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"/>
* </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="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"/>
* <pattern value="\d{5}"/>
* </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"/>
* <pattern value="\d{5}"/>
* </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">
* <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="numero_sospeso" type="{}OnlyNumMax18" minOccurs="0"/>
* <element name="dati_a_disposizione_BT" type="{}anyTAG" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="saldo_precedente_conto_evidenza">
* <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">
* <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">
* <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">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <totalDigits value="15"/>
* <fractionDigits value="2"/>
* </restriction>
* </simpleType>
* </element>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="saldo_complessivo_precedente">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <totalDigits value="15"/>
* <fractionDigits value="2"/>
* </restriction>
* </simpleType>
* </element>
* <element name="totale_complessivo_entrate">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <totalDigits value="15"/>
* <fractionDigits value="2"/>
* </restriction>
* </simpleType>
* </element>
* <element name="totale_complessivo_uscite">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <totalDigits value="15"/>
* <fractionDigits value="2"/>
* </restriction>
* </simpleType>
* </element>
* <element name="saldo_complessivo_finale">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <totalDigits value="15"/>
* <fractionDigits value="2"/>
* </restriction>
* </simpleType>
* </element>
* <element name="totali_esercizio" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="fondo_di_cassa">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <totalDigits value="15"/>
* <fractionDigits value="2"/>
* <minInclusive value="0"/>
* </restriction>
* </simpleType>
* </element>
* <element name="totale_reversali_riscosse">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <totalDigits value="15"/>
* <fractionDigits value="2"/>
* <minInclusive value="0"/>
* </restriction>
* </simpleType>
* </element>
* <element name="totale_sospesi_entrata">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <totalDigits value="15"/>
* <fractionDigits value="2"/>
* <minInclusive value="0"/>
* </restriction>
* </simpleType>
* </element>
* <element name="totale_entrate">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <totalDigits value="15"/>
* <fractionDigits value="2"/>
* <minInclusive value="0"/>
* </restriction>
* </simpleType>
* </element>
* <element name="deficit_di_cassa">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <totalDigits value="15"/>
* <fractionDigits value="2"/>
* <minInclusive value="0"/>
* </restriction>
* </simpleType>
* </element>
* <element name="totale_mandati_pagati">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <totalDigits value="15"/>
* <fractionDigits value="2"/>
* <minInclusive value="0"/>
* </restriction>
* </simpleType>
* </element>
* <element name="totale_sospesi_uscita">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <totalDigits value="15"/>
* <fractionDigits value="2"/>
* <minInclusive value="0"/>
* </restriction>
* </simpleType>
* </element>
* <element name="totale_uscite">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <totalDigits value="15"/>
* <fractionDigits value="2"/>
* <minInclusive value="0"/>
* </restriction>
* </simpleType>
* </element>
* <element name="saldo_esercizio">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <totalDigits value="15"/>
* <fractionDigits value="2"/>
* </restriction>
* </simpleType>
* </element>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="totali_disponibilita_liquide" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="saldo_conti_correnti">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <totalDigits value="15"/>
* <fractionDigits value="2"/>
* </restriction>
* </simpleType>
* </element>
* <element name="saldo_conti_BI" minOccurs="0">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <totalDigits value="15"/>
* <fractionDigits value="2"/>
* <minInclusive value="0"/>
* </restriction>
* </simpleType>
* </element>
* <element name="totale_conti" minOccurs="0">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <totalDigits value="15"/>
* <fractionDigits value="2"/>
* </restriction>
* </simpleType>
* </element>
* <element name="vincoli_conti_correnti" minOccurs="0">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <totalDigits value="15"/>
* <fractionDigits value="2"/>
* </restriction>
* </simpleType>
* </element>
* <element name="vincoli_conti_BI" minOccurs="0">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <totalDigits value="15"/>
* <fractionDigits value="2"/>
* </restriction>
* </simpleType>
* </element>
* <element name="totale_vincoli" minOccurs="0">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <totalDigits value="15"/>
* <fractionDigits value="2"/>
* </restriction>
* </simpleType>
* </element>
* <element name="anticipazione_accordata">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <totalDigits value="15"/>
* <fractionDigits value="2"/>
* <minInclusive value="0"/>
* </restriction>
* </simpleType>
* </element>
* <element name="anticipazione_utilizzata">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <totalDigits value="15"/>
* <fractionDigits value="2"/>
* <minInclusive value="0"/>
* </restriction>
* </simpleType>
* </element>
* <element name="disponibilita">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <totalDigits value="15"/>
* <fractionDigits value="2"/>
* </restriction>
* </simpleType>
* </element>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"codiceABIBT",
"identificativoFlusso",
"dataOraCreazioneFlusso",
"dataInizioPeriodoRiferimento",
"dataFinePeriodoRiferimento",
"codiceEnte",
"descrizioneEnte",
"codiceEnteBT",
"riferimentoEnte",
"esercizio",
"informazioniContoEvidenza",
"saldoComplessivoPrecedente",
"totaleComplessivoEntrate",
"totaleComplessivoUscite",
"saldoComplessivoFinale",
"totaliEsercizio",
"totaliDisponibilitaLiquide"
})
@XmlRootElement(name = "flusso_giornale_di_cassa")
public class FlussoGiornaleDiCassa {
@XmlElement(name = "codice_ABI_BT")
protected int codiceABIBT;
@XmlElement(name = "identificativo_flusso", required = true)
protected String identificativoFlusso;
@XmlElement(name = "data_ora_creazione_flusso", required = true)
@XmlSchemaType(name = "dateTime")
protected XMLGregorianCalendar dataOraCreazioneFlusso;
@XmlElement(name = "data_inizio_periodo_riferimento", required = true)
protected XMLGregorianCalendar dataInizioPeriodoRiferimento;
@XmlElement(name = "data_fine_periodo_riferimento", required = true)
protected XMLGregorianCalendar dataFinePeriodoRiferimento;
@XmlElement(name = "codice_ente")
protected String codiceEnte;
@XmlElement(name = "descrizione_ente", required = true)
protected String descrizioneEnte;
@XmlElement(name = "codice_ente_BT", required = true)
protected String codiceEnteBT;
@XmlElement(name = "riferimento_ente")
protected String riferimentoEnte;
protected int esercizio;
@XmlElement(name = "informazioni_conto_evidenza", required = true)
protected List informazioniContoEvidenza;
@XmlElement(name = "saldo_complessivo_precedente", required = true)
protected BigDecimal saldoComplessivoPrecedente;
@XmlElement(name = "totale_complessivo_entrate", required = true)
protected BigDecimal totaleComplessivoEntrate;
@XmlElement(name = "totale_complessivo_uscite", required = true)
protected BigDecimal totaleComplessivoUscite;
@XmlElement(name = "saldo_complessivo_finale", required = true)
protected BigDecimal saldoComplessivoFinale;
@XmlElement(name = "totali_esercizio")
protected FlussoGiornaleDiCassa.TotaliEsercizio totaliEsercizio;
@XmlElement(name = "totali_disponibilita_liquide")
protected FlussoGiornaleDiCassa.TotaliDisponibilitaLiquide totaliDisponibilitaLiquide;
/**
* Gets the value of the codiceABIBT property.
*
*/
public int getCodiceABIBT() {
return codiceABIBT;
}
/**
* Sets the value of the codiceABIBT property.
*
*/
public void setCodiceABIBT(int value) {
this.codiceABIBT = value;
}
/**
* 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 dataOraCreazioneFlusso property.
*
* @return
* possible object is
* {@link XMLGregorianCalendar }
*
*/
public XMLGregorianCalendar getDataOraCreazioneFlusso() {
return dataOraCreazioneFlusso;
}
/**
* Sets the value of the dataOraCreazioneFlusso property.
*
* @param value
* allowed object is
* {@link XMLGregorianCalendar }
*
*/
public void setDataOraCreazioneFlusso(XMLGregorianCalendar value) {
this.dataOraCreazioneFlusso = value;
}
/**
* Gets the value of the dataInizioPeriodoRiferimento property.
*
* @return
* possible object is
* {@link XMLGregorianCalendar }
*
*/
public XMLGregorianCalendar getDataInizioPeriodoRiferimento() {
return dataInizioPeriodoRiferimento;
}
/**
* Sets the value of the dataInizioPeriodoRiferimento property.
*
* @param value
* allowed object is
* {@link XMLGregorianCalendar }
*
*/
public void setDataInizioPeriodoRiferimento(XMLGregorianCalendar value) {
this.dataInizioPeriodoRiferimento = value;
}
/**
* Gets the value of the dataFinePeriodoRiferimento property.
*
* @return
* possible object is
* {@link XMLGregorianCalendar }
*
*/
public XMLGregorianCalendar getDataFinePeriodoRiferimento() {
return dataFinePeriodoRiferimento;
}
/**
* Sets the value of the dataFinePeriodoRiferimento property.
*
* @param value
* allowed object is
* {@link XMLGregorianCalendar }
*
*/
public void setDataFinePeriodoRiferimento(XMLGregorianCalendar value) {
this.dataFinePeriodoRiferimento = value;
}
/**
* Gets the value of the codiceEnte property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCodiceEnte() {
return codiceEnte;
}
/**
* Sets the value of the codiceEnte property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCodiceEnte(String value) {
this.codiceEnte = value;
}
/**
* Gets the value of the descrizioneEnte property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getDescrizioneEnte() {
return descrizioneEnte;
}
/**
* Sets the value of the descrizioneEnte property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setDescrizioneEnte(String value) {
this.descrizioneEnte = value;
}
/**
* Gets the value of the codiceEnteBT property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCodiceEnteBT() {
return codiceEnteBT;
}
/**
* Sets the value of the codiceEnteBT property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCodiceEnteBT(String value) {
this.codiceEnteBT = value;
}
/**
* Gets the value of the riferimentoEnte property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getRiferimentoEnte() {
return riferimentoEnte;
}
/**
* Sets the value of the riferimentoEnte property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setRiferimentoEnte(String value) {
this.riferimentoEnte = value;
}
/**
* Gets the value of the esercizio property.
*
*/
public int getEsercizio() {
return esercizio;
}
/**
* Sets the value of the esercizio property.
*
*/
public void setEsercizio(int value) {
this.esercizio = value;
}
/**
* Gets the value of the informazioniContoEvidenza 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 informazioniContoEvidenza property.
*
*
* For example, to add a new item, do as follows:
*
* getInformazioniContoEvidenza().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link FlussoGiornaleDiCassa.InformazioniContoEvidenza }
*
*
*/
public List getInformazioniContoEvidenza() {
if (informazioniContoEvidenza == null) {
informazioniContoEvidenza = new ArrayList();
}
return this.informazioniContoEvidenza;
}
/**
* Gets the value of the saldoComplessivoPrecedente property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
public BigDecimal getSaldoComplessivoPrecedente() {
return saldoComplessivoPrecedente;
}
/**
* Sets the value of the saldoComplessivoPrecedente property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public void setSaldoComplessivoPrecedente(BigDecimal value) {
this.saldoComplessivoPrecedente = value;
}
/**
* Gets the value of the totaleComplessivoEntrate property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
public BigDecimal getTotaleComplessivoEntrate() {
return totaleComplessivoEntrate;
}
/**
* Sets the value of the totaleComplessivoEntrate property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public void setTotaleComplessivoEntrate(BigDecimal value) {
this.totaleComplessivoEntrate = value;
}
/**
* Gets the value of the totaleComplessivoUscite property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
public BigDecimal getTotaleComplessivoUscite() {
return totaleComplessivoUscite;
}
/**
* Sets the value of the totaleComplessivoUscite property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public void setTotaleComplessivoUscite(BigDecimal value) {
this.totaleComplessivoUscite = value;
}
/**
* Gets the value of the saldoComplessivoFinale property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
public BigDecimal getSaldoComplessivoFinale() {
return saldoComplessivoFinale;
}
/**
* Sets the value of the saldoComplessivoFinale property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public void setSaldoComplessivoFinale(BigDecimal value) {
this.saldoComplessivoFinale = value;
}
/**
* Gets the value of the totaliEsercizio property.
*
* @return
* possible object is
* {@link FlussoGiornaleDiCassa.TotaliEsercizio }
*
*/
public FlussoGiornaleDiCassa.TotaliEsercizio getTotaliEsercizio() {
return totaliEsercizio;
}
/**
* Sets the value of the totaliEsercizio property.
*
* @param value
* allowed object is
* {@link FlussoGiornaleDiCassa.TotaliEsercizio }
*
*/
public void setTotaliEsercizio(FlussoGiornaleDiCassa.TotaliEsercizio value) {
this.totaliEsercizio = value;
}
/**
* Gets the value of the totaliDisponibilitaLiquide property.
*
* @return
* possible object is
* {@link FlussoGiornaleDiCassa.TotaliDisponibilitaLiquide }
*
*/
public FlussoGiornaleDiCassa.TotaliDisponibilitaLiquide getTotaliDisponibilitaLiquide() {
return totaliDisponibilitaLiquide;
}
/**
* Sets the value of the totaliDisponibilitaLiquide property.
*
* @param value
* allowed object is
* {@link FlussoGiornaleDiCassa.TotaliDisponibilitaLiquide }
*
*/
public void setTotaliDisponibilitaLiquide(FlussoGiornaleDiCassa.TotaliDisponibilitaLiquide value) {
this.totaliDisponibilitaLiquide = value;
}
/**
* 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="tipo_movimento">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <enumeration value="ENTRATA"/>
* <enumeration value="USCITA"/>
* </restriction>
* </simpleType>
* </element>
* <element name="tipo_documento">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <enumeration value="REVERSALE"/>
* <enumeration value="MANDATO"/>
* <enumeration value="SOSPESO ENTRATA"/>
* <enumeration value="SOSPESO USCITA"/>
* <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" type="{}OnlyNumMax18"/>
* <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">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}date">
* </restriction>
* </simpleType>
* </element>
* <element name="data_valuta_ente" minOccurs="0">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}date">
* </restriction>
* </simpleType>
* </element>
* <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="BONIFICO BANCARIO E 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"/>
* </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="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"/>
* <pattern value="\d{5}"/>
* </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"/>
* <pattern value="\d{5}"/>
* </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">
* <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="numero_sospeso" type="{}OnlyNumMax18" minOccurs="0"/>
* <element name="dati_a_disposizione_BT" type="{}anyTAG" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="saldo_precedente_conto_evidenza">
* <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">
* <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">
* <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">
* <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"
})
public static class InformazioniContoEvidenza {
@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", required = true)
protected BigDecimal saldoPrecedenteContoEvidenza;
@XmlElement(name = "totale_entrate_conto_evidenza", required = true)
protected BigDecimal totaleEntrateContoEvidenza;
@XmlElement(name = "totale_uscite_conto_evidenza", required = true)
protected BigDecimal totaleUsciteContoEvidenza;
@XmlElement(name = "saldo_finale_conto_evidenza", required = true)
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 FlussoGiornaleDiCassa.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;
}
/**
* 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="tipo_movimento">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <enumeration value="ENTRATA"/>
* <enumeration value="USCITA"/>
* </restriction>
* </simpleType>
* </element>
* <element name="tipo_documento">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <enumeration value="REVERSALE"/>
* <enumeration value="MANDATO"/>
* <enumeration value="SOSPESO ENTRATA"/>
* <enumeration value="SOSPESO USCITA"/>
* <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" type="{}OnlyNumMax18"/>
* <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">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}date">
* </restriction>
* </simpleType>
* </element>
* <element name="data_valuta_ente" minOccurs="0">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}date">
* </restriction>
* </simpleType>
* </element>
* <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="BONIFICO BANCARIO E 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"/>
* </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="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"/>
* <pattern value="\d{5}"/>
* </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"/>
* <pattern value="\d{5}"/>
* </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">
* <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="numero_sospeso" type="{}OnlyNumMax18" minOccurs="0"/>
* <element name="dati_a_disposizione_BT" type="{}anyTAG" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"tipoMovimento",
"tipoDocumento",
"tipoOperazione",
"numeroDocumento",
"tipologiaPagamentoFunzionarioDelegato",
"numeroPagamentoFunzionarioDelegato",
"progressivoDocumento",
"importo",
"importoRitenute",
"numeroBollettaQuietanza",
"numeroBollettaQuietanzaStorno",
"dataMovimento",
"dataValutaEnte",
"tipoEsecuzione",
"coordinate",
"codiceRiferimentoOperazione",
"codiceRiferimentoInterno",
"tipoContabilita",
"destinazione",
"assoggettamentoBollo",
"importoBollo",
"assoggettamentoSpese",
"importoSpese",
"assoggettamentoCommissioni",
"importoCommissioni",
"cliente",
"delegato",
"creditoreEffettivo",
"causale",
"numeroSospeso",
"datiADisposizioneBT"
})
public static class MovimentoContoEvidenza {
@XmlElement(name = "tipo_movimento", required = true)
protected String tipoMovimento;
@XmlElement(name = "tipo_documento", required = true)
protected String tipoDocumento;
@XmlElement(name = "tipo_operazione", required = true)
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)
protected XMLGregorianCalendar dataMovimento;
@XmlElement(name = "data_valuta_ente")
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 = "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 FlussoGiornaleDiCassa.InformazioniContoEvidenza.MovimentoContoEvidenza.Cliente cliente;
protected FlussoGiornaleDiCassa.InformazioniContoEvidenza.MovimentoContoEvidenza.Delegato delegato;
@XmlElement(name = "creditore_effettivo")
protected FlussoGiornaleDiCassa.InformazioniContoEvidenza.MovimentoContoEvidenza.CreditoreEffettivo creditoreEffettivo;
@XmlElement(required = true)
protected String causale;
@XmlElement(name = "numero_sospeso")
protected Long numeroSospeso;
@XmlElement(name = "dati_a_disposizione_BT")
protected AnyTAG datiADisposizioneBT;
/**
* 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 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.
*
*/
public long getNumeroDocumento() {
return numeroDocumento;
}
/**
* Sets the value of the numeroDocumento property.
*
*/
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 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 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 FlussoGiornaleDiCassa.InformazioniContoEvidenza.MovimentoContoEvidenza.Cliente }
*
*/
public FlussoGiornaleDiCassa.InformazioniContoEvidenza.MovimentoContoEvidenza.Cliente getCliente() {
return cliente;
}
/**
* Sets the value of the cliente property.
*
* @param value
* allowed object is
* {@link FlussoGiornaleDiCassa.InformazioniContoEvidenza.MovimentoContoEvidenza.Cliente }
*
*/
public void setCliente(FlussoGiornaleDiCassa.InformazioniContoEvidenza.MovimentoContoEvidenza.Cliente value) {
this.cliente = value;
}
/**
* Gets the value of the delegato property.
*
* @return
* possible object is
* {@link FlussoGiornaleDiCassa.InformazioniContoEvidenza.MovimentoContoEvidenza.Delegato }
*
*/
public FlussoGiornaleDiCassa.InformazioniContoEvidenza.MovimentoContoEvidenza.Delegato getDelegato() {
return delegato;
}
/**
* Sets the value of the delegato property.
*
* @param value
* allowed object is
* {@link FlussoGiornaleDiCassa.InformazioniContoEvidenza.MovimentoContoEvidenza.Delegato }
*
*/
public void setDelegato(FlussoGiornaleDiCassa.InformazioniContoEvidenza.MovimentoContoEvidenza.Delegato value) {
this.delegato = value;
}
/**
* Gets the value of the creditoreEffettivo property.
*
* @return
* possible object is
* {@link FlussoGiornaleDiCassa.InformazioniContoEvidenza.MovimentoContoEvidenza.CreditoreEffettivo }
*
*/
public FlussoGiornaleDiCassa.InformazioniContoEvidenza.MovimentoContoEvidenza.CreditoreEffettivo getCreditoreEffettivo() {
return creditoreEffettivo;
}
/**
* Sets the value of the creditoreEffettivo property.
*
* @param value
* allowed object is
* {@link FlussoGiornaleDiCassa.InformazioniContoEvidenza.MovimentoContoEvidenza.CreditoreEffettivo }
*
*/
public void setCreditoreEffettivo(FlussoGiornaleDiCassa.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 numeroSospeso property.
*
* @return
* possible object is
* {@link Long }
*
*/
public Long getNumeroSospeso() {
return numeroSospeso;
}
/**
* Sets the value of the numeroSospeso property.
*
* @param value
* allowed object is
* {@link Long }
*
*/
public void setNumeroSospeso(Long value) {
this.numeroSospeso = value;
}
/**
* 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;
}
/**
* 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"/>
* <pattern value="\d{5}"/>
* </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 {
@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;
}
}
/**
* 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">
* <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 {
@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", required = true)
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;
}
}
/**
* 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"/>
* <pattern value="\d{5}"/>
* </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 {
@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;
}
}
}
}
/**
* 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="saldo_conti_correnti">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <totalDigits value="15"/>
* <fractionDigits value="2"/>
* </restriction>
* </simpleType>
* </element>
* <element name="saldo_conti_BI" minOccurs="0">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <totalDigits value="15"/>
* <fractionDigits value="2"/>
* <minInclusive value="0"/>
* </restriction>
* </simpleType>
* </element>
* <element name="totale_conti" minOccurs="0">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <totalDigits value="15"/>
* <fractionDigits value="2"/>
* </restriction>
* </simpleType>
* </element>
* <element name="vincoli_conti_correnti" minOccurs="0">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <totalDigits value="15"/>
* <fractionDigits value="2"/>
* </restriction>
* </simpleType>
* </element>
* <element name="vincoli_conti_BI" minOccurs="0">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <totalDigits value="15"/>
* <fractionDigits value="2"/>
* </restriction>
* </simpleType>
* </element>
* <element name="totale_vincoli" minOccurs="0">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <totalDigits value="15"/>
* <fractionDigits value="2"/>
* </restriction>
* </simpleType>
* </element>
* <element name="anticipazione_accordata">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <totalDigits value="15"/>
* <fractionDigits value="2"/>
* <minInclusive value="0"/>
* </restriction>
* </simpleType>
* </element>
* <element name="anticipazione_utilizzata">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <totalDigits value="15"/>
* <fractionDigits value="2"/>
* <minInclusive value="0"/>
* </restriction>
* </simpleType>
* </element>
* <element name="disponibilita">
* <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 = {
"saldoContiCorrenti",
"saldoContiBI",
"totaleConti",
"vincoliContiCorrenti",
"vincoliContiBI",
"totaleVincoli",
"anticipazioneAccordata",
"anticipazioneUtilizzata",
"disponibilita"
})
public static class TotaliDisponibilitaLiquide {
@XmlElement(name = "saldo_conti_correnti", required = true)
protected BigDecimal saldoContiCorrenti;
@XmlElement(name = "saldo_conti_BI")
protected BigDecimal saldoContiBI;
@XmlElement(name = "totale_conti")
protected BigDecimal totaleConti;
@XmlElement(name = "vincoli_conti_correnti")
protected BigDecimal vincoliContiCorrenti;
@XmlElement(name = "vincoli_conti_BI")
protected BigDecimal vincoliContiBI;
@XmlElement(name = "totale_vincoli")
protected BigDecimal totaleVincoli;
@XmlElement(name = "anticipazione_accordata", required = true)
protected BigDecimal anticipazioneAccordata;
@XmlElement(name = "anticipazione_utilizzata", required = true)
protected BigDecimal anticipazioneUtilizzata;
@XmlElement(required = true)
protected BigDecimal disponibilita;
/**
* Gets the value of the saldoContiCorrenti property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
public BigDecimal getSaldoContiCorrenti() {
return saldoContiCorrenti;
}
/**
* Sets the value of the saldoContiCorrenti property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public void setSaldoContiCorrenti(BigDecimal value) {
this.saldoContiCorrenti = value;
}
/**
* Gets the value of the saldoContiBI property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
public BigDecimal getSaldoContiBI() {
return saldoContiBI;
}
/**
* Sets the value of the saldoContiBI property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public void setSaldoContiBI(BigDecimal value) {
this.saldoContiBI = value;
}
/**
* Gets the value of the totaleConti property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
public BigDecimal getTotaleConti() {
return totaleConti;
}
/**
* Sets the value of the totaleConti property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public void setTotaleConti(BigDecimal value) {
this.totaleConti = value;
}
/**
* Gets the value of the vincoliContiCorrenti property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
public BigDecimal getVincoliContiCorrenti() {
return vincoliContiCorrenti;
}
/**
* Sets the value of the vincoliContiCorrenti property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public void setVincoliContiCorrenti(BigDecimal value) {
this.vincoliContiCorrenti = value;
}
/**
* Gets the value of the vincoliContiBI property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
public BigDecimal getVincoliContiBI() {
return vincoliContiBI;
}
/**
* Sets the value of the vincoliContiBI property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public void setVincoliContiBI(BigDecimal value) {
this.vincoliContiBI = value;
}
/**
* Gets the value of the totaleVincoli property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
public BigDecimal getTotaleVincoli() {
return totaleVincoli;
}
/**
* Sets the value of the totaleVincoli property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public void setTotaleVincoli(BigDecimal value) {
this.totaleVincoli = value;
}
/**
* Gets the value of the anticipazioneAccordata property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
public BigDecimal getAnticipazioneAccordata() {
return anticipazioneAccordata;
}
/**
* Sets the value of the anticipazioneAccordata property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public void setAnticipazioneAccordata(BigDecimal value) {
this.anticipazioneAccordata = value;
}
/**
* Gets the value of the anticipazioneUtilizzata property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
public BigDecimal getAnticipazioneUtilizzata() {
return anticipazioneUtilizzata;
}
/**
* Sets the value of the anticipazioneUtilizzata property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public void setAnticipazioneUtilizzata(BigDecimal value) {
this.anticipazioneUtilizzata = value;
}
/**
* Gets the value of the disponibilita property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
public BigDecimal getDisponibilita() {
return disponibilita;
}
/**
* Sets the value of the disponibilita property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public void setDisponibilita(BigDecimal value) {
this.disponibilita = value;
}
}
/**
* 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="fondo_di_cassa">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <totalDigits value="15"/>
* <fractionDigits value="2"/>
* <minInclusive value="0"/>
* </restriction>
* </simpleType>
* </element>
* <element name="totale_reversali_riscosse">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <totalDigits value="15"/>
* <fractionDigits value="2"/>
* <minInclusive value="0"/>
* </restriction>
* </simpleType>
* </element>
* <element name="totale_sospesi_entrata">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <totalDigits value="15"/>
* <fractionDigits value="2"/>
* <minInclusive value="0"/>
* </restriction>
* </simpleType>
* </element>
* <element name="totale_entrate">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <totalDigits value="15"/>
* <fractionDigits value="2"/>
* <minInclusive value="0"/>
* </restriction>
* </simpleType>
* </element>
* <element name="deficit_di_cassa">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <totalDigits value="15"/>
* <fractionDigits value="2"/>
* <minInclusive value="0"/>
* </restriction>
* </simpleType>
* </element>
* <element name="totale_mandati_pagati">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <totalDigits value="15"/>
* <fractionDigits value="2"/>
* <minInclusive value="0"/>
* </restriction>
* </simpleType>
* </element>
* <element name="totale_sospesi_uscita">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <totalDigits value="15"/>
* <fractionDigits value="2"/>
* <minInclusive value="0"/>
* </restriction>
* </simpleType>
* </element>
* <element name="totale_uscite">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <totalDigits value="15"/>
* <fractionDigits value="2"/>
* <minInclusive value="0"/>
* </restriction>
* </simpleType>
* </element>
* <element name="saldo_esercizio">
* <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 = {
"fondoDiCassa",
"totaleReversaliRiscosse",
"totaleSospesiEntrata",
"totaleEntrate",
"deficitDiCassa",
"totaleMandatiPagati",
"totaleSospesiUscita",
"totaleUscite",
"saldoEsercizio"
})
public static class TotaliEsercizio {
@XmlElement(name = "fondo_di_cassa", required = true)
protected BigDecimal fondoDiCassa;
@XmlElement(name = "totale_reversali_riscosse", required = true)
protected BigDecimal totaleReversaliRiscosse;
@XmlElement(name = "totale_sospesi_entrata", required = true)
protected BigDecimal totaleSospesiEntrata;
@XmlElement(name = "totale_entrate", required = true)
protected BigDecimal totaleEntrate;
@XmlElement(name = "deficit_di_cassa", required = true)
protected BigDecimal deficitDiCassa;
@XmlElement(name = "totale_mandati_pagati", required = true)
protected BigDecimal totaleMandatiPagati;
@XmlElement(name = "totale_sospesi_uscita", required = true)
protected BigDecimal totaleSospesiUscita;
@XmlElement(name = "totale_uscite", required = true)
protected BigDecimal totaleUscite;
@XmlElement(name = "saldo_esercizio", required = true)
protected BigDecimal saldoEsercizio;
/**
* Gets the value of the fondoDiCassa property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
public BigDecimal getFondoDiCassa() {
return fondoDiCassa;
}
/**
* Sets the value of the fondoDiCassa property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public void setFondoDiCassa(BigDecimal value) {
this.fondoDiCassa = value;
}
/**
* Gets the value of the totaleReversaliRiscosse property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
public BigDecimal getTotaleReversaliRiscosse() {
return totaleReversaliRiscosse;
}
/**
* Sets the value of the totaleReversaliRiscosse property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public void setTotaleReversaliRiscosse(BigDecimal value) {
this.totaleReversaliRiscosse = value;
}
/**
* Gets the value of the totaleSospesiEntrata property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
public BigDecimal getTotaleSospesiEntrata() {
return totaleSospesiEntrata;
}
/**
* Sets the value of the totaleSospesiEntrata property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public void setTotaleSospesiEntrata(BigDecimal value) {
this.totaleSospesiEntrata = value;
}
/**
* Gets the value of the totaleEntrate property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
public BigDecimal getTotaleEntrate() {
return totaleEntrate;
}
/**
* Sets the value of the totaleEntrate property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public void setTotaleEntrate(BigDecimal value) {
this.totaleEntrate = value;
}
/**
* Gets the value of the deficitDiCassa property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
public BigDecimal getDeficitDiCassa() {
return deficitDiCassa;
}
/**
* Sets the value of the deficitDiCassa property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public void setDeficitDiCassa(BigDecimal value) {
this.deficitDiCassa = value;
}
/**
* Gets the value of the totaleMandatiPagati property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
public BigDecimal getTotaleMandatiPagati() {
return totaleMandatiPagati;
}
/**
* Sets the value of the totaleMandatiPagati property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public void setTotaleMandatiPagati(BigDecimal value) {
this.totaleMandatiPagati = value;
}
/**
* Gets the value of the totaleSospesiUscita property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
public BigDecimal getTotaleSospesiUscita() {
return totaleSospesiUscita;
}
/**
* Sets the value of the totaleSospesiUscita property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public void setTotaleSospesiUscita(BigDecimal value) {
this.totaleSospesiUscita = value;
}
/**
* Gets the value of the totaleUscite property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
public BigDecimal getTotaleUscite() {
return totaleUscite;
}
/**
* Sets the value of the totaleUscite property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public void setTotaleUscite(BigDecimal value) {
this.totaleUscite = value;
}
/**
* Gets the value of the saldoEsercizio property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
public BigDecimal getSaldoEsercizio() {
return saldoEsercizio;
}
/**
* Sets the value of the saldoEsercizio property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public void setSaldoEsercizio(BigDecimal value) {
this.saldoEsercizio = value;
}
}
}