// // Questo file è stato generato dall'architettura JavaTM per XML Binding (JAXB) Reference Implementation, v2.2.10-b140802.1033 // Vedere http://java.sun.com/xml/jaxb // Qualsiasi modifica a questo file andrà persa durante la ricompilazione dello schema di origine. // Generato il: 2017.05.05 alle 05:49:36 PM CEST // package it.liguriadigitale.sxcrj.console.business.staging.impl.level1.caricamento.fornitura.xsd.parser.moduloplus.stradario; import java.math.BigInteger; import java.util.ArrayList; import java.util.List; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlRootElement; import javax.xml.bind.annotation.XmlSchemaType; import javax.xml.bind.annotation.XmlType; import javax.xml.datatype.XMLGregorianCalendar; /** *
Classe Java per anonymous complex type. * *
Il seguente frammento di schema specifica il contenuto previsto contenuto in questa classe. * *
* <complexType> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> * <element name="IdRichiesta" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/> * <element name="IdRicevuta" type="{http://www.w3.org/2001/XMLSchema}string"/> * <element name="DataOra" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> * <element name="Comune"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> * <maxLength value="4"/> * </restriction> * </simpleType> * </element> * <element name="Elementi" maxOccurs="unbounded"> * <complexType> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> * <element name="ElementoNuovo"> * <complexType> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> * <element ref="{http://www.sigmater.it/AggiornamentoStradario.xsd}CodTopo"/> * <element name="Toponimo"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> * <maxLength value="30"/> * </restriction> * </simpleType> * </element> * <element ref="{http://www.sigmater.it/AggiornamentoStradario.xsd}Denom"/> * <element ref="{http://www.sigmater.it/AggiornamentoStradario.xsd}CodStrada" minOccurs="0"/> * <element name="Fonte"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}int"> * <totalDigits value="1"/> * </restriction> * </simpleType> * </element> * <element name="Delibera" minOccurs="0"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> * <maxLength value="70"/> * </restriction> * </simpleType> * </element> * <element name="Localita" minOccurs="0"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> * <maxLength value="30"/> * </restriction> * </simpleType> * </element> * <element name="DatiCAP" maxOccurs="unbounded" minOccurs="0"> * <complexType> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> * <element name="CAP"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> * <length value="5"/> * </restriction> * </simpleType> * </element> * <element name="Civici" minOccurs="0"> * <complexType> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> * <element name="CivicoDal"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> * <maxLength value="6"/> * </restriction> * </simpleType> * </element> * <element name="CivicoAl"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> * <maxLength value="6"/> * </restriction> * </simpleType> * </element> * </sequence> * </restriction> * </complexContent> * </complexType> * </element> * </sequence> * </restriction> * </complexContent> * </complexType> * </element> * </sequence> * </restriction> * </complexContent> * </complexType> * </element> * <element name="ElementoDaSostituire" minOccurs="0"> * <complexType> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> * <element ref="{http://www.sigmater.it/AggiornamentoStradario.xsd}CodTopo"/> * <element ref="{http://www.sigmater.it/AggiornamentoStradario.xsd}Denom"/> * <element ref="{http://www.sigmater.it/AggiornamentoStradario.xsd}CodStrada" minOccurs="0"/> * </sequence> * </restriction> * </complexContent> * </complexType> * </element> * </sequence> * </restriction> * </complexContent> * </complexType> * </element> * </sequence> * </restriction> * </complexContent> * </complexType> ** * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "idRichiesta", "idRicevuta", "dataOra", "comune", "elementi" }) @XmlRootElement(name = "AggiornamentoStradario") public class AggiornamentoStradario { @XmlElement(name = "IdRichiesta", required = true) @XmlSchemaType(name = "positiveInteger") protected BigInteger idRichiesta; @XmlElement(name = "IdRicevuta", required = true) protected String idRicevuta; @XmlElement(name = "DataOra", required = true) @XmlSchemaType(name = "dateTime") protected XMLGregorianCalendar dataOra; @XmlElement(name = "Comune", required = true) protected String comune; @XmlElement(name = "Elementi", required = true) protected List
* 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 elementi property.
*
*
* For example, to add a new item, do as follows: *
* getElementi().add(newItem); ** * *
* Objects of the following type(s) are allowed in the list
* {@link AggiornamentoStradario.Elementi }
*
*
*/
public List Classe Java per anonymous complex type.
*
* Il seguente frammento di schema specifica il contenuto previsto contenuto in questa classe.
*
* Classe Java per anonymous complex type.
*
* Il seguente frammento di schema specifica il contenuto previsto contenuto in questa classe.
*
* Classe Java per anonymous complex type.
*
* Il seguente frammento di schema specifica il contenuto previsto contenuto in questa classe.
*
*
* 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
* For example, to add a new item, do as follows:
*
* Objects of the following type(s) are allowed in the list
* {@link AggiornamentoStradario.Elementi.ElementoNuovo.DatiCAP }
*
*
*/
public List Classe Java per anonymous complex type.
*
* Il seguente frammento di schema specifica il contenuto previsto contenuto in questa classe.
*
* Classe Java per anonymous complex type.
*
* Il seguente frammento di schema specifica il contenuto previsto contenuto in questa classe.
*
*
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="ElementoNuovo">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element ref="{http://www.sigmater.it/AggiornamentoStradario.xsd}CodTopo"/>
* <element name="Toponimo">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <maxLength value="30"/>
* </restriction>
* </simpleType>
* </element>
* <element ref="{http://www.sigmater.it/AggiornamentoStradario.xsd}Denom"/>
* <element ref="{http://www.sigmater.it/AggiornamentoStradario.xsd}CodStrada" minOccurs="0"/>
* <element name="Fonte">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}int">
* <totalDigits value="1"/>
* </restriction>
* </simpleType>
* </element>
* <element name="Delibera" minOccurs="0">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <maxLength value="70"/>
* </restriction>
* </simpleType>
* </element>
* <element name="Localita" minOccurs="0">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <maxLength value="30"/>
* </restriction>
* </simpleType>
* </element>
* <element name="DatiCAP" maxOccurs="unbounded" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="CAP">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <length value="5"/>
* </restriction>
* </simpleType>
* </element>
* <element name="Civici" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="CivicoDal">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <maxLength value="6"/>
* </restriction>
* </simpleType>
* </element>
* <element name="CivicoAl">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <maxLength value="6"/>
* </restriction>
* </simpleType>
* </element>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="ElementoDaSostituire" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element ref="{http://www.sigmater.it/AggiornamentoStradario.xsd}CodTopo"/>
* <element ref="{http://www.sigmater.it/AggiornamentoStradario.xsd}Denom"/>
* <element ref="{http://www.sigmater.it/AggiornamentoStradario.xsd}CodStrada" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"elementoNuovo",
"elementoDaSostituire"
})
public static class Elementi {
@XmlElement(name = "ElementoNuovo", required = true)
protected AggiornamentoStradario.Elementi.ElementoNuovo elementoNuovo;
@XmlElement(name = "ElementoDaSostituire")
protected AggiornamentoStradario.Elementi.ElementoDaSostituire elementoDaSostituire;
/**
* Recupera il valore della proprietà elementoNuovo.
*
* @return
* possible object is
* {@link AggiornamentoStradario.Elementi.ElementoNuovo }
*
*/
public AggiornamentoStradario.Elementi.ElementoNuovo getElementoNuovo() {
return elementoNuovo;
}
/**
* Imposta il valore della proprietà elementoNuovo.
*
* @param value
* allowed object is
* {@link AggiornamentoStradario.Elementi.ElementoNuovo }
*
*/
public void setElementoNuovo(AggiornamentoStradario.Elementi.ElementoNuovo value) {
this.elementoNuovo = value;
}
/**
* Recupera il valore della proprietà elementoDaSostituire.
*
* @return
* possible object is
* {@link AggiornamentoStradario.Elementi.ElementoDaSostituire }
*
*/
public AggiornamentoStradario.Elementi.ElementoDaSostituire getElementoDaSostituire() {
return elementoDaSostituire;
}
/**
* Imposta il valore della proprietà elementoDaSostituire.
*
* @param value
* allowed object is
* {@link AggiornamentoStradario.Elementi.ElementoDaSostituire }
*
*/
public void setElementoDaSostituire(AggiornamentoStradario.Elementi.ElementoDaSostituire value) {
this.elementoDaSostituire = value;
}
/**
*
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element ref="{http://www.sigmater.it/AggiornamentoStradario.xsd}CodTopo"/>
* <element ref="{http://www.sigmater.it/AggiornamentoStradario.xsd}Denom"/>
* <element ref="{http://www.sigmater.it/AggiornamentoStradario.xsd}CodStrada" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"codTopo",
"denom",
"codStrada"
})
public static class ElementoDaSostituire {
@XmlElement(name = "CodTopo", required = true)
protected BigInteger codTopo;
@XmlElement(name = "Denom", required = true)
protected String denom;
@XmlElement(name = "CodStrada")
protected BigInteger codStrada;
/**
* Recupera il valore della proprietà codTopo.
*
* @return
* possible object is
* {@link BigInteger }
*
*/
public BigInteger getCodTopo() {
return codTopo;
}
/**
* Imposta il valore della proprietà codTopo.
*
* @param value
* allowed object is
* {@link BigInteger }
*
*/
public void setCodTopo(BigInteger value) {
this.codTopo = value;
}
/**
* Recupera il valore della proprietà denom.
*
* @return
* possible object is
* {@link String }
*
*/
public String getDenom() {
return denom;
}
/**
* Imposta il valore della proprietà denom.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setDenom(String value) {
this.denom = value;
}
/**
* Recupera il valore della proprietà codStrada.
*
* @return
* possible object is
* {@link BigInteger }
*
*/
public BigInteger getCodStrada() {
return codStrada;
}
/**
* Imposta il valore della proprietà codStrada.
*
* @param value
* allowed object is
* {@link BigInteger }
*
*/
public void setCodStrada(BigInteger value) {
this.codStrada = value;
}
}
/**
*
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element ref="{http://www.sigmater.it/AggiornamentoStradario.xsd}CodTopo"/>
* <element name="Toponimo">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <maxLength value="30"/>
* </restriction>
* </simpleType>
* </element>
* <element ref="{http://www.sigmater.it/AggiornamentoStradario.xsd}Denom"/>
* <element ref="{http://www.sigmater.it/AggiornamentoStradario.xsd}CodStrada" minOccurs="0"/>
* <element name="Fonte">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}int">
* <totalDigits value="1"/>
* </restriction>
* </simpleType>
* </element>
* <element name="Delibera" minOccurs="0">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <maxLength value="70"/>
* </restriction>
* </simpleType>
* </element>
* <element name="Localita" minOccurs="0">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <maxLength value="30"/>
* </restriction>
* </simpleType>
* </element>
* <element name="DatiCAP" maxOccurs="unbounded" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="CAP">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <length value="5"/>
* </restriction>
* </simpleType>
* </element>
* <element name="Civici" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="CivicoDal">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <maxLength value="6"/>
* </restriction>
* </simpleType>
* </element>
* <element name="CivicoAl">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <maxLength value="6"/>
* </restriction>
* </simpleType>
* </element>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"codTopo",
"toponimo",
"denom",
"codStrada",
"fonte",
"delibera",
"localita",
"datiCAP"
})
public static class ElementoNuovo {
@XmlElement(name = "CodTopo", required = true)
protected BigInteger codTopo;
@XmlElement(name = "Toponimo", required = true)
protected String toponimo;
@XmlElement(name = "Denom", required = true)
protected String denom;
@XmlElement(name = "CodStrada")
protected BigInteger codStrada;
@XmlElement(name = "Fonte")
protected int fonte;
@XmlElement(name = "Delibera")
protected String delibera;
@XmlElement(name = "Localita")
protected String localita;
@XmlElement(name = "DatiCAP")
protected Listset
method for the datiCAP property.
*
*
* getDatiCAP().add(newItem);
*
*
*
*
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="CAP">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <length value="5"/>
* </restriction>
* </simpleType>
* </element>
* <element name="Civici" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="CivicoDal">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <maxLength value="6"/>
* </restriction>
* </simpleType>
* </element>
* <element name="CivicoAl">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <maxLength value="6"/>
* </restriction>
* </simpleType>
* </element>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"cap",
"civici"
})
public static class DatiCAP {
@XmlElement(name = "CAP", required = true)
protected String cap;
@XmlElement(name = "Civici")
protected AggiornamentoStradario.Elementi.ElementoNuovo.DatiCAP.Civici civici;
/**
* Recupera il valore della proprietà cap.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCAP() {
return cap;
}
/**
* Imposta il valore della proprietà cap.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCAP(String value) {
this.cap = value;
}
/**
* Recupera il valore della proprietà civici.
*
* @return
* possible object is
* {@link AggiornamentoStradario.Elementi.ElementoNuovo.DatiCAP.Civici }
*
*/
public AggiornamentoStradario.Elementi.ElementoNuovo.DatiCAP.Civici getCivici() {
return civici;
}
/**
* Imposta il valore della proprietà civici.
*
* @param value
* allowed object is
* {@link AggiornamentoStradario.Elementi.ElementoNuovo.DatiCAP.Civici }
*
*/
public void setCivici(AggiornamentoStradario.Elementi.ElementoNuovo.DatiCAP.Civici value) {
this.civici = value;
}
/**
*
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="CivicoDal">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <maxLength value="6"/>
* </restriction>
* </simpleType>
* </element>
* <element name="CivicoAl">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <maxLength value="6"/>
* </restriction>
* </simpleType>
* </element>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"civicoDal",
"civicoAl"
})
public static class Civici {
@XmlElement(name = "CivicoDal", required = true)
protected String civicoDal;
@XmlElement(name = "CivicoAl", required = true)
protected String civicoAl;
/**
* Recupera il valore della proprietà civicoDal.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCivicoDal() {
return civicoDal;
}
/**
* Imposta il valore della proprietà civicoDal.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCivicoDal(String value) {
this.civicoDal = value;
}
/**
* Recupera il valore della proprietà civicoAl.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCivicoAl() {
return civicoAl;
}
/**
* Imposta il valore della proprietà civicoAl.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCivicoAl(String value) {
this.civicoAl = value;
}
}
}
}
}
}