Package it.gov.adm.sett.unitario_esito
Class RichiestaIUUnitario.Esito
java.lang.Object
it.gov.adm.sett.unitario_esito.RichiestaIUUnitario.Esito
- Enclosing class:
- RichiestaIUUnitario
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="errorCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="errorDesc" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </all> </restriction> </complexContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the errorCode property.Gets the value of the errorDesc property.void
setErrorCode
(String value) Sets the value of the errorCode property.void
setErrorDesc
(String value) Sets the value of the errorDesc property.
-
Field Details
-
errorCode
-
errorDesc
-
-
Constructor Details
-
Esito
public Esito()
-
-
Method Details
-
getErrorCode
Gets the value of the errorCode property.- Returns:
- possible object is
String
-
setErrorCode
Sets the value of the errorCode property.- Parameters:
value
- allowed object isString
-
getErrorDesc
Gets the value of the errorDesc property.- Returns:
- possible object is
String
-
setErrorDesc
Sets the value of the errorDesc property.- Parameters:
value
- allowed object isString
-