public class InterventoPAIResponse
extends java.lang.Object
Classe Java per interventoPAIResponse complex type.
Il seguente frammento di schema specifica il contenuto previsto contenuto in questa classe.
<complexType name="interventoPAIResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="idInterventoPAI">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<pattern value="[0-9]+"/>
<maxLength value="9"/>
</restriction>
</simpleType>
</element>
<element name="codCategoriaOperatore">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<pattern value="[0-9]*"/>
<maxLength value="2"/>
</restriction>
</simpleType>
</element>
<element name="codTipoIntervento">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<pattern value="[0-9]*"/>
<maxLength value="1"/>
</restriction>
</simpleType>
</element>
<element name="codTipoFrequenza">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<pattern value="[a-zA-Z0-9]*"/>
<maxLength value="1"/>
</restriction>
</simpleType>
</element>
<element name="numAccessi">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<pattern value="[0-9]*"/>
<maxLength value="5"/>
</restriction>
</simpleType>
</element>
<element name="elencoAttivitaAssistenziale">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="attivitaAssistenziale" type="{www.sist.puglia.it/Schemas/PDD_SIST/SCATEL/}attivitaAssistenzialeResponse" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="codStrutturaSanitaria" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<pattern value="[0-9]*"/>
<maxLength value="6"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
InterventoPAIResponse.ElencoAttivitaAssistenziale
Classe Java per anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
codCategoriaOperatore |
protected java.lang.String |
codStrutturaSanitaria |
protected java.lang.String |
codTipoFrequenza |
protected java.lang.String |
codTipoIntervento |
protected InterventoPAIResponse.ElencoAttivitaAssistenziale |
elencoAttivitaAssistenziale |
protected java.lang.String |
idInterventoPAI |
protected java.lang.String |
numAccessi |
| Constructor and Description |
|---|
InterventoPAIResponse() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCodCategoriaOperatore()
Recupera il valore della proprietà codCategoriaOperatore.
|
java.lang.String |
getCodStrutturaSanitaria()
Recupera il valore della proprietà codStrutturaSanitaria.
|
java.lang.String |
getCodTipoFrequenza()
Recupera il valore della proprietà codTipoFrequenza.
|
java.lang.String |
getCodTipoIntervento()
Recupera il valore della proprietà codTipoIntervento.
|
InterventoPAIResponse.ElencoAttivitaAssistenziale |
getElencoAttivitaAssistenziale()
Recupera il valore della proprietà elencoAttivitaAssistenziale.
|
java.lang.String |
getIdInterventoPAI()
Recupera il valore della proprietà idInterventoPAI.
|
java.lang.String |
getNumAccessi()
Recupera il valore della proprietà numAccessi.
|
void |
setCodCategoriaOperatore(java.lang.String value)
Imposta il valore della proprietà codCategoriaOperatore.
|
void |
setCodStrutturaSanitaria(java.lang.String value)
Imposta il valore della proprietà codStrutturaSanitaria.
|
void |
setCodTipoFrequenza(java.lang.String value)
Imposta il valore della proprietà codTipoFrequenza.
|
void |
setCodTipoIntervento(java.lang.String value)
Imposta il valore della proprietà codTipoIntervento.
|
void |
setElencoAttivitaAssistenziale(InterventoPAIResponse.ElencoAttivitaAssistenziale value)
Imposta il valore della proprietà elencoAttivitaAssistenziale.
|
void |
setIdInterventoPAI(java.lang.String value)
Imposta il valore della proprietà idInterventoPAI.
|
void |
setNumAccessi(java.lang.String value)
Imposta il valore della proprietà numAccessi.
|
protected java.lang.String idInterventoPAI
protected java.lang.String codCategoriaOperatore
protected java.lang.String codTipoIntervento
protected java.lang.String codTipoFrequenza
protected java.lang.String numAccessi
protected InterventoPAIResponse.ElencoAttivitaAssistenziale elencoAttivitaAssistenziale
protected java.lang.String codStrutturaSanitaria
public java.lang.String getIdInterventoPAI()
Stringpublic void setIdInterventoPAI(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCodCategoriaOperatore()
Stringpublic void setCodCategoriaOperatore(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCodTipoIntervento()
Stringpublic void setCodTipoIntervento(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCodTipoFrequenza()
Stringpublic void setCodTipoFrequenza(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getNumAccessi()
Stringpublic void setNumAccessi(java.lang.String value)
value - allowed object is
Stringpublic InterventoPAIResponse.ElencoAttivitaAssistenziale getElencoAttivitaAssistenziale()
InterventoPAIResponse.ElencoAttivitaAssistenzialepublic void setElencoAttivitaAssistenziale(InterventoPAIResponse.ElencoAttivitaAssistenziale value)
value - allowed object is
InterventoPAIResponse.ElencoAttivitaAssistenzialepublic java.lang.String getCodStrutturaSanitaria()
Stringpublic void setCodStrutturaSanitaria(java.lang.String value)
value - allowed object is
String