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

it.cnr.contab.doccont00.intcass.xmlbnl.Piazzatura Maven / Gradle / Ivy

/*
 * Copyright (C) 2019  Consiglio Nazionale delle Ricerche
 *
 *     This program is free software: you can redistribute it and/or modify
 *     it under the terms of the GNU Affero General Public License as
 *     published by the Free Software Foundation, either version 3 of the
 *     License, or (at your option) any later version.
 *
 *     This program is distributed in the hope that it will be useful,
 *     but WITHOUT ANY WARRANTY; without even the implied warranty of
 *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *     GNU Affero General Public License for more details.
 *
 *     You should have received a copy of the GNU Affero General Public License
 *     along with this program.  If not, see .
 */

//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 
// See http://java.sun.com/xml/jaxb 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2013.07.16 at 09:58:11 AM CEST 
//


package it.cnr.contab.doccont00.intcass.xmlbnl;

import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;


/**
 * struttura piazzatura, da valorizzare nel caso il tipo_pagamento="BONIFICO BANCARIO E POSTALE"
 * 
 * 

Java class for piazzatura complex type. * *

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

 * <complexType name="piazzatura">
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <sequence>
 *         <element name="abi_beneficiario" minOccurs="0">
 *           <simpleType>
 *             <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger">
 *               <minInclusive value="1"/>
 *               <maxInclusive value="99999"/>
 *             </restriction>
 *           </simpleType>
 *         </element>
 *         <element name="cab_beneficiario" minOccurs="0">
 *           <simpleType>
 *             <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger">
 *               <minInclusive value="1"/>
 *               <maxInclusive value="99999"/>
 *             </restriction>
 *           </simpleType>
 *         </element>
 *         <element name="numero_conto_corrente_beneficiario">
 *           <simpleType>
 *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *               <minLength value="1"/>
 *               <maxLength value="12"/>
 *               <pattern value="[0-9a-zA-Z,/, ,.,\-]{1,12}"/>
 *             </restriction>
 *           </simpleType>
 *         </element>
 *         <element name="caratteri_controllo" minOccurs="0">
 *           <simpleType>
 *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *               <length value="2"/>
 *             </restriction>
 *           </simpleType>
 *         </element>
 *         <element name="codice_cin" minOccurs="0">
 *           <simpleType>
 *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *               <length value="1"/>
 *             </restriction>
 *           </simpleType>
 *         </element>
 *         <element name="codice_paese" minOccurs="0">
 *           <simpleType>
 *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *               <length value="2"/>
 *               <pattern value="\c{2}"/>
 *             </restriction>
 *           </simpleType>
 *         </element>
 *         <element name="denominazione_banca_destinataria" minOccurs="0">
 *           <simpleType>
 *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *             </restriction>
 *           </simpleType>
 *         </element>
 *       </sequence>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "piazzatura", propOrder = { "abiBeneficiario", "cabBeneficiario", "numeroContoCorrenteBeneficiario", "caratteriControllo", "codiceCin", "codicePaese", "denominazioneBancaDestinataria" }) public class Piazzatura { @XmlElement(name = "abi_beneficiario") protected String abiBeneficiario; @XmlElement(name = "cab_beneficiario") protected String cabBeneficiario; @XmlElement(name = "numero_conto_corrente_beneficiario", required = true) protected String numeroContoCorrenteBeneficiario; @XmlElement(name = "caratteri_controllo") protected String caratteriControllo; @XmlElement(name = "codice_cin") protected String codiceCin; @XmlElement(name = "codice_paese", defaultValue = "IT") protected String codicePaese; @XmlElement(name = "denominazione_banca_destinataria") protected String denominazioneBancaDestinataria; /** * Gets the value of the abiBeneficiario property. * * @return * possible object is * {@link Integer } * */ public String getAbiBeneficiario() { return abiBeneficiario; } /** * Sets the value of the abiBeneficiario property. * * @param value * allowed object is * {@link Integer } * */ public void setAbiBeneficiario(String value) { this.abiBeneficiario = value; } /** * Gets the value of the cabBeneficiario property. * * @return * possible object is * {@link Integer } * */ public String getCabBeneficiario() { return cabBeneficiario; } /** * Sets the value of the cabBeneficiario property. * * @param value * allowed object is * {@link Integer } * */ public void setCabBeneficiario(String value) { this.cabBeneficiario = value; } /** * Gets the value of the numeroContoCorrenteBeneficiario property. * * @return * possible object is * {@link String } * */ public String getNumeroContoCorrenteBeneficiario() { return numeroContoCorrenteBeneficiario; } /** * Sets the value of the numeroContoCorrenteBeneficiario property. * * @param value * allowed object is * {@link String } * */ public void setNumeroContoCorrenteBeneficiario(String value) { this.numeroContoCorrenteBeneficiario = value; } /** * Gets the value of the caratteriControllo property. * * @return * possible object is * {@link String } * */ public String getCaratteriControllo() { return caratteriControllo; } /** * Sets the value of the caratteriControllo property. * * @param value * allowed object is * {@link String } * */ public void setCaratteriControllo(String value) { this.caratteriControllo = value; } /** * Gets the value of the codiceCin property. * * @return * possible object is * {@link String } * */ public String getCodiceCin() { return codiceCin; } /** * Sets the value of the codiceCin property. * * @param value * allowed object is * {@link String } * */ public void setCodiceCin(String value) { this.codiceCin = value; } /** * Gets the value of the codicePaese property. * * @return * possible object is * {@link String } * */ public String getCodicePaese() { return codicePaese; } /** * Sets the value of the codicePaese property. * * @param value * allowed object is * {@link String } * */ public void setCodicePaese(String value) { this.codicePaese = value; } /** * Gets the value of the denominazioneBancaDestinataria property. * * @return * possible object is * {@link String } * */ public String getDenominazioneBancaDestinataria() { return denominazioneBancaDestinataria; } /** * Sets the value of the denominazioneBancaDestinataria property. * * @param value * allowed object is * {@link String } * */ public void setDenominazioneBancaDestinataria(String value) { this.denominazioneBancaDestinataria = value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy