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

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

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


package it.siopeplus.giornaledicassa;

import java.io.Serializable;
import java.math.BigDecimal;
import 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.XmlType;
import org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy;
import org.jvnet.jaxb2_commons.lang.ToString2;
import org.jvnet.jaxb2_commons.lang.ToStringStrategy2;
import org.jvnet.jaxb2_commons.locator.ObjectLocator;


/**
 * 

Java class for anonymous complex type. * *

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

 * <complexType>
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <sequence>
 *         <element name="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" }) @XmlRootElement(name = "totali_esercizio", namespace = "") public class TotaliEsercizio implements Serializable, ToString2 { private final static long serialVersionUID = -1L; @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; } public String toString() { final ToStringStrategy2 strategy = JAXBToStringStrategy.INSTANCE; final StringBuilder buffer = new StringBuilder(); append(null, buffer, strategy); return buffer.toString(); } public StringBuilder append(ObjectLocator locator, StringBuilder buffer, ToStringStrategy2 strategy) { strategy.appendStart(locator, this, buffer); appendFields(locator, buffer, strategy); strategy.appendEnd(locator, this, buffer); return buffer; } public StringBuilder appendFields(ObjectLocator locator, StringBuilder buffer, ToStringStrategy2 strategy) { { BigDecimal theFondoDiCassa; theFondoDiCassa = this.getFondoDiCassa(); strategy.appendField(locator, this, "fondoDiCassa", buffer, theFondoDiCassa, (this.fondoDiCassa!= null)); } { BigDecimal theTotaleReversaliRiscosse; theTotaleReversaliRiscosse = this.getTotaleReversaliRiscosse(); strategy.appendField(locator, this, "totaleReversaliRiscosse", buffer, theTotaleReversaliRiscosse, (this.totaleReversaliRiscosse!= null)); } { BigDecimal theTotaleSospesiEntrata; theTotaleSospesiEntrata = this.getTotaleSospesiEntrata(); strategy.appendField(locator, this, "totaleSospesiEntrata", buffer, theTotaleSospesiEntrata, (this.totaleSospesiEntrata!= null)); } { BigDecimal theTotaleEntrate; theTotaleEntrate = this.getTotaleEntrate(); strategy.appendField(locator, this, "totaleEntrate", buffer, theTotaleEntrate, (this.totaleEntrate!= null)); } { BigDecimal theDeficitDiCassa; theDeficitDiCassa = this.getDeficitDiCassa(); strategy.appendField(locator, this, "deficitDiCassa", buffer, theDeficitDiCassa, (this.deficitDiCassa!= null)); } { BigDecimal theTotaleMandatiPagati; theTotaleMandatiPagati = this.getTotaleMandatiPagati(); strategy.appendField(locator, this, "totaleMandatiPagati", buffer, theTotaleMandatiPagati, (this.totaleMandatiPagati!= null)); } { BigDecimal theTotaleSospesiUscita; theTotaleSospesiUscita = this.getTotaleSospesiUscita(); strategy.appendField(locator, this, "totaleSospesiUscita", buffer, theTotaleSospesiUscita, (this.totaleSospesiUscita!= null)); } { BigDecimal theTotaleUscite; theTotaleUscite = this.getTotaleUscite(); strategy.appendField(locator, this, "totaleUscite", buffer, theTotaleUscite, (this.totaleUscite!= null)); } { BigDecimal theSaldoEsercizio; theSaldoEsercizio = this.getSaldoEsercizio(); strategy.appendField(locator, this, "saldoEsercizio", buffer, theSaldoEsercizio, (this.saldoEsercizio!= null)); } return buffer; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy