pe.gob.sunat.sigad.services
Class RealizarConsultaResponse

java.lang.Object
  extended by pe.gob.sunat.sigad.services.RealizarConsultaResponse

public class RealizarConsultaResponse
extends java.lang.Object

Java class for realizarConsultaResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="realizarConsultaResponse">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="respuesta" type="{http://services.sigad.sunat.gob.pe}respuestaConsultaBean" minOccurs="0"/>
         <element name="realizarConsultaResultado" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  javax.activation.DataHandler realizarConsultaResultado
           
protected  RespuestaConsultaBean respuesta
           
 
Constructor Summary
RealizarConsultaResponse()
           
 
Method Summary
 javax.activation.DataHandler getRealizarConsultaResultado()
          Gets the value of the realizarConsultaResultado property.
 RespuestaConsultaBean getRespuesta()
          Gets the value of the respuesta property.
 void setRealizarConsultaResultado(javax.activation.DataHandler value)
          Sets the value of the realizarConsultaResultado property.
 void setRespuesta(RespuestaConsultaBean value)
          Sets the value of the respuesta property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

respuesta

protected RespuestaConsultaBean respuesta

realizarConsultaResultado

protected javax.activation.DataHandler realizarConsultaResultado
Constructor Detail

RealizarConsultaResponse

public RealizarConsultaResponse()
Method Detail

getRespuesta

public RespuestaConsultaBean getRespuesta()
Gets the value of the respuesta property.

Returns:
possible object is RespuestaConsultaBean

setRespuesta

public void setRespuesta(RespuestaConsultaBean value)
Sets the value of the respuesta property.

Parameters:
value - allowed object is RespuestaConsultaBean

getRealizarConsultaResultado

public javax.activation.DataHandler getRealizarConsultaResultado()
Gets the value of the realizarConsultaResultado property.

Returns:
possible object is DataHandler

setRealizarConsultaResultado

public void setRealizarConsultaResultado(javax.activation.DataHandler value)
Sets the value of the realizarConsultaResultado property.

Parameters:
value - allowed object is DataHandler