AccordoServizioParteComune.java
- /*
- * GovWay - A customizable API Gateway
- * https://govway.org
- *
- * Copyright (c) 2005-2025 Link.it srl (https://link.it).
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 3, as published by
- * the Free Software Foundation.
- *
- * 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 General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- *
- */
- package org.openspcoop2.core.registry;
- 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.XmlType;
- import org.openspcoop2.core.id.IDAccordo;
- import org.openspcoop2.core.registry.constants.FormatoSpecifica;
- import org.openspcoop2.core.registry.constants.MessageType;
- import org.openspcoop2.core.registry.constants.ProfiloCollaborazione;
- import org.openspcoop2.core.registry.constants.ServiceBinding;
- import org.openspcoop2.core.registry.constants.StatoFunzionalita;
- import java.io.Serializable;
- import java.util.ArrayList;
- import java.util.List;
- /** <p>Java class for accordo-servizio-parte-comune complex type.
- *
- * <p>The following schema fragment specifies the expected content contained within this class.
- *
- * <pre>
- * <complexType name="accordo-servizio-parte-comune">
- * <sequence>
- * <element name="soggetto-referente" type="{http://www.openspcoop2.org/core/registry}id-soggetto" minOccurs="0" maxOccurs="1"/>
- * <element name="servizio-composto" type="{http://www.openspcoop2.org/core/registry}accordo-servizio-parte-comune-servizio-composto" minOccurs="0" maxOccurs="1"/>
- * <element name="azione" type="{http://www.openspcoop2.org/core/registry}azione" minOccurs="0" maxOccurs="unbounded"/>
- * <element name="port-type" type="{http://www.openspcoop2.org/core/registry}port-type" minOccurs="0" maxOccurs="unbounded"/>
- * <element name="resource" type="{http://www.openspcoop2.org/core/registry}resource" minOccurs="0" maxOccurs="unbounded"/>
- * <element name="allegato" type="{http://www.openspcoop2.org/core/registry}documento" minOccurs="0" maxOccurs="unbounded"/>
- * <element name="specifica-semiformale" type="{http://www.openspcoop2.org/core/registry}documento" minOccurs="0" maxOccurs="unbounded"/>
- * <element name="protocol-property" type="{http://www.openspcoop2.org/core/registry}protocol-property" minOccurs="0" maxOccurs="unbounded"/>
- * <element name="gruppi" type="{http://www.openspcoop2.org/core/registry}gruppi-accordo" minOccurs="0" maxOccurs="1"/>
- * <element name="proprieta-oggetto" type="{http://www.openspcoop2.org/core/registry}proprieta-oggetto" minOccurs="0" maxOccurs="1"/>
- * </sequence>
- * <attribute name="super-user" type="{http://www.w3.org/2001/XMLSchema}string" use="optional"/>
- * <attribute name="stato-package" type="{http://www.w3.org/2001/XMLSchema}string" use="optional"/>
- * <attribute name="privato" type="{http://www.w3.org/2001/XMLSchema}string" use="optional" default="false"/>
- * <attribute name="byte-wsdl-definitorio" type="{http://www.w3.org/2001/XMLSchema}base64Binary" use="optional"/>
- * <attribute name="byte-wsdl-concettuale" type="{http://www.w3.org/2001/XMLSchema}base64Binary" use="optional"/>
- * <attribute name="byte-wsdl-logico-erogatore" type="{http://www.w3.org/2001/XMLSchema}base64Binary" use="optional"/>
- * <attribute name="byte-wsdl-logico-fruitore" type="{http://www.w3.org/2001/XMLSchema}base64Binary" use="optional"/>
- * <attribute name="byte-specifica-conversazione-concettuale" type="{http://www.w3.org/2001/XMLSchema}base64Binary" use="optional"/>
- * <attribute name="byte-specifica-conversazione-erogatore" type="{http://www.w3.org/2001/XMLSchema}base64Binary" use="optional"/>
- * <attribute name="byte-specifica-conversazione-fruitore" type="{http://www.w3.org/2001/XMLSchema}base64Binary" use="optional"/>
- * <attribute name="service-binding" type="{http://www.openspcoop2.org/core/registry}ServiceBinding" use="required"/>
- * <attribute name="message-type" type="{http://www.openspcoop2.org/core/registry}MessageType" use="optional"/>
- * <attribute name="nome" type="{http://www.w3.org/2001/XMLSchema}string" use="required"/>
- * <attribute name="descrizione" type="{http://www.w3.org/2001/XMLSchema}string" use="optional"/>
- * <attribute name="profilo-collaborazione" type="{http://www.openspcoop2.org/core/registry}ProfiloCollaborazione" use="required"/>
- * <attribute name="formato-specifica" type="{http://www.openspcoop2.org/core/registry}FormatoSpecifica" use="optional"/>
- * <attribute name="wsdl-definitorio" type="{http://www.w3.org/2001/XMLSchema}string" use="optional"/>
- * <attribute name="wsdl-concettuale" type="{http://www.w3.org/2001/XMLSchema}string" use="optional"/>
- * <attribute name="wsdl-logico-erogatore" type="{http://www.w3.org/2001/XMLSchema}string" use="optional"/>
- * <attribute name="wsdl-logico-fruitore" type="{http://www.w3.org/2001/XMLSchema}string" use="optional"/>
- * <attribute name="specifica-conversazione-concettuale" type="{http://www.w3.org/2001/XMLSchema}string" use="optional"/>
- * <attribute name="specifica-conversazione-erogatore" type="{http://www.w3.org/2001/XMLSchema}string" use="optional"/>
- * <attribute name="specifica-conversazione-fruitore" type="{http://www.w3.org/2001/XMLSchema}string" use="optional"/>
- * <attribute name="utilizzo-senza-azione" type="{http://www.w3.org/2001/XMLSchema}boolean" use="optional" default="false"/>
- * <attribute name="filtro-duplicati" type="{http://www.openspcoop2.org/core/registry}StatoFunzionalita" use="optional" default="disabilitato"/>
- * <attribute name="conferma-ricezione" type="{http://www.openspcoop2.org/core/registry}StatoFunzionalita" use="optional" default="disabilitato"/>
- * <attribute name="id-collaborazione" type="{http://www.openspcoop2.org/core/registry}StatoFunzionalita" use="optional" default="disabilitato"/>
- * <attribute name="id-riferimento-richiesta" type="{http://www.openspcoop2.org/core/registry}StatoFunzionalita" use="optional" default="disabilitato"/>
- * <attribute name="consegna-in-ordine" type="{http://www.openspcoop2.org/core/registry}StatoFunzionalita" use="optional" default="disabilitato"/>
- * <attribute name="scadenza" type="{http://www.w3.org/2001/XMLSchema}string" use="optional"/>
- * <attribute name="ora-registrazione" type="{http://www.w3.org/2001/XMLSchema}dateTime" use="optional"/>
- * <attribute name="versione" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" use="optional" default="1"/>
- * <attribute name="canale" type="{http://www.w3.org/2001/XMLSchema}string" use="optional"/>
- * </complexType>
- * </pre>
- *
- * @version $Rev$, $Date$
- *
- * @author Poli Andrea (poli@link.it)
- * @author $Author$
- * */
- @XmlAccessorType(XmlAccessType.FIELD)
- @XmlType(name = "accordo-servizio-parte-comune",
- propOrder = {
- "soggettoReferente",
- "servizioComposto",
- "azione",
- "portType",
- "resource",
- "allegato",
- "specificaSemiformale",
- "protocolProperty",
- "gruppi",
- "proprietaOggetto"
- }
- )
- @XmlRootElement(name = "accordo-servizio-parte-comune")
- public class AccordoServizioParteComune extends org.openspcoop2.utils.beans.BaseBeanWithId implements Serializable , Cloneable {
- public AccordoServizioParteComune() {
- super();
- }
- public IDAccordo getOldIDAccordoForUpdate() {
- return this.oldIDAccordoForUpdate;
- }
- public void setOldIDAccordoForUpdate(IDAccordo oldIDAccordoForUpdate) {
- this.oldIDAccordoForUpdate=oldIDAccordoForUpdate;
- }
- public IdSoggetto getSoggettoReferente() {
- return this.soggettoReferente;
- }
- public void setSoggettoReferente(IdSoggetto soggettoReferente) {
- this.soggettoReferente = soggettoReferente;
- }
- public AccordoServizioParteComuneServizioComposto getServizioComposto() {
- return this.servizioComposto;
- }
- public void setServizioComposto(AccordoServizioParteComuneServizioComposto servizioComposto) {
- this.servizioComposto = servizioComposto;
- }
- public void addAzione(Azione azione) {
- this.azione.add(azione);
- }
- public Azione getAzione(int index) {
- return this.azione.get( index );
- }
- public Azione removeAzione(int index) {
- return this.azione.remove( index );
- }
- public List<Azione> getAzioneList() {
- return this.azione;
- }
- public void setAzioneList(List<Azione> azione) {
- this.azione=azione;
- }
- public int sizeAzioneList() {
- return this.azione.size();
- }
- public void addPortType(PortType portType) {
- this.portType.add(portType);
- }
- public PortType getPortType(int index) {
- return this.portType.get( index );
- }
- public PortType removePortType(int index) {
- return this.portType.remove( index );
- }
- public List<PortType> getPortTypeList() {
- return this.portType;
- }
- public void setPortTypeList(List<PortType> portType) {
- this.portType=portType;
- }
- public int sizePortTypeList() {
- return this.portType.size();
- }
- public void addResource(Resource resource) {
- this.resource.add(resource);
- }
- public Resource getResource(int index) {
- return this.resource.get( index );
- }
- public Resource removeResource(int index) {
- return this.resource.remove( index );
- }
- public List<Resource> getResourceList() {
- return this.resource;
- }
- public void setResourceList(List<Resource> resource) {
- this.resource=resource;
- }
- public int sizeResourceList() {
- return this.resource.size();
- }
- public void addAllegato(Documento allegato) {
- this.allegato.add(allegato);
- }
- public Documento getAllegato(int index) {
- return this.allegato.get( index );
- }
- public Documento removeAllegato(int index) {
- return this.allegato.remove( index );
- }
- public List<Documento> getAllegatoList() {
- return this.allegato;
- }
- public void setAllegatoList(List<Documento> allegato) {
- this.allegato=allegato;
- }
- public int sizeAllegatoList() {
- return this.allegato.size();
- }
- public void addSpecificaSemiformale(Documento specificaSemiformale) {
- this.specificaSemiformale.add(specificaSemiformale);
- }
- public Documento getSpecificaSemiformale(int index) {
- return this.specificaSemiformale.get( index );
- }
- public Documento removeSpecificaSemiformale(int index) {
- return this.specificaSemiformale.remove( index );
- }
- public List<Documento> getSpecificaSemiformaleList() {
- return this.specificaSemiformale;
- }
- public void setSpecificaSemiformaleList(List<Documento> specificaSemiformale) {
- this.specificaSemiformale=specificaSemiformale;
- }
- public int sizeSpecificaSemiformaleList() {
- return this.specificaSemiformale.size();
- }
- public void addProtocolProperty(ProtocolProperty protocolProperty) {
- this.protocolProperty.add(protocolProperty);
- }
- public ProtocolProperty getProtocolProperty(int index) {
- return this.protocolProperty.get( index );
- }
- public ProtocolProperty removeProtocolProperty(int index) {
- return this.protocolProperty.remove( index );
- }
- public List<ProtocolProperty> getProtocolPropertyList() {
- return this.protocolProperty;
- }
- public void setProtocolPropertyList(List<ProtocolProperty> protocolProperty) {
- this.protocolProperty=protocolProperty;
- }
- public int sizeProtocolPropertyList() {
- return this.protocolProperty.size();
- }
- public GruppiAccordo getGruppi() {
- return this.gruppi;
- }
- public void setGruppi(GruppiAccordo gruppi) {
- this.gruppi = gruppi;
- }
- public ProprietaOggetto getProprietaOggetto() {
- return this.proprietaOggetto;
- }
- public void setProprietaOggetto(ProprietaOggetto proprietaOggetto) {
- this.proprietaOggetto = proprietaOggetto;
- }
- public java.lang.String getSuperUser() {
- return this.superUser;
- }
- public void setSuperUser(java.lang.String superUser) {
- this.superUser = superUser;
- }
- public java.lang.String getStatoPackage() {
- return this.statoPackage;
- }
- public void setStatoPackage(java.lang.String statoPackage) {
- this.statoPackage = statoPackage;
- }
- public Boolean getPrivato() {
- return this.privato;
- }
- public void setPrivato(Boolean privato) {
- this.privato = privato;
- }
- public byte[] getByteWsdlDefinitorio() {
- return this.byteWsdlDefinitorio;
- }
- public void setByteWsdlDefinitorio(byte[] byteWsdlDefinitorio) {
- this.byteWsdlDefinitorio = byteWsdlDefinitorio;
- }
- public byte[] getByteWsdlConcettuale() {
- return this.byteWsdlConcettuale;
- }
- public void setByteWsdlConcettuale(byte[] byteWsdlConcettuale) {
- this.byteWsdlConcettuale = byteWsdlConcettuale;
- }
- public byte[] getByteWsdlLogicoErogatore() {
- return this.byteWsdlLogicoErogatore;
- }
- public void setByteWsdlLogicoErogatore(byte[] byteWsdlLogicoErogatore) {
- this.byteWsdlLogicoErogatore = byteWsdlLogicoErogatore;
- }
- public byte[] getByteWsdlLogicoFruitore() {
- return this.byteWsdlLogicoFruitore;
- }
- public void setByteWsdlLogicoFruitore(byte[] byteWsdlLogicoFruitore) {
- this.byteWsdlLogicoFruitore = byteWsdlLogicoFruitore;
- }
- public byte[] getByteSpecificaConversazioneConcettuale() {
- return this.byteSpecificaConversazioneConcettuale;
- }
- public void setByteSpecificaConversazioneConcettuale(byte[] byteSpecificaConversazioneConcettuale) {
- this.byteSpecificaConversazioneConcettuale = byteSpecificaConversazioneConcettuale;
- }
- public byte[] getByteSpecificaConversazioneErogatore() {
- return this.byteSpecificaConversazioneErogatore;
- }
- public void setByteSpecificaConversazioneErogatore(byte[] byteSpecificaConversazioneErogatore) {
- this.byteSpecificaConversazioneErogatore = byteSpecificaConversazioneErogatore;
- }
- public byte[] getByteSpecificaConversazioneFruitore() {
- return this.byteSpecificaConversazioneFruitore;
- }
- public void setByteSpecificaConversazioneFruitore(byte[] byteSpecificaConversazioneFruitore) {
- this.byteSpecificaConversazioneFruitore = byteSpecificaConversazioneFruitore;
- }
- public void setServiceBindingRawEnumValue(String value) {
- this.serviceBinding = (ServiceBinding) ServiceBinding.toEnumConstantFromString(value);
- }
- public String getServiceBindingRawEnumValue() {
- if(this.serviceBinding == null){
- return null;
- }else{
- return this.serviceBinding.toString();
- }
- }
- public org.openspcoop2.core.registry.constants.ServiceBinding getServiceBinding() {
- return this.serviceBinding;
- }
- public void setServiceBinding(org.openspcoop2.core.registry.constants.ServiceBinding serviceBinding) {
- this.serviceBinding = serviceBinding;
- }
- public void setMessageTypeRawEnumValue(String value) {
- this.messageType = (MessageType) MessageType.toEnumConstantFromString(value);
- }
- public String getMessageTypeRawEnumValue() {
- if(this.messageType == null){
- return null;
- }else{
- return this.messageType.toString();
- }
- }
- public org.openspcoop2.core.registry.constants.MessageType getMessageType() {
- return this.messageType;
- }
- public void setMessageType(org.openspcoop2.core.registry.constants.MessageType messageType) {
- this.messageType = messageType;
- }
- public java.lang.String getNome() {
- return this.nome;
- }
- public void setNome(java.lang.String nome) {
- this.nome = nome;
- }
- public java.lang.String getDescrizione() {
- return this.descrizione;
- }
- public void setDescrizione(java.lang.String descrizione) {
- this.descrizione = descrizione;
- }
- public void setProfiloCollaborazioneRawEnumValue(String value) {
- this.profiloCollaborazione = (ProfiloCollaborazione) ProfiloCollaborazione.toEnumConstantFromString(value);
- }
- public String getProfiloCollaborazioneRawEnumValue() {
- if(this.profiloCollaborazione == null){
- return null;
- }else{
- return this.profiloCollaborazione.toString();
- }
- }
- public org.openspcoop2.core.registry.constants.ProfiloCollaborazione getProfiloCollaborazione() {
- return this.profiloCollaborazione;
- }
- public void setProfiloCollaborazione(org.openspcoop2.core.registry.constants.ProfiloCollaborazione profiloCollaborazione) {
- this.profiloCollaborazione = profiloCollaborazione;
- }
- public void setFormatoSpecificaRawEnumValue(String value) {
- this.formatoSpecifica = (FormatoSpecifica) FormatoSpecifica.toEnumConstantFromString(value);
- }
- public String getFormatoSpecificaRawEnumValue() {
- if(this.formatoSpecifica == null){
- return null;
- }else{
- return this.formatoSpecifica.toString();
- }
- }
- public org.openspcoop2.core.registry.constants.FormatoSpecifica getFormatoSpecifica() {
- return this.formatoSpecifica;
- }
- public void setFormatoSpecifica(org.openspcoop2.core.registry.constants.FormatoSpecifica formatoSpecifica) {
- this.formatoSpecifica = formatoSpecifica;
- }
- public java.lang.String getWsdlDefinitorio() {
- return this.wsdlDefinitorio;
- }
- public void setWsdlDefinitorio(java.lang.String wsdlDefinitorio) {
- this.wsdlDefinitorio = wsdlDefinitorio;
- }
- public java.lang.String getWsdlConcettuale() {
- return this.wsdlConcettuale;
- }
- public void setWsdlConcettuale(java.lang.String wsdlConcettuale) {
- this.wsdlConcettuale = wsdlConcettuale;
- }
- public java.lang.String getWsdlLogicoErogatore() {
- return this.wsdlLogicoErogatore;
- }
- public void setWsdlLogicoErogatore(java.lang.String wsdlLogicoErogatore) {
- this.wsdlLogicoErogatore = wsdlLogicoErogatore;
- }
- public java.lang.String getWsdlLogicoFruitore() {
- return this.wsdlLogicoFruitore;
- }
- public void setWsdlLogicoFruitore(java.lang.String wsdlLogicoFruitore) {
- this.wsdlLogicoFruitore = wsdlLogicoFruitore;
- }
- public java.lang.String getSpecificaConversazioneConcettuale() {
- return this.specificaConversazioneConcettuale;
- }
- public void setSpecificaConversazioneConcettuale(java.lang.String specificaConversazioneConcettuale) {
- this.specificaConversazioneConcettuale = specificaConversazioneConcettuale;
- }
- public java.lang.String getSpecificaConversazioneErogatore() {
- return this.specificaConversazioneErogatore;
- }
- public void setSpecificaConversazioneErogatore(java.lang.String specificaConversazioneErogatore) {
- this.specificaConversazioneErogatore = specificaConversazioneErogatore;
- }
- public java.lang.String getSpecificaConversazioneFruitore() {
- return this.specificaConversazioneFruitore;
- }
- public void setSpecificaConversazioneFruitore(java.lang.String specificaConversazioneFruitore) {
- this.specificaConversazioneFruitore = specificaConversazioneFruitore;
- }
- public boolean isUtilizzoSenzaAzione() {
- return this.utilizzoSenzaAzione;
- }
- public boolean getUtilizzoSenzaAzione() {
- return this.utilizzoSenzaAzione;
- }
- public void setUtilizzoSenzaAzione(boolean utilizzoSenzaAzione) {
- this.utilizzoSenzaAzione = utilizzoSenzaAzione;
- }
- public void setFiltroDuplicatiRawEnumValue(String value) {
- this.filtroDuplicati = (StatoFunzionalita) StatoFunzionalita.toEnumConstantFromString(value);
- }
- public String getFiltroDuplicatiRawEnumValue() {
- if(this.filtroDuplicati == null){
- return null;
- }else{
- return this.filtroDuplicati.toString();
- }
- }
- public org.openspcoop2.core.registry.constants.StatoFunzionalita getFiltroDuplicati() {
- return this.filtroDuplicati;
- }
- public void setFiltroDuplicati(org.openspcoop2.core.registry.constants.StatoFunzionalita filtroDuplicati) {
- this.filtroDuplicati = filtroDuplicati;
- }
- public void setConfermaRicezioneRawEnumValue(String value) {
- this.confermaRicezione = (StatoFunzionalita) StatoFunzionalita.toEnumConstantFromString(value);
- }
- public String getConfermaRicezioneRawEnumValue() {
- if(this.confermaRicezione == null){
- return null;
- }else{
- return this.confermaRicezione.toString();
- }
- }
- public org.openspcoop2.core.registry.constants.StatoFunzionalita getConfermaRicezione() {
- return this.confermaRicezione;
- }
- public void setConfermaRicezione(org.openspcoop2.core.registry.constants.StatoFunzionalita confermaRicezione) {
- this.confermaRicezione = confermaRicezione;
- }
- public void setIdCollaborazioneRawEnumValue(String value) {
- this.idCollaborazione = (StatoFunzionalita) StatoFunzionalita.toEnumConstantFromString(value);
- }
- public String getIdCollaborazioneRawEnumValue() {
- if(this.idCollaborazione == null){
- return null;
- }else{
- return this.idCollaborazione.toString();
- }
- }
- public org.openspcoop2.core.registry.constants.StatoFunzionalita getIdCollaborazione() {
- return this.idCollaborazione;
- }
- public void setIdCollaborazione(org.openspcoop2.core.registry.constants.StatoFunzionalita idCollaborazione) {
- this.idCollaborazione = idCollaborazione;
- }
- public void setIdRiferimentoRichiestaRawEnumValue(String value) {
- this.idRiferimentoRichiesta = (StatoFunzionalita) StatoFunzionalita.toEnumConstantFromString(value);
- }
- public String getIdRiferimentoRichiestaRawEnumValue() {
- if(this.idRiferimentoRichiesta == null){
- return null;
- }else{
- return this.idRiferimentoRichiesta.toString();
- }
- }
- public org.openspcoop2.core.registry.constants.StatoFunzionalita getIdRiferimentoRichiesta() {
- return this.idRiferimentoRichiesta;
- }
- public void setIdRiferimentoRichiesta(org.openspcoop2.core.registry.constants.StatoFunzionalita idRiferimentoRichiesta) {
- this.idRiferimentoRichiesta = idRiferimentoRichiesta;
- }
- public void setConsegnaInOrdineRawEnumValue(String value) {
- this.consegnaInOrdine = (StatoFunzionalita) StatoFunzionalita.toEnumConstantFromString(value);
- }
- public String getConsegnaInOrdineRawEnumValue() {
- if(this.consegnaInOrdine == null){
- return null;
- }else{
- return this.consegnaInOrdine.toString();
- }
- }
- public org.openspcoop2.core.registry.constants.StatoFunzionalita getConsegnaInOrdine() {
- return this.consegnaInOrdine;
- }
- public void setConsegnaInOrdine(org.openspcoop2.core.registry.constants.StatoFunzionalita consegnaInOrdine) {
- this.consegnaInOrdine = consegnaInOrdine;
- }
- public java.lang.String getScadenza() {
- return this.scadenza;
- }
- public void setScadenza(java.lang.String scadenza) {
- this.scadenza = scadenza;
- }
- public java.util.Date getOraRegistrazione() {
- return this.oraRegistrazione;
- }
- public void setOraRegistrazione(java.util.Date oraRegistrazione) {
- this.oraRegistrazione = oraRegistrazione;
- }
- public java.lang.Integer getVersione() {
- return this.versione;
- }
- public void setVersione(java.lang.Integer versione) {
- this.versione = versione;
- }
- public java.lang.String getCanale() {
- return this.canale;
- }
- public void setCanale(java.lang.String canale) {
- this.canale = canale;
- }
- private static final long serialVersionUID = 1L;
- private static org.openspcoop2.core.registry.model.AccordoServizioParteComuneModel modelStaticInstance = null;
- private static synchronized void initModelStaticInstance(){
- if(org.openspcoop2.core.registry.AccordoServizioParteComune.modelStaticInstance==null){
- org.openspcoop2.core.registry.AccordoServizioParteComune.modelStaticInstance = new org.openspcoop2.core.registry.model.AccordoServizioParteComuneModel();
- }
- }
- public static org.openspcoop2.core.registry.model.AccordoServizioParteComuneModel model(){
- if(org.openspcoop2.core.registry.AccordoServizioParteComune.modelStaticInstance==null){
- initModelStaticInstance();
- }
- return org.openspcoop2.core.registry.AccordoServizioParteComune.modelStaticInstance;
- }
- @javax.xml.bind.annotation.XmlTransient
- protected IDAccordo oldIDAccordoForUpdate;
- @XmlElement(name="soggetto-referente",required=false,nillable=false)
- protected IdSoggetto soggettoReferente;
- @XmlElement(name="servizio-composto",required=false,nillable=false)
- protected AccordoServizioParteComuneServizioComposto servizioComposto;
- @XmlElement(name="azione",required=true,nillable=false)
- private List<Azione> azione = new ArrayList<>();
- /**
- * Use method getAzioneList
- * @return List<Azione>
- */
- public List<Azione> getAzione() {
- return this.getAzioneList();
- }
- /**
- * Use method setAzioneList
- * @param azione List<Azione>
- */
- public void setAzione(List<Azione> azione) {
- this.setAzioneList(azione);
- }
- /**
- * Use method sizeAzioneList
- * @return lunghezza della lista
- */
- public int sizeAzione() {
- return this.sizeAzioneList();
- }
- @XmlElement(name="port-type",required=true,nillable=false)
- private List<PortType> portType = new ArrayList<>();
- /**
- * Use method getPortTypeList
- * @return List<PortType>
- */
- public List<PortType> getPortType() {
- return this.getPortTypeList();
- }
- /**
- * Use method setPortTypeList
- * @param portType List<PortType>
- */
- public void setPortType(List<PortType> portType) {
- this.setPortTypeList(portType);
- }
- /**
- * Use method sizePortTypeList
- * @return lunghezza della lista
- */
- public int sizePortType() {
- return this.sizePortTypeList();
- }
- @XmlElement(name="resource",required=true,nillable=false)
- private List<Resource> resource = new ArrayList<>();
- /**
- * Use method getResourceList
- * @return List<Resource>
- */
- public List<Resource> getResource() {
- return this.getResourceList();
- }
- /**
- * Use method setResourceList
- * @param resource List<Resource>
- */
- public void setResource(List<Resource> resource) {
- this.setResourceList(resource);
- }
- /**
- * Use method sizeResourceList
- * @return lunghezza della lista
- */
- public int sizeResource() {
- return this.sizeResourceList();
- }
- @XmlElement(name="allegato",required=true,nillable=false)
- private List<Documento> allegato = new ArrayList<>();
- /**
- * Use method getAllegatoList
- * @return List<Documento>
- */
- public List<Documento> getAllegato() {
- return this.getAllegatoList();
- }
- /**
- * Use method setAllegatoList
- * @param allegato List<Documento>
- */
- public void setAllegato(List<Documento> allegato) {
- this.setAllegatoList(allegato);
- }
- /**
- * Use method sizeAllegatoList
- * @return lunghezza della lista
- */
- public int sizeAllegato() {
- return this.sizeAllegatoList();
- }
- @XmlElement(name="specifica-semiformale",required=true,nillable=false)
- private List<Documento> specificaSemiformale = new ArrayList<>();
- /**
- * Use method getSpecificaSemiformaleList
- * @return List<Documento>
- */
- public List<Documento> getSpecificaSemiformale() {
- return this.getSpecificaSemiformaleList();
- }
- /**
- * Use method setSpecificaSemiformaleList
- * @param specificaSemiformale List<Documento>
- */
- public void setSpecificaSemiformale(List<Documento> specificaSemiformale) {
- this.setSpecificaSemiformaleList(specificaSemiformale);
- }
- /**
- * Use method sizeSpecificaSemiformaleList
- * @return lunghezza della lista
- */
- public int sizeSpecificaSemiformale() {
- return this.sizeSpecificaSemiformaleList();
- }
- @XmlElement(name="protocol-property",required=true,nillable=false)
- private List<ProtocolProperty> protocolProperty = new ArrayList<>();
- /**
- * Use method getProtocolPropertyList
- * @return List<ProtocolProperty>
- */
- public List<ProtocolProperty> getProtocolProperty() {
- return this.getProtocolPropertyList();
- }
- /**
- * Use method setProtocolPropertyList
- * @param protocolProperty List<ProtocolProperty>
- */
- public void setProtocolProperty(List<ProtocolProperty> protocolProperty) {
- this.setProtocolPropertyList(protocolProperty);
- }
- /**
- * Use method sizeProtocolPropertyList
- * @return lunghezza della lista
- */
- public int sizeProtocolProperty() {
- return this.sizeProtocolPropertyList();
- }
- @XmlElement(name="gruppi",required=false,nillable=false)
- protected GruppiAccordo gruppi;
- @XmlElement(name="proprieta-oggetto",required=false,nillable=false)
- protected ProprietaOggetto proprietaOggetto;
- @javax.xml.bind.annotation.XmlTransient
- protected java.lang.String superUser;
- @javax.xml.bind.annotation.XmlSchemaType(name="string")
- @XmlAttribute(name="stato-package",required=false)
- protected java.lang.String statoPackage;
- @javax.xml.bind.annotation.XmlSchemaType(name="string")
- @XmlAttribute(name="privato",required=false)
- protected Boolean privato = Boolean.valueOf("false");
- @javax.xml.bind.annotation.XmlSchemaType(name="base64Binary")
- @XmlAttribute(name="byte-wsdl-definitorio",required=false)
- protected byte[] byteWsdlDefinitorio;
- @javax.xml.bind.annotation.XmlSchemaType(name="base64Binary")
- @XmlAttribute(name="byte-wsdl-concettuale",required=false)
- protected byte[] byteWsdlConcettuale;
- @javax.xml.bind.annotation.XmlSchemaType(name="base64Binary")
- @XmlAttribute(name="byte-wsdl-logico-erogatore",required=false)
- protected byte[] byteWsdlLogicoErogatore;
- @javax.xml.bind.annotation.XmlSchemaType(name="base64Binary")
- @XmlAttribute(name="byte-wsdl-logico-fruitore",required=false)
- protected byte[] byteWsdlLogicoFruitore;
- @javax.xml.bind.annotation.XmlSchemaType(name="base64Binary")
- @XmlAttribute(name="byte-specifica-conversazione-concettuale",required=false)
- protected byte[] byteSpecificaConversazioneConcettuale;
- @javax.xml.bind.annotation.XmlSchemaType(name="base64Binary")
- @XmlAttribute(name="byte-specifica-conversazione-erogatore",required=false)
- protected byte[] byteSpecificaConversazioneErogatore;
- @javax.xml.bind.annotation.XmlSchemaType(name="base64Binary")
- @XmlAttribute(name="byte-specifica-conversazione-fruitore",required=false)
- protected byte[] byteSpecificaConversazioneFruitore;
- @javax.xml.bind.annotation.XmlTransient
- protected java.lang.String serviceBindingRawEnumValue;
- @XmlAttribute(name="service-binding",required=true)
- protected ServiceBinding serviceBinding;
- @javax.xml.bind.annotation.XmlTransient
- protected java.lang.String messageTypeRawEnumValue;
- @XmlAttribute(name="message-type",required=false)
- protected MessageType messageType;
- @javax.xml.bind.annotation.XmlSchemaType(name="string")
- @XmlAttribute(name="nome",required=true)
- protected java.lang.String nome;
- @javax.xml.bind.annotation.XmlSchemaType(name="string")
- @XmlAttribute(name="descrizione",required=false)
- protected java.lang.String descrizione;
- @javax.xml.bind.annotation.XmlTransient
- protected java.lang.String profiloCollaborazioneRawEnumValue;
- @XmlAttribute(name="profilo-collaborazione",required=true)
- protected ProfiloCollaborazione profiloCollaborazione;
- @javax.xml.bind.annotation.XmlTransient
- protected java.lang.String formatoSpecificaRawEnumValue;
- @XmlAttribute(name="formato-specifica",required=false)
- protected FormatoSpecifica formatoSpecifica;
- @javax.xml.bind.annotation.XmlSchemaType(name="string")
- @XmlAttribute(name="wsdl-definitorio",required=false)
- protected java.lang.String wsdlDefinitorio;
- @javax.xml.bind.annotation.XmlSchemaType(name="string")
- @XmlAttribute(name="wsdl-concettuale",required=false)
- protected java.lang.String wsdlConcettuale;
- @javax.xml.bind.annotation.XmlSchemaType(name="string")
- @XmlAttribute(name="wsdl-logico-erogatore",required=false)
- protected java.lang.String wsdlLogicoErogatore;
- @javax.xml.bind.annotation.XmlSchemaType(name="string")
- @XmlAttribute(name="wsdl-logico-fruitore",required=false)
- protected java.lang.String wsdlLogicoFruitore;
- @javax.xml.bind.annotation.XmlSchemaType(name="string")
- @XmlAttribute(name="specifica-conversazione-concettuale",required=false)
- protected java.lang.String specificaConversazioneConcettuale;
- @javax.xml.bind.annotation.XmlSchemaType(name="string")
- @XmlAttribute(name="specifica-conversazione-erogatore",required=false)
- protected java.lang.String specificaConversazioneErogatore;
- @javax.xml.bind.annotation.XmlSchemaType(name="string")
- @XmlAttribute(name="specifica-conversazione-fruitore",required=false)
- protected java.lang.String specificaConversazioneFruitore;
- @javax.xml.bind.annotation.XmlSchemaType(name="boolean")
- @XmlAttribute(name="utilizzo-senza-azione",required=false)
- protected boolean utilizzoSenzaAzione = false;
- @javax.xml.bind.annotation.XmlTransient
- protected java.lang.String filtroDuplicatiRawEnumValue;
- @XmlAttribute(name="filtro-duplicati",required=false)
- protected StatoFunzionalita filtroDuplicati = (StatoFunzionalita) StatoFunzionalita.toEnumConstantFromString("disabilitato");
- @javax.xml.bind.annotation.XmlTransient
- protected java.lang.String confermaRicezioneRawEnumValue;
- @XmlAttribute(name="conferma-ricezione",required=false)
- protected StatoFunzionalita confermaRicezione = (StatoFunzionalita) StatoFunzionalita.toEnumConstantFromString("disabilitato");
- @javax.xml.bind.annotation.XmlTransient
- protected java.lang.String idCollaborazioneRawEnumValue;
- @XmlAttribute(name="id-collaborazione",required=false)
- protected StatoFunzionalita idCollaborazione = (StatoFunzionalita) StatoFunzionalita.toEnumConstantFromString("disabilitato");
- @javax.xml.bind.annotation.XmlTransient
- protected java.lang.String idRiferimentoRichiestaRawEnumValue;
- @XmlAttribute(name="id-riferimento-richiesta",required=false)
- protected StatoFunzionalita idRiferimentoRichiesta = (StatoFunzionalita) StatoFunzionalita.toEnumConstantFromString("disabilitato");
- @javax.xml.bind.annotation.XmlTransient
- protected java.lang.String consegnaInOrdineRawEnumValue;
- @XmlAttribute(name="consegna-in-ordine",required=false)
- protected StatoFunzionalita consegnaInOrdine = (StatoFunzionalita) StatoFunzionalita.toEnumConstantFromString("disabilitato");
- @javax.xml.bind.annotation.XmlSchemaType(name="string")
- @XmlAttribute(name="scadenza",required=false)
- protected java.lang.String scadenza;
- @javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter(org.openspcoop2.utils.jaxb.DateTime2String.class)
- @javax.xml.bind.annotation.XmlSchemaType(name="dateTime")
- @XmlAttribute(name="ora-registrazione",required=false)
- protected java.util.Date oraRegistrazione;
- @javax.xml.bind.annotation.XmlSchemaType(name="unsignedInt")
- @XmlAttribute(name="versione",required=false)
- protected java.lang.Integer versione = java.lang.Integer.valueOf("1");
- @javax.xml.bind.annotation.XmlSchemaType(name="string")
- @XmlAttribute(name="canale",required=false)
- protected java.lang.String canale;
- }