pe.gob.sunat.sigad.services
Class RespuestaConsultaBean

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

public class RespuestaConsultaBean
extends java.lang.Object

Java class for respuestaConsultaBean complex type.

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

 <complexType name="respuestaConsultaBean">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="descripcion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="tipo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String descripcion
           
protected  java.lang.String tipo
           
 
Constructor Summary
RespuestaConsultaBean()
           
 
Method Summary
 java.lang.String getDescripcion()
          Gets the value of the descripcion property.
 java.lang.String getTipo()
          Gets the value of the tipo property.
 void setDescripcion(java.lang.String value)
          Sets the value of the descripcion property.
 void setTipo(java.lang.String value)
          Sets the value of the tipo property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

descripcion

protected java.lang.String descripcion

tipo

protected java.lang.String tipo
Constructor Detail

RespuestaConsultaBean

public RespuestaConsultaBean()
Method Detail

getDescripcion

public java.lang.String getDescripcion()
Gets the value of the descripcion property.

Returns:
possible object is String

setDescripcion

public void setDescripcion(java.lang.String value)
Sets the value of the descripcion property.

Parameters:
value - allowed object is String

getTipo

public java.lang.String getTipo()
Gets the value of the tipo property.

Returns:
possible object is String

setTipo

public void setTipo(java.lang.String value)
Sets the value of the tipo property.

Parameters:
value - allowed object is String