Class RichiestaIUUnitario.Esito

java.lang.Object
it.gov.adm.sett.unitario_esito.RichiestaIUUnitario.Esito
Enclosing class:
RichiestaIUUnitario

public static class RichiestaIUUnitario.Esito extends Object

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 Details

    • errorCode

      protected String errorCode
    • errorDesc

      protected String errorDesc
  • Constructor Details

    • Esito

      public Esito()
  • Method Details

    • getErrorCode

      public String getErrorCode()
      Gets the value of the errorCode property.
      Returns:
      possible object is String
    • setErrorCode

      public void setErrorCode(String value)
      Sets the value of the errorCode property.
      Parameters:
      value - allowed object is String
    • getErrorDesc

      public String getErrorDesc()
      Gets the value of the errorDesc property.
      Returns:
      possible object is String
    • setErrorDesc

      public void setErrorDesc(String value)
      Sets the value of the errorDesc property.
      Parameters:
      value - allowed object is String