|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpe.gob.sunat.sigad.services.RealizarConsultaResponse
public class RealizarConsultaResponse
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 |
---|
protected RespuestaConsultaBean respuesta
protected javax.activation.DataHandler realizarConsultaResultado
Constructor Detail |
---|
public RealizarConsultaResponse()
Method Detail |
---|
public RespuestaConsultaBean getRespuesta()
RespuestaConsultaBean
public void setRespuesta(RespuestaConsultaBean value)
value
- allowed object is
RespuestaConsultaBean
public javax.activation.DataHandler getRealizarConsultaResultado()
DataHandler
public void setRealizarConsultaResultado(javax.activation.DataHandler value)
value
- allowed object is
DataHandler
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |