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