public class LiberoProfessionistaResponse
extends java.lang.Object
Classe Java per liberoProfessionistaResponse complex type.
Il seguente frammento di schema specifica il contenuto previsto contenuto in questa classe.
<complexType name="liberoProfessionistaResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="codiceFiscale" 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 |
codiceFiscale |
protected java.lang.String |
cognome |
protected java.lang.String |
nome |
| Constructor and Description |
|---|
LiberoProfessionistaResponse() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCodiceFiscale()
Recupera il valore della proprietà codiceFiscale.
|
java.lang.String |
getCognome()
Recupera il valore della proprietà cognome.
|
java.lang.String |
getNome()
Recupera il valore della proprietà nome.
|
void |
setCodiceFiscale(java.lang.String value)
Imposta il valore della proprietà codiceFiscale.
|
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 codiceFiscale
protected java.lang.String nome
protected java.lang.String cognome
public java.lang.String getCodiceFiscale()
Stringpublic void setCodiceFiscale(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