it.cnr.contab.incarichi00.xmlfp.Comunicazione 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, v2.1-b02-fcs
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2010.03.12 at 02:57:51 PM CET
//
package it.cnr.contab.incarichi00.xmlfp;
import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.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">
* <choice>
* <element name="consulenti">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="nuovoIncarico" maxOccurs="1000" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <choice>
* <element name="incaricatoAzienda">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="partitaIva" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="denominazione" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="estero" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
* <attribute name="codiceComuneSede" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="tipologiaConsulente" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="incaricatoPersona">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="codiceFiscalePartitaIva" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="cognome" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="nome" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="estero" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
* <attribute name="dataNascita" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="sesso" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="tipologiaConsulente" type="{http://www.w3.org/2001/XMLSchema}string" fixed="P1" />
* </restriction>
* </complexContent>
* </complexType>
* </element>
* </choice>
* <element name="nuovoPagamento" maxOccurs="unbounded" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="anno" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
* <attribute name="semestre" use="required">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}int">
* <minInclusive value="1"/>
* <maxInclusive value="2"/>
* </restriction>
* </simpleType>
* </attribute>
* <attribute name="importo" use="required">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <fractionDigits value="2"/>
* <minExclusive value="0"/>
* </restriction>
* </simpleType>
* </attribute>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* </sequence>
* <attribute name="codiceEnte" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="annoRiferimento" use="required">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}int">
* <minInclusive value="1995"/>
* <maxInclusive value="2020"/>
* </restriction>
* </simpleType>
* </attribute>
* <attribute name="semestreRiferimento" use="required">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}int">
* <minInclusive value="1"/>
* <maxInclusive value="2"/>
* </restriction>
* </simpleType>
* </attribute>
* <attribute name="modalitaAcquisizione" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="tipoRapporto" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="attivitaEconomica" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="descrizioneIncarico" use="required">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <maxLength value="200"/>
* </restriction>
* </simpleType>
* </attribute>
* <attribute name="dataInizio" use="required" type="{http://www.w3.org/2001/XMLSchema}date" />
* <attribute name="dataFine" type="{http://www.w3.org/2001/XMLSchema}date" />
* <attribute name="variazioniIncarico" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="importoPrevisto" use="required">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <fractionDigits value="2"/>
* <minExclusive value="0"/>
* </restriction>
* </simpleType>
* </attribute>
* <attribute name="saldo" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
* <attribute name="riferimentoRegolamento" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="cancellaIncarico" maxOccurs="1000" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}long" />
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="modificaIncarico" maxOccurs="1000" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="nuovoPagamento" maxOccurs="unbounded" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="anno" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
* <attribute name="semestre" use="required">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}int">
* <minInclusive value="1"/>
* <maxInclusive value="2"/>
* </restriction>
* </simpleType>
* </attribute>
* <attribute name="importo" use="required">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <fractionDigits value="2"/>
* <minExclusive value="0"/>
* </restriction>
* </simpleType>
* </attribute>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="modificaPagamento" maxOccurs="unbounded" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="anno" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
* <attribute name="semestre" use="required">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}int">
* <minInclusive value="1"/>
* <maxInclusive value="2"/>
* </restriction>
* </simpleType>
* </attribute>
* <attribute name="importo" use="required">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <fractionDigits value="2"/>
* <minExclusive value="0"/>
* </restriction>
* </simpleType>
* </attribute>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="cancellaPagamento" maxOccurs="unbounded" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="anno" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
* <attribute name="semestre" use="required">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}int">
* <minInclusive value="1"/>
* <maxInclusive value="2"/>
* </restriction>
* </simpleType>
* </attribute>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* </sequence>
* <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}long" />
* <attribute name="modalitaAcquisizione" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="tipoRapporto" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="attivitaEconomica" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="descrizioneIncarico" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="dataInizio" type="{http://www.w3.org/2001/XMLSchema}date" />
* <attribute name="dataFine" type="{http://www.w3.org/2001/XMLSchema}date" />
* <attribute name="variazioniIncarico" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="importoPrevisto" use="required">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <fractionDigits value="2"/>
* <minExclusive value="0"/>
* </restriction>
* </simpleType>
* </attribute>
* <attribute name="saldo" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
* <attribute name="riferimentoRegolamento" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="saldoIncarico" maxOccurs="1000" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="nuovoPagamento" maxOccurs="unbounded" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="anno" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
* <attribute name="semestre" use="required">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}int">
* <minInclusive value="1"/>
* <maxInclusive value="2"/>
* </restriction>
* </simpleType>
* </attribute>
* <attribute name="importo" use="required">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <fractionDigits value="2"/>
* <minExclusive value="0"/>
* </restriction>
* </simpleType>
* </attribute>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="modificaPagamento" maxOccurs="unbounded" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="anno" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
* <attribute name="semestre" use="required">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}int">
* <minInclusive value="1"/>
* <maxInclusive value="2"/>
* </restriction>
* </simpleType>
* </attribute>
* <attribute name="importo" use="required">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <fractionDigits value="2"/>
* <minExclusive value="0"/>
* </restriction>
* </simpleType>
* </attribute>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="cancellaPagamento" maxOccurs="unbounded" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="anno" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
* <attribute name="semestre" use="required">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}int">
* <minInclusive value="1"/>
* <maxInclusive value="2"/>
* </restriction>
* </simpleType>
* </attribute>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* </sequence>
* <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}long" />
* <attribute name="saldo" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
* </restriction>
* </complexContent>
* </complexType>
* </element>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="dipendenti">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="nuovoIncarico" maxOccurs="1000" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="dipendente">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="codiceFiscale" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="nome" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="cognome" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="qualifica" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="nuovoPagamento" maxOccurs="unbounded" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="anno" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
* <attribute name="importo" use="required">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <fractionDigits value="2"/>
* <minExclusive value="0"/>
* </restriction>
* </simpleType>
* </attribute>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* </sequence>
* <attribute name="codiceEnte" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="annoRiferimento" use="required">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}int">
* <minInclusive value="1995"/>
* <maxInclusive value="2020"/>
* </restriction>
* </simpleType>
* </attribute>
* <attribute name="importoPrevisto">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <fractionDigits value="2"/>
* <minInclusive value="0"/>
* </restriction>
* </simpleType>
* </attribute>
* <attribute name="tipologiaSoggConferente" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="tipologiaIncarico" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="cfConferente" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="denominazioneConferente" use="required">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <maxLength value="81"/>
* </restriction>
* </simpleType>
* </attribute>
* <attribute name="dataAutorizzazione" use="required" type="{http://www.w3.org/2001/XMLSchema}date" />
* <attribute name="dataInizio" use="required" type="{http://www.w3.org/2001/XMLSchema}date" />
* <attribute name="dataFine" type="{http://www.w3.org/2001/XMLSchema}date" />
* <attribute name="doveriUfficio" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="note">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <maxLength value="1000"/>
* </restriction>
* </simpleType>
* </attribute>
* <attribute name="saldo" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="modificaIncarico" maxOccurs="1000" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="nuovoPagamento" maxOccurs="unbounded" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="anno" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
* <attribute name="importo">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <fractionDigits value="2"/>
* <minExclusive value="0"/>
* </restriction>
* </simpleType>
* </attribute>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="cancellaPagamento" maxOccurs="unbounded" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="anno" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="modificaPagamento" maxOccurs="unbounded" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="anno" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
* <attribute name="importo">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <fractionDigits value="2"/>
* <minExclusive value="0"/>
* </restriction>
* </simpleType>
* </attribute>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* </sequence>
* <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}long" />
* <attribute name="qualificaIncaricato" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="importoPrevisto">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <fractionDigits value="2"/>
* <minExclusive value="0"/>
* </restriction>
* </simpleType>
* </attribute>
* <attribute name="tipologiaSoggConferente" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="tipologiaIncarico" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="cfConferente" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="denominazioneConferente" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="dataAutorizzazione" type="{http://www.w3.org/2001/XMLSchema}date" />
* <attribute name="dataInizio" type="{http://www.w3.org/2001/XMLSchema}date" />
* <attribute name="dataFine" type="{http://www.w3.org/2001/XMLSchema}date" />
* <attribute name="doveriUfficio" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="note" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="saldo" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="saldoIncarico" maxOccurs="1000" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="nuovoPagamento" maxOccurs="unbounded" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="anno" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
* <attribute name="importo">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <fractionDigits value="2"/>
* <minExclusive value="0"/>
* </restriction>
* </simpleType>
* </attribute>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="cancellaPagamento" maxOccurs="unbounded" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="anno" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="modificaPagamento" maxOccurs="unbounded" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="anno" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
* <attribute name="importo">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <fractionDigits value="2"/>
* <minExclusive value="0"/>
* </restriction>
* </simpleType>
* </attribute>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* </sequence>
* <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}long" />
* <attribute name="saldo" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="cancellaIncarico" maxOccurs="1000" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}long" />
* </restriction>
* </complexContent>
* </complexType>
* </element>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* </choice>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"consulenti",
"dipendenti"
})
@XmlRootElement(name = "comunicazione")
public class Comunicazione {
protected Comunicazione.Consulenti consulenti;
protected Comunicazione.Dipendenti dipendenti;
/**
* Gets the value of the consulenti property.
*
* @return
* possible object is
* {@link Comunicazione.Consulenti }
*
*/
public Comunicazione.Consulenti getConsulenti() {
return consulenti;
}
/**
* Sets the value of the consulenti property.
*
* @param value
* allowed object is
* {@link Comunicazione.Consulenti }
*
*/
public void setConsulenti(Comunicazione.Consulenti value) {
this.consulenti = value;
}
/**
* Gets the value of the dipendenti property.
*
* @return
* possible object is
* {@link Comunicazione.Dipendenti }
*
*/
public Comunicazione.Dipendenti getDipendenti() {
return dipendenti;
}
/**
* Sets the value of the dipendenti property.
*
* @param value
* allowed object is
* {@link Comunicazione.Dipendenti }
*
*/
public void setDipendenti(Comunicazione.Dipendenti value) {
this.dipendenti = 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="nuovoIncarico" maxOccurs="1000" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <choice>
* <element name="incaricatoAzienda">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="partitaIva" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="denominazione" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="estero" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
* <attribute name="codiceComuneSede" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="tipologiaConsulente" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="incaricatoPersona">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="codiceFiscalePartitaIva" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="cognome" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="nome" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="estero" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
* <attribute name="dataNascita" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="sesso" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="tipologiaConsulente" type="{http://www.w3.org/2001/XMLSchema}string" fixed="P1" />
* </restriction>
* </complexContent>
* </complexType>
* </element>
* </choice>
* <element name="nuovoPagamento" maxOccurs="unbounded" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="anno" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
* <attribute name="semestre" use="required">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}int">
* <minInclusive value="1"/>
* <maxInclusive value="2"/>
* </restriction>
* </simpleType>
* </attribute>
* <attribute name="importo" use="required">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <fractionDigits value="2"/>
* <minExclusive value="0"/>
* </restriction>
* </simpleType>
* </attribute>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* </sequence>
* <attribute name="codiceEnte" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="annoRiferimento" use="required">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}int">
* <minInclusive value="1995"/>
* <maxInclusive value="2020"/>
* </restriction>
* </simpleType>
* </attribute>
* <attribute name="semestreRiferimento" use="required">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}int">
* <minInclusive value="1"/>
* <maxInclusive value="2"/>
* </restriction>
* </simpleType>
* </attribute>
* <attribute name="modalitaAcquisizione" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="tipoRapporto" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="attivitaEconomica" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="descrizioneIncarico" use="required">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <maxLength value="200"/>
* </restriction>
* </simpleType>
* </attribute>
* <attribute name="dataInizio" use="required" type="{http://www.w3.org/2001/XMLSchema}date" />
* <attribute name="dataFine" type="{http://www.w3.org/2001/XMLSchema}date" />
* <attribute name="variazioniIncarico" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="importoPrevisto" use="required">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <fractionDigits value="2"/>
* <minExclusive value="0"/>
* </restriction>
* </simpleType>
* </attribute>
* <attribute name="saldo" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
* <attribute name="riferimentoRegolamento" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="cancellaIncarico" maxOccurs="1000" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}long" />
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="modificaIncarico" maxOccurs="1000" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="nuovoPagamento" maxOccurs="unbounded" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="anno" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
* <attribute name="semestre" use="required">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}int">
* <minInclusive value="1"/>
* <maxInclusive value="2"/>
* </restriction>
* </simpleType>
* </attribute>
* <attribute name="importo" use="required">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <fractionDigits value="2"/>
* <minExclusive value="0"/>
* </restriction>
* </simpleType>
* </attribute>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="modificaPagamento" maxOccurs="unbounded" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="anno" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
* <attribute name="semestre" use="required">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}int">
* <minInclusive value="1"/>
* <maxInclusive value="2"/>
* </restriction>
* </simpleType>
* </attribute>
* <attribute name="importo" use="required">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <fractionDigits value="2"/>
* <minExclusive value="0"/>
* </restriction>
* </simpleType>
* </attribute>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="cancellaPagamento" maxOccurs="unbounded" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="anno" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
* <attribute name="semestre" use="required">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}int">
* <minInclusive value="1"/>
* <maxInclusive value="2"/>
* </restriction>
* </simpleType>
* </attribute>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* </sequence>
* <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}long" />
* <attribute name="modalitaAcquisizione" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="tipoRapporto" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="attivitaEconomica" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="descrizioneIncarico" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="dataInizio" type="{http://www.w3.org/2001/XMLSchema}date" />
* <attribute name="dataFine" type="{http://www.w3.org/2001/XMLSchema}date" />
* <attribute name="variazioniIncarico" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="importoPrevisto" use="required">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <fractionDigits value="2"/>
* <minExclusive value="0"/>
* </restriction>
* </simpleType>
* </attribute>
* <attribute name="saldo" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
* <attribute name="riferimentoRegolamento" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="saldoIncarico" maxOccurs="1000" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="nuovoPagamento" maxOccurs="unbounded" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="anno" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
* <attribute name="semestre" use="required">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}int">
* <minInclusive value="1"/>
* <maxInclusive value="2"/>
* </restriction>
* </simpleType>
* </attribute>
* <attribute name="importo" use="required">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <fractionDigits value="2"/>
* <minExclusive value="0"/>
* </restriction>
* </simpleType>
* </attribute>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="modificaPagamento" maxOccurs="unbounded" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="anno" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
* <attribute name="semestre" use="required">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}int">
* <minInclusive value="1"/>
* <maxInclusive value="2"/>
* </restriction>
* </simpleType>
* </attribute>
* <attribute name="importo" use="required">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <fractionDigits value="2"/>
* <minExclusive value="0"/>
* </restriction>
* </simpleType>
* </attribute>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="cancellaPagamento" maxOccurs="unbounded" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="anno" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
* <attribute name="semestre" use="required">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}int">
* <minInclusive value="1"/>
* <maxInclusive value="2"/>
* </restriction>
* </simpleType>
* </attribute>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* </sequence>
* <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}long" />
* <attribute name="saldo" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
* </restriction>
* </complexContent>
* </complexType>
* </element>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"nuovoIncarico",
"cancellaIncarico",
"modificaIncarico",
"saldoIncarico"
})
public static class Consulenti {
protected List nuovoIncarico;
protected List cancellaIncarico;
protected List modificaIncarico;
protected List saldoIncarico;
/**
* Gets the value of the nuovoIncarico 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 nuovoIncarico property.
*
*
* For example, to add a new item, do as follows:
*
* getNuovoIncarico().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link Comunicazione.Consulenti.NuovoIncarico }
*
*
*/
public List getNuovoIncarico() {
if (nuovoIncarico == null) {
nuovoIncarico = new ArrayList();
}
return this.nuovoIncarico;
}
/**
* Gets the value of the cancellaIncarico 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 cancellaIncarico property.
*
*
* For example, to add a new item, do as follows:
*
* getCancellaIncarico().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link Comunicazione.Consulenti.CancellaIncarico }
*
*
*/
public List getCancellaIncarico() {
if (cancellaIncarico == null) {
cancellaIncarico = new ArrayList();
}
return this.cancellaIncarico;
}
/**
* Gets the value of the modificaIncarico 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 modificaIncarico property.
*
*
* For example, to add a new item, do as follows:
*
* getModificaIncarico().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link Comunicazione.Consulenti.ModificaIncarico }
*
*
*/
public List getModificaIncarico() {
if (modificaIncarico == null) {
modificaIncarico = new ArrayList();
}
return this.modificaIncarico;
}
/**
* Gets the value of the saldoIncarico 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 saldoIncarico property.
*
*
* For example, to add a new item, do as follows:
*
* getSaldoIncarico().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link Comunicazione.Consulenti.SaldoIncarico }
*
*
*/
public List getSaldoIncarico() {
if (saldoIncarico == null) {
saldoIncarico = new ArrayList();
}
return this.saldoIncarico;
}
/**
* 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">
* <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}long" />
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "")
public static class CancellaIncarico {
@XmlAttribute(required = true)
protected long id;
/**
* Gets the value of the id property.
*
*/
public long getId() {
return id;
}
/**
* Sets the value of the id property.
*
*/
public void setId(long value) {
this.id = 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="nuovoPagamento" maxOccurs="unbounded" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="anno" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
* <attribute name="semestre" use="required">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}int">
* <minInclusive value="1"/>
* <maxInclusive value="2"/>
* </restriction>
* </simpleType>
* </attribute>
* <attribute name="importo" use="required">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <fractionDigits value="2"/>
* <minExclusive value="0"/>
* </restriction>
* </simpleType>
* </attribute>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="modificaPagamento" maxOccurs="unbounded" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="anno" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
* <attribute name="semestre" use="required">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}int">
* <minInclusive value="1"/>
* <maxInclusive value="2"/>
* </restriction>
* </simpleType>
* </attribute>
* <attribute name="importo" use="required">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <fractionDigits value="2"/>
* <minExclusive value="0"/>
* </restriction>
* </simpleType>
* </attribute>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="cancellaPagamento" maxOccurs="unbounded" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="anno" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
* <attribute name="semestre" use="required">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}int">
* <minInclusive value="1"/>
* <maxInclusive value="2"/>
* </restriction>
* </simpleType>
* </attribute>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* </sequence>
* <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}long" />
* <attribute name="modalitaAcquisizione" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="tipoRapporto" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="attivitaEconomica" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="descrizioneIncarico" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="dataInizio" type="{http://www.w3.org/2001/XMLSchema}date" />
* <attribute name="dataFine" type="{http://www.w3.org/2001/XMLSchema}date" />
* <attribute name="variazioniIncarico" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="importoPrevisto" use="required">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <fractionDigits value="2"/>
* <minExclusive value="0"/>
* </restriction>
* </simpleType>
* </attribute>
* <attribute name="saldo" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
* <attribute name="riferimentoRegolamento" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"nuovoPagamento",
"modificaPagamento",
"cancellaPagamento"
})
public static class ModificaIncarico {
protected List nuovoPagamento;
protected List modificaPagamento;
protected List cancellaPagamento;
@XmlAttribute(required = true)
protected long id;
@XmlAttribute
protected String modalitaAcquisizione;
@XmlAttribute
protected String tipoRapporto;
@XmlAttribute
protected String attivitaEconomica;
@XmlAttribute
protected String descrizioneIncarico;
@XmlAttribute
@XmlSchemaType(name = "date")
protected XMLGregorianCalendar dataInizio;
@XmlAttribute
@XmlSchemaType(name = "date")
protected XMLGregorianCalendar dataFine;
@XmlAttribute(required = true)
protected String variazioniIncarico;
@XmlAttribute(required = true)
protected BigDecimal importoPrevisto;
@XmlAttribute(required = true)
protected Boolean saldo;
@XmlAttribute(required = true)
protected Boolean riferimentoRegolamento;
/**
* Gets the value of the nuovoPagamento 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 nuovoPagamento property.
*
*
* For example, to add a new item, do as follows:
*
* getNuovoPagamento().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link Comunicazione.Consulenti.ModificaIncarico.NuovoPagamento }
*
*
*/
public List getNuovoPagamento() {
if (nuovoPagamento == null) {
nuovoPagamento = new ArrayList();
}
return this.nuovoPagamento;
}
/**
* Gets the value of the modificaPagamento 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 modificaPagamento property.
*
*
* For example, to add a new item, do as follows:
*
* getModificaPagamento().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link Comunicazione.Consulenti.ModificaIncarico.ModificaPagamento }
*
*
*/
public List getModificaPagamento() {
if (modificaPagamento == null) {
modificaPagamento = new ArrayList();
}
return this.modificaPagamento;
}
/**
* Gets the value of the cancellaPagamento 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 cancellaPagamento property.
*
*
* For example, to add a new item, do as follows:
*
* getCancellaPagamento().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link Comunicazione.Consulenti.ModificaIncarico.CancellaPagamento }
*
*
*/
public List getCancellaPagamento() {
if (cancellaPagamento == null) {
cancellaPagamento = new ArrayList();
}
return this.cancellaPagamento;
}
/**
* Gets the value of the id property.
*
*/
public long getId() {
return id;
}
/**
* Sets the value of the id property.
*
*/
public void setId(long value) {
this.id = value;
}
/**
* Gets the value of the modalitaAcquisizione property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getModalitaAcquisizione() {
return modalitaAcquisizione;
}
/**
* Sets the value of the modalitaAcquisizione property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setModalitaAcquisizione(String value) {
this.modalitaAcquisizione = value;
}
/**
* Gets the value of the tipoRapporto property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getTipoRapporto() {
return tipoRapporto;
}
/**
* Sets the value of the tipoRapporto property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setTipoRapporto(String value) {
this.tipoRapporto = value;
}
/**
* Gets the value of the attivitaEconomica property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getAttivitaEconomica() {
return attivitaEconomica;
}
/**
* Sets the value of the attivitaEconomica property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setAttivitaEconomica(String value) {
this.attivitaEconomica = value;
}
/**
* Gets the value of the descrizioneIncarico property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getDescrizioneIncarico() {
return descrizioneIncarico;
}
/**
* Sets the value of the descrizioneIncarico property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setDescrizioneIncarico(String value) {
this.descrizioneIncarico = value;
}
/**
* Gets the value of the dataInizio property.
*
* @return
* possible object is
* {@link XMLGregorianCalendar }
*
*/
public XMLGregorianCalendar getDataInizio() {
return dataInizio;
}
/**
* Sets the value of the dataInizio property.
*
* @param value
* allowed object is
* {@link XMLGregorianCalendar }
*
*/
public void setDataInizio(XMLGregorianCalendar value) {
this.dataInizio = value;
}
/**
* Gets the value of the dataFine property.
*
* @return
* possible object is
* {@link XMLGregorianCalendar }
*
*/
public XMLGregorianCalendar getDataFine() {
return dataFine;
}
/**
* Sets the value of the dataFine property.
*
* @param value
* allowed object is
* {@link XMLGregorianCalendar }
*
*/
public void setDataFine(XMLGregorianCalendar value) {
this.dataFine = value;
}
/**
* Gets the value of the variazioniIncarico property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getVariazioniIncarico() {
return variazioniIncarico;
}
/**
* Sets the value of the variazioniIncarico property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setVariazioniIncarico(String value) {
this.variazioniIncarico = value;
}
/**
* Gets the value of the importoPrevisto property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
public BigDecimal getImportoPrevisto() {
return importoPrevisto;
}
/**
* Sets the value of the importoPrevisto property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public void setImportoPrevisto(BigDecimal value) {
this.importoPrevisto = value;
}
/**
* Gets the value of the saldo property.
*
*/
public boolean isSaldo() {
return saldo;
}
/**
* Sets the value of the saldo property.
*
*/
public void setSaldo(boolean value) {
this.saldo = value;
}
/**
* Gets the value of the riferimentoRegolamento property.
*
*/
public boolean isRiferimentoRegolamento() {
return riferimentoRegolamento;
}
/**
* Sets the value of the riferimentoRegolamento property.
*
*/
public void setRiferimentoRegolamento(boolean value) {
this.riferimentoRegolamento = 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">
* <attribute name="anno" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
* <attribute name="semestre" use="required">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}int">
* <minInclusive value="1"/>
* <maxInclusive value="2"/>
* </restriction>
* </simpleType>
* </attribute>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "")
public static class CancellaPagamento {
@XmlAttribute(required = true)
protected int anno;
@XmlAttribute(required = true)
protected int semestre;
/**
* Gets the value of the anno property.
*
*/
public int getAnno() {
return anno;
}
/**
* Sets the value of the anno property.
*
*/
public void setAnno(int value) {
this.anno = value;
}
/**
* Gets the value of the semestre property.
*
*/
public int getSemestre() {
return semestre;
}
/**
* Sets the value of the semestre property.
*
*/
public void setSemestre(int value) {
this.semestre = 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">
* <attribute name="anno" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
* <attribute name="semestre" use="required">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}int">
* <minInclusive value="1"/>
* <maxInclusive value="2"/>
* </restriction>
* </simpleType>
* </attribute>
* <attribute name="importo" use="required">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <fractionDigits value="2"/>
* <minExclusive value="0"/>
* </restriction>
* </simpleType>
* </attribute>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "")
public static class ModificaPagamento {
@XmlAttribute(required = true)
protected int anno;
@XmlAttribute(required = true)
protected int semestre;
@XmlAttribute(required = true)
protected BigDecimal importo;
/**
* Gets the value of the anno property.
*
*/
public int getAnno() {
return anno;
}
/**
* Sets the value of the anno property.
*
*/
public void setAnno(int value) {
this.anno = value;
}
/**
* Gets the value of the semestre property.
*
*/
public int getSemestre() {
return semestre;
}
/**
* Sets the value of the semestre property.
*
*/
public void setSemestre(int value) {
this.semestre = 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;
}
}
/**
* 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">
* <attribute name="anno" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
* <attribute name="semestre" use="required">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}int">
* <minInclusive value="1"/>
* <maxInclusive value="2"/>
* </restriction>
* </simpleType>
* </attribute>
* <attribute name="importo" use="required">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <fractionDigits value="2"/>
* <minExclusive value="0"/>
* </restriction>
* </simpleType>
* </attribute>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "")
public static class NuovoPagamento {
@XmlAttribute(required = true)
protected int anno;
@XmlAttribute(required = true)
protected int semestre;
@XmlAttribute(required = true)
protected BigDecimal importo;
/**
* Gets the value of the anno property.
*
*/
public int getAnno() {
return anno;
}
/**
* Sets the value of the anno property.
*
*/
public void setAnno(int value) {
this.anno = value;
}
/**
* Gets the value of the semestre property.
*
*/
public int getSemestre() {
return semestre;
}
/**
* Sets the value of the semestre property.
*
*/
public void setSemestre(int value) {
this.semestre = 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;
}
}
}
/**
* 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>
* <choice>
* <element name="incaricatoAzienda">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="partitaIva" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="denominazione" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="estero" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
* <attribute name="codiceComuneSede" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="tipologiaConsulente" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="incaricatoPersona">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="codiceFiscalePartitaIva" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="cognome" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="nome" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="estero" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
* <attribute name="dataNascita" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="sesso" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="tipologiaConsulente" type="{http://www.w3.org/2001/XMLSchema}string" fixed="P1" />
* </restriction>
* </complexContent>
* </complexType>
* </element>
* </choice>
* <element name="nuovoPagamento" maxOccurs="unbounded" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="anno" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
* <attribute name="semestre" use="required">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}int">
* <minInclusive value="1"/>
* <maxInclusive value="2"/>
* </restriction>
* </simpleType>
* </attribute>
* <attribute name="importo" use="required">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <fractionDigits value="2"/>
* <minExclusive value="0"/>
* </restriction>
* </simpleType>
* </attribute>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* </sequence>
* <attribute name="codiceEnte" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="annoRiferimento" use="required">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}int">
* <minInclusive value="1995"/>
* <maxInclusive value="2020"/>
* </restriction>
* </simpleType>
* </attribute>
* <attribute name="semestreRiferimento" use="required">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}int">
* <minInclusive value="1"/>
* <maxInclusive value="2"/>
* </restriction>
* </simpleType>
* </attribute>
* <attribute name="modalitaAcquisizione" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="tipoRapporto" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="attivitaEconomica" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="descrizioneIncarico" use="required">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <maxLength value="200"/>
* </restriction>
* </simpleType>
* </attribute>
* <attribute name="dataInizio" use="required" type="{http://www.w3.org/2001/XMLSchema}date" />
* <attribute name="dataFine" type="{http://www.w3.org/2001/XMLSchema}date" />
* <attribute name="variazioniIncarico" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="importoPrevisto" use="required">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <fractionDigits value="2"/>
* <minExclusive value="0"/>
* </restriction>
* </simpleType>
* </attribute>
* <attribute name="saldo" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
* <attribute name="riferimentoRegolamento" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"incaricatoAzienda",
"incaricatoPersona",
"nuovoPagamento"
})
public static class NuovoIncarico {
protected Comunicazione.Consulenti.NuovoIncarico.IncaricatoAzienda incaricatoAzienda;
protected Comunicazione.Consulenti.NuovoIncarico.IncaricatoPersona incaricatoPersona;
protected List nuovoPagamento;
@XmlAttribute(required = true)
protected String codiceEnte;
@XmlAttribute(required = true)
protected int annoRiferimento;
@XmlAttribute(required = true)
protected int semestreRiferimento;
@XmlAttribute(required = true)
protected String modalitaAcquisizione;
@XmlAttribute(required = true)
protected String tipoRapporto;
@XmlAttribute(required = true)
protected String attivitaEconomica;
@XmlAttribute(required = true)
protected String descrizioneIncarico;
@XmlAttribute(required = true)
@XmlSchemaType(name = "date")
protected XMLGregorianCalendar dataInizio;
@XmlAttribute
@XmlSchemaType(name = "date")
protected XMLGregorianCalendar dataFine;
@XmlAttribute
protected String variazioniIncarico;
@XmlAttribute(required = true)
protected BigDecimal importoPrevisto;
@XmlAttribute(required = true)
protected boolean saldo;
@XmlAttribute(required = true)
protected boolean riferimentoRegolamento;
/**
* Gets the value of the incaricatoAzienda property.
*
* @return
* possible object is
* {@link Comunicazione.Consulenti.NuovoIncarico.IncaricatoAzienda }
*
*/
public Comunicazione.Consulenti.NuovoIncarico.IncaricatoAzienda getIncaricatoAzienda() {
return incaricatoAzienda;
}
/**
* Sets the value of the incaricatoAzienda property.
*
* @param value
* allowed object is
* {@link Comunicazione.Consulenti.NuovoIncarico.IncaricatoAzienda }
*
*/
public void setIncaricatoAzienda(Comunicazione.Consulenti.NuovoIncarico.IncaricatoAzienda value) {
this.incaricatoAzienda = value;
}
/**
* Gets the value of the incaricatoPersona property.
*
* @return
* possible object is
* {@link Comunicazione.Consulenti.NuovoIncarico.IncaricatoPersona }
*
*/
public Comunicazione.Consulenti.NuovoIncarico.IncaricatoPersona getIncaricatoPersona() {
return incaricatoPersona;
}
/**
* Sets the value of the incaricatoPersona property.
*
* @param value
* allowed object is
* {@link Comunicazione.Consulenti.NuovoIncarico.IncaricatoPersona }
*
*/
public void setIncaricatoPersona(Comunicazione.Consulenti.NuovoIncarico.IncaricatoPersona value) {
this.incaricatoPersona = value;
}
/**
* Gets the value of the nuovoPagamento 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 nuovoPagamento property.
*
*
* For example, to add a new item, do as follows:
*
* getNuovoPagamento().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link Comunicazione.Consulenti.NuovoIncarico.NuovoPagamento }
*
*
*/
public List getNuovoPagamento() {
if (nuovoPagamento == null) {
nuovoPagamento = new ArrayList();
}
return this.nuovoPagamento;
}
/**
* 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 annoRiferimento property.
*
*/
public int getAnnoRiferimento() {
return annoRiferimento;
}
/**
* Sets the value of the annoRiferimento property.
*
*/
public void setAnnoRiferimento(int value) {
this.annoRiferimento = value;
}
/**
* Gets the value of the semestreRiferimento property.
*
*/
public int getSemestreRiferimento() {
return semestreRiferimento;
}
/**
* Sets the value of the semestreRiferimento property.
*
*/
public void setSemestreRiferimento(int value) {
this.semestreRiferimento = value;
}
/**
* Gets the value of the modalitaAcquisizione property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getModalitaAcquisizione() {
return modalitaAcquisizione;
}
/**
* Sets the value of the modalitaAcquisizione property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setModalitaAcquisizione(String value) {
this.modalitaAcquisizione = value;
}
/**
* Gets the value of the tipoRapporto property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getTipoRapporto() {
return tipoRapporto;
}
/**
* Sets the value of the tipoRapporto property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setTipoRapporto(String value) {
this.tipoRapporto = value;
}
/**
* Gets the value of the attivitaEconomica property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getAttivitaEconomica() {
return attivitaEconomica;
}
/**
* Sets the value of the attivitaEconomica property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setAttivitaEconomica(String value) {
this.attivitaEconomica = value;
}
/**
* Gets the value of the descrizioneIncarico property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getDescrizioneIncarico() {
return descrizioneIncarico;
}
/**
* Sets the value of the descrizioneIncarico property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setDescrizioneIncarico(String value) {
this.descrizioneIncarico = value;
}
/**
* Gets the value of the dataInizio property.
*
* @return
* possible object is
* {@link XMLGregorianCalendar }
*
*/
public XMLGregorianCalendar getDataInizio() {
return dataInizio;
}
/**
* Sets the value of the dataInizio property.
*
* @param value
* allowed object is
* {@link XMLGregorianCalendar }
*
*/
public void setDataInizio(XMLGregorianCalendar value) {
this.dataInizio = value;
}
/**
* Gets the value of the dataFine property.
*
* @return
* possible object is
* {@link XMLGregorianCalendar }
*
*/
public XMLGregorianCalendar getDataFine() {
return dataFine;
}
/**
* Sets the value of the dataFine property.
*
* @param value
* allowed object is
* {@link XMLGregorianCalendar }
*
*/
public void setDataFine(XMLGregorianCalendar value) {
this.dataFine = value;
}
/**
* Gets the value of the variazioniIncarico property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getVariazioniIncarico() {
return variazioniIncarico;
}
/**
* Sets the value of the variazioniIncarico property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setVariazioniIncarico(String value) {
this.variazioniIncarico = value;
}
/**
* Gets the value of the importoPrevisto property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
public BigDecimal getImportoPrevisto() {
return importoPrevisto;
}
/**
* Sets the value of the importoPrevisto property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public void setImportoPrevisto(BigDecimal value) {
this.importoPrevisto = value;
}
/**
* Gets the value of the saldo property.
*
*/
public boolean isSaldo() {
return saldo;
}
/**
* Sets the value of the saldo property.
*
*/
public void setSaldo(boolean value) {
this.saldo = value;
}
/**
* Gets the value of the riferimentoRegolamento property.
*
*/
public boolean isRiferimentoRegolamento() {
return riferimentoRegolamento;
}
/**
* Sets the value of the riferimentoRegolamento property.
*
*/
public void setRiferimentoRegolamento(boolean value) {
this.riferimentoRegolamento = 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">
* <attribute name="partitaIva" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="denominazione" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="estero" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
* <attribute name="codiceComuneSede" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="tipologiaConsulente" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "")
public static class IncaricatoAzienda {
@XmlAttribute
protected String partitaIva;
@XmlAttribute(required = true)
protected String denominazione;
@XmlAttribute(required = true)
protected boolean estero;
@XmlAttribute
protected String codiceComuneSede;
@XmlAttribute(required = true)
protected String tipologiaConsulente;
/**
* Gets the value of the partitaIva property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getPartitaIva() {
return partitaIva;
}
/**
* Sets the value of the partitaIva property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setPartitaIva(String value) {
this.partitaIva = value;
}
/**
* Gets the value of the denominazione property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getDenominazione() {
return denominazione;
}
/**
* Sets the value of the denominazione property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setDenominazione(String value) {
this.denominazione = value;
}
/**
* Gets the value of the estero property.
*
*/
public boolean isEstero() {
return estero;
}
/**
* Sets the value of the estero property.
*
*/
public void setEstero(boolean value) {
this.estero = value;
}
/**
* Gets the value of the codiceComuneSede property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCodiceComuneSede() {
return codiceComuneSede;
}
/**
* Sets the value of the codiceComuneSede property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCodiceComuneSede(String value) {
this.codiceComuneSede = value;
}
/**
* Gets the value of the tipologiaConsulente property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getTipologiaConsulente() {
return tipologiaConsulente;
}
/**
* Sets the value of the tipologiaConsulente property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setTipologiaConsulente(String value) {
this.tipologiaConsulente = 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">
* <attribute name="codiceFiscalePartitaIva" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="cognome" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="nome" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="estero" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
* <attribute name="dataNascita" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="sesso" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="tipologiaConsulente" type="{http://www.w3.org/2001/XMLSchema}string" fixed="P1" />
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "")
public static class IncaricatoPersona {
@XmlAttribute
protected String codiceFiscalePartitaIva;
@XmlAttribute(required = true)
protected String cognome;
@XmlAttribute(required = true)
protected String nome;
@XmlAttribute(required = true)
protected boolean estero;
@XmlAttribute
protected String dataNascita;
@XmlAttribute
protected String sesso;
@XmlAttribute
protected String tipologiaConsulente;
/**
* Gets the value of the codiceFiscalePartitaIva property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCodiceFiscalePartitaIva() {
return codiceFiscalePartitaIva;
}
/**
* Sets the value of the codiceFiscalePartitaIva property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCodiceFiscalePartitaIva(String value) {
this.codiceFiscalePartitaIva = value;
}
/**
* Gets the value of the cognome property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCognome() {
return cognome;
}
/**
* Sets the value of the cognome property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCognome(String value) {
this.cognome = value;
}
/**
* Gets the value of the nome property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getNome() {
return nome;
}
/**
* Sets the value of the nome property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setNome(String value) {
this.nome = value;
}
/**
* Gets the value of the estero property.
*
*/
public boolean isEstero() {
return estero;
}
/**
* Sets the value of the estero property.
*
*/
public void setEstero(boolean value) {
this.estero = value;
}
/**
* Gets the value of the dataNascita property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getDataNascita() {
return dataNascita;
}
/**
* Sets the value of the dataNascita property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setDataNascita(String value) {
this.dataNascita = value;
}
/**
* Gets the value of the sesso property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getSesso() {
return sesso;
}
/**
* Sets the value of the sesso property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setSesso(String value) {
this.sesso = value;
}
/**
* Gets the value of the tipologiaConsulente property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getTipologiaConsulente() {
if (tipologiaConsulente == null) {
return "P1";
} else {
return tipologiaConsulente;
}
}
/**
* Sets the value of the tipologiaConsulente property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setTipologiaConsulente(String value) {
this.tipologiaConsulente = 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">
* <attribute name="anno" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
* <attribute name="semestre" use="required">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}int">
* <minInclusive value="1"/>
* <maxInclusive value="2"/>
* </restriction>
* </simpleType>
* </attribute>
* <attribute name="importo" use="required">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <fractionDigits value="2"/>
* <minExclusive value="0"/>
* </restriction>
* </simpleType>
* </attribute>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "")
public static class NuovoPagamento {
@XmlAttribute(required = true)
protected int anno;
@XmlAttribute(required = true)
protected int semestre;
@XmlAttribute(required = true)
protected BigDecimal importo;
/**
* Gets the value of the anno property.
*
*/
public int getAnno() {
return anno;
}
/**
* Sets the value of the anno property.
*
*/
public void setAnno(int value) {
this.anno = value;
}
/**
* Gets the value of the semestre property.
*
*/
public int getSemestre() {
return semestre;
}
/**
* Sets the value of the semestre property.
*
*/
public void setSemestre(int value) {
this.semestre = 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;
}
}
}
/**
* 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="nuovoPagamento" maxOccurs="unbounded" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="anno" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
* <attribute name="semestre" use="required">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}int">
* <minInclusive value="1"/>
* <maxInclusive value="2"/>
* </restriction>
* </simpleType>
* </attribute>
* <attribute name="importo" use="required">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <fractionDigits value="2"/>
* <minExclusive value="0"/>
* </restriction>
* </simpleType>
* </attribute>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="modificaPagamento" maxOccurs="unbounded" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="anno" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
* <attribute name="semestre" use="required">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}int">
* <minInclusive value="1"/>
* <maxInclusive value="2"/>
* </restriction>
* </simpleType>
* </attribute>
* <attribute name="importo" use="required">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <fractionDigits value="2"/>
* <minExclusive value="0"/>
* </restriction>
* </simpleType>
* </attribute>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="cancellaPagamento" maxOccurs="unbounded" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="anno" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
* <attribute name="semestre" use="required">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}int">
* <minInclusive value="1"/>
* <maxInclusive value="2"/>
* </restriction>
* </simpleType>
* </attribute>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* </sequence>
* <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}long" />
* <attribute name="saldo" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"nuovoPagamento",
"modificaPagamento",
"cancellaPagamento"
})
public static class SaldoIncarico {
protected List nuovoPagamento;
protected List modificaPagamento;
protected List cancellaPagamento;
@XmlAttribute(required = true)
protected long id;
@XmlAttribute(required = true)
protected boolean saldo;
/**
* Gets the value of the nuovoPagamento 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 nuovoPagamento property.
*
*
* For example, to add a new item, do as follows:
*
* getNuovoPagamento().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link Comunicazione.Consulenti.SaldoIncarico.NuovoPagamento }
*
*
*/
public List getNuovoPagamento() {
if (nuovoPagamento == null) {
nuovoPagamento = new ArrayList();
}
return this.nuovoPagamento;
}
/**
* Gets the value of the modificaPagamento 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 modificaPagamento property.
*
*
* For example, to add a new item, do as follows:
*
* getModificaPagamento().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link Comunicazione.Consulenti.SaldoIncarico.ModificaPagamento }
*
*
*/
public List getModificaPagamento() {
if (modificaPagamento == null) {
modificaPagamento = new ArrayList();
}
return this.modificaPagamento;
}
/**
* Gets the value of the cancellaPagamento 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 cancellaPagamento property.
*
*
* For example, to add a new item, do as follows:
*
* getCancellaPagamento().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link Comunicazione.Consulenti.SaldoIncarico.CancellaPagamento }
*
*
*/
public List getCancellaPagamento() {
if (cancellaPagamento == null) {
cancellaPagamento = new ArrayList();
}
return this.cancellaPagamento;
}
/**
* Gets the value of the id property.
*
*/
public long getId() {
return id;
}
/**
* Sets the value of the id property.
*
*/
public void setId(long value) {
this.id = value;
}
/**
* Gets the value of the saldo property.
*
*/
public boolean isSaldo() {
return saldo;
}
/**
* Sets the value of the saldo property.
*
*/
public void setSaldo(boolean value) {
this.saldo = 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">
* <attribute name="anno" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
* <attribute name="semestre" use="required">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}int">
* <minInclusive value="1"/>
* <maxInclusive value="2"/>
* </restriction>
* </simpleType>
* </attribute>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "")
public static class CancellaPagamento {
@XmlAttribute(required = true)
protected int anno;
@XmlAttribute(required = true)
protected int semestre;
/**
* Gets the value of the anno property.
*
*/
public int getAnno() {
return anno;
}
/**
* Sets the value of the anno property.
*
*/
public void setAnno(int value) {
this.anno = value;
}
/**
* Gets the value of the semestre property.
*
*/
public int getSemestre() {
return semestre;
}
/**
* Sets the value of the semestre property.
*
*/
public void setSemestre(int value) {
this.semestre = 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">
* <attribute name="anno" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
* <attribute name="semestre" use="required">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}int">
* <minInclusive value="1"/>
* <maxInclusive value="2"/>
* </restriction>
* </simpleType>
* </attribute>
* <attribute name="importo" use="required">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <fractionDigits value="2"/>
* <minExclusive value="0"/>
* </restriction>
* </simpleType>
* </attribute>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "")
public static class ModificaPagamento {
@XmlAttribute(required = true)
protected int anno;
@XmlAttribute(required = true)
protected int semestre;
@XmlAttribute(required = true)
protected BigDecimal importo;
/**
* Gets the value of the anno property.
*
*/
public int getAnno() {
return anno;
}
/**
* Sets the value of the anno property.
*
*/
public void setAnno(int value) {
this.anno = value;
}
/**
* Gets the value of the semestre property.
*
*/
public int getSemestre() {
return semestre;
}
/**
* Sets the value of the semestre property.
*
*/
public void setSemestre(int value) {
this.semestre = 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;
}
}
/**
* 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">
* <attribute name="anno" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
* <attribute name="semestre" use="required">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}int">
* <minInclusive value="1"/>
* <maxInclusive value="2"/>
* </restriction>
* </simpleType>
* </attribute>
* <attribute name="importo" use="required">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <fractionDigits value="2"/>
* <minExclusive value="0"/>
* </restriction>
* </simpleType>
* </attribute>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "")
public static class NuovoPagamento {
@XmlAttribute(required = true)
protected int anno;
@XmlAttribute(required = true)
protected int semestre;
@XmlAttribute(required = true)
protected BigDecimal importo;
/**
* Gets the value of the anno property.
*
*/
public int getAnno() {
return anno;
}
/**
* Sets the value of the anno property.
*
*/
public void setAnno(int value) {
this.anno = value;
}
/**
* Gets the value of the semestre property.
*
*/
public int getSemestre() {
return semestre;
}
/**
* Sets the value of the semestre property.
*
*/
public void setSemestre(int value) {
this.semestre = 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;
}
}
}
}
/**
* 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="nuovoIncarico" maxOccurs="1000" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="dipendente">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="codiceFiscale" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="nome" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="cognome" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="qualifica" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="nuovoPagamento" maxOccurs="unbounded" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="anno" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
* <attribute name="importo" use="required">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <fractionDigits value="2"/>
* <minExclusive value="0"/>
* </restriction>
* </simpleType>
* </attribute>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* </sequence>
* <attribute name="codiceEnte" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="annoRiferimento" use="required">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}int">
* <minInclusive value="1995"/>
* <maxInclusive value="2020"/>
* </restriction>
* </simpleType>
* </attribute>
* <attribute name="importoPrevisto">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <fractionDigits value="2"/>
* <minInclusive value="0"/>
* </restriction>
* </simpleType>
* </attribute>
* <attribute name="tipologiaSoggConferente" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="tipologiaIncarico" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="cfConferente" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="denominazioneConferente" use="required">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <maxLength value="81"/>
* </restriction>
* </simpleType>
* </attribute>
* <attribute name="dataAutorizzazione" use="required" type="{http://www.w3.org/2001/XMLSchema}date" />
* <attribute name="dataInizio" use="required" type="{http://www.w3.org/2001/XMLSchema}date" />
* <attribute name="dataFine" type="{http://www.w3.org/2001/XMLSchema}date" />
* <attribute name="doveriUfficio" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="note">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <maxLength value="1000"/>
* </restriction>
* </simpleType>
* </attribute>
* <attribute name="saldo" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="modificaIncarico" maxOccurs="1000" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="nuovoPagamento" maxOccurs="unbounded" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="anno" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
* <attribute name="importo">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <fractionDigits value="2"/>
* <minExclusive value="0"/>
* </restriction>
* </simpleType>
* </attribute>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="cancellaPagamento" maxOccurs="unbounded" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="anno" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="modificaPagamento" maxOccurs="unbounded" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="anno" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
* <attribute name="importo">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <fractionDigits value="2"/>
* <minExclusive value="0"/>
* </restriction>
* </simpleType>
* </attribute>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* </sequence>
* <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}long" />
* <attribute name="qualificaIncaricato" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="importoPrevisto">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <fractionDigits value="2"/>
* <minExclusive value="0"/>
* </restriction>
* </simpleType>
* </attribute>
* <attribute name="tipologiaSoggConferente" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="tipologiaIncarico" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="cfConferente" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="denominazioneConferente" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="dataAutorizzazione" type="{http://www.w3.org/2001/XMLSchema}date" />
* <attribute name="dataInizio" type="{http://www.w3.org/2001/XMLSchema}date" />
* <attribute name="dataFine" type="{http://www.w3.org/2001/XMLSchema}date" />
* <attribute name="doveriUfficio" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="note" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="saldo" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="saldoIncarico" maxOccurs="1000" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="nuovoPagamento" maxOccurs="unbounded" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="anno" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
* <attribute name="importo">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <fractionDigits value="2"/>
* <minExclusive value="0"/>
* </restriction>
* </simpleType>
* </attribute>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="cancellaPagamento" maxOccurs="unbounded" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="anno" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="modificaPagamento" maxOccurs="unbounded" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="anno" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
* <attribute name="importo">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <fractionDigits value="2"/>
* <minExclusive value="0"/>
* </restriction>
* </simpleType>
* </attribute>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* </sequence>
* <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}long" />
* <attribute name="saldo" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="cancellaIncarico" maxOccurs="1000" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}long" />
* </restriction>
* </complexContent>
* </complexType>
* </element>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"nuovoIncarico",
"modificaIncarico",
"saldoIncarico",
"cancellaIncarico"
})
public static class Dipendenti {
protected List nuovoIncarico;
protected List modificaIncarico;
protected List saldoIncarico;
protected List cancellaIncarico;
/**
* Gets the value of the nuovoIncarico 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 nuovoIncarico property.
*
*
* For example, to add a new item, do as follows:
*
* getNuovoIncarico().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link Comunicazione.Dipendenti.NuovoIncarico }
*
*
*/
public List getNuovoIncarico() {
if (nuovoIncarico == null) {
nuovoIncarico = new ArrayList();
}
return this.nuovoIncarico;
}
/**
* Gets the value of the modificaIncarico 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 modificaIncarico property.
*
*
* For example, to add a new item, do as follows:
*
* getModificaIncarico().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link Comunicazione.Dipendenti.ModificaIncarico }
*
*
*/
public List getModificaIncarico() {
if (modificaIncarico == null) {
modificaIncarico = new ArrayList();
}
return this.modificaIncarico;
}
/**
* Gets the value of the saldoIncarico 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 saldoIncarico property.
*
*
* For example, to add a new item, do as follows:
*
* getSaldoIncarico().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link Comunicazione.Dipendenti.SaldoIncarico }
*
*
*/
public List getSaldoIncarico() {
if (saldoIncarico == null) {
saldoIncarico = new ArrayList();
}
return this.saldoIncarico;
}
/**
* Gets the value of the cancellaIncarico 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 cancellaIncarico property.
*
*
* For example, to add a new item, do as follows:
*
* getCancellaIncarico().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link Comunicazione.Dipendenti.CancellaIncarico }
*
*
*/
public List getCancellaIncarico() {
if (cancellaIncarico == null) {
cancellaIncarico = new ArrayList();
}
return this.cancellaIncarico;
}
/**
* 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">
* <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}long" />
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "")
public static class CancellaIncarico {
@XmlAttribute(required = true)
protected long id;
/**
* Gets the value of the id property.
*
*/
public long getId() {
return id;
}
/**
* Sets the value of the id property.
*
*/
public void setId(long value) {
this.id = 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="nuovoPagamento" maxOccurs="unbounded" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="anno" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
* <attribute name="importo">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <fractionDigits value="2"/>
* <minExclusive value="0"/>
* </restriction>
* </simpleType>
* </attribute>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="cancellaPagamento" maxOccurs="unbounded" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="anno" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="modificaPagamento" maxOccurs="unbounded" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="anno" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
* <attribute name="importo">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <fractionDigits value="2"/>
* <minExclusive value="0"/>
* </restriction>
* </simpleType>
* </attribute>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* </sequence>
* <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}long" />
* <attribute name="qualificaIncaricato" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="importoPrevisto">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <fractionDigits value="2"/>
* <minExclusive value="0"/>
* </restriction>
* </simpleType>
* </attribute>
* <attribute name="tipologiaSoggConferente" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="tipologiaIncarico" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="cfConferente" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="denominazioneConferente" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="dataAutorizzazione" type="{http://www.w3.org/2001/XMLSchema}date" />
* <attribute name="dataInizio" type="{http://www.w3.org/2001/XMLSchema}date" />
* <attribute name="dataFine" type="{http://www.w3.org/2001/XMLSchema}date" />
* <attribute name="doveriUfficio" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="note" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="saldo" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"nuovoPagamento",
"cancellaPagamento",
"modificaPagamento"
})
public static class ModificaIncarico {
protected List nuovoPagamento;
protected List cancellaPagamento;
protected List modificaPagamento;
@XmlAttribute(required = true)
protected long id;
@XmlAttribute
protected String qualificaIncaricato;
@XmlAttribute
protected BigDecimal importoPrevisto;
@XmlAttribute
protected String tipologiaSoggConferente;
@XmlAttribute
protected String tipologiaIncarico;
@XmlAttribute
protected String cfConferente;
@XmlAttribute
protected String denominazioneConferente;
@XmlAttribute
@XmlSchemaType(name = "date")
protected XMLGregorianCalendar dataAutorizzazione;
@XmlAttribute
@XmlSchemaType(name = "date")
protected XMLGregorianCalendar dataInizio;
@XmlAttribute
@XmlSchemaType(name = "date")
protected XMLGregorianCalendar dataFine;
@XmlAttribute
protected String doveriUfficio;
@XmlAttribute
protected String note;
@XmlAttribute(required = true)
protected boolean saldo;
/**
* Gets the value of the nuovoPagamento 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 nuovoPagamento property.
*
*
* For example, to add a new item, do as follows:
*
* getNuovoPagamento().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link Comunicazione.Dipendenti.ModificaIncarico.NuovoPagamento }
*
*
*/
public List getNuovoPagamento() {
if (nuovoPagamento == null) {
nuovoPagamento = new ArrayList();
}
return this.nuovoPagamento;
}
/**
* Gets the value of the cancellaPagamento 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 cancellaPagamento property.
*
*
* For example, to add a new item, do as follows:
*
* getCancellaPagamento().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link Comunicazione.Dipendenti.ModificaIncarico.CancellaPagamento }
*
*
*/
public List getCancellaPagamento() {
if (cancellaPagamento == null) {
cancellaPagamento = new ArrayList();
}
return this.cancellaPagamento;
}
/**
* Gets the value of the modificaPagamento 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 modificaPagamento property.
*
*
* For example, to add a new item, do as follows:
*
* getModificaPagamento().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link Comunicazione.Dipendenti.ModificaIncarico.ModificaPagamento }
*
*
*/
public List getModificaPagamento() {
if (modificaPagamento == null) {
modificaPagamento = new ArrayList();
}
return this.modificaPagamento;
}
/**
* Gets the value of the id property.
*
*/
public long getId() {
return id;
}
/**
* Sets the value of the id property.
*
*/
public void setId(long value) {
this.id = value;
}
/**
* Gets the value of the qualificaIncaricato property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getQualificaIncaricato() {
return qualificaIncaricato;
}
/**
* Sets the value of the qualificaIncaricato property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setQualificaIncaricato(String value) {
this.qualificaIncaricato = value;
}
/**
* Gets the value of the importoPrevisto property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
public BigDecimal getImportoPrevisto() {
return importoPrevisto;
}
/**
* Sets the value of the importoPrevisto property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public void setImportoPrevisto(BigDecimal value) {
this.importoPrevisto = value;
}
/**
* Gets the value of the tipologiaSoggConferente property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getTipologiaSoggConferente() {
return tipologiaSoggConferente;
}
/**
* Sets the value of the tipologiaSoggConferente property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setTipologiaSoggConferente(String value) {
this.tipologiaSoggConferente = value;
}
/**
* Gets the value of the tipologiaIncarico property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getTipologiaIncarico() {
return tipologiaIncarico;
}
/**
* Sets the value of the tipologiaIncarico property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setTipologiaIncarico(String value) {
this.tipologiaIncarico = value;
}
/**
* Gets the value of the cfConferente property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCfConferente() {
return cfConferente;
}
/**
* Sets the value of the cfConferente property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCfConferente(String value) {
this.cfConferente = value;
}
/**
* Gets the value of the denominazioneConferente property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getDenominazioneConferente() {
return denominazioneConferente;
}
/**
* Sets the value of the denominazioneConferente property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setDenominazioneConferente(String value) {
this.denominazioneConferente = value;
}
/**
* Gets the value of the dataAutorizzazione property.
*
* @return
* possible object is
* {@link XMLGregorianCalendar }
*
*/
public XMLGregorianCalendar getDataAutorizzazione() {
return dataAutorizzazione;
}
/**
* Sets the value of the dataAutorizzazione property.
*
* @param value
* allowed object is
* {@link XMLGregorianCalendar }
*
*/
public void setDataAutorizzazione(XMLGregorianCalendar value) {
this.dataAutorizzazione = value;
}
/**
* Gets the value of the dataInizio property.
*
* @return
* possible object is
* {@link XMLGregorianCalendar }
*
*/
public XMLGregorianCalendar getDataInizio() {
return dataInizio;
}
/**
* Sets the value of the dataInizio property.
*
* @param value
* allowed object is
* {@link XMLGregorianCalendar }
*
*/
public void setDataInizio(XMLGregorianCalendar value) {
this.dataInizio = value;
}
/**
* Gets the value of the dataFine property.
*
* @return
* possible object is
* {@link XMLGregorianCalendar }
*
*/
public XMLGregorianCalendar getDataFine() {
return dataFine;
}
/**
* Sets the value of the dataFine property.
*
* @param value
* allowed object is
* {@link XMLGregorianCalendar }
*
*/
public void setDataFine(XMLGregorianCalendar value) {
this.dataFine = value;
}
/**
* Gets the value of the doveriUfficio property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getDoveriUfficio() {
return doveriUfficio;
}
/**
* Sets the value of the doveriUfficio property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setDoveriUfficio(String value) {
this.doveriUfficio = value;
}
/**
* Gets the value of the note property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getNote() {
return note;
}
/**
* Sets the value of the note property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setNote(String value) {
this.note = value;
}
/**
* Gets the value of the saldo property.
*
*/
public boolean isSaldo() {
return saldo;
}
/**
* Sets the value of the saldo property.
*
*/
public void setSaldo(boolean value) {
this.saldo = 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">
* <attribute name="anno" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "")
public static class CancellaPagamento {
@XmlAttribute(required = true)
protected int anno;
/**
* Gets the value of the anno property.
*
*/
public int getAnno() {
return anno;
}
/**
* Sets the value of the anno property.
*
*/
public void setAnno(int value) {
this.anno = 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">
* <attribute name="anno" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
* <attribute name="importo">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <fractionDigits value="2"/>
* <minExclusive value="0"/>
* </restriction>
* </simpleType>
* </attribute>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "")
public static class ModificaPagamento {
@XmlAttribute(required = true)
protected int anno;
@XmlAttribute
protected BigDecimal importo;
/**
* Gets the value of the anno property.
*
*/
public int getAnno() {
return anno;
}
/**
* Sets the value of the anno property.
*
*/
public void setAnno(int value) {
this.anno = 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;
}
}
/**
* 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">
* <attribute name="anno" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
* <attribute name="importo">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <fractionDigits value="2"/>
* <minExclusive value="0"/>
* </restriction>
* </simpleType>
* </attribute>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "")
public static class NuovoPagamento {
@XmlAttribute(required = true)
protected int anno;
@XmlAttribute
protected BigDecimal importo;
/**
* Gets the value of the anno property.
*
*/
public int getAnno() {
return anno;
}
/**
* Sets the value of the anno property.
*
*/
public void setAnno(int value) {
this.anno = 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;
}
}
}
/**
* 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="dipendente">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="codiceFiscale" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="nome" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="cognome" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="qualifica" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="nuovoPagamento" maxOccurs="unbounded" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="anno" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
* <attribute name="importo" use="required">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <fractionDigits value="2"/>
* <minExclusive value="0"/>
* </restriction>
* </simpleType>
* </attribute>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* </sequence>
* <attribute name="codiceEnte" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="annoRiferimento" use="required">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}int">
* <minInclusive value="1995"/>
* <maxInclusive value="2020"/>
* </restriction>
* </simpleType>
* </attribute>
* <attribute name="importoPrevisto">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <fractionDigits value="2"/>
* <minInclusive value="0"/>
* </restriction>
* </simpleType>
* </attribute>
* <attribute name="tipologiaSoggConferente" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="tipologiaIncarico" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="cfConferente" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="denominazioneConferente" use="required">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <maxLength value="81"/>
* </restriction>
* </simpleType>
* </attribute>
* <attribute name="dataAutorizzazione" use="required" type="{http://www.w3.org/2001/XMLSchema}date" />
* <attribute name="dataInizio" use="required" type="{http://www.w3.org/2001/XMLSchema}date" />
* <attribute name="dataFine" type="{http://www.w3.org/2001/XMLSchema}date" />
* <attribute name="doveriUfficio" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="note">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <maxLength value="1000"/>
* </restriction>
* </simpleType>
* </attribute>
* <attribute name="saldo" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"dipendente",
"nuovoPagamento"
})
public static class NuovoIncarico {
@XmlElement(required = true)
protected Comunicazione.Dipendenti.NuovoIncarico.Dipendente dipendente;
protected List nuovoPagamento;
@XmlAttribute(required = true)
protected String codiceEnte;
@XmlAttribute(required = true)
protected int annoRiferimento;
@XmlAttribute
protected BigDecimal importoPrevisto;
@XmlAttribute(required = true)
protected String tipologiaSoggConferente;
@XmlAttribute(required = true)
protected String tipologiaIncarico;
@XmlAttribute(required = true)
protected String cfConferente;
@XmlAttribute(required = true)
protected String denominazioneConferente;
@XmlAttribute(required = true)
@XmlSchemaType(name = "date")
protected XMLGregorianCalendar dataAutorizzazione;
@XmlAttribute(required = true)
@XmlSchemaType(name = "date")
protected XMLGregorianCalendar dataInizio;
@XmlAttribute
@XmlSchemaType(name = "date")
protected XMLGregorianCalendar dataFine;
@XmlAttribute(required = true)
protected String doveriUfficio;
@XmlAttribute
protected String note;
@XmlAttribute(required = true)
protected boolean saldo;
/**
* Gets the value of the dipendente property.
*
* @return
* possible object is
* {@link Comunicazione.Dipendenti.NuovoIncarico.Dipendente }
*
*/
public Comunicazione.Dipendenti.NuovoIncarico.Dipendente getDipendente() {
return dipendente;
}
/**
* Sets the value of the dipendente property.
*
* @param value
* allowed object is
* {@link Comunicazione.Dipendenti.NuovoIncarico.Dipendente }
*
*/
public void setDipendente(Comunicazione.Dipendenti.NuovoIncarico.Dipendente value) {
this.dipendente = value;
}
/**
* Gets the value of the nuovoPagamento 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 nuovoPagamento property.
*
*
* For example, to add a new item, do as follows:
*
* getNuovoPagamento().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link Comunicazione.Dipendenti.NuovoIncarico.NuovoPagamento }
*
*
*/
public List getNuovoPagamento() {
if (nuovoPagamento == null) {
nuovoPagamento = new ArrayList();
}
return this.nuovoPagamento;
}
/**
* 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 annoRiferimento property.
*
*/
public int getAnnoRiferimento() {
return annoRiferimento;
}
/**
* Sets the value of the annoRiferimento property.
*
*/
public void setAnnoRiferimento(int value) {
this.annoRiferimento = value;
}
/**
* Gets the value of the importoPrevisto property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
public BigDecimal getImportoPrevisto() {
return importoPrevisto;
}
/**
* Sets the value of the importoPrevisto property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public void setImportoPrevisto(BigDecimal value) {
this.importoPrevisto = value;
}
/**
* Gets the value of the tipologiaSoggConferente property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getTipologiaSoggConferente() {
return tipologiaSoggConferente;
}
/**
* Sets the value of the tipologiaSoggConferente property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setTipologiaSoggConferente(String value) {
this.tipologiaSoggConferente = value;
}
/**
* Gets the value of the tipologiaIncarico property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getTipologiaIncarico() {
return tipologiaIncarico;
}
/**
* Sets the value of the tipologiaIncarico property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setTipologiaIncarico(String value) {
this.tipologiaIncarico = value;
}
/**
* Gets the value of the cfConferente property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCfConferente() {
return cfConferente;
}
/**
* Sets the value of the cfConferente property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCfConferente(String value) {
this.cfConferente = value;
}
/**
* Gets the value of the denominazioneConferente property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getDenominazioneConferente() {
return denominazioneConferente;
}
/**
* Sets the value of the denominazioneConferente property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setDenominazioneConferente(String value) {
this.denominazioneConferente = value;
}
/**
* Gets the value of the dataAutorizzazione property.
*
* @return
* possible object is
* {@link XMLGregorianCalendar }
*
*/
public XMLGregorianCalendar getDataAutorizzazione() {
return dataAutorizzazione;
}
/**
* Sets the value of the dataAutorizzazione property.
*
* @param value
* allowed object is
* {@link XMLGregorianCalendar }
*
*/
public void setDataAutorizzazione(XMLGregorianCalendar value) {
this.dataAutorizzazione = value;
}
/**
* Gets the value of the dataInizio property.
*
* @return
* possible object is
* {@link XMLGregorianCalendar }
*
*/
public XMLGregorianCalendar getDataInizio() {
return dataInizio;
}
/**
* Sets the value of the dataInizio property.
*
* @param value
* allowed object is
* {@link XMLGregorianCalendar }
*
*/
public void setDataInizio(XMLGregorianCalendar value) {
this.dataInizio = value;
}
/**
* Gets the value of the dataFine property.
*
* @return
* possible object is
* {@link XMLGregorianCalendar }
*
*/
public XMLGregorianCalendar getDataFine() {
return dataFine;
}
/**
* Sets the value of the dataFine property.
*
* @param value
* allowed object is
* {@link XMLGregorianCalendar }
*
*/
public void setDataFine(XMLGregorianCalendar value) {
this.dataFine = value;
}
/**
* Gets the value of the doveriUfficio property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getDoveriUfficio() {
return doveriUfficio;
}
/**
* Sets the value of the doveriUfficio property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setDoveriUfficio(String value) {
this.doveriUfficio = value;
}
/**
* Gets the value of the note property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getNote() {
return note;
}
/**
* Sets the value of the note property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setNote(String value) {
this.note = value;
}
/**
* Gets the value of the saldo property.
*
*/
public boolean isSaldo() {
return saldo;
}
/**
* Sets the value of the saldo property.
*
*/
public void setSaldo(boolean value) {
this.saldo = 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">
* <attribute name="codiceFiscale" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="nome" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="cognome" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="qualifica" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "")
public static class Dipendente {
@XmlAttribute(required = true)
protected String codiceFiscale;
@XmlAttribute(required = true)
protected String nome;
@XmlAttribute(required = true)
protected String cognome;
@XmlAttribute(required = true)
protected String qualifica;
/**
* Gets the value of the codiceFiscale property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCodiceFiscale() {
return codiceFiscale;
}
/**
* Sets the value of the codiceFiscale property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCodiceFiscale(String value) {
this.codiceFiscale = value;
}
/**
* Gets the value of the nome property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getNome() {
return nome;
}
/**
* Sets the value of the nome property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setNome(String value) {
this.nome = value;
}
/**
* Gets the value of the cognome property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCognome() {
return cognome;
}
/**
* Sets the value of the cognome property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCognome(String value) {
this.cognome = value;
}
/**
* Gets the value of the qualifica property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getQualifica() {
return qualifica;
}
/**
* Sets the value of the qualifica property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setQualifica(String value) {
this.qualifica = 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">
* <attribute name="anno" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
* <attribute name="importo" use="required">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <fractionDigits value="2"/>
* <minExclusive value="0"/>
* </restriction>
* </simpleType>
* </attribute>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "")
public static class NuovoPagamento {
@XmlAttribute(required = true)
protected int anno;
@XmlAttribute(required = true)
protected BigDecimal importo;
/**
* Gets the value of the anno property.
*
*/
public int getAnno() {
return anno;
}
/**
* Sets the value of the anno property.
*
*/
public void setAnno(int value) {
this.anno = 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;
}
}
}
/**
* 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="nuovoPagamento" maxOccurs="unbounded" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="anno" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
* <attribute name="importo">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <fractionDigits value="2"/>
* <minExclusive value="0"/>
* </restriction>
* </simpleType>
* </attribute>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="cancellaPagamento" maxOccurs="unbounded" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="anno" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="modificaPagamento" maxOccurs="unbounded" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="anno" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
* <attribute name="importo">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <fractionDigits value="2"/>
* <minExclusive value="0"/>
* </restriction>
* </simpleType>
* </attribute>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* </sequence>
* <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}long" />
* <attribute name="saldo" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"nuovoPagamento",
"cancellaPagamento",
"modificaPagamento"
})
public static class SaldoIncarico {
protected List nuovoPagamento;
protected List cancellaPagamento;
protected List modificaPagamento;
@XmlAttribute(required = true)
protected long id;
@XmlAttribute(required = true)
protected boolean saldo;
/**
* Gets the value of the nuovoPagamento 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 nuovoPagamento property.
*
*
* For example, to add a new item, do as follows:
*
* getNuovoPagamento().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link Comunicazione.Dipendenti.SaldoIncarico.NuovoPagamento }
*
*
*/
public List getNuovoPagamento() {
if (nuovoPagamento == null) {
nuovoPagamento = new ArrayList();
}
return this.nuovoPagamento;
}
/**
* Gets the value of the cancellaPagamento 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 cancellaPagamento property.
*
*
* For example, to add a new item, do as follows:
*
* getCancellaPagamento().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link Comunicazione.Dipendenti.SaldoIncarico.CancellaPagamento }
*
*
*/
public List getCancellaPagamento() {
if (cancellaPagamento == null) {
cancellaPagamento = new ArrayList();
}
return this.cancellaPagamento;
}
/**
* Gets the value of the modificaPagamento 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 modificaPagamento property.
*
*
* For example, to add a new item, do as follows:
*
* getModificaPagamento().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link Comunicazione.Dipendenti.SaldoIncarico.ModificaPagamento }
*
*
*/
public List getModificaPagamento() {
if (modificaPagamento == null) {
modificaPagamento = new ArrayList();
}
return this.modificaPagamento;
}
/**
* Gets the value of the id property.
*
*/
public long getId() {
return id;
}
/**
* Sets the value of the id property.
*
*/
public void setId(long value) {
this.id = value;
}
/**
* Gets the value of the saldo property.
*
*/
public boolean isSaldo() {
return saldo;
}
/**
* Sets the value of the saldo property.
*
*/
public void setSaldo(boolean value) {
this.saldo = 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">
* <attribute name="anno" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "")
public static class CancellaPagamento {
@XmlAttribute(required = true)
protected int anno;
/**
* Gets the value of the anno property.
*
*/
public int getAnno() {
return anno;
}
/**
* Sets the value of the anno property.
*
*/
public void setAnno(int value) {
this.anno = 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">
* <attribute name="anno" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
* <attribute name="importo">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <fractionDigits value="2"/>
* <minExclusive value="0"/>
* </restriction>
* </simpleType>
* </attribute>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "")
public static class ModificaPagamento {
@XmlAttribute(required = true)
protected int anno;
@XmlAttribute
protected BigDecimal importo;
/**
* Gets the value of the anno property.
*
*/
public int getAnno() {
return anno;
}
/**
* Sets the value of the anno property.
*
*/
public void setAnno(int value) {
this.anno = 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;
}
}
/**
* 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">
* <attribute name="anno" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
* <attribute name="importo">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
* <fractionDigits value="2"/>
* <minExclusive value="0"/>
* </restriction>
* </simpleType>
* </attribute>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "")
public static class NuovoPagamento {
@XmlAttribute(required = true)
protected int anno;
@XmlAttribute
protected BigDecimal importo;
/**
* Gets the value of the anno property.
*
*/
public int getAnno() {
return anno;
}
/**
* Sets the value of the anno property.
*
*/
public void setAnno(int value) {
this.anno = 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;
}
}
}
}
}