public class StudioProfessionaleResponse
extends java.lang.Object
Classe Java per studioProfessionaleResponse complex type.
Il seguente frammento di schema specifica il contenuto previsto contenuto in questa classe.
<complexType name="studioProfessionaleResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="codIstatComuneStudio" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="descComuneStudio" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
codIstatComuneStudio |
protected java.lang.String |
descComuneStudio |
| Constructor and Description |
|---|
StudioProfessionaleResponse() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCodIstatComuneStudio()
Recupera il valore della proprietà codIstatComuneStudio.
|
java.lang.String |
getDescComuneStudio()
Recupera il valore della proprietà descComuneStudio.
|
void |
setCodIstatComuneStudio(java.lang.String value)
Imposta il valore della proprietà codIstatComuneStudio.
|
void |
setDescComuneStudio(java.lang.String value)
Imposta il valore della proprietà descComuneStudio.
|
protected java.lang.String codIstatComuneStudio
protected java.lang.String descComuneStudio
public java.lang.String getCodIstatComuneStudio()
Stringpublic void setCodIstatComuneStudio(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDescComuneStudio()
Stringpublic void setDescComuneStudio(java.lang.String value)
value - allowed object is
String