public class AttivitaAssistenzialeResponse
extends java.lang.Object
Classe Java per attivitaAssistenzialeResponse complex type.
Il seguente frammento di schema specifica il contenuto previsto contenuto in questa classe.
<complexType name="attivitaAssistenzialeResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="idPrestazione">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<pattern value="[0-9]+"/>
<maxLength value="9"/>
</restriction>
</simpleType>
</element>
<element name="idPrestazioneLEA">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<pattern value="[0-9]+"/>
<maxLength value="9"/>
</restriction>
</simpleType>
</element>
<element name="codPrestazioneLEA">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<pattern value="[0-9]+"/>
<maxLength value="9"/>
</restriction>
</simpleType>
</element>
<element name="nomePrestazioneLEA" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<pattern value="[a-zA-Z]*"/>
<maxLength value="80"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
codPrestazioneLEA |
protected java.lang.String |
idPrestazione |
protected java.lang.String |
idPrestazioneLEA |
protected java.lang.String |
nomePrestazioneLEA |
| Constructor and Description |
|---|
AttivitaAssistenzialeResponse() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCodPrestazioneLEA()
Recupera il valore della proprietà codPrestazioneLEA.
|
java.lang.String |
getIdPrestazione()
Recupera il valore della proprietà idPrestazione.
|
java.lang.String |
getIdPrestazioneLEA()
Recupera il valore della proprietà idPrestazioneLEA.
|
java.lang.String |
getNomePrestazioneLEA()
Recupera il valore della proprietà nomePrestazioneLEA.
|
void |
setCodPrestazioneLEA(java.lang.String value)
Imposta il valore della proprietà codPrestazioneLEA.
|
void |
setIdPrestazione(java.lang.String value)
Imposta il valore della proprietà idPrestazione.
|
void |
setIdPrestazioneLEA(java.lang.String value)
Imposta il valore della proprietà idPrestazioneLEA.
|
void |
setNomePrestazioneLEA(java.lang.String value)
Imposta il valore della proprietà nomePrestazioneLEA.
|
protected java.lang.String idPrestazione
protected java.lang.String idPrestazioneLEA
protected java.lang.String codPrestazioneLEA
protected java.lang.String nomePrestazioneLEA
public java.lang.String getIdPrestazione()
Stringpublic void setIdPrestazione(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getIdPrestazioneLEA()
Stringpublic void setIdPrestazioneLEA(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCodPrestazioneLEA()
Stringpublic void setCodPrestazioneLEA(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getNomePrestazioneLEA()
Stringpublic void setNomePrestazioneLEA(java.lang.String value)
value - allowed object is
String