public class OperatoreSanitarioResponse
extends java.lang.Object
Classe Java per operatoreSanitarioResponse complex type.
Il seguente frammento di schema specifica il contenuto previsto contenuto in questa classe.
<complexType name="operatoreSanitarioResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="codiceComuneResidenza" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="codiceFiscale" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="cognome" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="dataNascita" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="denominazioneComuneResid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="elencoIncarichiOperatoreSanitario" type="{http://www.nsisr.puglia.it/Schemas/}incaricoOperatoreResponse" maxOccurs="unbounded" minOccurs="0"/>
<element name="nome" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="sesso" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
codiceComuneResidenza |
protected java.lang.String |
codiceFiscale |
protected java.lang.String |
cognome |
protected java.lang.String |
dataNascita |
protected java.lang.String |
denominazioneComuneResid |
protected java.util.List<IncaricoOperatoreResponse> |
elencoIncarichiOperatoreSanitario |
protected java.lang.String |
nome |
protected java.lang.String |
sesso |
| Constructor and Description |
|---|
OperatoreSanitarioResponse() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCodiceComuneResidenza()
Recupera il valore della proprietà codiceComuneResidenza.
|
java.lang.String |
getCodiceFiscale()
Recupera il valore della proprietà codiceFiscale.
|
java.lang.String |
getCognome()
Recupera il valore della proprietà cognome.
|
java.lang.String |
getDataNascita()
Recupera il valore della proprietà dataNascita.
|
java.lang.String |
getDenominazioneComuneResid()
Recupera il valore della proprietà denominazioneComuneResid.
|
java.util.List<IncaricoOperatoreResponse> |
getElencoIncarichiOperatoreSanitario()
Gets the value of the elencoIncarichiOperatoreSanitario property.
|
java.lang.String |
getNome()
Recupera il valore della proprietà nome.
|
java.lang.String |
getSesso()
Recupera il valore della proprietà sesso.
|
void |
setCodiceComuneResidenza(java.lang.String value)
Imposta il valore della proprietà codiceComuneResidenza.
|
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 |
setDataNascita(java.lang.String value)
Imposta il valore della proprietà dataNascita.
|
void |
setDenominazioneComuneResid(java.lang.String value)
Imposta il valore della proprietà denominazioneComuneResid.
|
void |
setNome(java.lang.String value)
Imposta il valore della proprietà nome.
|
void |
setSesso(java.lang.String value)
Imposta il valore della proprietà sesso.
|
protected java.lang.String codiceComuneResidenza
protected java.lang.String codiceFiscale
protected java.lang.String cognome
protected java.lang.String dataNascita
protected java.lang.String denominazioneComuneResid
protected java.util.List<IncaricoOperatoreResponse> elencoIncarichiOperatoreSanitario
protected java.lang.String nome
protected java.lang.String sesso
public java.lang.String getCodiceComuneResidenza()
Stringpublic void setCodiceComuneResidenza(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCodiceFiscale()
Stringpublic void setCodiceFiscale(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCognome()
Stringpublic void setCognome(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDataNascita()
Stringpublic void setDataNascita(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDenominazioneComuneResid()
Stringpublic void setDenominazioneComuneResid(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<IncaricoOperatoreResponse> getElencoIncarichiOperatoreSanitario()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the elencoIncarichiOperatoreSanitario property.
For example, to add a new item, do as follows:
getElencoIncarichiOperatoreSanitario().add(newItem);
Objects of the following type(s) are allowed in the list
IncaricoOperatoreResponse
public java.lang.String getNome()
Stringpublic void setNome(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSesso()
Stringpublic void setSesso(java.lang.String value)
value - allowed object is
String