public class AssistibileResponse
extends java.lang.Object
Classe Java per assistibileResponse complex type.
Il seguente frammento di schema specifica il contenuto previsto contenuto in questa classe.
<complexType name="assistibileResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="codiceIdentificativo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="nome" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="cognome" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
codiceIdentificativo |
protected java.lang.String |
cognome |
protected java.lang.String |
nome |
| Constructor and Description |
|---|
AssistibileResponse() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCodiceIdentificativo()
Recupera il valore della proprietà codiceIdentificativo.
|
java.lang.String |
getCognome()
Recupera il valore della proprietà cognome.
|
java.lang.String |
getNome()
Recupera il valore della proprietà nome.
|
void |
setCodiceIdentificativo(java.lang.String value)
Imposta il valore della proprietà codiceIdentificativo.
|
void |
setCognome(java.lang.String value)
Imposta il valore della proprietà cognome.
|
void |
setNome(java.lang.String value)
Imposta il valore della proprietà nome.
|
protected java.lang.String codiceIdentificativo
protected java.lang.String nome
protected java.lang.String cognome
public java.lang.String getCodiceIdentificativo()
Stringpublic void setCodiceIdentificativo(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getNome()
Stringpublic void setNome(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCognome()
Stringpublic void setCognome(java.lang.String value)
value - allowed object is
String