public class StudioMedicoResponse
extends java.lang.Object
Classe Java per studioMedicoResponse complex type.
Il seguente frammento di schema specifica il contenuto previsto contenuto in questa classe.
<complexType name="studioMedicoResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="codIstatComune" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="elencoOrari" type="{http://www.nsisr.puglia.it/Schemas/}orarioRicevimentoResponse" maxOccurs="unbounded" minOccurs="0"/>
<element name="flag1Studio" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="indirizzo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="nomeComune" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="telefono" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
codIstatComune |
protected java.util.List<OrarioRicevimentoResponse> |
elencoOrari |
protected java.lang.String |
flag1Studio |
protected java.lang.String |
indirizzo |
protected java.lang.String |
nomeComune |
protected java.lang.String |
telefono |
| Constructor and Description |
|---|
StudioMedicoResponse() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCodIstatComune()
Recupera il valore della proprietà codIstatComune.
|
java.util.List<OrarioRicevimentoResponse> |
getElencoOrari()
Gets the value of the elencoOrari property.
|
java.lang.String |
getFlag1Studio()
Recupera il valore della proprietà flag1Studio.
|
java.lang.String |
getIndirizzo()
Recupera il valore della proprietà indirizzo.
|
java.lang.String |
getNomeComune()
Recupera il valore della proprietà nomeComune.
|
java.lang.String |
getTelefono()
Recupera il valore della proprietà telefono.
|
void |
setCodIstatComune(java.lang.String value)
Imposta il valore della proprietà codIstatComune.
|
void |
setFlag1Studio(java.lang.String value)
Imposta il valore della proprietà flag1Studio.
|
void |
setIndirizzo(java.lang.String value)
Imposta il valore della proprietà indirizzo.
|
void |
setNomeComune(java.lang.String value)
Imposta il valore della proprietà nomeComune.
|
void |
setTelefono(java.lang.String value)
Imposta il valore della proprietà telefono.
|
protected java.lang.String codIstatComune
protected java.util.List<OrarioRicevimentoResponse> elencoOrari
protected java.lang.String flag1Studio
protected java.lang.String indirizzo
protected java.lang.String nomeComune
protected java.lang.String telefono
public java.lang.String getCodIstatComune()
Stringpublic void setCodIstatComune(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<OrarioRicevimentoResponse> getElencoOrari()
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 elencoOrari property.
For example, to add a new item, do as follows:
getElencoOrari().add(newItem);
Objects of the following type(s) are allowed in the list
OrarioRicevimentoResponse
public java.lang.String getFlag1Studio()
Stringpublic void setFlag1Studio(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getIndirizzo()
Stringpublic void setIndirizzo(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getNomeComune()
Stringpublic void setNomeComune(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTelefono()
Stringpublic void setTelefono(java.lang.String value)
value - allowed object is
String