it.siopeplus.giornaledicassa.CtTestataMessaggio Maven / Gradle / Ivy
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.0
// See https://javaee.github.io/jaxb-v2/
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2020.10.05 at 04:27:43 PM GMT
//
package it.siopeplus.giornaledicassa;
import java.io.Serializable;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
import javax.xml.datatype.XMLGregorianCalendar;
import org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy;
import org.jvnet.jaxb2_commons.lang.ToString2;
import org.jvnet.jaxb2_commons.lang.ToStringStrategy2;
import org.jvnet.jaxb2_commons.locator.ObjectLocator;
/**
* Testata Comune per tutti i flussi
*
* Java class for ctTestata_messaggio complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="ctTestata_messaggio">
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="codice_ABI_BT">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <length value="5"/>
* <pattern value="[0-9]{5}"/>
* </restriction>
* </simpleType>
* </element>
* <element name="data_ora_creazione_flusso" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
* <element name="codice_ente" type="{}stCodiceIPA_Ente"/>
* <element name="descrizione_ente" type="{}stMinUnoString"/>
* <element name="codice_istat_ente" type="{}stCodiceISTAT_Ente"/>
* <element name="codice_fiscale_ente" type="{}stCodice_fiscale_ente"/>
* <element name="codice_tramite_ente" type="{}stCodice_A2A"/>
* <element name="codice_tramite_BT" type="{}stCodice_A2A"/>
* <element name="codice_ente_BT" type="{}stMinUnoString"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "ctTestata_messaggio", namespace = "", propOrder = {
"codiceABIBT",
"dataOraCreazioneFlusso",
"codiceEnte",
"descrizioneEnte",
"codiceIstatEnte",
"codiceFiscaleEnte",
"codiceTramiteEnte",
"codiceTramiteBT",
"codiceEnteBT"
})
public class CtTestataMessaggio implements Serializable, ToString2
{
private final static long serialVersionUID = -1L;
@XmlElement(name = "codice_ABI_BT", required = true)
protected String codiceABIBT;
@XmlElement(name = "data_ora_creazione_flusso", required = true)
@XmlSchemaType(name = "dateTime")
protected XMLGregorianCalendar dataOraCreazioneFlusso;
@XmlElement(name = "codice_ente", required = true)
protected String codiceEnte;
@XmlElement(name = "descrizione_ente", required = true)
protected String descrizioneEnte;
@XmlElement(name = "codice_istat_ente", required = true)
protected String codiceIstatEnte;
@XmlElement(name = "codice_fiscale_ente", required = true)
protected String codiceFiscaleEnte;
@XmlElement(name = "codice_tramite_ente", required = true)
protected String codiceTramiteEnte;
@XmlElement(name = "codice_tramite_BT", required = true)
protected String codiceTramiteBT;
@XmlElement(name = "codice_ente_BT", required = true)
protected String codiceEnteBT;
/**
* Gets the value of the codiceABIBT property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCodiceABIBT() {
return codiceABIBT;
}
/**
* Sets the value of the codiceABIBT property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCodiceABIBT(String value) {
this.codiceABIBT = value;
}
/**
* Gets the value of the dataOraCreazioneFlusso property.
*
* @return
* possible object is
* {@link XMLGregorianCalendar }
*
*/
public XMLGregorianCalendar getDataOraCreazioneFlusso() {
return dataOraCreazioneFlusso;
}
/**
* Sets the value of the dataOraCreazioneFlusso property.
*
* @param value
* allowed object is
* {@link XMLGregorianCalendar }
*
*/
public void setDataOraCreazioneFlusso(XMLGregorianCalendar value) {
this.dataOraCreazioneFlusso = value;
}
/**
* Gets the value of the codiceEnte property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCodiceEnte() {
return codiceEnte;
}
/**
* Sets the value of the codiceEnte property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCodiceEnte(String value) {
this.codiceEnte = value;
}
/**
* Gets the value of the descrizioneEnte property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getDescrizioneEnte() {
return descrizioneEnte;
}
/**
* Sets the value of the descrizioneEnte property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setDescrizioneEnte(String value) {
this.descrizioneEnte = value;
}
/**
* Gets the value of the codiceIstatEnte property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCodiceIstatEnte() {
return codiceIstatEnte;
}
/**
* Sets the value of the codiceIstatEnte property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCodiceIstatEnte(String value) {
this.codiceIstatEnte = value;
}
/**
* Gets the value of the codiceFiscaleEnte property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCodiceFiscaleEnte() {
return codiceFiscaleEnte;
}
/**
* Sets the value of the codiceFiscaleEnte property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCodiceFiscaleEnte(String value) {
this.codiceFiscaleEnte = value;
}
/**
* Gets the value of the codiceTramiteEnte property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCodiceTramiteEnte() {
return codiceTramiteEnte;
}
/**
* Sets the value of the codiceTramiteEnte property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCodiceTramiteEnte(String value) {
this.codiceTramiteEnte = value;
}
/**
* Gets the value of the codiceTramiteBT property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCodiceTramiteBT() {
return codiceTramiteBT;
}
/**
* Sets the value of the codiceTramiteBT property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCodiceTramiteBT(String value) {
this.codiceTramiteBT = value;
}
/**
* Gets the value of the codiceEnteBT property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCodiceEnteBT() {
return codiceEnteBT;
}
/**
* Sets the value of the codiceEnteBT property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCodiceEnteBT(String value) {
this.codiceEnteBT = value;
}
public String toString() {
final ToStringStrategy2 strategy = JAXBToStringStrategy.INSTANCE;
final StringBuilder buffer = new StringBuilder();
append(null, buffer, strategy);
return buffer.toString();
}
public StringBuilder append(ObjectLocator locator, StringBuilder buffer, ToStringStrategy2 strategy) {
strategy.appendStart(locator, this, buffer);
appendFields(locator, buffer, strategy);
strategy.appendEnd(locator, this, buffer);
return buffer;
}
public StringBuilder appendFields(ObjectLocator locator, StringBuilder buffer, ToStringStrategy2 strategy) {
{
String theCodiceABIBT;
theCodiceABIBT = this.getCodiceABIBT();
strategy.appendField(locator, this, "codiceABIBT", buffer, theCodiceABIBT, (this.codiceABIBT!= null));
}
{
XMLGregorianCalendar theDataOraCreazioneFlusso;
theDataOraCreazioneFlusso = this.getDataOraCreazioneFlusso();
strategy.appendField(locator, this, "dataOraCreazioneFlusso", buffer, theDataOraCreazioneFlusso, (this.dataOraCreazioneFlusso!= null));
}
{
String theCodiceEnte;
theCodiceEnte = this.getCodiceEnte();
strategy.appendField(locator, this, "codiceEnte", buffer, theCodiceEnte, (this.codiceEnte!= null));
}
{
String theDescrizioneEnte;
theDescrizioneEnte = this.getDescrizioneEnte();
strategy.appendField(locator, this, "descrizioneEnte", buffer, theDescrizioneEnte, (this.descrizioneEnte!= null));
}
{
String theCodiceIstatEnte;
theCodiceIstatEnte = this.getCodiceIstatEnte();
strategy.appendField(locator, this, "codiceIstatEnte", buffer, theCodiceIstatEnte, (this.codiceIstatEnte!= null));
}
{
String theCodiceFiscaleEnte;
theCodiceFiscaleEnte = this.getCodiceFiscaleEnte();
strategy.appendField(locator, this, "codiceFiscaleEnte", buffer, theCodiceFiscaleEnte, (this.codiceFiscaleEnte!= null));
}
{
String theCodiceTramiteEnte;
theCodiceTramiteEnte = this.getCodiceTramiteEnte();
strategy.appendField(locator, this, "codiceTramiteEnte", buffer, theCodiceTramiteEnte, (this.codiceTramiteEnte!= null));
}
{
String theCodiceTramiteBT;
theCodiceTramiteBT = this.getCodiceTramiteBT();
strategy.appendField(locator, this, "codiceTramiteBT", buffer, theCodiceTramiteBT, (this.codiceTramiteBT!= null));
}
{
String theCodiceEnteBT;
theCodiceEnteBT = this.getCodiceEnteBT();
strategy.appendField(locator, this, "codiceEnteBT", buffer, theCodiceEnteBT, (this.codiceEnteBT!= null));
}
return buffer;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy