Class RecuperaEsitoResponse

java.lang.Object
it.sogei.interopservice.RecuperaEsitoResponse

public class RecuperaEsitoResponse 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">
       <sequence>
         <element name="recuperaEsitoReturn" type="{http://output.ws.sogei.it}Risposta"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • recuperaEsitoReturn

      protected Risposta recuperaEsitoReturn
  • Constructor Details

    • RecuperaEsitoResponse

      public RecuperaEsitoResponse()
  • Method Details

    • getRecuperaEsitoReturn

      public Risposta getRecuperaEsitoReturn()
      Gets the value of the recuperaEsitoReturn property.
      Returns:
      possible object is Risposta
    • setRecuperaEsitoReturn

      public void setRecuperaEsitoReturn(Risposta value)
      Sets the value of the recuperaEsitoReturn property.
      Parameters:
      value - allowed object is Risposta